Skip to content
This repository has been archived by the owner on Sep 23, 2024. It is now read-only.

chore(deps): update terraform googlecloudplatform/sql-db/google to v20 - autoclosed #54

Closed

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Mar 12, 2024

Mend Renovate

This PR contains the following updates:

Package Type Update Change
GoogleCloudPlatform/sql-db/google (source) module major 13.0.1 -> 20.2.0

Release Notes

terraform-google-modules/terraform-google-sql-db (GoogleCloudPlatform/sql-db/google)

v20.2.0

Compare Source

Features
Bug Fixes
  • mssql - make instance_server_ca_cert output sensitive (#​609) (163a89c)

v20.1.0

Compare Source

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

Compare Source

⚠ 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

Compare Source

⚠ 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

Compare Source

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

Compare Source

Features
Bug Fixes

v18.0.0

Compare Source

⚠ BREAKING CHANGES
  • safer_mysql module's assign_public_ip input should be bool type (#​541)
Features
Bug Fixes
  • safer_mysql module's assign_public_ip input should be bool type (#​541) (4521594)

v17.1.0

Compare Source

Features
Bug Fixes

v17.0.1

Compare Source

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

Compare Source

⚠ BREAKING CHANGES
  • TPG >= 4.80: add support for psc (private service connect) (#​507)
Features
Bug Fixes
  • deps: update module github.com/googlecloudplatform/cloud-foundation-toolkit/infra/blueprint-test to v0.8.0 (#​505) (5b111a6)

v16.1.0

Compare Source

Features
  • config connector_enforcement in postgres and mssql (#​500) (5789b54)

v16.0.0

Compare Source

⚠ 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

Compare Source

Features

v15.1.0

Compare Source

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

v15.0.0

Compare Source

⚠ 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

v14.1.0

Compare Source

Features
Bug Fixes
  • random password for default user and additional users will also follow password validation policy (#​443) (0ceb0ed)

v14.0.1

Compare Source

Bug Fixes

v14.0.0

Compare Source

⚠ BREAKING CHANGES
  • Requires Terraform >= 1.3.0
  • Add pwd validation policy for mysql modules (#​409)
  • adds settings.deletion_protection_enabled to modules (#​404)
  • Aligned the behaviour of additional_users resource in all 3 Cloud SQL instance modules. (#​398)
  • Add deny_maintenance_period for MySQL, MsSQL, PostgreSQL and safer_sql (#​399)
  • removes instanceUser iam binding from the postgresql module (#​382)
  • Add Password Validation Policy to Postgres Module (#​376)
  • Add name_override variable for MySQL, PostgreSQL and safer_sql to Override default read replica name (#​393)
Features
  • Add deny_maintenance_period for MySQL, MsSQL, PostgreSQL and safer_sql (#​399) (55f4206)
  • add secondary_zone, follow_gae_application to safer_mysql (#​390) (05cd2b6)
  • Add name_override variable for MySQL, PostgreSQL and safer_sql to Override default read replica name (#​393) (045bed1)
  • Add Password Validation Policy to Postgres Module (#​376) (562455b)
  • Add pwd validation policy for mysql modules (#​409) (df8accd)
  • add Suffix to backup configurations (#​377) (0ea1968)
  • adds deletion_policy parameter for google_sql_user and google_sql_database resource. (#​386) (8ab6e37)
  • adds settings.deletion_protection_enabled to modules (#​404) (af48cd3)
  • adds settings.location_preference.follow_gae_application parameter to modules. (#​385) (edefa43)
  • Aligned the behaviour of additional_users resource in all 3 Cloud SQL instance modules. (#​398) (7d6b209)
Bug Fixes
  • Added functionality to simply specify the database version number ins… (#​388) (83ca2e2)
  • Added sensitive field in output "primary" in mssql module (#​394) (4b32479)
  • fixes lint issues and generates metadata (#​392) (dd1d75c)
  • made 'allocated_ip_range' variable optional (#​395) (243c1c5)
  • removes instanceUser iam binding from the postgresql module (#​382) (cc39074)
  • sensitive output safer mysql (#​401) (5cc5e08)

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.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot force-pushed the renovate/googlecloudplatform-sql-db-google-20.x branch from 222f2a6 to 3da78de Compare April 5, 2024 10:13
@renovate renovate bot force-pushed the renovate/googlecloudplatform-sql-db-google-20.x branch from 3da78de to a820493 Compare May 15, 2024 20:28
@renovate renovate bot force-pushed the renovate/googlecloudplatform-sql-db-google-20.x branch from a820493 to d8504ee Compare June 18, 2024 17:28
@renovate renovate bot force-pushed the renovate/googlecloudplatform-sql-db-google-20.x branch 2 times, most recently from 4386fda to 7f25157 Compare July 19, 2024 16:25
@renovate renovate bot force-pushed the renovate/googlecloudplatform-sql-db-google-20.x branch from 7f25157 to 062f4c4 Compare July 22, 2024 09:17
@renovate renovate bot changed the title chore(deps): update terraform googlecloudplatform/sql-db/google to v20 chore(deps): update terraform googlecloudplatform/sql-db/google to v20 - autoclosed Jul 29, 2024
@renovate renovate bot closed this Jul 29, 2024
@renovate renovate bot deleted the renovate/googlecloudplatform-sql-db-google-20.x branch July 29, 2024 15:28
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants