Skip to content

Latest commit

 

History

History
94 lines (52 loc) · 3.39 KB

CHANGELOG.md

File metadata and controls

94 lines (52 loc) · 3.39 KB

v0.12 [2024-04-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.11 [2023-02-03]

What's new?

v0.10 [2022-05-09]

Enhancements

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

v0.9 [2022-05-02]

Enhancements

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

v0.8 [2022-04-06]

Bug fixes

  • Fixed the inline query of compute_snapshot_max_age control to correctly review the age of snapshots (#28)

v0.7 [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.

v0.6 [2021-11-03]

Bug fixes

  • Fixed the broken link for the console output image in the docs/index.md file

v0.5 [2021-11-03]

Enhancements

  • docs/index.md file now includes the console output image

Bug fixes

  • Fixed the sql_db_instance_avg_cpu_utilization_high variable to use 50% instead of 25% (18)

v0.4 [2021-09-27]

What's new?

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

v0.3 [2021-09-23]

Bug fixes

  • Fixed broken links to the Mod developer guide and LICENSE in README.md

v0.2 [2021-07-23]

What's new?

  • New controls added:
    • compute_disk_low_usage
    • compute_instance_low_utilization
    • logging_bucket_higher_retention_period
    • sql_db_instance_low_connection_count
    • sql_db_instance_low_utilization

Bug fixes

  • Fixed: Brand color now matches GCP plugin brand color

v0.1 [2021-06-24]

What's new?

  • Added initial BigQuery, Compute, and Storage benchmarks