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-gcp to ~> 6.14.0 #816

Merged
merged 1 commit into from
Jan 6, 2025

Conversation

renovate[bot]
Copy link

@renovate renovate bot commented Jan 1, 2025

This PR contains the following updates:

Package Type Update Change
google (source) required_provider minor ~> 6.13.0 -> ~> 6.14.0
google (source) required_provider minor 6.13.0 -> 6.14.1
google-beta (source) required_provider minor ~> 6.13.0 -> ~> 6.14.0

Release Notes

hashicorp/terraform-provider-google (google)

v6.14.1

Compare Source

BUG FIXES:

  • compute: fixed an issue where google_compute_firewall_policy_rule was incorrectly removed from the Terraform state (#​20733)

v6.14.0

Compare Source

FEATURES:

  • New Resource: google_network_security_intercept_deployment_group (#​20615)
  • New Resource: google_network_security_intercept_deployment (#​20634)
  • New Resource: google_network_security_authz_policy (#​20595)
  • New Resource: google_network_services_authz_extension (#​20595)

IMPROVEMENTS:

  • compute: google_compute_instance is no longer recreated when changing boot_disk.auto_delete (#​20580)
  • compute: added CA_ENTERPRISE_ANNUAL option for field cloud_armor_tier in google_compute_project_cloud_armor_tier resource (#​20596)
  • compute: added network_tier field to google_compute_global_forwarding_rule resource (#​20582)
  • compute: added rule.rate_limit_options.enforce_on_key_configs field to google_compute_security_policy resource (#​20597)
  • compute: made metadata_startup_script able to be updated via graceful switch in google_compute_instance (#​20655)
  • container: added field enable_fqdn_network_policy to resource google_container_cluster (#​20609)
  • identityplatform: marked quota.0.sign_up_quota_config subfields conditionally required in google_identity_platform_config to move errors from apply time up to plan time, and clarified the rule in documentation (#​20627)
  • networkconnectivity: added support for updating linked_vpn_tunnels.include_import_ranges, linked_interconnect_attachments.include_import_ranges, linked_router_appliance_instances. instances and linked_router_appliance_instances.include_import_ranges in google_network_connectivity_spoke (#​20650)
  • storage: added hdfs_data_source field to google_storage_transfer_job resource (#​20583)
  • tpuv2: added network_configs and network_config.queue_count fields to google_tpu_v2_vm resource (#​20621)

BUG FIXES:

  • accesscontextmanager: fixed an update bug in google_access_context_manager_perimeter by removing the broken output-only etag field in google_access_context_manager_perimeter and google_access_context_manager_perimeters (#​20691)
  • compute: fixed permadiff on the recaptcha_options field for google_compute_security_policy resource (#​20617)
  • compute: fixed issue where updating labels on resource_google_compute_resource_policy would fail because of a patch error with guest_flush (#​20632)
  • networkconnectivity: fixed linked_router_appliance_instances.instances.virtual_machine and linked_router_appliance_instances.instances.ip_address attributes in google_network_connectivity_spoke to be correctly marked as required. Otherwise the request to create the resource will fail. (#​20650)
  • privateca: fixed an issue which causes error when updating labels for activated sub-CA (#​20630)
  • sql: fixed permadiff when 'settings.data_cache_config' is set to false for 'google_sql_database_instance' resource (#​20656)
hashicorp/terraform-provider-google-beta (google-beta)

v6.14.1

Compare Source

BUG FIXES:

  • compute: fixed an issue where google_compute_firewall_policy_rule was incorrectly removed from the Terraform state (#​8940)

v6.14.0

Compare Source

FEATURES:

  • New Resource: google_network_security_intercept_deployment_group (#​8859)
  • New Resource: google_network_security_intercept_deployment (#​8876)
  • New Resource: google_network_security_authz_policy (#​8847)
  • New Resource: google_network_services_authz_extension (#​8847)

IMPROVEMENTS:

  • compute: google_compute_instance is no longer recreated when changing boot_disk.auto_delete (#​8837)
  • compute: added CA_ENTERPRISE_ANNUAL option for field cloud_armor_tier in google_compute_project_cloud_armor_tier resource (#​8848)
  • compute: added network_tier field to google_compute_global_forwarding_rule resource (#​8838)
  • compute: made metadata_startup_script able to be updated via graceful switch in google_compute_instance (#​8888)
  • firebasehosting: added headers field in google_firebase_hosting_version resource (#​8887)
  • identityplatform: marked quota.0.sign_up_quota_config subfields conditionally required in google_identity_platform_config to move errors from apply time up to plan time, and clarified the rule in documentation (#​8869)
  • networkconnectivity: added support for updating linked_vpn_tunnels.include_import_ranges, linked_interconnect_attachments.include_import_ranges, linked_router_appliance_instances. instances and linked_router_appliance_instances.include_import_ranges in google_network_connectivity_spoke (#​8883)
  • orgpolicy: added parameters fields to google_org_policy_policy resource (#​8881)
  • storage: added hdfs_data_source field to google_storage_transfer_job resource (#​8839)
  • tpuv2: added network_configs and network_config.queue_count fields to google_tpu_v2_vm resource (#​8865)

BUG FIXES:

  • accesscontextmanager: fixed an update bug in google_access_context_manager_perimeter by removing the broken output-only etag field in google_access_context_manager_perimeter and google_access_context_manager_perimeters (#​8891)
  • compute: fixed permadiff on the recaptcha_options field for google_compute_security_policy resource (#​8861)
  • compute: fixed issue where updating labels on resource_google_compute_resource_policy would fail because of a patch error with guest_flush (#​8874)
  • networkconnectivity: fixed linked_router_appliance_instances.instances.virtual_machine and linked_router_appliance_instances.instances.ip_address attributes in google_network_connectivity_spoke to be correctly marked as required. Otherwise the request to create the resource will fail. (#​8883)
  • privateca: fixed an issue which causes error when updating labels for activated sub-CA (#​8872)
  • sql: fixed permadiff when 'settings.data_cache_config' is set to false for 'google_sql_database_instance' resource (#​8889)

Configuration

📅 Schedule: Branch creation - "* * 1,15 * *" (UTC), 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 these updates 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 requested review from commjoen and bendehaan as code owners January 1, 2025 06:45
@renovate renovate bot added dependencies Pull requests that update a dependency file renovate labels Jan 1, 2025
@renovate renovate bot force-pushed the renovate/terraform-gcp branch from b635bfa to f64607d Compare January 1, 2025 07:58
@commjoen commjoen merged commit 30ac100 into main Jan 6, 2025
9 checks passed
@commjoen commjoen deleted the renovate/terraform-gcp branch January 6, 2025 06:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file renovate
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant