Bug fixes
- When installing plugins, do not use local docker config for credential store if the plugin is being installed from GHCR, enabling installation from GHCR to work even if docker-credential-desktop not in PATH. (#4323)
- Fix issue where steampipe returned 0 exit code even if failed to export snapshot. (#4276)
- Query command should support legacy 'true' and 'false' for --timing flag. (#4282)
- Fix issue where sps output is not working. (#4297)
- When loading creating connection plugins, return connections successfully created even if some connections fail, due to config not being available. (#474)
- Show scan info in query JSON output only when timing config is verbose. (#4292)