Skip to content

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

v18.0.0

04 Dec 18:18
1e4b541
Compare
Choose a tag to compare

18.0.0 (2023-12-04)

⚠ BREAKING CHANGES

  • safer_mysql module's assign_public_ip input should be bool type (#541)

Features

  • add support for ssl_mode to postgresql module (#547) (9c59232)

Bug Fixes

  • safer_mysql module's assign_public_ip input should be bool type (#541) (4521594)

v17.1.0

16 Nov 05:01
5bcd8a4
Compare
Choose a tag to compare

17.1.0 (2023-11-09)

Features

  • added cloudsql serverless_export (#530) (aae3181)
  • adding data_cache_config to postgresql module (#531) (f04d617)

Bug Fixes

  • reduce number of replicas in postgres-ha test (#539) (c769aa5)

v17.0.1

06 Nov 19:49
a99bfe2
Compare
Choose a tag to compare

17.0.1 (2023-11-03)

Bug Fixes

  • deps: update actions/checkout action to v4 (#510) (9012164)
  • deps: update cft/developer-tools docker tag to v1.15 (#508) (8c32574)
  • Fix zone auto-detection when var.zones are not set (#534) (8409f72)
  • upgraded versions.tf to include minor bumps from tpg v5 (#523) (5102a7b)

v17.0.0

05 Sep 04:08
ecc454d
Compare
Choose a tag to compare

17.0.0 (2023-09-04)

⚠ BREAKING CHANGES

  • TPG >= 4.80: add support for psc (private service connect) (#507)

Features

  • add connector params timeout and export from replica (#406) (e563f8a)
  • add support for query_plans_per_minute (#484) (ffb674c)
  • MySQL binary logs on replica (#466) (0e0c196)
  • TPG >= 4.80: add support for psc (private service connect) (#507) (64c2435)

Bug Fixes

  • deps: update module github.com/googlecloudplatform/cloud-foundation-toolkit/infra/blueprint-test to v0.8.0 (#505) (5b111a6)

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)