Skip to content

Latest commit

 

History

History
117 lines (72 loc) · 7.08 KB

CHANGELOG.md

File metadata and controls

117 lines (72 loc) · 7.08 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.

4.0.0 (2020-08-26)

⚠ BREAKING CHANGES

  • Replica configuration has been reworked. Please see the upgrade guide for details.
  • Users and databases have been moved and require a state migration. See the upgrade guide for details.

Features

  • Add encryption_key_name variable for MS SQL module (#132) (2bd0f41)
  • Add location support to backup_configuration block (#126) (aa907bd)
  • add SQL Server support with new submodule (#112) (4a775fb)
  • Added random_id option for instance name (#116) (7c8c799)
  • Rework replicas to use for_each and new configuration style (5e1ae20)

Bug Fixes

  • Fix issue with replica state key and random IDs (#141) (71b51fd)
  • Update versions to allow for Terraform 0.13 (#135) (86c533a)
  • docs: Update links for database flags on postgresql and mysql (#134) (e6a31ca)
  • Relax Provider version (#133) (ec2a109)
  • Updated users and databases creation to use for_each (#100) (d433995)

3.2.0 (2020-04-24)

Features

  • Added "encryption_key_name" variable for postgresql and mysql modules. (#101) (cf87a9d)
  • Support new regional HA for MySQL (#99) (d3ed591)

Bug Fixes

  • Disable binary_logging option as it is not valid for Postgres instances (#94) (c74b15d)

3.1.0 (2020-02-11)

Features

  • Update google and google-beta provider versions to ~>3.5 (#87) (706b173)

3.0.0 - 2019-12-17

Removed

  • Removed variable peering_completed. #78

Added

  • The public_ip_address, private_ip_address, and instance_address outputs to the mysql submodule, the postgresql submodule, and the safer_mysql submodule. #76
  • Added variable module_depends_on. #78

Changed

  • Renamed output instance_address to instance_ip_address in mysql, postgresql and safer_mysql submodules. #83

2.0.0 - 2019-09-26

2.0.0 is a backward incompatible release. Review the upgrade guide for more information.

Added

  • peering_completed marker to postgresql module #43
  • private_address to postgresql module #43

Changed

  • Added support for Terraform 0.12 #53
  • the root module has been deprecated #56

Fixed

  • The network reference in the private_service_access module uses the self link. #61

1.2.0 - 2019-07-30

1.1.2 - 2019-06-14

1.1.1 - 2019-03-15

1.1.0 - 2019-02-28

1.0.1 - 2019-02-14

1.0.0 - 2019-02-14