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 google to ~> 4.64 #1751

Merged
merged 1 commit into from
May 10, 2023
Merged

Update Terraform google to ~> 4.64 #1751

merged 1 commit into from
May 10, 2023

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Apr 24, 2023

Mend Renovate

This PR contains the following updates:

Package Type Update Change
google (source) required_provider minor ~> 4.62 -> ~> 4.64

Release Notes

hashicorp/terraform-provider-google

v4.64.0

Compare Source

FEATURES:

  • New Data Source: google_alloydb_locations (#​14355)
  • New Data Source: google_sql_tiers (#​14420)
  • New Resource: google_database_migration_service_connection_profile (#​14383)

IMPROVEMENTS:

  • alloydb: added encryption_config and encryption_info fields in google_alloydb_cluster, to allow CMEK encryption of the cluster's data. (#​14426)
  • alloydb: added support for CMEK in google_alloydb_backup resource (#​14421)
  • alloydb: added the encryption_config field inside the automated_backup_policy block ingoogle_alloydb_cluster, to allow CMEK encryption of automated backups. (#​14426)
  • certificatemanager: added location field to certificatemanager certificate resource (#​14432)
  • cloudrun: promoted startup_probe and liveness_probe in resource google_cloud_run_service to GA. (#​14363)
  • cloudrunv2: added field port to http_get to resource google_cloud_run_v2_service (#​14358)
  • cloudrunv2: added field startupCpuBoost to resource service (#​14372)
  • cloudrunv2: added support for session_affinity to google_cloud_run_v2_service (#​14367)
  • compute: added dest_fqdns, dest_region_codes, dest_threat_intelligences, src_fqdns, src_region_codes, and src_threat_intelligences to google_compute_firewall_policy_rule resource. (#​14378)
  • compute: added source_ip_ranges and base_forwarding_rule to google_compute_forwarding_rule resource (#​14378)
  • compute: added bypass_cache_on_request_headers to cdn_policy in google_compute_backend_service resource (#​14446)
  • compute: added dest_address_groups and src_address_groups fields to google_compute_firewall_policy_rule and google_compute_network_firewall_policy_rule (#​14396)
  • compute: added new field async_primary_disk to google_compute_disk and google_compute_region_disk (#​14431)
  • compute: added new field disk_consistency_group_policy to google_compute_resource_policy (#​14431)
  • compute: added support for IPv6 prefix exchange in google_compute_router_peer (#​14397)
  • compute: made network_firewall_policy_enforcement_order field mutable in google_compute_network. (#​14364)
  • dlp: added exclude_by_hotword exclusion rule to google_data_loss_prevention_inspect_template resource (#​14433)
  • dlp: added image_transformations field to google_data_loss_prevention_deidentify_template resource (#​14434)
  • dlp: added inspectConfig field to google_data_loss_prevention_job_trigger resource (#​14401)
  • dlp: added replace_dictionary_config field to info_type_transformations in google_data_loss_prevention_deidentify_template resource (#​14434)
  • dlp: added surrogate_type custom type to google_data_loss_prevention_inspect_template resource (#​14433)
  • dlp: added version field for multiple info_type blocks to google_data_loss_prevention_inspect_template resource (#​14433)
  • gkehub: moved google_gke_hub_feature from beta to ga (#​14396)
  • sql: Added support for Postgres in google_sql_source_representation_instance (#​14436)
  • vertexai: added region field to google_vertex_ai_endpoint (#​14362)
  • workflows: added crypto_key_name field to google_workflows_workflow resource (#​14357)

BUG FIXES:

  • accesscontextmanager: fixed test for google_access_context_manager_ingress_policy (#​14361)
  • cloudplatform: added validation for role_id on google_organization_iam_custom_role (#​14454)
  • compute: fixed an import bug for google_compute_router_interface that happened when project was not set in the provider configuration or via environment variable (#​14356)
  • dns: fixed bug in google_dns_keys data source where list attributes could not be used at plan-time (#​14418)
  • firebase: specified required argument bundle_id in google_firebase_apple_app (#​14469)

v4.63.1

Compare Source

BUG FIXES:

  • bigtable: fixed plan failure because of an unused zone being unavailable

v4.63.0

Compare Source

NOTES:

  • alloydb: changed location from optional to required for google_alloydb_cluster and google_alloydb_backup resources. location had previously been marked as optional, but operations failed if it was omitted, and there was no way for location to be inherited from the provider configuration or from an environment variable. This means there was no way to have a working configuration without location specified. (#​14330, #​14334)

FEATURES:

  • New Resource: google_access_context_manager_ingress_policy (#​14302)
  • New Resource: google_compute_public_advertised_prefix (#​14303)
  • New Resource: google_compute_public_delegated_prefix (#​14303)
  • New Resource: google_compute_region_commitment (#​14301)
  • New Resource: google_network_services_http_route (#​14294)

IMPROVEMENTS:

  • dlp: added inspect_job.actions.job_notification_emails and inspect_job.actions.deidentify fields to google_data_loss_prevention_job_trigger resource (#​14309)
  • dlp: added triggers.manual and inspect_job.storage_config.hybrid_options to google_data_loss_prevention_job_trigger (#​14326)
  • iam: added oidc.web_sso_config field to google_iam_workforce_pool_provider (#​14327)

BUG FIXES:

  • alloydb: changed weekly_schedule (under automated_backup_policy) from required to optional for google_alloydb_cluster (#​14335)
  • compute: fixed an issue with TTLs being sent when USE_ORIGIN_HEADERS is set in google_compute_backend_bucket (#​14323)
  • networkservices: increased default timeouts for google_network_services_edge_cache_keyset to 60m (from 30m) (#​14314)
  • sql: fixed an issue that prevented setting enable_private_path_for_google_cloud_services to false in google_sql_database_instance (#​14316)

v4.62.1

Compare Source

BUG FIXES:

  • compute: fixed a diff that occurred when stack_type was unset on google_compute_ha_vpn_gateway (#​14311)

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.

@renovate renovate bot force-pushed the renovate/google-4.x branch 4 times, most recently from decb4f5 to b1affb5 Compare May 5, 2023 08:21
@renovate renovate bot changed the title Update Terraform google to ~> 4.63 Update Terraform google to ~> 4.64 May 8, 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 ff0f13b into master May 10, 2023
@dcroote dcroote deleted the renovate/google-4.x branch May 10, 2023 04:31
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