Skip to content

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

v25.0.0

15 Dec 20:28
48638bc
Compare
Choose a tag to compare

25.0.0 (2024-12-10)

⚠ BREAKING CHANGES

  • remove output variable apphub_service_uri from postgersql/mysql module as it is not supported (#676)

Bug Fixes

  • remove output variable apphub_service_uri from postgersql/mysql module as it is not supported (#676) (de13aa9)

v24.0.1

01 Dec 21:43
f01ab48
Compare
Choose a tag to compare

24.0.1 (2024-12-01)

Bug Fixes

  • add alternate default for tier for postgresql (#674) (fba7921)

v24.0.0

28 Nov 03:52
c773d53
Compare
Choose a tag to compare

24.0.0 (2024-11-27)

⚠ BREAKING CHANGES

  • add deletion_protection to backup module and set it to false in … (#670)

Bug Fixes

  • add deletion_protection to backup module and set it to false in … (#670) (5e39538)
  • update connection metadata (#668) (8cb3a03)

v23.0.0

28 Oct 20:56
4a536d4
Compare
Choose a tag to compare

23.0.0 (2024-10-28)

⚠ BREAKING CHANGES

  • TPG>=6.1: add support for IAM groups (#661)
  • Change export service account permission for external backups - roles/storage.objectAdmin (#656)

Features

  • TPG>=6.1: add support for IAM groups (#661) (744870a)

Bug Fixes

  • Change export service account permission for external backups - roles/storage.objectAdmin (#656) (003237e)
  • lint issue in metadata.display.yaml (#659) (c414276)

v22.1.0

01 Oct 15:10
369bd6d
Compare
Choose a tag to compare

22.1.0 (2024-10-01)

Features

  • Adding flag for enabling data cache in MSSQL module (#642) (c9f0014)
  • enable data_cache_config block for mysql (#652) (2b26a78)

v22.0.0

13 Sep 21:23
8ee8a65
Compare
Choose a tag to compare

22.0.0 (2024-09-13)

⚠ BREAKING CHANGES

  • removed require_ssl and change max provider to 6.X (#643)
  • Add connection metadata, output and support for ml integration for Mysql module (#637)

Features

  • Add connection metadata, output and support for ml integration for Mysql module (#637) (f2c91fa)
  • removed require_ssl and change max provider to 6.X (#643) (f75763b)

v21.0.2

10 Sep 02:46
99341e8
Compare
Choose a tag to compare

21.0.2 (2024-09-04)

Bug Fixes

  • Missing ssl_mode in variable read_replicas.ip_configuration (#638) (bbbac23)

v21.0.1

28 Aug 19:33
5c1b27c
Compare
Choose a tag to compare

21.0.1 (2024-08-28)

Bug Fixes

  • mysql module read_replica add missing ssl_mode in ip_configuration (#628) (aa3faaf)

v21.0.0

29 Jul 14:15
16460b5
Compare
Choose a tag to compare

21.0.0 (2024-07-25)

⚠ BREAKING CHANGES

  • TPG>5.38: added deletion_policy to private service access sub-module and promoted to GA provider (#620)
  • Cleanup of old instance backups. Change role roles/cloudsql.editor to roles/cloudsql.admin (#618)
  • Add enable_google_ml_integration setting for database instance and configurable project roles for default database service account (#615)

Features

  • Add enable_google_ml_integration setting for database instance and configurable project roles for default database service account (#615) (83bbaa3)
  • Add new output called env_vars for postgresql (#612) (f02e3fd)
  • enable data_cache_config for postgresql read replicas (#619) (d7280da)
  • TPG>5.38: added deletion_policy to private service access sub-module and promoted to GA provider (#620) (cf5f184)

Bug Fixes

  • Backup - set IAM conditions conditionally (#616) (8780714)
  • Cleanup of old instance backups. Change role roles/cloudsql.editor to roles/cloudsql.admin (#618) (7310051)

v20.2.0

18 Jun 15:09
83ea2c4
Compare
Choose a tag to compare

20.2.0 (2024-06-06)

Features

  • Add Point in time recovery flag for mysql DB (#607) (b9a6ada)

Bug Fixes

  • mssql - make instance_server_ca_cert output sensitive (#609) (163a89c)