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 5.4.0 to 5.8.0 in /terraform #367

Conversation

dependabot[bot]
Copy link
Contributor

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

Bumps hashicorp/google-beta from 5.4.0 to 5.8.0.

Release notes

Sourced from hashicorp/google-beta's releases.

v5.8.0

FEATURES:

  • New Data Source: google_vmwareengine_network_peering (#6675)
  • New Resource: google_dataform_repository_iam_* (beta) (#6648)
  • New Resource: google_migration_center_group (#6651)
  • New Resource: google_netapp_storage_pool (#6663)
  • New Resource: google_vertex_ai_endpoint_iam_* (beta) (#6657)
  • New Resource: google_vmwareengine_network_peering (#6675)

IMPROVEMENTS:

  • artifactregistry: added remote_repository_config.upstream_credentials field to google_artifact_registry_repository resource (#6658)
  • cloudbuild: added fields build.artifacts.maven_artifacts, build.artifacts.npm_packages , and build.artifacts.python_packages to resource google_cloudbuild_trigger (#6650
  • composer: added database_config.zone field in google_composer_environment (#6653)
  • compute: added field service_directory_registrations to resource google_compute_global_forwarding_rule (#6667)
  • firestore: added virtual field deletion_policy to google_firestore_database (#6664)
  • firestore: enabled database deletion upon destroy for google_firestore_database (#6664)
  • gkehub2: added policycontroller field to fleet_default_member_config in google_gke_hub_feature (#6649)
  • iam: added allowed_services, disable_programmatic_signin fields to google_iam_workforce_pool resource (#6666)
  • vmwareengine: added STANDARD type support to google_vmwareengine_network resource (#6669)

BUG FIXES:

  • compute: fixed a permadiff caused by issues with ipv6 diff suppression in google_compute_forwarding_rule and google_compute_global_forwarding_rule (#6652)
  • firestore: fixed an issue where google_firestore_database could be deleted when delete_protection_state was DELETE_PROTECTION_ENABLED (#6664)
  • firestore: made resource creation retry for 409 errors with the text "Aborted due to cross-transaction contention" in google_firestore_index (#6677)

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)

... (truncated)

Changelog

Sourced from hashicorp/google-beta's changelog.

5.8.0 (Dec 4, 2023)

FEATURES:

  • New Data Source: google_vmwareengine_network_peering (#6675)
  • New Resource: google_dataform_repository_iam_* (beta) (#6648)
  • New Resource: google_migration_center_group (#6651)
  • New Resource: google_netapp_storage_pool (#6663)
  • New Resource: google_vertex_ai_endpoint_iam_* (beta) (#6657)
  • New Resource: google_vmwareengine_network_peering (#6675)

IMPROVEMENTS:

  • artifactregistry: added remote_repository_config.upstream_credentials field to google_artifact_registry_repository resource (#6658)
  • cloudbuild: added fields build.artifacts.maven_artifacts, build.artifacts.npm_packages , and build.artifacts.python_packages to resource google_cloudbuild_trigger (#6650
  • composer: added database_config.zone field in google_composer_environment (#6653)
  • compute: added field service_directory_registrations to resource google_compute_global_forwarding_rule (#6667)
  • firestore: added virtual field deletion_policy to google_firestore_database (#6664)
  • firestore: enabled database deletion upon destroy for google_firestore_database (#6664)
  • gkehub2: added policycontroller field to fleet_default_member_config in google_gke_hub_feature (#6649)
  • iam: added allowed_services, disable_programmatic_signin fields to google_iam_workforce_pool resource (#6666)
  • vmwareengine: added STANDARD type support to google_vmwareengine_network resource (#6669)

BUG FIXES:

  • compute: fixed a permadiff caused by issues with ipv6 diff suppression in google_compute_forwarding_rule and google_compute_global_forwarding_rule (#6652)
  • firestore: fixed an issue where google_firestore_database could be deleted when delete_protection_state was DELETE_PROTECTION_ENABLED (#6664)
  • firestore: made resource creation retry for 409 errors with the text "Aborted due to cross-transaction contention" in google_firestore_index (#6677)

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)

... (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)

@dependabot dependabot bot requested a review from a team as a code owner December 5, 2023 22:00
@dependabot dependabot bot added dependencies Pull requests that update a dependency file minor drafts the next minor release terraform Pull requests that update Terraform code labels Dec 5, 2023
Copy link

sonarcloud bot commented Dec 5, 2023

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
0.0% 0.0% Duplication

@Gaardsholt
Copy link
Member

@dependabot rebase

Bumps [hashicorp/google-beta](https://github.com/hashicorp/terraform-provider-google-beta) from 5.4.0 to 5.8.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.8.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 force-pushed the dependabot/terraform/terraform/hashicorp/google-beta-5.8.0 branch from ea60b6a to d92f08f Compare December 5, 2023 22:06
@Gaardsholt Gaardsholt merged commit f34bac5 into master Dec 5, 2023
4 of 8 checks passed
@Gaardsholt Gaardsholt deleted the dependabot/terraform/terraform/hashicorp/google-beta-5.8.0 branch December 5, 2023 22:06
@Gaardsholt Gaardsholt removed the minor drafts the next minor release label Dec 5, 2023
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