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

build(deps): bump hashicorp/google-beta from 5.4.0 to 5.7.0 in /gcp #408

Conversation

dependabot[bot]
Copy link

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

Bumps hashicorp/google-beta from 5.4.0 to 5.7.0.

Release notes

Sourced from hashicorp/google-beta's releases.

v5.7.0

DEPRECATIONS:

  • gkehub: deprecated config_management.binauthz in google_gke_hub_feature_membership (#6646)

IMPROVEMENTS:

  • bigtable: added standard_isolation and standard_isolation.priority fields to google_bigtable_app_profile resource (#6621)
  • containerattached: added proxy_config field to google_container_attached_cluster resource (#6637)
  • gkehub: added membership_location field to google_gke_hub_feature_membership resource (#6646)
  • logging: made the change to aqcuire and update the google_logging_project_sink resource that already exists at the desired location. These logging buckets cannot be removed so deleting this resource will remove the bucket config from your terraform state but will leave the logging bucket unchanged. (#6632)
  • memcache: added MEMCACHE_1_6_15 as a possible value for memcache_version in google_memcache_instance resource (#6642)
  • monitoring: added error message to delete Alert Policies first on 400 response when deleting google_monitoring_uptime_check_config resource (#6645)
  • spanner: added autoscaling_config field to google_spanner_instance resource (#6616)

BUG FIXES:

  • compute: changed external_ipv6_prefix field to not be output only in google_compute_subnetwork resource (#6619)
  • compute: fixed issue where google_compute_attached_disk would produce an error for certain zone configs (#6620)
  • edgecontainer: fixed update method of google_edgecontainer_cluster resource (#6625)
  • provider: fixed an issue where universe domains would not overwrite API endpoints (#6636)
  • resourcemanager: made data_source_google_project_service no longer return an error when the service is not enabled (#6638)
  • sql: ssl_mode field is not stored in terraform state if it has never been used in google_sql_database_instance resource (#6622)

NOTES:

  • dataproc: backfilled terraform_labels field for resource google_dataproc_workflow_template, so the resource recreation won't happen during provider upgrade from 4.x to 5.7 (#6634)
  • provider: backfilled terraform_labels for some immutable resources, so the resource recreation won't happen during provider upgrade from 4.X to 5.7 (#6635)

v5.6.0

FEATURES:

  • New Data Source: google_backup_dr_management_server (#6596)
  • New Resource: google_compute_instance_settings (#6615)
  • New Resource: google_integration_connectors_connection(#6612)

IMPROVEMENTS:

  • assuredworkloads: added enable_sovereign_controls, partner, partner_permissions, violation_notifications_enabled, and several other output-only fields to google_assured_workloads_workloads (#6597)
  • composer: added storage_config to google_composer_environment (#6606)
  • container: added fleet field to google_container_cluster resource (#6610)
  • containeraws: added admin_groups to google_container_aws_cluster (#6597)
  • containerazure: added admin_groups to google_container_azure_cluster (#6597)
  • dataproc: added support for instance_flexibility_policy in google_dataproc_cluster (#6593)
  • dialogflowcx: added is_default_start_flow field to google_dialogflow_cx_flow resource to allow management of default flow resources via Terraform (#6600)
  • dialogflowcx: added is_default_welcome_intent and is_default_negative_intent fields to google_dialogflow_cx_intent resource to allow management of default intent resources via Terraform (#6600)
  • gkehub: added fleet_default_member_config field to google_gke_hub_feature resource (#6608)
  • gkehub: added metrics_gcp_service_account_email to google_gke_hub_feature_membership (#6597)
  • logging: added index_configs field to logging_bucket_config resource (#6598)
  • logging: added index_configs field to logging_project_bucket_config resource (#6598)
  • monitoring: added pings_count, user_labels, and custom_content_type fields to google_monitoring_uptime_check_config resource (#6594)
  • spanner: added autoscaling_config field to google_spanner_instance (#6616)
  • sql: added ssl_mode field to google_sql_database_instance resource (#6579)
  • vertexai: added private_service_connect_config to google_vertex_ai_index_endpoint (#6614)
  • workstations: added domain_config field to resource google_workstations_workstation_cluster (beta) (#6609)

... (truncated)

Changelog

Sourced from hashicorp/google-beta's changelog.

5.7.0 (Nov 20, 2023)

DEPRECATIONS:

  • gkehub: deprecated config_management.binauthz in google_gke_hub_feature_membership (#6646)

IMPROVEMENTS:

  • bigtable: added standard_isolation and standard_isolation.priority fields to google_bigtable_app_profile resource (#6621)
  • containerattached: added proxy_config field to google_container_attached_cluster resource (#6637)
  • gkehub: added membership_location field to google_gke_hub_feature_membership resource (#6646)
  • logging: made the change to aqcuire and update the google_logging_project_sink resource that already exists at the desired location. These logging buckets cannot be removed so deleting this resource will remove the bucket config from your terraform state but will leave the logging bucket unchanged. (#6632)
  • memcache: added MEMCACHE_1_6_15 as a possible value for memcache_version in google_memcache_instance resource (#6642)
  • monitoring: added error message to delete Alert Policies first on 400 response when deleting google_monitoring_uptime_check_config resource (#6645)
  • spanner: added autoscaling_config field to google_spanner_instance resource (#6616)

BUG FIXES:

  • compute: changed external_ipv6_prefix field to not be output only in google_compute_subnetwork resource (#6619)
  • compute: fixed issue where google_compute_attached_disk would produce an error for certain zone configs (#6620)
  • edgecontainer: fixed update method of google_edgecontainer_cluster resource (#6625)
  • provider: fixed an issue where universe domains would not overwrite API endpoints (#6636)
  • resourcemanager: made data_source_google_project_service no longer return an error when the service is not enabled (#6638)
  • sql: ssl_mode field is not stored in terraform state if it has never been used in google_sql_database_instance resource (#6622)

NOTES:

  • dataproc: backfilled terraform_labels field for resource google_dataproc_workflow_template, so the resource recreation won't happen during provider upgrade from 4.x to 5.7 (#6634)
  • provider: backfilled terraform_labels for some immutable resources, so the resource recreation won't happen during provider upgrade from 4.X to 5.7 (#6635)

5.6.0 (Nov 13, 2023)

FEATURES:

  • New Data Source: google_backup_dr_management_server (#6596)
  • New Resource: google_compute_instance_settings (#6615)
  • New Resource: google_integration_connectors_connection(#6612)

IMPROVEMENTS:

  • assuredworkloads: added enable_sovereign_controls, partner, partner_permissions, violation_notifications_enabled, and several other output-only fields to google_assured_workloads_workloads (#6597)
  • composer: added storage_config to google_composer_environment (#6606)
  • container: added fleet field to google_container_cluster resource (#6610)
  • containeraws: added admin_groups to google_container_aws_cluster (#6597)
  • containerazure: added admin_groups to google_container_azure_cluster (#6597)
  • dataproc: added support for instance_flexibility_policy in google_dataproc_cluster (#6593)
  • dialogflowcx: added is_default_start_flow field to google_dialogflow_cx_flow resource to allow management of default flow resources via Terraform (#6600)
  • dialogflowcx: added is_default_welcome_intent and is_default_negative_intent fields to google_dialogflow_cx_intent resource to allow management of default intent resources via Terraform (#6600)
  • gkehub: added fleet_default_member_config field to google_gke_hub_feature resource (#6608)
  • gkehub: added metrics_gcp_service_account_email to google_gke_hub_feature_membership (#6597)
  • logging: added index_configs field to logging_bucket_config resource (#6598)
  • logging: added index_configs field to logging_project_bucket_config resource (#6598)
  • monitoring: added pings_count, user_labels, and custom_content_type fields to google_monitoring_uptime_check_config resource (#6594)
  • spanner: added autoscaling_config field to google_spanner_instance (#6616)
  • sql: added ssl_mode field to google_sql_database_instance resource (#6579)
  • vertexai: added private_service_connect_config to google_vertex_ai_index_endpoint (#6614)

... (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 5.4.0 to 5.7.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@v5.4.0...v5.7.0)

---
updated-dependencies:
- dependency-name: hashicorp/google-beta
  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 Dec 1, 2023
@commjoen commjoen changed the base branch from main to dependabot/terraform/aws/hashicorp/aws-5.29.0 December 5, 2023 04:18
@commjoen commjoen merged commit 432249c into dependabot/terraform/aws/hashicorp/aws-5.29.0 Dec 5, 2023
7 of 8 checks passed
@commjoen commjoen deleted the dependabot/terraform/gcp/hashicorp/google-beta-5.7.0 branch December 5, 2023 04:19
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