Skip to content

Latest commit

 

History

History
278 lines (131 loc) · 16.6 KB

CHANGELOG.md

File metadata and controls

278 lines (131 loc) · 16.6 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.

11.0.0 (2024-09-17)

⚠ BREAKING CHANGES

  • TPG>=6.0: Added deletion protection support in Redis cluster (#233)

Features

  • deps: Update Terraform Google Provider to v6 (major) (#229) (bbbda1e)
  • TPG>=6.0: Added deletion protection support in Redis cluster (#233) (77c0207)

10.0.0 (2024-07-16)

⚠ BREAKING CHANGES

  • TPG >=5.33: zone_distribution_config force recreation (#222)
  • deps: Update Terraform terraform-google-modules/project-factory/google to v15 (#215)

Features

  • Add new output called env_vars for Redis (#219) (c1190ee)
  • TPG >=5.33: zone_distribution_config force recreation (#222) (c49bdbf)

Bug Fixes

  • deps: Update Terraform terraform-google-modules/project-factory/google to v15 (#215) (5901c46)

9.0.0 (2024-05-13)

⚠ BREAKING CHANGES

  • TPG>5.28: add redis_configs in redis cluster (#213)
  • TPG >=5.24: Allow modifying of node type in redis cluster sub-module (#206)

Features

  • TPG >=5.24: Allow modifying of node type in redis cluster sub-module (#206) (f30de6f)
  • TPG>5.28: add redis_configs in redis cluster (#213) (30d5433)

8.0.0 (2024-01-04)

⚠ BREAKING CHANGES

  • TPG >=4.74: remove ignore maintenance_schedule. Added redis cluster sub-module (#195)

Features

Bug Fixes

  • TPG >=4.74: remove ignore maintenance_schedule. Added redis cluster sub-module (#195) (10c10ba)

7.1.3 (2023-10-17)

Bug Fixes

  • upgraded versions.tf to include minor bumps from tpg v5 (#170) (66add77)

7.1.2 (2023-07-11)

Bug Fixes

  • Ignore maintenance_schedule plan changes (#152) (969a116)

7.1.1 (2023-06-20)

Bug Fixes

  • Change memcached's maintenance_policy duration attribute type. (#145) (0ab8c11)

7.1.0 (2023-02-27)

Features

  • add persistence configuration for Redis (#125) (103c794)
  • add support for using read replicas (#124) (40a5b6a)

7.0.0 (2023-01-20)

⚠ BREAKING CHANGES

  • deps: update tf modules (#115)

Bug Fixes

  • fixes lint issues and generates metadata (#122) (766842a)

Miscellaneous Chores

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.