Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update terraform (major) #1145

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

renovate-bot
Copy link
Contributor

@renovate-bot renovate-bot commented Jul 1, 2022

This PR contains the following updates:

Package Type Update Change
GoogleCloudPlatform/sql-db/google (source) module major ~> 9.0.0 -> ~> 22.0.0
GoogleCloudPlatform/sql-db/google (source) major ~> 9.0.0 -> ~> 22.0.0
google (source) required_provider major >=3.0, <= 3.71 -> <= 6.3
google (source) required_provider major >=3.87, < 4.0.0 -> < 7.0.0
google-beta (source) required_provider major ~>3.50 -> ~> 6.0
terraform-google-modules/bastion-host/google (source) module major ~> 3.2.0 -> ~> 7.1.0
terraform-google-modules/bastion-host/google (source) major ~> 3.2.0 -> ~> 7.1.0
terraform-google-modules/bigquery/google (source) module major ~> 5.3.0 -> ~> 8.1.0
terraform-google-modules/bigquery/google (source) major ~> 5.3.0 -> ~> 8.1.0
terraform-google-modules/cloud-dns/google (source) module major ~> 3.1.0 -> ~> 5.3.0
terraform-google-modules/cloud-dns/google (source) major ~> 3.1.0 -> ~> 5.3.0
terraform-google-modules/cloud-router/google (source) module major ~> 1.2.0 -> ~> 6.1.0
terraform-google-modules/cloud-router/google (source) major ~> 1.2.0 -> ~> 6.1.0
terraform-google-modules/cloud-storage/google (source) module major ~> 1.4 -> ~> 6.0
terraform-google-modules/cloud-storage/google (source) major ~> 1.4 -> ~> 6.0
terraform-google-modules/iam/google (source) module major ~> 7.4.0 -> ~> 8.0.0
terraform-google-modules/iam/google (source) major ~> 7.4.0 -> ~> 8.0.0
terraform-google-modules/kubernetes-engine/google (source) module major ~> 21.2 -> ~> 33.0
terraform-google-modules/kubernetes-engine/google (source) module major 16.1.0 -> 33.0.3
terraform-google-modules/kubernetes-engine/google (source) major 16.1.0 -> 33.0.3
terraform-google-modules/kubernetes-engine/google (source) major ~> 21.2 -> ~> 33.0
terraform-google-modules/log-export/google (source) module major ~> 7.3.0 -> ~> 9.0.0
terraform-google-modules/log-export/google (source) major ~> 7.3.0 -> ~> 9.0.0
terraform-google-modules/network/google (source) module major ~> 4.0.1 -> ~> 9.2.0
terraform-google-modules/network/google (source) major ~> 4.0.1 -> ~> 9.2.0
terraform-google-modules/project-factory/google (source) module major ~> 11.3.0 -> ~> 17.0.0
terraform-google-modules/project-factory/google (source) major ~> 11.3.0 -> ~> 17.0.0
terraform-google-modules/pubsub/google (source) module major ~> 4.0.0 -> ~> 6.0.0
terraform-google-modules/pubsub/google (source) major ~> 4.0.0 -> ~> 6.0.0
terraform-google-modules/vm/google (source) module major ~> 6.6.0 -> ~> 12.0.0
terraform-google-modules/vm/google (source) major ~> 6.6.0 -> ~> 12.0.0

Release Notes

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

v22.0.0

Compare Source

⚠ 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

Compare Source

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

v21.0.1

Compare Source

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

v21.0.0

Compare Source

⚠ 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

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)

v13.0.1

Compare Source

Bug Fixes

v13.0.0

Compare Source

