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 from 5.6.0 to 5.8.0 #51

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link
Contributor

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

Bumps hashicorp/google from 5.6.0 to 5.8.0.

Release notes

Sourced from hashicorp/google's releases.

v5.8.0

FEATURES:

  • New Data Source: google_vmwareengine_network_peering (#16616)
  • New Resource: google_migration_center_group (#16549)
  • New Resource: google_netapp_storage_pool (#16573)
  • New Resource: google_vmwareengine_network (ga) (#16583)
  • New Resource: google_vmwareengine_network_peering (#16616)

IMPROVEMENTS:

  • artifactregistry: added remote_repository_config.upstream_credentials field to google_artifact_registry_repository resource (#16562)
  • cloudbuild: added fields build.artifacts.maven_artifacts, build.artifacts.npm_packages , and build.artifacts.python_packages to resource google_cloudbuild_trigger (#16543)
  • cloudrunv2: promoted field depends_on in google_cloud_run_v2_service to GA (#16577)
  • composer: added database_config.zone field in google_composer_environment (#16551)
  • compute: added field service_directory_registrations to resource google_compute_global_forwarding_rule (#16581)
  • firestore: added virtual field deletion_policy to google_firestore_database (#16576)
  • firestore: enabled database deletion upon destroy for google_firestore_database (#16576)
  • gkehub2: added policycontroller field to fleet_default_member_config in google_gke_hub_feature (#16542)
  • iam: added allowed_services, disable_programmatic_signin fields to google_iam_workforce_pool resource (#16580)
  • vmwareengine: added STANDARD type support to google_vmwareengine_network resource (#16583)
  • vmwareengine: promoted google_vmwareengine_private_cloud resource to GA (#16613)

BUG FIXES:

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

v5.7.0

DEPRECATIONS:

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

IMPROVEMENTS:

  • bigtable: added standard_isolation and standard_isolation.priority fields to google_bigtable_app_profile resource (#16485)
  • cloudrunv2: promoted custom_audiences field to GA on google_cloud_run_v2_service resource (#16510)
  • compute: promoted labels field to GA on google_compute_vpn_tunnel resource (#16508)
  • containerattached: added proxy_config field to google_container_attached_cluster resource (#16524)
  • gkehub: added membership_location field to google_gke_hub_feature_membership resource (#16536)
  • 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. (#16513)
  • memcache: added MEMCACHE_1_6_15 as a possible value for memcache_version in google_memcache_instance resource (#16531)
  • monitoring: added error message to delete Alert Policies first on 400 response when deleting google_monitoring_uptime_check_config resource (#16535)
  • spanner: added autoscaling_config field to google_spanner_instance resource (#16473)
  • workflows: promoted user_env_vars field to GA on google_workflows_workflow resource (#16477)

BUG FIXES:

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

... (truncated)

Changelog

Sourced from hashicorp/google's changelog.

5.8.0 (Dec 4, 2023)

FEATURES:

  • New Data Source: google_vmwareengine_network_peering (#16616)
  • New Resource: google_migration_center_group (#16549)
  • New Resource: google_netapp_storage_pool (#16573)
  • New Resource: google_vmwareengine_network (ga) (#16583)
  • New Resource: google_vmwareengine_network_peering (#16616)

IMPROVEMENTS:

  • artifactregistry: added remote_repository_config.upstream_credentials field to google_artifact_registry_repository resource (#16562)
  • cloudbuild: added fields build.artifacts.maven_artifacts, build.artifacts.npm_packages , and build.artifacts.python_packages to resource google_cloudbuild_trigger (#16543)
  • cloudrunv2: promoted field depends_on in google_cloud_run_v2_service to GA (#16577)
  • composer: added database_config.zone field in google_composer_environment (#16551)
  • compute: added field service_directory_registrations to resource google_compute_global_forwarding_rule (#16581)
  • firestore: added virtual field deletion_policy to google_firestore_database (#16576)
  • firestore: enabled database deletion upon destroy for google_firestore_database (#16576)
  • gkehub2: added policycontroller field to fleet_default_member_config in google_gke_hub_feature (#16542)
  • iam: added allowed_services, disable_programmatic_signin fields to google_iam_workforce_pool resource (#16580)
  • vmwareengine: added STANDARD type support to google_vmwareengine_network resource (#16583)
  • vmwareengine: promoted google_vmwareengine_private_cloud resource to GA (#16613)

BUG FIXES:

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

5.7.0 (Nov 20, 2023)

DEPRECATIONS:

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

IMPROVEMENTS:

  • bigtable: added standard_isolation and standard_isolation.priority fields to google_bigtable_app_profile resource (#16485)
  • cloudrunv2: promoted custom_audiences field to GA on google_cloud_run_v2_service resource (#16510)
  • compute: promoted labels field to GA on google_compute_vpn_tunnel resource (#16508)
  • containerattached: added proxy_config field to google_container_attached_cluster resource (#16524)
  • gkehub: added membership_location field to google_gke_hub_feature_membership resource (#16536)
  • 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. (#16513)
  • memcache: added MEMCACHE_1_6_15 as a possible value for memcache_version in google_memcache_instance resource (#16531)
  • monitoring: added error message to delete Alert Policies first on 400 response when deleting google_monitoring_uptime_check_config resource (#16535)
  • spanner: added autoscaling_config field to google_spanner_instance resource (#16473)
  • workflows: promoted user_env_vars field to GA on google_workflows_workflow resource (#16477)

BUG FIXES:

  • compute: changed external_ipv6_prefix field to not be output only in google_compute_subnetwork resource (#16480)
  • compute: fixed issue where google_compute_attached_disk would produce an error for certain zone configs (#16484)
  • edgecontainer: fixed update method of google_edgecontainer_cluster resource (#16490)
  • provider: fixed an issue where universe domains would not overwrite API endpoints (#16521)
  • resourcemanager: made data_source_google_project_service no longer return an error when the service is not enabled (#16525)

... (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](https://github.com/hashicorp/terraform-provider-google) from 5.6.0 to 5.8.0.
- [Release notes](https://github.com/hashicorp/terraform-provider-google/releases)
- [Changelog](https://github.com/hashicorp/terraform-provider-google/blob/main/CHANGELOG.md)
- [Commits](hashicorp/terraform-provider-google@v5.6.0...v5.8.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Dec 11, 2023
Copy link
Contributor Author

dependabot bot commented on behalf of github Dec 18, 2023

Superseded by #52.

@dependabot dependabot bot closed this Dec 18, 2023
@dependabot dependabot bot deleted the dependabot/terraform/hashicorp/google-5.8.0 branch December 18, 2023 11:43
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