Skip to content

Latest commit

 

History

History
174 lines (82 loc) · 9.72 KB

CHANGELOG.md

File metadata and controls

174 lines (82 loc) · 9.72 KB

Change Log

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.

6.0.0 (2022-09-21)

⚠ BREAKING CHANGES

  • Minimum Google provider version increased to v4.28.0 (#103)

  • Updated CMEK attribute (#103)

Features

5.1.0 (2022-09-16)

Features

  • add server_ca_certs list to outputs (#99) (f590182)

5.0.0 (2022-08-05)

⚠ BREAKING CHANGES

  • Minimum Google provider version increased to v4.10.0 (#95) (561af25)

Features

4.4.1 (2022-07-20)

Bug Fixes

  • add sensitive true flag to output auth_string (#93) (20b4c61)

4.4.0 (2022-06-28)

Features

  • added replica_count and replicas_mode functionality (#88) (3fcdba5)

4.3.0 (2022-04-13)

Features

4.2.0 (2022-02-01)

Features

  • update TPG version constraints to allow 4.0 (#73) (7c009e6)

4.1.0 (2021-09-27)

Features

  • Add discovery endpoint output to memcache module (#62) (4639ace)
  • Added port to output (#67) (0335deb)

4.0.0 (2021-07-16)

⚠ BREAKING CHANGES

  • Transit encryption is now the default for Redis instances. Set transit_encryption_mode = "DISABLED" to restore the old default.

Features

3.1.0 (2021-05-21)

Features

  • Add node outputs to the memcache module (#57) (8fe3f81)

3.0.0 (2021-03-25)

⚠ BREAKING CHANGES

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

Features

  • Add support for setting auth_enabled and auth_string on Redis (#47) (c552c19)
  • add Terraform 0.13 constraint and module attribution (#54) (b60cd11)

Bug Fixes

  • Remove auth_string configuration (#53) (1b1b340)
  • Upgrade project_services submodule to support 0.14. (#48) (7ceff0f)

2.0.0 (2021-01-06)

⚠ BREAKING CHANGES

  • Increased minimum Google provider version to 3.34.0.

Features

  • Add persistence_iam_identity to module output (#36) (c3a9a88)

Bug Fixes

  • Upgrade version of project_services module to 9.2.0 (#35) (a582a36)

1.3.1 (2020-12-22)

Bug Fixes

  • Remove interpolation-only expressions (#32) (f4896f6)

1.3.0 (2020-08-14)

Features

  • Addition of redis_configs parameter, allowing additional configuration for Redis (#27) (250861a)

Bug Fixes

  • correct logic for setting memcache display name (#24) (97f84ad)

1.2.0 (2020-07-28)

Features

  • Added submodule for cloud memorystore (memcache) (#22) (6067568)

1.1.0 (2020-06-11)

Features

  • add missing input, var.connect_mode (#18) (d3c44dd)

1.0.0 - 2019-09-24

Changed

  • Supported version of Terraform is 0.12. #10

0.1.0 - 2019-01-17

Added

  • Initial module release with basic functionality.