All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
3.1.0 (2022-12-29)
3.0.0 (2022-03-08)
- deprecate slo and slo-pipeline module for Cloud Functions, add slo-generator module on Cloud Run
- deprecate slo and slo-pipeline module for Cloud Functions, add slo-generator module on Cloud Run (fd65f49)
- add name output to slo-native module (a5acdf9)
2.1.0 (2021-12-06)
- update TPG version constraints to allow 4.0 (37864c4)
- update TPG version constraints to allow 4.0 (9ccd3fb)
2.0.0 (2021-07-05)
- add Terraform 0.13 constraint and module attribution (#85)
1.0.3 (2021-05-05)
- add error_budget_policy as SLO module output (2143534)
1.0.2 (2021-02-26)
1.0.1 (2020-11-27)
- SLO Pipeline IAM roles (07890d9)
1.0.0 (2020-11-16)
- Add metadata labels
- Add metadata labels (db432a0)
- custom GCF name for SLO module (b2aa6bf)
- update slo-generator to 1.4.0 (afdc43b)
- GCS improvements (#65) (0691d79)
- prevent updating / recreating GCF when SLO configs change (161dbe4)
- SLO pipeline updating constantly (local files) (524909c)
- Terraform variable validation (f5e6c00)
0.3.2 (2020-10-23)
0.3.1 (2020-10-23)
- Update slo-generator to v1.3.1 (e602495)
0.3.0 (2020-10-21)
- upgrade slo-generator to version 1.2.0 (5796e77)
- upload SLO configs to GCS, support VPC connector (e35ab7a)
- GCS links in GCF (37ce07f)
- GCS object path (f06f041)
- Revert #24 as it triggers duplicate logs in Cloud Logging (05296bc)
0.2.2 (2020-10-08)
0.2.1 (2020-09-22)
- Correct example
table_name
totable_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)
0.2.0 (2020-09-16)
- 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 random suffix to bucket names to allow easy recreation. #3
- Initial release