Skip to content

Latest commit

 

History

History
140 lines (88 loc) · 4.64 KB

File metadata and controls

140 lines (88 loc) · 4.64 KB

v1.0.1 [2024-10-24]

Bug fixes

  • Renamed steampipe.spvars.example files to powerpipe.ppvars.example and updated documentation. (#61)

v1.0.0 [2024-10-22]

This mod now requires Powerpipe. Steampipe users should check the migration guide.

v0.13 [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.12 [2024-01-22]

What's new?

  • Added the kubernetes_cluster_no_cluster_level_node_pool control to the Kubernetes benchmark. (#53)

v0.11 [2023-11-30]

What's new?

  • Added the following controls across the benchmarks: (#49)
    • bigquery_table_deletion_protection_enabled
    • bigtable_instance_deletion_protection_enabled
    • spanner_database_deletion_protection_enabled
    • spanner_database_drop_protection_enabled

v0.10 [2023-11-03]

Breaking changes

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

v0.9 [2023-10-03]

Enhancements

  • Updated the queries to use the attributes_std and address columns from the terraform_resource table instead of arguments, type and name columns for better support of terraform state files. (#42)

Dependencies

  • Terraform plugin v0.10.0 or higher is now required. (#42)

v0.8 [2023-09-13]

Enhancements

  • Added the iam_workload_identity_restricted control to the IAM benchmark: (#38)

v0.7 [2023-08-31]

What's new?

  • Added 74 new controls across the benchmarks for the following services: (#34)
    • Artifact Registry Repository
    • BigQuery
    • Cloud Build
    • Cloud Function
    • Cloud Run
    • Compute
    • Dataflow
    • Data Fusion
    • Dataproc
    • DNS
    • IAM
    • KMS
    • Kubernetes
    • Logging
    • PubSub
    • Redis
    • Spanner
    • SQL
    • Storage
    • Vertex AI

Bug fixes

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

    v0.6 [2023-06-15]

What's new?

v0.5 [2022-05-09]

Enhancements

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

v0.4 [2022-05-02]

Enhancements

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

Bug fixes

  • Fixed the kubernetes_cluster_private_cluster_config_enabled query to correctly identify public GKE clusters. (#16)

v0.3 [2022-03-17]

Enhancements

  • Paths in control outputs now also include the starting line number for the resource

v0.2 [2022-02-10]

Enhancements

  • Updated README.md and docs/index.md with more detailed usage instructions

v0.1 [2022-02-02]

What's new?

  • Added 9 benchmarks and 55 controls to check Terraform GCP resources against security best practices. Controls for the following services have been added:
    • BigQuery
    • Cloud DNS
    • Cloud Logging
    • Cloud SQL
    • Cloud Storage
    • Compute Engine
    • IAM
    • KMS
    • Kubernetes Engine