Skip to content

Latest commit

 

History

History
61 lines (33 loc) · 2.78 KB

CHANGELOG.md

File metadata and controls

61 lines (33 loc) · 2.78 KB

v0.8 [2024-03-06]

Powerpipe

Powerpipe is now the preferred way to run this mod! Migrating from Steampipe →

All v0.x versions of this mod will work in both Steampipe and Powerpipe, but v1.0.0 onwards will be in Powerpipe format only.

Enhancements

  • Focus documentation on Powerpipe commands.
  • Show how to combine Powerpipe mods with Steampipe plugins.

v0.7 [2023-02-10]

What's new?

v0.6 [2022-05-09]

Enhancements

  • Updated docs/index.md and README with new dashboard screenshots and latest format. (#29)

v0.5 [2022-05-05]

Enhancements

  • Added category, service, and type tags to benchmarks and controls. (#25)

v0.4 [2022-03-29]

What's new?

  • Added default values to all variables (set to the same values in steampipe.spvars.example)
  • Added *.spvars and *.auto.spvars files to .gitignore
  • Renamed steampipe.spvars to steampipe.spvars.example, so the variable default values will be used initially. To use this example file instead, copy steampipe.spvars.example as a new file steampipe.spvars, and then modify the variable values in it. For more information on how to set variable values, please see Input Variable Configuration.

Bug fixes

  • Fixed the ecs_instance_long_running control to only evaluate instances which are in the running state (#19)

v0.3 [2021-09-29]

What's new?

  • Added: Input variables have been added to ECS and RDS controls to allow different thresholds to be passed in. To get started, please see Alicloud Thrifty Configuration. For a list of variables and their default values, please see steampipe.spvars.

v0.2 [2021-09-23]

Enhancements

  • Updated: GitHub repository cloning instructions in README.md and docs/index.md now use HTTPS instead of SSH

v0.1 [2021-08-12]

What's new?

  • Added initial ActionTrail, ECS, OSS, RDS and VPC benchmarks