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 tosteampipe_plugin
table. (#4141) - Direct all errors and warnings to standard error (stderr). (4162)
Bug fixes
- Fixed the issue where
search_path_prefix
set indatabase 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
andcloud-token
CLI args, and replaced them withpipes-host
andpipes-token
respectively. (#4137) - Deprecated
STEAMPIPE_CLOUD_HOST
andSTEAMPIPE_CLOUD_TOKEN
env vars, replaced withPIPES_HOST
andPIPES_TOKEN
respectively. (#4137) - Deprecated
cloud_host
andcloud_token
workspace args, replaced withpipes_host
andpipes_token
respectively. (#4137) - Removed support for deprecated
terminal options
. (#3751) - Removed support for deprecated
max_parallel
property ingeneral options
. (#4132) - Removed support for deprecated
connection options
. (#4131) - Removed deprecated
version
property from the modrequire
block. (#3750)