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 6.10.0 to 6.12.0 in /terraform #537

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

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

Bumps hashicorp/google-beta from 6.10.0 to 6.12.0.

Release notes

Sourced from hashicorp/google-beta's releases.

v6.12.0

FEATURES:

  • New Data Source: google_access_context_manager_access_policy (#8676)
  • New Data Source: google_backup_dr_data_source (#8641)
  • New Resource: google_dataproc_gdc_spark_application (#8662)
  • New Resource: google_iam_folders_policy_binding (#8677)
  • New Resource: google_iam_organizations_policy_binding (#8679)

IMPROVEMENTS:

  • artifactregistry: added common_repository field to google_artifact_registry_repository resource (#8681)
  • backupdr: added access_restriction field togoogle_backup_dr_backup_vault resource (beta) (#8656)
  • cloudrunv2: added urls output field to google_cloud_run_v2_service resource (#8686)
  • compute: added IDPF as a possible value for the network_interface.nic_type field in google_compute_instance resource (#8664)
  • compute: added IDPF as a possible value for the guest_os_features.type field in google_compute_image resource (#8664)
  • compute: added replica_names field to sql_database_instance resource (#8637)
  • filestore: added performance_config field to google_filestore_instance resource (#8647)
  • redis: added persistence_config to google_redis_cluster. (#8643)
  • securesourcemanager: added workforce_identity_federation_config field to google_secure_source_manager_instance resource (#8670)
  • spanner: added default_backup_schedule_type field to google_spanner_instance (#8644)
  • sql: added psc_auto_connections fields to google_sql_database_instance resource (#8682)

BUG FIXES:

  • accesscontextmanager: fixed permadiff in perimeter google_access_context_manager_service_perimeter_ingress_policy and google_access_context_manager_service_perimeter_egress_policy resources when there are duplicate resources in the rules (#8675)
  • accesscontextmanager: fixed comparison of identity_type in ingress_from and egress_from when the IDENTITY_TYPE_UNSPECIFIED is set (#8648)
  • compute: fixed permadiff on attempted type field updates in google_computer_security_policy, updating this field will now force recreation of the resource (#8689)
  • identityplatform: fixed perma-diff in google_identity_platform_config (#8663)

v6.11.2

BUG FIXES:

  • vertexai: fixed issue with google_vertex_ai_endpoint where upgrading to 6.11.0 would delete all traffic splits that were set outside Terraform (which was previously a required step for all meaningful use of this resource). (#8708)

v6.11.1

BUG FIXES:

  • container: fixed diff on google_container_cluster.user_managed_keys_config field for resources that had not set it. (#8687)
  • container: marked google_container_cluster.user_managed_keys_config as immutable because it can't be updated in place. (#8687)

v6.11.0

NOTES:

  • compute: migrated google_compute_firewall_policy_rule from DCL engine to MMv1 engine. (#8604)

BREAKING CHANGES:

  • looker: made oauth_config a required field in google_looker_instance, as creating this resource without that field always triggers an API error (#8633)

DEPRECATIONS:

  • backupdr: deprecated force_delete on google_backup_dr_backup_vault. Use ignore_inactive_datasources instead (#8616)

FEATURES:

... (truncated)

Changelog

Sourced from hashicorp/google-beta's changelog.

6.12.0 (November 18, 2024)

FEATURES:

  • New Data Source: google_access_context_manager_access_policy (#8676)
  • New Data Source: google_backup_dr_data_source (#8641)
  • New Resource: google_dataproc_gdc_spark_application (#8662)
  • New Resource: google_iam_folders_policy_binding (#8677)
  • New Resource: google_iam_organizations_policy_binding (#8679)

IMPROVEMENTS:

  • artifactregistry: added common_repository field to google_artifact_registry_repository resource (#8681)
  • backupdr: added access_restriction field togoogle_backup_dr_backup_vault resource (beta) (#8656)
  • cloudrunv2: added urls output field to google_cloud_run_v2_service resource (#8686)
  • compute: added IDPF as a possible value for the network_interface.nic_type field in google_compute_instance resource (#8664)
  • compute: added IDPF as a possible value for the guest_os_features.type field in google_compute_image resource (#8664)
  • compute: added replica_names field to sql_database_instance resource (#8637)
  • filestore: added performance_config field to google_filestore_instance resource (#8647)
  • redis: added persistence_config to google_redis_cluster. (#8643)
  • securesourcemanager: added workforce_identity_federation_config field to google_secure_source_manager_instance resource (#8670)
  • spanner: added default_backup_schedule_type field to google_spanner_instance (#8644)
  • sql: added psc_auto_connections fields to google_sql_database_instance resource (#8682)

BUG FIXES:

  • accesscontextmanager: fixed permadiff in perimeter google_access_context_manager_service_perimeter_ingress_policy and google_access_context_manager_service_perimeter_egress_policy resources when there are duplicate resources in the rules (#8675)
  • accesscontextmanager: fixed comparison of identity_type in ingress_from and egress_from when the IDENTITY_TYPE_UNSPECIFIED is set (#8648)
  • compute: fixed permadiff on attempted type field updates in google_computer_security_policy, updating this field will now force recreation of the resource (#8689)
  • identityplatform: fixed perma-diff in google_identity_platform_config (#8663)

6.11.2 (November 15, 2024)

BUG FIXES:

  • vertexai: fixed issue with google_vertex_ai_endpoint where upgrading to 6.11.0 would delete all traffic splits that were set outside Terraform (which was previously a required step for all meaningful use of this resource). (#8708)

6.11.1 (November 12, 2024)

BUG FIXES:

  • container: fixed diff on google_container_cluster.user_managed_keys_config field for resources that had not set it. (#8687)
  • container: marked google_container_cluster.user_managed_keys_config as immutable because it can't be updated in place. (#8687)

6.11.0 (November 11, 2024)

NOTES:

  • compute: migrated google_compute_firewall_policy_rule from DCL engine to MMv1 engine. (#8604)

BREAKING CHANGES:

  • looker: made oauth_config a required field in google_looker_instance, as creating this resource without that field always triggers an API error (#8633)

DEPRECATIONS:

  • backupdr: deprecated force_delete on google_backup_dr_backup_vault. Use ignore_inactive_datasources instead (#8616)

... (truncated)

Commits
  • 9ac2c75 Update 6.12.0 changelog
  • a4a31ae Update CHANGELOG.md (#8696)
  • cfe8097 Made traffic_split field use default_from_api (#12323) (#8708)
  • 72b4d6e compute: forced recreation of google_compute_security_policy on type upda...
  • 34dcdc9 Made google_container_cluster.user_managed_keys_config not settable and fixed...
  • c7adbd3 Add Cloud Run v2 Service urls field (#12194) (#8686)
  • bcfa3cd pubsub: additional test permissions fixes (#12311) (#8685)
  • a1197e1 Update CHANGELOG.md (#8671)
  • 60d15c7 Revert "Migrate google_compute_firewall_policy_association resource from DCL ...
  • 92cd6e8 Mark SarahFrench as on vacation until December (#12306) (#8683)
  • 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 6.10.0 to 6.12.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@v6.10.0...v6.12.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 requested a review from a team as a code owner December 1, 2024 19:42
@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 1, 2024
Copy link

sonarcloud bot commented Dec 1, 2024

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 minor drafts the next minor release terraform Pull requests that update Terraform code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants