Steampipe Versions Save

Zero-ETL, infinite possibilities. Live query APIs, code & more with SQL. No DB required.

v0.22.2

2 weeks ago

Bug fixes

  • Fix issue where local plugins are not being loaded. (#4196)
  • Re-add support for 'implicit' local plugins (i.e. the plugin binary exists but there is no entry in the versions.json). (#4223)
  • Fix issue where daily update check message showed a when there was no message to show. (#4206)
  • Add support for nested dashboards. (#4208)

v0.22.1

1 month ago

Whats new

  • Improve startup performance with high plugin count - parallelize plugin startup. (#4183)
  • Add database SSL password support for encrypted private key in order to handle your own certificates. (#4149)

Bug fixes

  • Fix issue where plugin list cannot re-create top-level versions.json file if the file has been corrupted or empty. (#4191)

v0.22.1-rc.0

1 month ago

v0.22.0

1 month ago

Steampipe unbundled, introducing Powerpipe

Powerpipe is now the recommended way to run dashboards and benchmarks!

Mods still work as normal in Steampipe for now, but they are deprecated and will be removed in a future release:

Whats new

  • Added version column to steampipe_plugin table. (#4141)
  • Direct all errors and warnings to standard error (stderr). (4162)

Bug fixes

  • Fixed the issue where search_path_prefix set in database options does not alter the search path. (#4160)
  • Fix issue where asff output was always missing the first row. (#4157)

Deprecations and migrations

  • Steampipe mods and dashboards are now separately available in Powerpipe, a new open-source project. The steampipe mod, check and dashboard commands have been deprecated and will be removed in a future version. Migration guide.
  • Deprecated cloud-host and cloud-token CLI args, and replaced them with pipes-host and pipes-token respectively. (#4137)
  • Deprecated STEAMPIPE_CLOUD_HOST and STEAMPIPE_CLOUD_TOKEN env vars, replaced with PIPES_HOST and PIPES_TOKEN respectively. (#4137)
  • Deprecated cloud_host and cloud_token workspace args, replaced with pipes_host and pipes_token respectively. (#4137)
  • Removed support for deprecated terminal options. (#3751)
  • Removed support for deprecated max_parallel property in general options. (#4132)
  • Removed support for deprecated connection options. (#4131)
  • Removed deprecated version property from the mod require block. (#3750)

v0.22.0-dev.3

1 month ago

v0.21.8

2 months ago

Bug fixes

  • Fix growing memory usage following file watching events when running dashboard server. (#4150)

v0.21.7

2 months ago

Bug fixes

  • Fix variables not being reloaded after file watch event. (#4123)
  • Fix modfile being left invalid after mod uninstall. Fix variables not being reloaded after file watch event. (#4124)

v0.21.7-rc.0

2 months ago

v0.21.7-alpha.0

2 months ago

v0.21.6

2 months ago

Bug fixes

  • Fix HomeDirectoryModfileCheck returning false positive, causing errors when executing steampipe out of the home directory. (#4118)