Releases: sysdiglabs/terraform-google-secure-for-cloud
Releases · sysdiglabs/terraform-google-secure-for-cloud
v0.9.0
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)
- to enable scanning use
- 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
v0.8.5
v0.8.4
v0.8.3
v0.8.2
v0.8.1
v0.8.0
v0.7.2
v0.7.1
v0.7.0
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 with4.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)