Releases: terraform-google-modules/terraform-google-sql-db
Releases · terraform-google-modules/terraform-google-sql-db
v21.0.0
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
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
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
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
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
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
18.1.0 (2023-12-13)
Features
Bug Fixes
- add dns_name to output in postgresql module (#544) (2ade7eb)
v18.0.0
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
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
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)