Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Aug 25, 2025

Bumps hashicorp/google-beta from 6.28.0 to 6.49.2.

Release notes

Sourced from hashicorp/google-beta's releases.

v6.49.2

BUG FIXES:

  • container: fixed issue where a failed creation on google_container_node_pool would result in an unrecoverable tainted state (#24077)

v6.49.1

BUG FIXES:

  • secretmanager: fixed issue where upgrading to 6.49.0 would cause all google_secret_manager_secret_version resources to be recreated unless secret_data_wo_version was set (#10574)

v6.49.0

DEPRECATIONS:

  • beyondcorp: google_beyondcorp_application_iam_binding, google_beyondcorp_application_iam_member and google_beyondcorp_application_iam_policy IAM resources, and the google_beyondcorp_application_iam_policy datasource have been deprecated and will be removed in the upcoming major release (#10532)
  • tpu: deprecated google_tpu_tensorflow_versions data source. Use google_tpu_v2_runtime_versions instead. (#10514)

FEATURES:

  • New Data Source: google_artifact_registry_tag (#10531)
  • New Data Source: google_artifact_registry_tags (#10518)
  • New Resource: google_dialogflow_convesation_profile (#10533)

IMPROVEMENTS:

  • apikeys: added service_account_email to google_apikeys_key (#10538)
  • bigqueryreservation: added support for scaling_mode and max_slots properties on google_bigquery_reservation (beta) (#10509)
  • compute: added advanced_options_config field to google_compute_region_security_policy resource (#10498)
  • container: added eviction_soft, eviction_soft_grace_period, eviction_minimum_reclaim, eviction_max_pod_grace_period_seconds, max_parallel_image_pulls, transparent_hugepage_enabled, transparent_hugepage_defrag and min_node_cpus fields to node_config block of google_container_node_pool and google_container_cluster resources (#10522)
  • networkmanagement: added subnet and network fields to the google_network_management_vpc_flow_logs_config resource (beta) (#10506)
  • networkmanagement: added output-only field target_resource_state to the google_network_management_vpc_flow_logs_config resource (#10506)
  • resourcemanager: added management_project and configured_capabilities fields to the google_folder resource. (#10525)

BUG FIXES:

  • cloud_tasks: correctly set name field to be required in google_cloud_tasks_queue resource (#10534)
  • clouddeploy: allowed sending weekly_windows.start_time as an empty object in order to use default values in thegoogle_clouddeploy_deploy_policy resource (#10530)
  • kms: skip_initial_version_creation field is no longer immutable in google_kms_crypto_key, but is still only settable at-creation (#10526)
  • netapp: fixed bug where google_netapp_volume.large_capacity was not properly marked as immutable, causing updates to fail (and making it impossible to change the field value after creation) (#10541)
  • networkconnectivity: added update support for linked_vpc_network in google_network_connectivity_spoke (#10507)

v6.48.0

FEATURES:

  • New Data Source: google_artifact_registry_package (#10490)
  • New Data Source: google_artifact_registry_repositories (#10494)
  • New Data Source: google_artifact_registry_version (#10468)
  • New Resource: google_dialogflow_cx_playbook (initial basic support, full features to follow in a later release) (#10485)
  • New Resource: google_vertexai_rag_engine_config (#10481)

IMPROVEMENTS:

  • backupdr: added log_retention_days field to google_backup_dr_backup_plan resource (#10463)
  • compute: added advanced_options_config field to google_compute_region_security_policy resource (#10498)
  • compute: added ha_policy field to google_compute_region_backend_service resource (#10493)

... (truncated)

Changelog

Sourced from hashicorp/google-beta's changelog.

6.49.2 (August 22, 2025)

BUG FIXES:

  • container: fixed issue where a failed creation on google_container_node_pool would result in an unrecoverable tainted state (#24077)

6.49.1 (August 20, 2025)

BUG FIXES:

  • secretmanager: fixed issue where upgrading to 6.49.0 would cause all google_secret_manager_secret_version resources to be recreated unless secret_data_wo_version was set (#10574)

6.49.0 (August 19, 2025)

DEPRECATIONS:

  • beyondcorp: google_beyondcorp_application_iam_binding, google_beyondcorp_application_iam_member and google_beyondcorp_application_iam_policy IAM resources, and the google_beyondcorp_application_iam_policy datasource have been deprecated and will be removed in the upcoming major release (#10532)
  • tpu: deprecated google_tpu_tensorflow_versions data source. Use google_tpu_v2_runtime_versions instead. (#10514)

FEATURES:

  • New Data Source: google_artifact_registry_tag (#10531)
  • New Data Source: google_artifact_registry_tags (#10518)
  • New Resource: google_dialogflow_convesation_profile (#10533)

IMPROVEMENTS:

  • apikeys: added service_account_email to google_apikeys_key (#10538)
  • bigqueryreservation: added support for scaling_mode and max_slots properties on google_bigquery_reservation (beta) (#10509)
  • compute: added advanced_options_config field to google_compute_region_security_policy resource (#10498)
  • container: added eviction_soft, eviction_soft_grace_period, eviction_minimum_reclaim, eviction_max_pod_grace_period_seconds, max_parallel_image_pulls, transparent_hugepage_enabled, transparent_hugepage_defrag and min_node_cpus fields to node_config block of google_container_node_pool and google_container_cluster resources (#10522)
  • networkmanagement: added subnet and network fields to the google_network_management_vpc_flow_logs_config resource (beta) (#10506)
  • networkmanagement: added output-only field target_resource_state to the google_network_management_vpc_flow_logs_config resource (#10506)
  • resourcemanager: Added management_project and configured_capabilities fields to the google_folder resource. (#10525)

BUG FIXES:

  • cloud_tasks: correctly set name field to be required in google_cloud_tasks_queue resource (#10534)
  • clouddeploy: allowed sending start_time with default values in weekly_windows in google_clouddeploy_deploy_policy resource. start_time 00:00 means the policy will start at midnight. (#10530)
  • kms: skip_initial_version_creation field is no longer immutable in google_kms_crypto_key, but is still only settable at-creation (#10526)
  • netapp: fixed bug where google_netapp_volume.large_capacity was not properly marked as immutable, causing updates to fail (and making it impossible to change the field value after creation) (#10541)
  • networkconnectivity: added update support for linked_vpc_network in google_network_connectivity_spoke (#10507)

6.48.0 (August 12, 2025)

FEATURES:

  • New Data Source: google_artifact_registry_package (#10490)
  • New Data Source: google_artifact_registry_repositories (#10494)
  • New Data Source: google_artifact_registry_version (#10468)
  • New Resource: google_dialogflow_cx_playbook (initial basic support, full features to follow in a later release) (#10485)
  • New Resource: google_vertexai_rag_engine_config (#10481)

IMPROVEMENTS:

  • backupdr: added log_retention_days field to google_backup_dr_backup_plan resource (#10463)
  • compute: added advanced_options_config field to google_compute_region_security_policy resource (#10498)
  • compute: added ha_policy field to google_compute_region_backend_service resource (#10493)

... (truncated)

Commits
  • 6a9e0f0 update release date for 6.49.2
  • 61a976b fix other scenario for node_pool not exist (#14943) (#10592)
  • c01e684 updates changelog for 6.49.2
  • fe56d38 fixed issue where a failed creation on container_node_pool would result in an...
  • a284184 Update CHANGELOG.md
  • c0301a7 Update CHANGELOG.md
  • 7d0b05d changelog changes
  • 011a1fc Revert " provider: eliminated the need to manually add *_wo and `*_wo_versi...
  • 970be58 6.49.0: CHANGELOG.md (#10547)
  • 0eb4d12 Enable custom endpoints for all DCL-based resources (#14778) (#10542)
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [hashicorp/google-beta](https://github.com/hashicorp/terraform-provider-google-beta) from 6.28.0 to 6.49.2.
- [Release notes](https://github.com/hashicorp/terraform-provider-google-beta/releases)
- [Changelog](https://github.com/hashicorp/terraform-provider-google-beta/blob/main/CHANGELOG.md)
- [Commits](hashicorp/terraform-provider-google-beta@v6.28.0...v6.49.2)

---
updated-dependencies:
- dependency-name: hashicorp/google-beta
  dependency-version: 6.49.2
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file terraform Pull requests that update terraform code labels Aug 25, 2025
@dependabot dependabot bot had a problem deploying to terraformSecrets August 25, 2025 21:40 Failure
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Sep 1, 2025

Superseded by #302.

@dependabot dependabot bot closed this Sep 1, 2025
@dependabot dependabot bot deleted the dependabot/terraform/main/hashicorp/google-beta-6.49.2 branch September 1, 2025 20:49
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 terraform Pull requests that update terraform code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant