Skip to content

Latest commit

 

History

History
77 lines (43 loc) · 3.11 KB

CHANGELOG.md

File metadata and controls

77 lines (43 loc) · 3.11 KB

v0.10 [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.9 [2023-03-03]

What's new?

  • Added tags as dimensions to group and filter findings. (see var.tag_dimensions) (#37)
  • Added connection_name, region and subscription_id in the common dimensions to group and filter findings. (see var.common_dimensions) (#37)

Bug fixes

  • Fixed the inline query of compute_virtual_machine_long_running control to remove duplicate results. (#35) (Thanks @JoshRosen for the contribution!)

v0.8 [2022-05-09]

Enhancements

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

v0.7 [2022-05-02]

Enhancements

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

v0.6 [2022-03-23]

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.5 [2021-11-10]

Enhancements

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

v0.4 [2021-09-30]

What's new?

  • Added: Input variables have been added to Compute and SQL controls to allow different thresholds to be passed in. To get started, please see Azure Thrifty Configuration. 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_virtual_machine_low_utilization
    • virtual_network_gateway_unused
    • storage_account_without_lifecycle_policy

v0.1 [2021-07-02]

What's new?

  • Added initial Compute, Network, and SQL benchmarks