Skip to content

Releases: turbot/powerpipe

v0.3.2-alpha.202406111022

11 Jun 10:35
Compare
Choose a tag to compare
Pre-release
version

v0.4.1-alpha.202406101636

10 Jun 16:48
Compare
Choose a tag to compare
Pre-release
Update version

v0.4.0

10 Jun 13:54
Compare
Choose a tag to compare

Whats new

  • Update JSON output to handle duplicate column names - append a unique suffix to duplicate column names. (#375)
  • Update snapshot schema and dashboard event schema versions to 20240607. (#406)

Bug fixes

  • When generating a snapshot from a benchmark run, the row data is empty any of the rows are in error. (#366)
  • Update mod install to only install or update mods which are command targets (and their dependencies). Set default pull mode for install is latest if there is a target, and minimal if no target is given. (#381)
  • Fix incorrect help message for output in powerpipe benchmark/control run. (#367)
  • Fix issue where POWERPIPE_PORT env var was not being honoured. (#362)
  • Update timing metadata output to rename duration field to duration_ms for consistency with steampipe. (#368)
  • Dashboard graph should not crash if an invalid edge category color is provided. (#364)
  • Dashboard flow/hierarchy components should show panel controls. (#363)

v0.3.2-rc.202406051523

05 Jun 15:35
805699f
Compare
Choose a tag to compare
Pre-release
Remove sps references from help messages

v0.3.1

24 May 14:12
fa25bd6
Compare
Choose a tag to compare
Update pipe-fittings to v1.3.3

Fix mod require block being rewritten incorrectly when installing a mod if the require block exists but does not contain mod requirements. 
Fix status display for updating transitive dependencies

v0.3.0

14 May 10:31
Compare
Choose a tag to compare

Whats new

  • Add support for installing mods from a branch or from the local file system. (#285)

To install from a branch:

powerpipe mod install github.com/turbot/steampipe-mod-aws-well-architected#main

To reference a mod in the local file system:

powerpipe mod install ../mods/local_mod_folder
  • Add --pull flag to mod, dashboard and benchmark commands to control the mod update strategy. (#352). Possible update strategies are:

    • full - check branch and tags for both latest and accuracy
    • latest - update everything to latest, but only branches - not tags - are commit checked (which is the same as latest)
    • development - update branches and broken constraints to latest, leave satisfied constraints unchanged
    • minimal - only update broken constraints, do not check branches for new commits

v0.3.0-rc.202405140800

14 May 08:12
Compare
Choose a tag to compare
Pre-release
skip test

v0.3.0-rc.202405101222

10 May 12:34
Compare
Choose a tag to compare
Pre-release
Fix NewInstallOpts

v0.3.0-alpha.202405071844

07 May 18:56
Compare
Choose a tag to compare
Pre-release
go.mod

v0.2.0-rc.202405101138

10 May 11:50
62ed4b0
Compare
Choose a tag to compare
Pre-release
Bump ejs from 3.1.9 to 3.1.10 in /ui/dashboard (#345)

Bumps [ejs](https://github.com/mde/ejs) from 3.1.9 to 3.1.10.
- [Release notes](https://github.com/mde/ejs/releases)
- [Commits](https://github.com/mde/ejs/compare/v3.1.9...v3.1.10)

---
updated-dependencies:
- dependency-name: ejs
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>