Skip to content

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

v0.9.0

30 May 11:06
4adefc0
Compare
Choose a tag to compare

Full Changelog: v0.8.5...v0.9.0

Refactor / Breaking Changes

  • Image Scanning feature will now be disabled by default scanning not defaulted (#98)
    • to enable scanning use deploy_scanning input variable parameters.
    • fix. organizational example, inherit input variable for deploy_scanning (#109)
  • rename bench/benchmark(#108)
  • Remove Sysdig / GCP providers (last one in organizational) from examples (#105) (#106) (#111)
  • upgrade GCP provider to 4.21.0 and fix breaking changes

Features

  • Removed bucket for cloud-connector config, in favor of an environment variable(#100)

Small Modifications

  • notify sysdig internal slack on issue creation (#101)

Documentation

  • Add GCP regions reference + fix to gcp regions (#110)
  • add questionnaire for client requirement gathering and troubleshooting context (#104)
  • clarify secure-for-cloud module features (#99)

v0.8.5

11 Apr 11:48
0b9b127
Compare
Choose a tag to compare

Small Modifications

  • add telemetry (#97)

v0.8.4

11 Mar 10:45
Compare
Choose a tag to compare

Bug Fixes

  • Add missing providers to k8s example (94)

CI

  • K8s single project test (#95)

Documentation

  • several clarifications related to trust_relationship and some troubleshootings (#96)
  • homogeneize diagrams and minor README/CONTRIBUTE changes (#92)

v0.8.3

14 Feb 11:54
e40da65
Compare
Choose a tag to compare

Feature

  • Parametrize CPU and memory for cloud run ([#93])

v0.8.2

10 Feb 16:19
0f0972d
Compare
Choose a tag to compare

Features

  • Add a new example to trigger GCP events ([#91])

v0.8.1

20 Dec 17:55
cee8f83
Compare
Choose a tag to compare

Bugfixes

  • Use projectID instead of project name (#88)

  • Add random schedule for benchmark tasks (#85)

Code Refactoring

  • remove scanning module and use cloud-connector scanning ingestor (#79)

Documentation

  • remove CIEM capability from gcp (#86)
  • troubleshooting (#84)

v0.8.0

25 Nov 10:42
a706aad
Compare
Choose a tag to compare

Features

  • enable benchmark on single-account-k8s (#83)

v0.7.2

24 Nov 12:38
064c186
Compare
Choose a tag to compare

Bug Fixes

  • Add missing permission to single-project deployments (#82)

Small Modifications

  • bench: Enable dynamic role creation via name input var (#81)

v0.7.1

19 Nov 08:29
e4e8e85
Compare
Choose a tag to compare

Bug Fixes

  • infer provider region to cloud-connector and remove variables (#80)

Docs

  • Add section about enforcing events in README (#80)

v0.7.0

15 Nov 15:42
5ae2c2f
Compare
Choose a tag to compare

Breaking Changes

  • Remove providers from /examples enabling user to override them. Removed parameters now inferred from provider (#74)
  • Pinned google provider version to ~> 3.67.0 due to incompatibility with 4.0.0 version (#72 (comment))

Features

  • Merge cloud-connector and cloud-scanning deployments (#76)
    Now only one workload (K8s deployment or CloudRun) will be deployed

Small Changes

  • Benchmark. Added service account bigquery.tables.list role (#72)

Documentation

  • Adapt diagrams to new deployment (#75) (#77)