Thanks to visit codestin.com
Credit goes to GitHub.com

Skip to content

Releases: turbot/powerpipe

v1.4.2

21 Nov 09:32
883f1d7

Choose a tag to compare

Bug Fixes

  • Fix issue where cell controls were not appearing after scrolling. (#956)
  • Align dashboard UI tag filters behaviour with CLI. (#969)

Dependencies

  • Upgrade containerd, webpack-dev-server, js-yaml, glob packages to remediate vulnerabilities.

v1.4.2-rc.0

19 Nov 12:27
5003e25

Choose a tag to compare

v1.4.2-rc.0 Pre-release
Pre-release
Update dashboard UI tests

v1.4.1

07 Oct 12:38
a285bbc

Choose a tag to compare

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

07 Oct 07:51
62a606d

Choose a tag to compare

v1.4.1-rc.0 Pre-release
Pre-release
Update acc test workflow

v1.4.0

22 Sep 10:30
6f3cd39

Choose a tag to compare

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 running tailpipe 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

19 Sep 15:23
afd7932

Choose a tag to compare

v1.4.0-rc.2 Pre-release
Pre-release
Update go-duckdb (#931)

v1.4.0-rc.1

19 Sep 09:05
05bed0d

Choose a tag to compare

v1.4.0-rc.1 Pre-release
Pre-release
update go-duckdb to v2.4.0 (#930)

v1.4.0-rc.0

15 Sep 11:17
7c40e56

Choose a tag to compare

v1.4.0-rc.0 Pre-release
Pre-release
Add support for ducklake backend. Update pipe-fittings to v2.7.0.

v1.3.1

25 Aug 13:47
3f78147

Choose a tag to compare

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 the POWERPIPE_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 and cipher-base to remediate critical and high vulnerabilities.

v1.3.0

05 Aug 11:36
eab55d0

Choose a tag to compare

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 and go-viper/mapstructure/v2 packages to remediate critical and high vulnerabilities.