Skip to content

Latest commit

 

History

History
170 lines (87 loc) · 9.1 KB

CHANGELOG.md

File metadata and controls

170 lines (87 loc) · 9.1 KB

Changelog

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)

Features

3.0.0 (2022-03-08)

⚠ BREAKING CHANGES

  • deprecate slo and slo-pipeline module for Cloud Functions, add slo-generator module on Cloud Run

Features

  • deprecate slo and slo-pipeline module for Cloud Functions, add slo-generator module on Cloud Run (fd65f49)

Bug Fixes

  • add name output to slo-native module (a5acdf9)

2.1.0 (2021-12-06)

Features

  • update TPG version constraints to allow 4.0 (37864c4)
  • update TPG version constraints to allow 4.0 (9ccd3fb)

2.0.0 (2021-07-05)

⚠ BREAKING CHANGES

  • add Terraform 0.13 constraint and module attribution (#85)

Features

  • add Terraform 0.13 constraint and module attribution (#85) (6de1459)

1.0.3 (2021-05-05)

Bug Fixes

  • add error_budget_policy as SLO module output (2143534)

1.0.2 (2021-02-26)

Bug Fixes

  • add ability to disable logs-writer iam (96aa353)
  • add ability to disable logs-writer iam (96aa353)

1.0.1 (2020-11-27)

Bug Fixes

1.0.0 (2020-11-16)

⚠ BREAKING CHANGES

  • Add metadata labels

Features

  • Add metadata labels (db432a0)
  • custom GCF name for SLO module (b2aa6bf)
  • update slo-generator to 1.4.0 (afdc43b)

Bug Fixes

  • 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)

Bug Fixes

  • Add GCF timeout + memory (495a2ca)
  • update slo-generator to v1.3.2 (d50b09e)

0.3.1 (2020-10-23)

Bug Fixes

  • Update slo-generator to v1.3.1 (e602495)

0.3.0 (2020-10-21)

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)

0.2.2 (2020-10-08)

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)

0.2.1 (2020-09-22)

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)

0.2.0 (2020-09-16)

Features

0.1.0 (2020-05-12)

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