Skip to content

Latest commit

 

History

History
113 lines (61 loc) · 6.35 KB

CHANGELOG.md

File metadata and controls

113 lines (61 loc) · 6.35 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.

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