⚠ BREAKING CHANGES
  • deps: update terraform null to ~> 3.2.0 (#​366)
  • Make compression default for Backups
  • Adds secondary_zone to db modules
Features
  • Adds secondary_zone to db modules (7818a7e)
  • Support Query Insights for MySQL (d932391)
Bug Fixes
  • Db master and replica update solution for MYSQL (f991c22)
  • Make compression default for Backups (ff37244)
  • Postgresql availability type shouldn't prevent backup configuration (#​352) (e796b3c), closes #​351
  • removed invalid parameter for PostgrSQL binary_log_enabled (#​341) (b51427e)
Miscellaneous Chores

v12.1.0

Compare Source

Features
  • Added cloud sql restore module that uses database import (#​343) (da4033b)
Bug Fixes

v12.0.0

Compare Source

⚠ BREAKING CHANGES
  • Minimum Google Beta provider version increased to v4.28.0.
  • Change additional user default password (#​332)
  • adds availability_type for read_replicas (#​329)
Features
  • add support for settings.sql_server_audit_config setting (64b8a18)
  • adds availability_type for read_replicas (#​329) (e26861e)
  • Provide an option to compress backups for PostreSQL and MySQL (#​335) (b1ef34d)
Bug Fixes

v11.0.0

Compare Source

⚠ BREAKING CHANGES
  • Switch to random_password instead of random_id (#​308)
  • Add support for setting disk_autoresize_limit (#​288)
  • add support for settings.active_directory_config for SQL module (#​305)
Features
  • Add sensitive flag for MySQL module outputs (#​303) (6a15c26)
  • Add support for setting disk_autoresize_limit (#​288) (e07f141)
  • add support for settings.active_directory_config for SQL module (#​305) (449f1a2)
  • Switch to random_password instead of random_id (#​308) (9126ee6)

v10.1.0

Compare Source

Features
  • Add a description variable for google_compute_global_address resource (#​299) (fe91aa5)
  • Create SQL Backup and export module (#​296) (c51bf29)
10.0.2 (2022-04-19)
Bug Fixes
10.0.1 (2022-03-16)
Bug Fixes

v10.0.2

Compare Source

v10.0.1

Compare Source

v10.0.0

Compare Source

⚠ BREAKING CHANGES
  • allocated_ip_range must now be specified for instances; allocated_ip_range = null can be used to preserve old default.
Features
  • Add allocated_ip_range property to CloudSQL modules (#​277) (ab8c768)
Bug Fixes
hashicorp/terraform-provider-google (google)

v6.3.0

Compare Source

v6.2.0

Compare Source

FEATURES:

  • New Data Source: google_certificate_manager_certificates (#​19361)
  • New Resource: google_network_security_server_tls_policy (#​19314)
  • New Resource: google_scc_v2_folder_scc_big_query_export (#​19327)
  • New Resource: google_scc_v2_project_scc_big_query_export (#​19311)

IMPROVEMENTS:

  • assuredworkload: added field partner_service_billing_account to google_assured_workloads_workload (#​19358)
  • bigtable: added support for column_family.type in google_bigtable_table (#​19302)
  • cloudrun: promoted support for nfs and csi volumes (for Cloud Storage FUSE) for google_cloud_run_service to GA (#​19359)
  • cloudrunv2: promoted support for nfs and gcs volumes for google_cloud_run_v2_job to GA (#​19359)
  • compute: added boot_disk.interface field to google_compute_instance resource (#​19319)
  • container: added node_pool_auto_config.node_kublet_config.insecure_kubelet_readonly_port_enabled field to google_container_cluster. (#​19320)
  • container: added insecure_kubelet_readonly_port_enabled to node_pool.node_config.kubelet_config and node_config.kubelet_config in google_container_node_pool resource. (#​19312)
  • container: added insecure_kubelet_readonly_port_enabled to node_pool_defaults.node_config_defaults, node_pool.node_config.kubelet_config, and node_config.kubelet_config in google_container_cluster resource. (#​19312)
  • container: added support for in-place updates for google_compute_node_pool.node_config.gcfs_config and google_container_cluster.node_config.gcfs_cluster and google_container_cluster.node_pool.node_config.gcfs_cluster (#​19365)
  • container: promoted the additive_vpc_scope_dns_domain field on the google_container_cluster resource to GA (#​19313)
  • iambeta: added x509 field to google_iam_workload_identity_pool_provider resource (#​19375)
  • networkconnectivity: added include_export_ranges to google_network_connectivity_spoke (#​19346)
  • pubsub: added cloud_storage_config.max_messages and cloud_storage_config.avro_config.use_topic_schema fields to google_pubsub_subscription resource (#​19338)
  • redis: added the maintenance_policy field to the google_redis_cluster resource (#​19341)
  • resourcemanager: added tags field to google_project to allow setting tags for projects at creation time (#​19351)
  • securitycenter: added support for empty streaming_config.filter values in google_scc_notification_config resources (#​19369)

BUG FIXES:

  • compute: fixed google_compute_interconnect to support correct available_features option of IF_MACSEC (#​19330)
  • compute: fixed a bug where advertised_route_priority was accidentally set to 0 during updates in google_compute_router_peer (#​19366)
  • compute: fixed a permadiff caused by setting start_time in an incorrect H:mm format in google_compute_resource_policies resources ([#​19297](https://redirect.github.com/hashic

Configuration

📅 Schedule: Branch creation - "every 3 months on the first day of the month" (UTC), Automerge - At any time (no schedule defined).

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

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


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

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

@renovate-bot renovate-bot force-pushed the renovate/major-terraform branch 3 times, most recently from 28b7ba0 to b1aa688 Compare July 18, 2022 22:03
@renovate-bot renovate-bot force-pushed the renovate/major-terraform branch 2 times, most recently from a74fd8c to 619d3ae Compare July 26, 2022 00:16
@renovate-bot renovate-bot force-pushed the renovate/major-terraform branch 3 times, most recently from 1cdbab3 to 6d927d2 Compare August 1, 2022 21:19
@renovate-bot renovate-bot force-pushed the renovate/major-terraform branch 2 times, most recently from 717f191 to 645e052 Compare August 5, 2022 19:41
@renovate-bot renovate-bot changed the title Update terraform (major) Update terraform to v11 (major) Aug 9, 2022
@renovate-bot renovate-bot changed the title Update terraform to v11 (major) Update terraform (major) Aug 10, 2022
@renovate-bot renovate-bot force-pushed the renovate/major-terraform branch 3 times, most recently from fe2d999 to 5826b78 Compare August 18, 2022 21:04
@renovate-bot renovate-bot force-pushed the renovate/major-terraform branch 3 times, most recently from ebed352 to 30fdfc3 Compare August 29, 2022 17:45
@renovate-bot renovate-bot force-pushed the renovate/major-terraform branch 3 times, most recently from 1c22c49 to 3c1a7c3 Compare September 14, 2022 01:40
@renovate-bot renovate-bot force-pushed the renovate/major-terraform branch 2 times, most recently from 298d3ba to 304ef34 Compare September 26, 2022 18:21
@renovate-bot renovate-bot force-pushed the renovate/major-terraform branch 3 times, most recently from 8c47768 to de4d778 Compare October 4, 2022 05:42
@renovate-bot renovate-bot force-pushed the renovate/major-terraform branch 2 times, most recently from 61dd392 to 9364820 Compare October 10, 2022 18:05
@renovate-bot renovate-bot force-pushed the renovate/major-terraform branch 3 times, most recently from 8ae7514 to df58813 Compare June 24, 2024 19:04
@renovate-bot renovate-bot force-pushed the renovate/major-terraform branch 2 times, most recently from cd0ef83 to c08cca7 Compare July 1, 2024 20:26
@renovate-bot renovate-bot force-pushed the renovate/major-terraform branch 2 times, most recently from d940419 to d00fab2 Compare August 5, 2024 19:10
@renovate-bot renovate-bot force-pushed the renovate/major-terraform branch 4 times, most recently from 3181fe5 to c0b4dd3 Compare August 20, 2024 23:21
@renovate-bot renovate-bot force-pushed the renovate/major-terraform branch 3 times, most recently from 367c2a0 to 3141f48 Compare August 26, 2024 20:25
@renovate-bot renovate-bot force-pushed the renovate/major-terraform branch 2 times, most recently from b997417 to 93e9633 Compare September 4, 2024 19:12
@renovate-bot renovate-bot force-pushed the renovate/major-terraform branch 7 times, most recently from becc11b to 42736aa Compare September 13, 2024 18:17
@renovate-bot renovate-bot force-pushed the renovate/major-terraform branch 2 times, most recently from 2ba15fd to e02e7da Compare September 17, 2024 20:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant