GoogleCloudPlatform / terraform-google-cloud-functions

Deploys Cloud Functions (Gen 2)
https://registry.terraform.io/modules/GoogleCloudPlatform/cloud-functions/google
Apache License 2.0
30 stars 25 forks source link

chore(deps): Update Terraform GoogleCloudPlatform/sql-db/google to v20 #124

Closed renovate-bot closed 1 month ago

renovate-bot commented 1 month ago

Mend Renovate

This PR contains the following updates:

Package Type Update Change
GoogleCloudPlatform/sql-db/google (source) module major ~> 18.0 -> ~> 20.0

Release Notes

terraform-google-modules/terraform-google-sql-db (GoogleCloudPlatform/sql-db/google) ### [`v20.1.0`](https://togithub.com/terraform-google-modules/terraform-google-sql-db/blob/HEAD/CHANGELOG.md#2010-2024-05-06) [Compare Source](https://togithub.com/terraform-google-modules/terraform-google-sql-db/compare/v20.0.0...v20.1.0) ##### Features - Add support for email based alerting ([#​591](https://togithub.com/terraform-google-modules/terraform-google-sql-db/issues/591)) ([af8ec91](https://togithub.com/terraform-google-modules/terraform-google-sql-db/commit/af8ec916601c162503c3007d12e0be1b35f7efbd)) - Add support to use existing notification channels for alerts ([#​593](https://togithub.com/terraform-google-modules/terraform-google-sql-db/issues/593)) ([1c18d78](https://togithub.com/terraform-google-modules/terraform-google-sql-db/commit/1c18d781d1dc3975fcb0b1b7b299e0fa0849b972)) - Follow least privilege principal for backup service account ([#​597](https://togithub.com/terraform-google-modules/terraform-google-sql-db/issues/597)) ([0f18fd7](https://togithub.com/terraform-google-modules/terraform-google-sql-db/commit/0f18fd7b083221757b5d642c2bb70388ecdef88c)) ##### Bug Fixes - disable random_pass when default user off ([#​602](https://togithub.com/terraform-google-modules/terraform-google-sql-db/issues/602)) ([98c7f8c](https://togithub.com/terraform-google-modules/terraform-google-sql-db/commit/98c7f8c16ccab28d3b49d451efec899bc190898b)) - Relax assignment of backup_configuration when operating as a replica ([#​589](https://togithub.com/terraform-google-modules/terraform-google-sql-db/issues/589)) ([19daff8](https://togithub.com/terraform-google-modules/terraform-google-sql-db/commit/19daff8f66ac2ead4fe814452ecc19baee5e3978)) ### [`v20.0.0`](https://togithub.com/terraform-google-modules/terraform-google-sql-db/blob/HEAD/CHANGELOG.md#2000-2024-03-08) [Compare Source](https://togithub.com/terraform-google-modules/terraform-google-sql-db/compare/v19.0.0...v20.0.0) ##### âš  BREAKING CHANGES - **TPG>=5.12:** Add option to create and failover a replica instance in Postgresql and MsSQL sub-module ([#​582](https://togithub.com/terraform-google-modules/terraform-google-sql-db/issues/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](https://togithub.com/terraform-google-modules/terraform-google-sql-db/issues/582)) ([141e54a](https://togithub.com/terraform-google-modules/terraform-google-sql-db/commit/141e54a9256feae704220ceed24c9a94ebaf7e27)) ##### Bug Fixes - mark replicas_instance_server_ca_certs output as sensitive ([#​579](https://togithub.com/terraform-google-modules/terraform-google-sql-db/issues/579)) ([faa064e](https://togithub.com/terraform-google-modules/terraform-google-sql-db/commit/faa064e069a4678f54e6688825e85dcfb3dcf1c2)) - **TPG>=5.6:** bump required google provider to 5.6 for postgres ([0d3b434](https://togithub.com/terraform-google-modules/terraform-google-sql-db/commit/0d3b43426b93c1492f6a82e3367e40f2d41b0edc)) ### [`v19.0.0`](https://togithub.com/terraform-google-modules/terraform-google-sql-db/blob/HEAD/CHANGELOG.md#1900-2024-02-08) [Compare Source](https://togithub.com/terraform-google-modules/terraform-google-sql-db/compare/v18.2.0...v19.0.0) ##### âš  BREAKING CHANGES - Allow passing ssl_mode for MySQL Module ([#​575](https://togithub.com/terraform-google-modules/terraform-google-sql-db/issues/575)) ##### Features - Allow passing ssl_mode for MySQL Module ([#​575](https://togithub.com/terraform-google-modules/terraform-google-sql-db/issues/575)) ([c7ab6ec](https://togithub.com/terraform-google-modules/terraform-google-sql-db/commit/c7ab6ecbcdfaaee94586b2251ff643d05311a5cc)) - Make MySQL CloudSQL zone optional ([#​572](https://togithub.com/terraform-google-modules/terraform-google-sql-db/issues/572)) ([3c4b504](https://togithub.com/terraform-google-modules/terraform-google-sql-db/commit/3c4b504671cffc222b408b1f3051175837757b1e)) ##### Bug Fixes - **backup:** backups are not deleted when retained nr of backups >= 20 ([#​566](https://togithub.com/terraform-google-modules/terraform-google-sql-db/issues/566)) ([6c4b0e3](https://togithub.com/terraform-google-modules/terraform-google-sql-db/commit/6c4b0e38b7d37e67107955da3d9a46e691b3f47a)) - Cloud SQL does not support multiple deny_maintenance_period block. Update variable description ([#​564](https://togithub.com/terraform-google-modules/terraform-google-sql-db/issues/564)) ([9e55c87](https://togithub.com/terraform-google-modules/terraform-google-sql-db/commit/9e55c87c54371780f175734212abce3e4d4963c3)) - **deps:** Update cft/developer-tools Docker tag to v1.19 ([#​571](https://togithub.com/terraform-google-modules/terraform-google-sql-db/issues/571)) ([bd18ee6](https://togithub.com/terraform-google-modules/terraform-google-sql-db/commit/bd18ee68a2a05c5587706d9cbca6023b8eab0ae1)) - Improve MySQL root_password documentation ([#​573](https://togithub.com/terraform-google-modules/terraform-google-sql-db/issues/573)) ([611edfd](https://togithub.com/terraform-google-modules/terraform-google-sql-db/commit/611edfd8d72d4560c629fa8e3863932eb309323d))

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

â™» Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.



This PR has been generated by Mend Renovate. View repository job log here.

dpebot commented 1 month ago

/gcbrun

dpebot commented 1 month ago

/gcbrun

dpebot commented 1 month ago

/gcbrun

dpebot commented 1 month ago

/gcbrun

dpebot commented 1 month ago

/gcbrun

dpebot commented 1 month ago

/gcbrun

dpebot commented 1 month ago

/gcbrun