Releases: turbot/powerpipe
Releases · turbot/powerpipe
v1.4.0
What's new
- Updated the
tailpipe
connection to support the new Tailpipe v0.7.0 DuckLake backend. (#889)
Note: When using Powerpipe with Tailpipe v0.7.0, existing Tailpipe data must be migrated to DuckLake before running a dashboard that uses a Tailpipe backend. Data can be migrated by runningtailpipe query
. - Updated pipe-fittings to v2.7.0. (#760)
Note: For CentOS/RHEL users, the minimum supported version is now CentOS Stream 10 / RHEL 10 due to libstdc++
library compatibility.
v1.4.0-rc.2
Update go-duckdb (#931)
v1.4.0-rc.1
update go-duckdb to v2.4.0 (#930)
v1.4.0-rc.0
Add support for ducklake backend. Update pipe-fittings to v2.7.0.
v1.3.1
Bug Fixes
- Fix issue where the
database
argument from a query resource was not respected. (#829) - Fix issue where the default config path was not resolved correctly. The default is the
mod-location
, followed by the$POWERPIPE_INSTALL_DIR/config
. Also thePOWERPIPE_CONFIG_PATH
environment variable was not respected. (#898) - Fix issue where
pie/donut
charts were not rendering correctly on boolean values. (#433)
Dependencies
- Upgrade
hashicorp/go-getter
,sha.js
andcipher-base
to remediate critical and high vulnerabilities.
v1.3.0
Whats new
- Compiled with Go 1.24.
Bug Fixes
- Fix issue where the
--where
arg was not correctly filtering the benchmarks/controls when JSON path expressions were passed. (#740) - Fix error handling for JSON output/export incase of database failures. (#665)
Dependencies
- Upgrade
form-data
,oauth
andgo-viper/mapstructure/v2
packages to remediate critical and high vulnerabilities.
v1.2.8
Bug Fixes
- Fix regression where powerpipe was failing to run detections from dependant mods if steampipe service was not running. (#824)
- Fix issue where powerpipe server was failing to resolve the default pipes token. (#818)
- Fix issue where query run snapshot output was returning a 0 exit code even incase of query failures. (#816)
Dependencies
- Upgrade
pbkdf2
package to remediate critical vulnerabilities.
v1.2.7
Bug Fixes
- Fix issue where powerpipe was exposing the server port to the internet even when listen was local. (#761)
- Fix issue where benchmark/control json output was not printing the complete JSON to stdout. (#791)
- Fix issue where the
from
property in Tailpipe connections was getting parsed incorrectly. (#790)
v1.2.6
Bug Fixes