Skip to content

Latest commit

 

History

History
88 lines (47 loc) · 3.76 KB

CHANGELOG.md

File metadata and controls

88 lines (47 loc) · 3.76 KB

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

Breaking changes

  • Updated the plugin dependency section of the mod to use min_version instead of version. (#49)

Bug fixes

  • Fixed dashboard localhost URLs in README and index doc. (#45)

v0.9 [2023-02-10]

What's new?

v0.8 [2023-01-11]

Bug fixes

  • Fixed the missing query params in mysql_db_system_low_usage control. (#39) (Thanks @marakomer for the contribution!)

v0.7 [2022-05-09]

Enhancements

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

v0.6 [2022-05-02]

Enhancements

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

v0.5 [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.4 [2022-02-24]

Enhancements

  • Updated the inline query of database_autonomous_database_low_utilization control to use the new oci_database_autonomous_db_metric_cpu_utilization_daily table instead of old oci_database_autonomous_database_metric_cpu_utilization_daily table (#19)

v0.3 [2021-09-30]

What's new?

  • Added: Input variables have been added to Block, Compute, Database, MySQL, and NoSQL controls to allow different thresholds to be passed in. To get started, please see OCI Thrifty Configuration. For a list of variables and their default values, please see steampipe.spvars.

v0.2 [2021-09-27]

What's new?

  • New control added:
    • compute_instance_monitoring_enabled

Enhancements

  • The title of the mod has been updated from Oracle Cloud Thrifty to Oracle Cloud Infrastructure Thrifty

Bug fixes

  • block_volume_auto_tune_performance_enabled control will no longer evaluate terminated block volumes

v0.1 [2021-08-04]

What's new?

  • Added: Initial Block Volume, Budget, Compute, Database, MySQL, Network, NoSQL, and Object Storage benchmarks