Skip to content

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

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)

v20.1.0

15 May 14:11
1214bbd
Compare
Choose a tag to compare

20.1.0 (2024-05-06)

Features

  • Add support for email based alerting (#591) (af8ec91)
  • Add support to use existing notification channels for alerts (#593) (1c18d78)
  • Follow least privilege principal for backup service account (#597) (0f18fd7)

Bug Fixes

  • disable random_pass when default user off (#602) (98c7f8c)
  • Relax assignment of backup_configuration when operating as a replica (#589) (19daff8)

v20.0.0

12 Mar 15:31
fc37d6e
Compare
Choose a tag to compare

20.0.0 (2024-03-08)

⚠ BREAKING CHANGES

  • TPG>=5.12: Add option to create and failover a replica instance in Postgresql and MsSQL sub-module (#582)
  • TPG>=5.6: bump required google provider to 5.6 for postgres

Features

  • TPG>=5.12: Add option to create and failover a replica instance in Postgresql and MsSQL sub-module (#582) (141e54a)

Bug Fixes

  • mark replicas_instance_server_ca_certs output as sensitive (#579) (faa064e)
  • TPG>=5.6: bump required google provider to 5.6 for postgres (0d3b434)

v19.0.0

08 Feb 15:58
5ecae88
Compare
Choose a tag to compare

19.0.0 (2024-02-08)

⚠ BREAKING CHANGES

  • Allow passing ssl_mode for MySQL Module (#575)

Features

Bug Fixes

  • backup: backups are not deleted when retained nr of backups >= 20 (#566) (6c4b0e3)
  • Cloud SQL does not support multiple deny_maintenance_period block. Update variable description (#564) (9e55c87)
  • deps: Update cft/developer-tools Docker tag to v1.19 (#571) (bd18ee6)
  • Improve MySQL root_password documentation (#573) (611edfd)

v18.2.0

04 Jan 21:05
a013572
Compare
Choose a tag to compare

18.2.0 (2024-01-03)

Features

  • add master_instance_name and instance_type to mysql module (#556) (6cda644)

Bug Fixes

  • Don't define backup_configuration if default DB is configured as a replica (#559) (52224ad)

v18.1.0

14 Dec 04:14
ca9cf76
Compare
Choose a tag to compare

18.1.0 (2023-12-13)

Features

  • postgres: add root password parameter (#521) (be2da56)

Bug Fixes

  • add dns_name to output in postgresql module (#544) (2ade7eb)