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

Bump hashicorp/google-beta from 4.84.0 to 5.4.0 in /gcp #1076

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Nov 1, 2023

Bumps hashicorp/google-beta from 4.84.0 to 5.4.0.

Release notes

Sourced from hashicorp/google-beta's releases.

v5.4.0

DEPRECATIONS:

  • bigquery: deprecated cloud_spanner.use_serverless_analytics on google_bigquery_connection. Use cloud_spanner.use_data_boost instead. (#6539)

NOTES:

  • provider: added universe_domain attribute as a provider attribute (#6551)

BREAKING CHANGES:

  • cloudrunv2: marked location field as required in resource google_cloud_run_v2_job. Any configuration without location specified will cause resource creation fail (#6540)
  • cloudrunv2: marked location field as required in resource google_cloud_run_v2_service. Any configuration without location specified will cause resource creation fail (#6540)

FEATURES:

  • New Data Source: google_cloud_identity_group_lookup (#6530)
  • New Resource: google_network_connectivity_policy_based_route (#6552)
  • New Resource: google_pubsub_schema_iam_* (#6533)

IMPROVEMENTS:

  • accesscontextmanager: added support for specifying vpc_network_sources to google_access_context_manager_access_levels, google_access_context_manager_access_level, and google_access_context_manager_access_level_condition (#6553)
  • apigee: added support for type in google_apigee_environment (#6562)
  • bigquery: added cloud_spanner.database_role, cloud_spanner.use_data_boost, and cloud_spanner.max_parallelism fields to google_bigquery_connection (#6539)
  • bigquery: added support for iam_member to google_bigquery_dataset.access (#6550)
  • compute: added maintenance_interval field to google_compute_node_group resource (#6561)
  • container: added enable_confidential_storage to node_config in google_container_cluster and google_container_node_pool (#6531)
  • container: added update support for google_container_node_pool.node_config.taint (#6536)
  • containerattached: added admin_groups field to google_container_attached_cluster resource (#6537)
  • dialogflowcx: added advanced_settings field to google_dialogflow_cx_flow resource (#6543)
  • dialogflowcx: added advanced_settings fields to google_dialogflow_cx_page resource (#6543)
  • dialogflowcx: added advanced_settings, text_to_speech_settings, git_integration_settings fields to google_dialogflow_cx_agent resource (#6543)
  • tpuv2: added cidr_block, labels, tags, network_config, scheduling_config, shielded_instance_config, service_account and data_disks fields to google_tpu_v2_vm (#6555)
  • tpuv2: added accelerator_config field to google_tpu_v2_vm resource (#6559)

BUG FIXES:

  • bigquery: fixed a bug when updating a google_bigquery_dataset that contained an iamMember access rule added out of band with Terraform (#6550)
  • bigqueryreservation: fixed bug of incorrect resource recreation when capacity_commitment_id is unspecified in resource google_bigquery_capacity_commitment (#6548)
  • cloudrunv2: made annotations field on the google_cloud_run_v2_job data source include all annotations present on the resource in GCP (#6532)
  • cloudrunv2: made annotations field on the google_cloud_run_v2_service data source include all annotations present on the resource in GCP (#6532)
  • cloudrunv2: made labels and terraform labels fields on the google_cloud_run_v2_job data source include all annotations present on the resource in GCP (#6532)
  • cloudrunv2: made labels and terraform labels fields on the google_cloud_run_v2_service data source include all annotations present on the resource in GCP (#6532)
  • edgecontainer: fixed an issue where the update endpoint for google_edgecontainer_cluster was incorrect. (#6560)
  • redis: allow replica_count to be set to zero in the google_redis_cluster resource (#6534)

v5.3.0

DEPRECATIONS:

  • bigquery: deprecated time_partitioning.require_partition_filter in favor of new top level field require_partition_filter in resource google_bigquery_table (#6496)

FEATURES:

  • New Data Source: google_cloud_run_v2_job (#6508)
  • New Data Source: google_cloud_run_v2_service (#6527)
  • New Data Source: google_compute_networks (#6498)

... (truncated)

Changelog

Sourced from hashicorp/google-beta's changelog.

5.4.0 (Oct 30, 2023)

DEPRECATIONS:

  • bigquery: deprecated cloud_spanner.use_serverless_analytics on google_bigquery_connection. Use cloud_spanner.use_data_boost instead. (#6539)

NOTES:

  • provider: added universe_domain attribute as a provider attribute (#6551)

BREAKING CHANGES:

  • cloudrunv2: marked location field as required in resource google_cloud_run_v2_job. Any configuration without location specified will cause resource creation fail (#6540)
  • cloudrunv2: marked location field as required in resource google_cloud_run_v2_service. Any configuration without location specified will cause resource creation fail (#6540)

FEATURES:

  • New Data Source: google_cloud_identity_group_lookup (#6530)
  • New Resource: google_network_connectivity_policy_based_route (#6552)
  • New Resource: google_pubsub_schema_iam_* (#6533)

IMPROVEMENTS:

  • accesscontextmanager: added support for specifying vpc_network_sources to google_access_context_manager_access_levels, google_access_context_manager_access_level, and google_access_context_manager_access_level_condition (#6553)
  • apigee: added support for type in google_apigee_environment (#6562)
  • bigquery: added cloud_spanner.database_role, cloud_spanner.use_data_boost, and cloud_spanner.max_parallelism fields to google_bigquery_connection (#6539)
  • bigquery: added support for iam_member to google_bigquery_dataset.access (#6550)
  • compute: added maintenance_interval field to google_compute_node_group resource (#6561)
  • container: added enable_confidential_storage to node_config in google_container_cluster and google_container_node_pool (#6531)
  • container: added update support for google_container_node_pool.node_config.taint (#6536)
  • containerattached: added admin_groups field to google_container_attached_cluster resource (#6537)
  • dialogflowcx: added advanced_settings field to google_dialogflow_cx_flow resource (#6543)
  • dialogflowcx: added advanced_settings fields to google_dialogflow_cx_page resource (#6543)
  • dialogflowcx: added advanced_settings, text_to_speech_settings, git_integration_settings fields to google_dialogflow_cx_agent resource (#6543)
  • tpuv2: added cidr_block, labels, tags, network_config, scheduling_config, shielded_instance_config, service_account and data_disks fields to google_tpu_v2_vm (#6555)
  • tpuv2: added accelerator_config field to google_tpu_v2_vm resource (#6559)

BUG FIXES:

  • bigquery: fixed a bug when updating a google_bigquery_dataset that contained an iamMember access rule added out of band with Terraform (#6550)
  • bigqueryreservation: fixed bug of incorrect resource recreation when capacity_commitment_id is unspecified in resource google_bigquery_capacity_commitment (#6548)
  • cloudrunv2: made annotations field on the google_cloud_run_v2_job data source include all annotations present on the resource in GCP (#6532)
  • cloudrunv2: made annotations field on the google_cloud_run_v2_service data source include all annotations present on the resource in GCP (#6532)
  • cloudrunv2: made labels and terraform labels fields on the google_cloud_run_v2_job data source include all annotations present on the resource in GCP (#6532)
  • cloudrunv2: made labels and terraform labels fields on the google_cloud_run_v2_service data source include all annotations present on the resource in GCP (#6532)
  • edgecontainer: fixed an issue where the update endpoint for google_edgecontainer_cluster was incorrect. (#6560)
  • redis: allow replica_count to be set to zero in the google_redis_cluster resource (#6534)

5.3.0 (Oct 23, 2023)

DEPRECATIONS:

  • bigquery: deprecated time_partitioning.require_partition_filter in favor of new top level field require_partition_filter in resource google_bigquery_table (#6496)

FEATURES:

  • New Data Source: google_cloud_run_v2_job (#6508)
  • New Data Source: google_cloud_run_v2_service (#6527)

... (truncated)

Commits

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.84.0 to 5.4.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.84.0...v5.4.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 dependencies Pull requests that update a dependency file terraform Pull requests that update Terraform code labels Nov 1, 2023
@commjoen commjoen changed the base branch from master to dependabot/terraform/aws/hashicorp/aws-5.23.1 November 2, 2023 05:00
@commjoen commjoen merged commit 4335795 into dependabot/terraform/aws/hashicorp/aws-5.23.1 Nov 2, 2023
15 of 16 checks passed
@commjoen commjoen deleted the dependabot/terraform/gcp/hashicorp/google-beta-5.4.0 branch November 2, 2023 05:00
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