Skip to content

Releases: terraform-google-modules/terraform-google-sql-db

v16.1.0

23 Aug 11:28
b193e1c
Compare
Choose a tag to compare

16.1.0 (2023-08-23)

Features

  • config connector_enforcement in postgres (#500) (5789b54)

v16.0.0

09 Aug 08:35
8cf813c
Compare
Choose a tag to compare

16.0.0 (2023-08-09)

⚠ BREAKING CHANGES

  • added edition in mssql, mysql, postgresql, safer_sql and data_cache_config to mysql and safer_sql modules (#491)

Features

  • added edition in mssql, mysql, postgresql, safer_sql and data_cache_config to mysql and safer_sql modules (#491) (0024b24)

Bug Fixes

  • to avoid password reset for existing additional users for mssql (#489) (923cd11)

v15.2.0

03 Aug 15:52
21c8254
Compare
Choose a tag to compare

15.2.0 (2023-07-18)

Features

v15.1.0

29 Jun 16:05
6bc4bd0
Compare
Choose a tag to compare

15.1.0 (2023-06-20)

Features

  • added support for enable_private_path_for_google_cloud_services field in replica instances. (#471) (3d0c204)
  • include log for each database name in export workflow (#407) (e638a24)

Bug Fixes

  • port iam_users from postgresql module (#467) (5732125)
  • to avoid password reset for existing additional users (#461) (1fcdcc4)

v15.0.0

24 Apr 04:14
5440f1d
Compare
Choose a tag to compare

15.0.0 (2023-04-18)

⚠ BREAKING CHANGES

  • pass iam_user_emails as map to postgres module (#414)

Features

  • add deletion_protection.enabled for read replicas (#437) (4cdb81c)
  • added enable_private_path_for_google_cloud_services field in ip_configuration for google_sql_database_instance resource (#449) (64618c4)
  • support query insights for MySQL for read replicas (#453) (59b32af)

Bug Fixes

  • pass iam_user_emails as map to postgres module (#414) (15298c2)
  • prevent auto-update of random_password resource (#446) (ed83b8b)
  • remove replica pwd validation config (#441) (daa3772)

v14.1.0

16 Mar 15:42
b20a128
Compare
Choose a tag to compare

14.1.0 (2023-03-15)

Features

  • increased timeout to 30m to support micro instances also. (#425) (5ed6288)
  • make connector enforcement configurable (#439) (2df794b)

Bug Fixes

  • random password for default user and additional users will also follow password validation policy (#443) (0ceb0ed)

v14.0.1

16 Feb 16:43
048ad9d
Compare
Choose a tag to compare

14.0.1 (2023-02-10)

Bug Fixes

  • make special chars opt in for generated passwords (#421) (1c9ce24)
  • updates the TF version constraint to 1.3 (#419) (add16eb)

v14.0.0

03 Feb 17:31
eeb107f
Compare
Choose a tag to compare

14.0.0 (2023-01-27)

⚠ BREAKING CHANGES

  • Add pwd validation policy for mysql modules (#409)
  • adds settings.deletion_protection_enabled to modules (#404)
  • Aligned the behaviour of additional_users resource in all 3 Cloud SQL instance modules. (#398)
  • Add deny_maintenance_period for MySQL, MsSQL, PostgreSQL and safer_sql (#399)
  • removes instanceUser iam binding from the postgresql module (#382)
  • Add Password Validation Policy to Postgres Module (#376)
  • Add name_override variable for MySQL, PostgreSQL and safer_sql to Override default read replica name (#393)

Features

  • Add deny_maintenance_period for MySQL, MsSQL, PostgreSQL and safer_sql (#399) (55f4206)
  • add secondary_zone, follow_gae_application to safer_mysql (#390) (05cd2b6)
  • Add name_override variable for MySQL, PostgreSQL and safer_sql to Override default read replica name (#393) (045bed1)
  • Add Password Validation Policy to Postgres Module (#376) (562455b)
  • Add pwd validation policy for mysql modules (#409) (df8accd)
  • add Suffix to backup configurations (#377) (0ea1968)
  • adds deletion_policy parameter for google_sql_user and google_sql_database resource. (#386) (8ab6e37)
  • adds settings.deletion_protection_enabled to modules (#404) (af48cd3)
  • adds settings.location_preference.follow_gae_application parameter to modules. (#385) (edefa43)
  • Aligned the behaviour of additional_users resource in all 3 Cloud SQL instance modules. (#398) (7d6b209)

Bug Fixes

  • Added functionality to simply specify the database version number ins… (#388) (83ca2e2)
  • Added sensitive field in output "primary" in mssql module (#394) (4b32479)
  • fixes lint issues and generates metadata (#392) (dd1d75c)
  • made 'allocated_ip_range' variable optional (#395) (243c1c5)
  • removes instanceUser iam binding from the postgresql module (#382) (cc39074)
  • sensitive output safer mysql (#401) (5cc5e08)

v13.0.1

11 Nov 20:16
fa9489c
Compare
Choose a tag to compare

13.0.1 (2022-11-11)

Bug Fixes

  • revert null provider version to major.minor (#372) (b4c0555)

v13.0.0

07 Nov 22:35
e9a75dd
Compare
Choose a tag to compare

13.0.0 (2022-11-07)

⚠ BREAKING CHANGES

  • deps: update terraform null to ~> 3.2.0 (#366)
  • Increase TPG minimum version to 4.28

Features

  • Adds secondary_zone to db modules (7818a7e)
  • Support Query Insights for MySQL (d932391)

Bug Fixes

  • Db master and replica update solution for MYSQL (f991c22)
  • Make compression default for Backups (ff37244)
  • Postgresql availability type shouldn't prevent backup configuration (#352) (e796b3c), closes #351
  • removed invalid parameter for PostgrSQL binary_log_enabled (#341) (b51427e)

Miscellaneous Chores

  • deps: update terraform null to ~> 3.2.0 (#366) (643e6e5)