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

chore(deps): update terraform google to ~> 4.76 #1832

Merged
merged 2 commits into from
Aug 6, 2023
Merged

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jul 13, 2023

Mend Renovate

This PR contains the following updates:

Package Type Update Change
google (source) required_provider minor ~> 4.72 -> ~> 4.76

Release Notes

hashicorp/terraform-provider-google (google)

v4.76.0

Compare Source

v4.75.1

Compare Source

BUG FIXES:

  • vpcaccess: reverted new behaviour introduced by resource google_vpc_access_connector in 4.75.0. min_throughput and max_throughput fields lost their default value, and customers could not make deployment due to that change.

  • vpcaccess: reverted the ability to update the number of instances for resource google_vpc_access_connector

v4.75.0

Compare Source

FEATURES:

  • New Resource: google_dns_response_policy_rule(#​15146)
  • New Resource: google_dns_response_policy(#​15146)
  • New Resource: google_looker_instance (#​15188)

IMPROVEMENTS:

  • apigee: added disable_vpc_peering field to google_apigee_organization resource (#​15186)
  • bigquery: added external_data_configuration.json_options and external_data_configuration.parquet_options fields to google_bigquery_table (#​15197)
  • bigtable: added change_stream_retention field to google_bigtable_table.table resource (#​15152)
  • compute: added most_recent argument to google_compute_image datasource (#​15187)
  • compute: added field enable_confidential_compute for google_compute_disk resource (#​15180)
  • container: added gpu_driver_installation_config.gpu_driver_version field to google_container_node_pool (#​15182)
  • gkebackup: added state and state_reason output-only fields to google_gkebackup_backupplan resource (#​15201)
  • healthcare: added complex_data_type_reference_parsing field to google_healthcare_fhir_store resource (#​15159)
  • networkservices: increased max_size to 20 for both included_query_parameters and excluded_query_parameters on google_network_services_edge_cache_service (#​15168)
  • vpcaccess: added support for updates to google_vpc_access_connector resource (#​15176)

BUG FIXES:

  • alloydb: fixed google_alloydb_cluster handling of automated backup policy midnight start time (#​15219)
  • compute: fixed logic when unsetting google_compute_instance.min_cpu_platform and switching to a machine_type that does not support min_cpu_platform at the same time (#​15217)
  • tags: fixed race condition when modifying google_tags_location_tag_binding (#​15189)

v4.74.0

Compare Source

FEATURES:

  • New Resource: google_cloudbuildv2_connection (#​15098)
  • New Resource: google_cloudbuildv2_repository (#​15098)
  • New Resource: google_gkeonprem_bare_metal_admin_cluster (#​15099)
  • New Resource: google_network_security_address_group (#​15111)
  • New Resource: google_network_security_gateway_security_policy_rule (#​15112)
  • New Resource: google_network_security_gateway_security_policy (#​15112)
  • New Resource: google_network_security_url_lists (#​15112)
  • New Resource: google_network_services_gateway (#​15112)

IMPROVEMENTS:

  • bigquery: added storage_billing_model argument to google_bigquery_dataset (#​15115)
  • bigquery: added external_data_configuration.metadata_cache_mode and external_data_configuration.object_metadata to google_bigquery_table (#​15096)
  • bigquery: made external_data_configuration.source_fomat optional in google_bigquery_table (#​15096)
  • certificatemanager: added issuance_config field to google_certificate_manager_certificate resource (#​15101)
  • cloudbuild: added repository_event_config field to google_cloudbuild_trigger resource (#​15098)
  • compute: added field http_keep_alive_timeout_sec to resource google_compute_target_http_proxy (#​15109)
  • compute: added field http_keep_alive_timeout_sec to resource google_compute_target_https_proxy (#​15109)
  • compute: added support for updating labels in google_compute_external_vpn_gateway (#​15134)
  • container: made monitoring_config.enable_components optional on google_container_cluster (#​15131)
  • container: added field tpu_topology under placement_policy in resource google_container_node_pool (#​15130)
  • gkehub: promoted the google_gke_hub_feature resource's fleetobservability block to GA. (#​15105)
  • iamworkforcepool: added oidc.client_secret field to google_iam_workforce_pool_provider and new enum values CODE and MERGE_ID_TOKEN_OVER_USER_INFO_CLAIMS to oidc.web_sso_config.response_type and oidc.web_sso_config.assertion_claims_behavior respectively (#​15069)
  • sql: added settings.data_cache_config to sql_database_instance resource. (#​15127)
  • sql: added settings.edition field to sql_database_instance resource. (#​15127)
  • vertexai: supported shard_size in google_vertex_ai_index (#​15133)

BUG FIXES:

  • compute: made google_compute_router_peer.peer_ip_address optional (#​15095)
  • redis: fixed issue with google_redis_instance populating output-only field maintenance_schedule. (#​15063)
  • orgpolicy: fixed forcing recreation on imported state for google_org_policy_policy (#​15132)
  • osconfig: fixed validation of file resource state fields in google_os_config_os_policy_assignment (#​15107)

v4.73.2

Compare Source

BUG FIXES:

  • monitoring: fixed an issue which occurred when name field of google_monitoring_monitored_project was long-form

v4.73.1

Compare Source

BUG FIXES:

  • monitoring: fixed an issue causing google_monitoring_monitored_project to appear to be deleted

v4.73.0

Compare Source

FEATURES:

  • New Resource: google_firebase_extensions_instance (#​15013)

IMPROVEMENTS:

  • compute: added the no_automate_dns_zone field to google_compute_forwarding_rule. (#​15028)
  • compute: promoted google_compute_disk_async_replication resource to GA. (#​15029)
  • compute: promoted async_primary_disk field in google_compute_disk resource to GA. (#​15029)
  • compute: promoted async_primary_disk field in google_compute_region_disk resource to GA. (#​15029)
  • compute: promoted disk_consistency_group_policy field in google_compute_resource_policy resource to GA. (#​15029)
  • resourcemanager: fixed handling of google_service_account_id_token when authenticated with GCE metadata credentials (#​15003)

BUG FIXES:

  • networkservices: increased default timeout for google_network_services_edge_cache_keyset to 90m (#​15024)

v4.72.1

Compare Source

BUG FIXES:

  • compute: fixed an issue in google_compute_instance_template where initialize params stopped the disk.disk_size_gb field being used (#​15054)

Configuration

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

🚦 Automerge: Enabled.

Rebasing: Whenever PR becomes conflicted, 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 has been generated by Mend Renovate. View repository job log here.

Copy link
Contributor

@dcroote dcroote left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Will wait a few days for stability after the newly released v4.73.2 patch.

@renovate renovate bot force-pushed the renovate/google-4.x branch 3 times, most recently from a420cbe to d7afbda Compare July 23, 2023 21:11
@renovate renovate bot changed the title chore(deps): update terraform google to ~> 4.73 chore(deps): update terraform google to ~> 4.74 Jul 23, 2023
@renovate renovate bot force-pushed the renovate/google-4.x branch 2 times, most recently from 5b0fb31 to 5ded69a Compare July 25, 2023 09:02
@renovate renovate bot requested a review from a team July 25, 2023 10:42
@renovate renovate bot changed the title chore(deps): update terraform google to ~> 4.74 chore(deps): update terraform google to ~> 4.75 Jul 27, 2023
@renovate renovate bot changed the title chore(deps): update terraform google to ~> 4.75 chore(deps): update terraform google to ~> 4.76 Aug 5, 2023
Copy link
Contributor

@dcroote dcroote left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@dcroote dcroote merged commit 196d566 into master Aug 6, 2023
24 of 25 checks passed
@dcroote dcroote deleted the renovate/google-4.x branch August 6, 2023 19:23
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