Skip to content

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

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)

v12.1.0

10 Oct 16:57
8a84192
Compare
Choose a tag to compare

12.1.0 (2022-10-07)

Features

  • Added cloud sql restore module that uses database import (#343) (da4033b)

Bug Fixes

  • for_each issue on the sql_audit_config (#340) (95e48a1)

v12.0.0

16 Aug 16:11
cf8fc4c
Compare
Choose a tag to compare

12.0.0 (2022-08-15)

⚠ BREAKING CHANGES

  • add support for settings.sql_server_audit_config setting
  • Change additional user default password (#332)
  • adds availability_type for read_replicas (#329)

Features

  • add support for settings.sql_server_audit_config setting (64b8a18)
  • adds availability_type for read_replicas (#329) (e26861e)
  • Provide an option to compress backups for PostreSQL and MySQL (#335) (b1ef34d)

Bug Fixes

  • Change additional user default password (#332) (f96f71e)
  • set replicas output as sensitive pgsql (#334) (ad6f427)

v11.0.0

03 Jun 01:50
a83101c
Compare
Choose a tag to compare

11.0.0 (2022-06-02)

⚠ BREAKING CHANGES

  • Switch to random_password instead of random_id (#308)
  • Add support for setting disk_autoresize_limit (#288)
  • add support for settings.active_directory_config for SQL module (#305)

Features

  • Add sensitive flag for MySQL module outputs (#303) (6a15c26)
  • Add support for setting disk_autoresize_limit (#288) (e07f141)
  • add support for settings.active_directory_config for SQL module (#305) (449f1a2)
  • Switch to random_password instead of random_id (#308) (9126ee6)

v10.1.0

25 May 02:50
4e2cb87
Compare
Choose a tag to compare

10.1.0 (2022-05-13)

Features

  • Add a description variable for google_compute_global_address resource (#299) (fe91aa5)
  • Create SQL Backup and export module (#296) (c51bf29)

v10.0.2

06 May 16:55
2734f71
Compare
Choose a tag to compare

10.0.2 (2022-04-19)

Bug Fixes

v10.0.1

01 Apr 04:42
fb476d5
Compare
Choose a tag to compare

10.0.1 (2022-03-16)

Bug Fixes

  • Add missing google-beta provider to required_providers (#282) (714428c)
  • Ignore changes to CMEK on read replicas (#284) (b73b465)

v10.0.0

08 Mar 19:12
704be5d
Compare
Choose a tag to compare

10.0.0 (2022-02-18)

⚠ BREAKING CHANGES

  • allocated_ip_range must now be specified for instances; allocated_ip_range = null can be used to preserve old default.

Features

  • Add allocated_ip_range property to CloudSQL modules (#277) (ab8c768)

Bug Fixes