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 ~> 5.23.0 #113

Merged
merged 1 commit into from
Apr 2, 2024

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Mar 21, 2024

Mend Renovate

This PR contains the following updates:

Package Type Update Change
google (source) required_provider minor ~> 5.17.0 -> ~> 5.23.0

Release Notes

hashicorp/terraform-provider-google (google)

v5.23.0

Compare Source

v5.22.0

Compare Source

5.22.0 (Unreleased)

v5.21.0

Compare Source

FEATURES:

  • New Data Source: google_apphub_discovered_service (#​17548)
  • New Data Source: google_apphub_discovered_workload (#​17553)
  • New Data Source: google_cloud_quotas_quota_info (#​17564)
  • New Resource: google_apphub_workload (#​17561)
  • New Resource: google_firebase_app_check_device_check_config (#​17517)
  • New Resource: google_iap_tunnel_dest_group (#​17533)
  • New Resource: google_kms_ekm_connection (#​17512)
  • New Resource: google_apphub_application (#​17499)
  • New Resource: google_apphub_service (#​17562)
  • New Resource: google_apphub_service_project_attachment (#​17536)
  • New Resource: google_network_security_firewall_endpoint_association (#​17540)

IMPROVEMENTS:

  • cloudrunv2: added support for scaling.min_instance_count in google_cloud_run_v2_service. (#​17501)
  • compute: added metric.single_instance_assignment and metric.filter to google_compute_region_autoscaler (#​17519)
  • container: added queued_provisioning to google_container_node_pool (#​17549)
  • gkeonprem: allowed vcenter_network to be set in google_gkeonprem_vmware_cluster, previously it was output-only (#​17505)
  • workstations: added support for ephemeral_directories in google_workstations_workstation_config (#​17515)

BUG FIXES:

  • compute: allowed sending empty values for SERVERLESS in google_compute_region_network_endpoint_group resource (#​17500)
  • notebooks: fixed an issue where default tags would cause a diff recreating google_notebooks_instance resources (#​17559)
  • storage: fixed an issue where two or more lifecycle rules with different values of no_age field always generates change in google_storage_bucket resource. (#​17513)

v5.20.0

Compare Source

FEATURES:

  • New Resource: google_clouddeploy_custom_target_type_iam_* (#​17445)

IMPROVEMENTS:

  • certificatemanager: added type field to google_certificate_manager_dns_authorization resource (#​17459)
  • compute: added the network_url attribute to the consumer_accept_list-block of the google_compute_service_attachment resource (#​17492)
  • gkehub: added support for policycontroller.policy_controller_hub_config.policy_content.bundles and
    policycontroller.policy_controller_hub_config.deployment_configs fields to google_gke_hub_feature_membership (#​17483)

BUG FIXES:

  • artifactregistry: fixed permadiff when google_artifact_repository.docker_config field is unset (#​17484)
  • bigquery: corrected plan-time validation on google_bigquery_dataset.dataset_id (#​17449)
  • kms: fixed issue where google_kms_crypto_key_version.attestation.cert_chains properties were incorrectly set to type string (#​17486)

v5.19.0

Compare Source

FEATURES:

  • New Resource: google_clouddeploy_automation(#​17427)
  • New Resource: google_clouddeploy_target_iam_* (#​17368)

IMPROVEMENTS:

  • bigquery: added remote_function_options field to google_bigquery_routine resource (#​17382)
  • certificatemanager: added location field to google_certificate_manager_dns_authorization resource (#​17358)
  • composer: added validations for composer 2/3 only fields in google_composer_environment (#​17361)
  • compute: added certificate_manager_certificates field to google_compute_region_target_https_proxy resource (#​17365)
  • compute: promoted all_instances_config field in resources google_compute_instance_group_manager and google_compute_region_instance_group_manager to GA (#​17414)
  • container: promoted enable_confidential_storage from node_config in google_container_cluster and google_container_node_pool to GA (#​17367)
  • gkehub2: added namespace_labels field to google_gke_hub_scope resource (#​17421)

BUG FIXES:

  • resourcemanager: added a retry to deleting the default network when auto_create_network is false in google_project (#​17419)

v5.18.0

Compare Source

BREAKING CHANGES:

  • securityposture: marked policy_sets and policy_sets.policies required in google_securityposture_posture. API validation already enforced this, so no resources could be provisioned without these (#​17303)

FEATURES:

  • New Data Source: google_compute_forwarding_rules (#​17342)
  • New Resource: google_firebase_app_check_app_attest_config (#​17279)
  • New Resource: google_firebase_app_check_play_integrity_config (#​17279)
  • New Resource: google_firebase_app_check_recaptcha_enterprise_config (#​17327)
  • New Resource: google_firebase_app_check_recaptcha_v3_config (#​17327)
  • New Resource: google_migration_center_preference_set (#​17291)
  • New Resource: google_netapp_volume_replication (#​17348)

IMPROVEMENTS:

  • cloudfunctions: added output-only version_id field on google_cloudfunctions_function (#​17273)
  • composer: supported patch versions of airflow on google_composer_environment (#​17345)
  • compute: supported updating network_interface.stack_type field on google_compute_instance resource. (#​17295)
  • container: added node_config.resource_manager_tags field to google_container_cluster resource (#​17346)
  • container: added node_config.resource_manager_tags field to google_container_node_pool resource (#​17346)
  • container: added output-only fields membership_id and membership_location under fleet in google_container_cluster resource (#​17305)
  • looker: added custom_domain field to google_looker_instance resource (#​17301)
  • netapp: added field restore_parameters and output-only fields state, state_details and create_time to google_netapp_volume resource (#​17293)
  • workbench: added container_image field to google_workbench_instance resource (#​17326)
  • workbench: added shielded_instance_config field to google_workbench_instance resource (#​17306)

BUG FIXES:

  • bigquery: allowed users to set permissions for principal/principalSets (iamMember) in google_bigquery_dataset_iam_member. (#​17292)
  • cloudfunctions2: fixed an issue where not specifying event_config.trigger_region in google_cloudfunctions2_function resulted in a permanent diff. The field now pulls a default value from the API when unset. (#​17328)
  • compute: fixed issue where changes only in stateful_(internal|external)_ip would not trigger an update for google_compute_(region_)instance_group_manager (#​17297)
  • compute: fixed perma-diff on min_ports_per_vm in google_compute_router_nat when the field is unset by making the field default to the API-set value (#​17337)
  • dataflow: fixed crash in google_dataflox_job to return an error instead if a job's Environment field is nil when reading job information (#​17344)
  • notebooks: changed tag field to default to the API's value if not specified in google_notebooks_instance (#​17323)

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 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 changed the title Update Terraform google to ~> 5.21.0 chore(deps): update terraform google to ~> 5.21.0 Mar 21, 2024
@renovate renovate bot force-pushed the renovate/google-5.x branch from 5385d12 to 1b6b753 Compare March 26, 2024 20:44
@renovate renovate bot changed the title chore(deps): update terraform google to ~> 5.21.0 chore(deps): update terraform google to ~> 5.22.0 Mar 26, 2024
@renovate renovate bot force-pushed the renovate/google-5.x branch from 1b6b753 to 091bc1a Compare April 1, 2024 18:41
@renovate renovate bot changed the title chore(deps): update terraform google to ~> 5.22.0 chore(deps): update terraform google to ~> 5.23.0 Apr 1, 2024
@BjoernPetersen BjoernPetersen merged commit 9d4aefc into main Apr 2, 2024
5 checks passed
@BjoernPetersen BjoernPetersen deleted the renovate/google-5.x branch April 2, 2024 08:29
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