Skip to content

Comments

Bump hashicorp/google-beta from 4.80.0 to 5.13.0#57

Closed
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/terraform/hashicorp/google-beta-5.13.0
Closed

Bump hashicorp/google-beta from 4.80.0 to 5.13.0#57
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/terraform/hashicorp/google-beta-5.13.0

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 29, 2024

Bumps hashicorp/google-beta from 4.80.0 to 5.13.0.

Release notes

Sourced from hashicorp/google-beta's releases.

v5.13.0

NOTES:

  • cloudbuildv2: changed underlying actuation engine for google_cloudbuildv2_repository, there should be no user-facing impact (#6843)
  • provider: added support for in-place update for labels and terraform_labels fields in immutable resources (#6857)

FEATURES:

  • New Resource: google_netapp_backup_policy (#6839)
  • New Resource: google_netapp_volume (#6852)
  • New Resource: google_network_security_address_group_iam_* (#6859)
  • New Resource: google_network_security_security_profile (#6868)
  • New Resource: google_vertex_ai_feature_group_feature (#6861)

IMPROVEMENTS:

  • alloydb: allowed database_version as an input on google_alloydb_cluster resource (#6841)
  • bigquery: added spark_options field to google_bigquery_routine resource (#6867)
  • bigquery: added support for replica materialized view in google_bigquery_table resource (#6865)
  • cloudrunv2: added nfs and gcs fields to google_cloud_run_v2_service.template.volumes (#6845)
  • cloudrunv2: added tcp_socket field to google_cloud_run_v2.template.containers.liveness_probe (#6845)
  • composer: added enable_private_environment and enable_private_builds_only fields to google_composer_environment resource (#6870)
  • compute: added enable_confidential_compute field to google_compute_instance.boot_disk.initialize_params (#6842)
  • gkehub2: added clusterupgrade field to google_gke_hub_feature resource (#6836)
  • healthcare: added enable_history_modifications field to google_healthcare_fhir_store resource (#6864)
  • notebooks: allowed machine_type and accelerator_config to be updatable on google_notebooks_runtime resource (#6854)
  • workstations: added disable_tcp_connections field to google_workstations_workstation_config resource (#6863)

BUG FIXES:

  • compute: fixed the bug that max_ttl is sent in API calls even it is removed from configuration when changing cache_mode to FORCE_CACHE_ALL in google_compute_backend_bucket resource (#6847)
  • networkservices: fixed a perma-diff on addresses field in google_network_services_gateway resource (#6871)
  • provider: fixed universe_domain behavior to correctly throw an error when explicitly configured universe_domain values did not match credentials assumed to be in the default universe (#6860)
  • spanner: fixed error when adding autoscaling_config to an existing google_spanner_instance resource (#6869)

v5.12.0

FEATURES:

  • New Data Source: google_dns_managed_zones (#6835)
  • New Data Source: google_filestore_instance (#6822)
  • New Data Source: google_vmwareengine_external_access_rule (#6811)
  • New Resource: google_clouddomains_registration (#6833)
  • New Resource: google_netapp_kmsconfig (#6831)
  • New Resource: google_vertex_ai_feature_online_store_featureview (#6821)
  • New Resource: google_vmwareengine_external_access_rule (#6811)

IMPROVEMENTS:

  • compute: added md5_authentication_key field to google_compute_router_peer resource (#6815)
  • compute: added in-place update support to params.resource_manager_tags field in google_compute_instance resource (#6828)
  • compute: added in-place update support to description field in google_compute_instance resource (#6804)
  • gkehub: added policycontroller field to google_gke_hub_feature_membership resource (#6813)
  • gkehub2: added clusterupgrade field to google_gke_hub_feature resource (#6836)
  • gkeonprem: added in-place update support to vsphere_config field and added host_groups field in google_gkeonprem_vmware_node_pool resource (#6802)
  • iam: added create_ignore_already_exists field to google_service_account resource. If ignore_create_already_exists is set to true, resource creation would succeed when response error is 409 ALREADY_EXISTS. (#6818)
  • servicenetworking: added field deletion_policy to google_service_networking_connection (#6830)

... (truncated)

Changelog

Sourced from hashicorp/google-beta's changelog.

5.13.0 (Jan 22, 2024)

NOTES:

  • cloudbuildv2: changed underlying actuation engine for google_cloudbuildv2_repository, there should be no user-facing impact (#6843)
  • provider: added support for in-place update for labels and terraform_labels fields in immutable resources (#6857)

FEATURES:

  • New Resource: google_netapp_backup_policy (#6839)
  • New Resource: google_netapp_volume (#6852)
  • New Resource: google_network_security_address_group_iam_* (#6859)
  • New Resource: google_network_security_security_profile (#6868)
  • New Resource: google_vertex_ai_feature_group_feature (#6861)

IMPROVEMENTS:

  • alloydb: allowed database_version as an input on google_alloydb_cluster resource (#6841)
  • bigquery: added spark_options field to google_bigquery_routine resource (#6867)
  • bigquery: added support for replica materialized view in google_bigquery_table resource (#6865)
  • cloudrunv2: added nfs and gcs fields to google_cloud_run_v2_service.template.volumes (#6845)
  • cloudrunv2: added tcp_socket field to google_cloud_run_v2.template.containers.liveness_probe (#6845)
  • composer: added enable_private_environment and enable_private_builds_only fields to google_composer_environment resource (#6870)
  • compute: added enable_confidential_compute field to google_compute_instance.boot_disk.initialize_params (#6842)
  • gkehub2: added clusterupgrade field to google_gke_hub_feature resource (#6836)
  • healthcare: added enable_history_modifications field to google_healthcare_fhir_store resource (#6864)
  • notebooks: allowed machine_type and accelerator_config to be updatable on google_notebooks_runtime resource (#6854)
  • workstations: added disable_tcp_connections field to google_workstations_workstation_config resource (#6863)

BUG FIXES:

  • compute: fixed the bug that max_ttl is sent in API calls even it is removed from configuration when changing cache_mode to FORCE_CACHE_ALL in google_compute_backend_bucket resource (#6847)
  • networkservices: fixed a perma-diff on addresses field in google_network_services_gateway resource (#6871)
  • provider: fixed universe_domain behavior to correctly throw an error when explicitly configured universe_domain values did not match credentials assumed to be in the default universe (#6860)
  • spanner: fixed error when adding autoscaling_config to an existing google_spanner_instance resource (#6869)

5.12.0 (Jan 16, 2024)

FEATURES:

  • New Data Source: google_dns_managed_zones (#6835)
  • New Data Source: google_filestore_instance (#6822)
  • New Data Source: google_vmwareengine_external_access_rule (#6811)
  • New Resource: google_clouddomains_registration (#6833)
  • New Resource: google_netapp_kmsconfig (#6831)
  • New Resource: google_vertex_ai_feature_online_store_featureview (#6821)
  • New Resource: google_vmwareengine_external_access_rule (#6811)

IMPROVEMENTS:

  • compute: added md5_authentication_key field to google_compute_router_peer resource (#6815)
  • compute: added in-place update support to params.resource_manager_tags field in google_compute_instance resource (#6828)
  • compute: added in-place update support to description field in google_compute_instance resource (#6804)
  • gkehub: added policycontroller field to google_gke_hub_feature_membership resource (#6813)
  • gkehub2: added clusterupgrade field to google_gke_hub_feature resource (#6836)
  • gkeonprem: added in-place update support to vsphere_config field and added host_groups field in google_gkeonprem_vmware_node_pool resource (#6802)

... (truncated)

Commits
  • e66a783 beta 5.13.0 release-notes (#6874)
  • 1d7e6f4 Revert "Point GKEHub Membership API to v1beta as v1beta1 will be deprecated s...
  • 20f4952 Revert "Discovery Engine Data Store" (#9839) (#6873)
  • aad702c Rename the netapp product to Google Cloud NetApp Volumes (#9826) (#6872)
  • dc0ad55 Fix issue due to Secure Web Proxy recreation due to not setting addresses fie...
  • 9deadb0 New fields: enable_private_environment, enable_private_builds_only (#9689) (#...
  • f4281ef Fix Spanner update when adding/removing autoscaling config (#9814) (#6869)
  • d4732f8 #15779 Add google_network_security_security_profile resource (#9800) (#6868)
  • 2a6191a Add support for Stored Procedure for Apache Spark (#9793) (#6867)
  • 26f4d8f Fix typo - change projects into folders (#9827) (#6866)
  • 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 4.80.0 to 5.13.0.
- [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@v4.80.0...v5.13.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Jan 29, 2024
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Feb 5, 2024

Superseded by #59.

@dependabot dependabot bot closed this Feb 5, 2024
@dependabot dependabot bot deleted the dependabot/terraform/hashicorp/google-beta-5.13.0 branch February 5, 2024 14:31
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

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants