Skip to content

Releases: turbot/powerpipe

v1.4.0

22 Sep 10:30
6f3cd39
Compare
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
Compare
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
Compare
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
Compare
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
Compare
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
Compare
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.

v1.2.8

10 Jul 11:56
c4597a5
Compare
Choose a tag to compare

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

21 May 06:35
54c1fe7
Compare
Choose a tag to compare

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

08 May 15:26
c3d003f
Compare
Choose a tag to compare

Bug Fixes

  • Fix issue where powerpipe was failing to run detections from dependant mods if steampipe service was not running. (#788)
  • Fix issue where detection benchmarks were not showing date range selector in powerpipe server. (#789)
  • Fix issue where powerpipe was failing to export detection benchmarks. (#796)

v1.2.5

14 Apr 14:53
7eee59c
Compare
Choose a tag to compare

Bug Fixes

  • Fix the table data cells displaying a vertical scroll in some browsers. (#765)
  • Fix issue where setting custom relative duration not shown in presets does not update the relative timestamp. (#769)