Skip to content

Releases: sysdiglabs/terraform-google-secure-for-cloud

v1.0.0

12 Nov 23:37
c36bb00
Compare
Choose a tag to compare

New Major Version

Deprecation Notice

The cloud-bench submodule has been deprecated in this version of the module.

Sysdig released a new onboarding experience for GCP in November 2024. We recommend connecting your cloud accounts by following these instructions.

This repository should be used solely in cases where Agentless Threat Detection cannot be used.

What's Changed

Full Changelog: v0.9.11...v1.0.0

v0.9.10

12 May 18:59
f961a4e
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.9.9...v0.9.10

v0.9.9

21 Mar 21:09
1c12232
Compare
Choose a tag to compare

Bug Fixes

  • Remove legacy benchmark task creation (#142)

    • fix: Remove legacy benchmark task creation
  • Remove task submodules, fix lint errors

  • Fix linting errors

  • Lint fixes


Co-authored-by: Noah Kraemer <noah.kraemer@sysdig.com>

v0.9.7

01 Mar 11:23
3dd4775
Compare
Choose a tag to compare

Features

  • feat(benchmark): Add an option to resuse existing workload identity pool via data by @airadier in #130

Refactor

Documentation

  • add some cost notes
  • troubleshooting. expand explanation on 409

Full Changelog: v0.9.6...v0.9.7

v0.9.6

19 Jan 10:05
9f47e89
Compare
Choose a tag to compare

Features

  • Add org-level compliance setup (#128)

    Small Modifications

  • Add configurable cloud connector image in example (#135)

v0.9.5

10 Jan 16:21
4279ce8
Compare
Choose a tag to compare

Code Refactoring

  • avoid benchmark role collision with var.name (#132)

Documentation

  • Prepend projectID while importing workload identity pools for troubleshooting (#131)

Maintenance

  • add terrascan compliance (#127)
  • add codeowners file (#126)

v0.9.4

21 Sep 15:04
91e9535
Compare
Choose a tag to compare

Build

  • Update cloud connector image hosted at sysdig registry (#125)

Documentation

  • Add compliance under organizational troubleshooting
  • 403 forbidden authentication troubleshooting
  • Other minor documentation changes

v0.9.3

04 Sep 22:10
76f841f
Compare
Choose a tag to compare

Full Changelog: v0.9.2...v0.9.3

Continuous Integration

  • Add Makefile and move some content from pre-commit by @tembleking in #121

Documentation

v0.9.2

31 Aug 11:15
4600a13
Compare
Choose a tag to compare

Features

  • pin down secure-api-secret location from global to specific (#120)

Bug Fixes

  • fix typo in secret manager API

Documentation

  • clarify region/zone

  • clarify force events

  • add troubleshooting gcp api services

  • add troubleshooting gcp provider no region

Small Modifications

  • update role permission diagram

New Contributors

v0.9.1

11 Aug 03:11
b2bd218
Compare
Choose a tag to compare

Full Changelog: v0.9.0...v0.9.1

Features

  • Added GCP K8S scanning by @hayk99 in #112
  • Add Cloud Asset permissions for CSPM by @ido-gold-apolicy in #118
    • Currently only available for CA (Controlled-Availability)

Documentation

  • Use case. new org-k8s-threat-compliance by @wideawakening in #116
  • Troubleshooting. Explain service account usage by @hayk99 in #115
  • troubleshoot unavailable region
  • troubleshoot. clarify google_beta provider usage
  • troubleshoot. compliance not working

New Contributors