Releases: terraform-google-modules/terraform-google-slo
Releases · terraform-google-modules/terraform-google-slo
terraform-google-slo v0.3.0
Features
- upgrade slo-generator to version 1.2.0 (5796e77)
- upload SLO configs to GCS, support VPC connector (e35ab7a)
Bug Fixes
- GCS links in GCF (37ce07f)
- GCS object path (f06f041)
- Revert #24 as it triggers duplicate logs in Cloud Logging (05296bc)
terraform-google-slo v0.2.2
Bug Fixes
- upgrade defaut slo-generator version to 1.1.2 [#46] (f16b8d6)
Features
- Add dataset_create flag to skip creation if already exists [#48] (638078d)
terraform-google-slo v0.2.1
Bug Fixes
- Correct example
table_name
to table_id
(#36) (adfc671)
- README broken links (54486eb)
- SLO IAM roles for Service Monitoring (12951a0)
- TF variable validation for backend so we can use other backends (#43) (e3dd0cb)
terraform-google-slo v0.2.0
terraform-google-slo v0.1.0
Fixed
- Updating SLO configs now correctly re-deploys Cloud Functions. Fixes [#7]
- Allow to use a custom service account in both modules. Fixes [#13]
- Upgrade to latest slo-generator version. Fixes [#14]
Added
- Added random suffix to bucket names to allow easy recreation. [#3]
- Initial release