Releases: turbot/powerpipe
Releases · turbot/powerpipe
v1.4.2
v1.4.2-rc.0
Update dashboard UI tests
v1.4.1
Bug Fixes
- Build: Restored CentOS/RHEL 9 compatibility by pinning the build image to an older libstdc++/GCC baseline. Previous build linked against newer GLIBCXX symbols, causing Powerpipe to fail on CentOS/RHEL 9.
- Improve benchmark/detection summary chart width calculations. (#945)
- Fix filtering by false boolean values in tables. (#946)
v1.4.1-rc.0
Update acc test workflow
v1.4.0
What's new
- Updated the
tailpipeconnection 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
databaseargument 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_PATHenvironment variable was not respected. (#898) - Fix issue where
pie/donutcharts were not rendering correctly on boolean values. (#433)
Dependencies
- Upgrade
hashicorp/go-getter,sha.jsandcipher-baseto remediate critical and high vulnerabilities.
v1.3.0
Whats new
- Compiled with Go 1.24.
Bug Fixes
- Fix issue where the
--wherearg 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,oauthandgo-viper/mapstructure/v2packages to remediate critical and high vulnerabilities.