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.39.1 to 6.1.0 in /terraform #502

Merged

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Sep 9, 2024

Bumps hashicorp/google-beta from 5.39.1 to 6.1.0.

Release notes

Sourced from hashicorp/google-beta's releases.

v6.1.0

FEATURES:

  • New Data Source: google_kms_crypto_key_latest_version (#8032)
  • New Data Source: google_kms_crypto_key_versions (#8026)

IMPROVEMENTS:

  • databasemigrationservice: added support in google_database_migration_service_connection_profile for creating DMS connection profiles that link to existing Cloud SQL instances/AlloyDB clusters. (#8062)
  • alloydb: added subscription_type and trial_metadata field to google_alloydb_cluster resource (#8042)
  • bigquery: added encryption_configuration field to google_bigquery_data_transfer_config resource (#8045)
  • bigqueryanalyticshub: added selected_resources, and restrict_direct_table_access to google_bigquery_analytics_hub_listing resource (#8029)
  • bigqueryanalyticshub: added sharing_environment_config to google_bigquery_analytics_hub_data_exchange resource (#8029)
  • cloudtasks: added http_target field to google_cloud_tasks_queue resource (#8033)
  • compute: added accelerators field to google_compute_node_template resource (#8063)
  • compute: allowed disabling 'server_tls_policy' during update in 'google_compute_target_https_proxy' resources (#8023)
  • datastream: added transaction_logs and change_tables to datastream_stream resource (#8031)
  • discoveryengine: added chunking_config and layout_parsing_config fields to google_discovery_engine_data_store resource (#8049)
  • dlp: added inspect_template_modified_cadence field to big_query_target and cloud_sql_target in google_data_loss_prevention_discovery_config resource (#8054)
  • dlp: added tag_resources field to google_data_loss_prevention_discovery_config resource (#8054)

BUG FIXES:

  • bigquery: fixed an error which could occur with email field values containing non-lower-case characters in google_bigquery_dataset_access resource (#8039)
  • bigqueryanalyticshub: made bigquery_dataset immutable in google_bigquery_analytics_hub_listing as it was not updatable in the API. Now modifying the field in Terraform will correctly recreate the resource rather than causing Terraform to report it would attempt an invalid update. (#8029)
  • container: fixed update inconsistency in google_container_cluster resource (#8030)
  • pubsub: fixed a validation bug that didn't allow empty filter definitions for google_pubsub_subscription resources (#8055)
  • resourcemanager: fixed a bug where data.google_client_config failed silently when inadequate credentials were used to configure the provider (#8057)
  • sql: fixed importing google_sql_user where host is an IPv4 CIDR (#8028)
  • sql: fixed overwriting of name field for IAM Group user for google_sql_user resource (#8024)

v6.0.1

BREAKING CHANGES:

  • sql: removed settings.ip_configuration.require_ssl from google_sql_database_instance in favor of settings.ip_configuration.ssl_mode. This field was intended to be removed in 6.0.0. (#8043)

v6.0.0

Terraform Google Provider 6.0.0 Upgrade Guide

BREAKING CHANGES:

  • provider: changed provider labels to add the goog-terraform-provisioned: true label by default. (#8004)
  • activedirectory: added deletion_protection field to google_active_directory_domain resource. This field defaults to true, preventing accidental deletions. To delete the resource, you must first set deletion_protection = false before destroying the resource. (#7837)
  • alloydb: removed network in google_alloy_db_cluster. Use network_config.network instead. (#7999)
  • billing: revised the format of id for google_billing_project_info (#7793)
  • bigquery: added client-side validation to prevent table view creation if schema contains required fields for google_bigquery_table resource (#7755)
  • bigquery: removed allow_resource_tags_on_deletion from google_bigquery_table. Resource tags are now always allowed on table deletion. (#7940)
  • bigqueryreservation: removed multi_region_auxiliary from google_bigquery_reservation (#7844)
  • cloudrunv2: added deletion_protection field to google_cloudrunv2_service to make deleting them require an explicit intent. This field defaults to true, preventing accidental deletions. To delete the resource, you must first set deletion_protection = false before destroying the resource. (#7901)
  • cloudrunv2: changed liveness_probe to no longer infer a default value from api on google_cloud_run_v2_service. Removing this field and applying the change will now remove liveness probe from the Cloud Run service. (#7753)
  • cloudrunv2: retyped containers.env to SET from ARRAY for google_cloud_run_v2_service and google_cloud_run_v2_job. (#7812)
  • composer: ip_allocation_policy = [] in google_composer_environment is no longer valid configuration. Removing the field from configuration should not produce a diff. (#8011)
  • compute: added new required field enabled in google_compute_backend_service and google_compute_region_backend_service (#7758)
  • compute: revised and in some cases removed default values of connection_draining_timeout_sec, balancing_mode and outlier_detection in google_compute_region_backend_service and google_compute_backend_service. (#7723)

... (truncated)

Changelog

Sourced from hashicorp/google-beta's changelog.

6.1.0 (September 4, 2024)

FEATURES:

  • New Data Source: google_kms_crypto_key_latest_version (#8032)
  • New Data Source: google_kms_crypto_key_versions (#8026)

IMPROVEMENTS:

  • databasemigrationservice: added support in google_database_migration_service_connection_profile for creating DMS connection profiles that link to existing Cloud SQL instances/AlloyDB clusters. (#8062)
  • alloydb: added subscription_type and trial_metadata field to google_alloydb_cluster resource (#8042)
  • bigquery: added encryption_configuration field to google_bigquery_data_transfer_config resource (#8045)
  • bigqueryanalyticshub: added selected_resources, and restrict_direct_table_access to google_bigquery_analytics_hub_listing resource (#8029)
  • bigqueryanalyticshub: added sharing_environment_config to google_bigquery_analytics_hub_data_exchange resource (#8029)
  • cloudtasks: added http_target field to google_cloud_tasks_queue resource (#8033)
  • compute: added accelerators field to google_compute_node_template resource (#8063)
  • compute: allowed disabling server_tls_policy during update in google_compute_target_https_proxy resources (#8023)
  • datastream: added transaction_logs and change_tables to datastream_stream resource (#8031)
  • discoveryengine: added chunking_config and layout_parsing_config fields to google_discovery_engine_data_store resource (#8049)
  • dlp: added inspect_template_modified_cadence field to big_query_target and cloud_sql_target in google_data_loss_prevention_discovery_config resource (#8054)
  • dlp: added tag_resources field to google_data_loss_prevention_discovery_config resource (#8054)

BUG FIXES:

  • bigquery: fixed an error which could occur with email field values containing non-lower-case characters in google_bigquery_dataset_access resource (#8039)
  • bigqueryanalyticshub: made bigquery_dataset immutable in google_bigquery_analytics_hub_listing as it was not updatable in the API. Now modifying the field in Terraform will correctly recreate the resource rather than causing Terraform to report it would attempt an invalid update. (#8029)
  • container: fixed update inconsistency in google_container_cluster resource (#8030)
  • pubsub: fixed a validation bug that didn't allow empty filter definitions for google_pubsub_subscription resources (#8055)
  • resourcemanager: fixed a bug where data.google_client_config failed silently when inadequate credentials were used to configure the provider (#8057)
  • sql: fixed importing google_sql_user where host is an IPv4 CIDR (#8028)
  • sql: fixed overwriting of name field for IAM Group user for google_sql_user resource (#8024)

5.43.1 (August 30, 2024)

NOTES:

  • 5.43.1 is a backport release, and some changes will not appear in 6.X series releases until 6.1.0

BUG FIXES:

  • pubsub: fixed a validation bug that didn't allow empty filter definitions for google_pubsub_subscription resources (#8055)

6.0.1 (August 26, 2024)

BREAKING CHANGES:

  • sql: removed settings.ip_configuration.require_ssl from google_sql_database_instance in favor of settings.ip_configuration.ssl_mode. This field was intended to be removed in 6.0.0. (#8043)

6.0.0 (August 26, 2024)

Terraform Google Provider 6.0.0 Upgrade Guide

BREAKING CHANGES:

  • provider: changed provider labels to add the goog-terraform-provisioned: true label by default. (#8004)

... (truncated)

Commits
  • 7351263 Update CHANGELOG.md (#8085)
  • 57fbf1c Mark VcrTest() as a test helper function (#11453) (#8065)
  • d83d292 Promote Client Tls Policy to V1 (#11547) (#8064)
  • d2c0fc3 Adding accelerators[] for NodeTemplate (#11511) (#8063)
  • fd7c9e4 Support creating Database Migration Service connection profiles connected to ...
  • aa59a90 Made virtual fields get generated with the same template as non-virtual field...
  • 69e6322 Add "goog-terraform-provisioned": "true" to all TGC JSON files that already h...
  • 6332982 Terraform Support for Secret Manager CSI addon GA Version (#11468) (#8059)
  • 0c21d9b Remove testing of 6.0.0 feature branch, resume testing main branch all week d...
  • 5909033 Fix how data.google_client_config handles errors from invalid credentials (...
  • 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 5.39.1 to 6.1.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.39.1...v6.1.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 requested a review from a team as a code owner September 9, 2024 07:41
@dependabot dependabot bot added dependencies Pull requests that update a dependency file major drafts the next major release terraform Pull requests that update Terraform code labels Sep 9, 2024
@Gaardsholt Gaardsholt removed the major drafts the next major release label Sep 9, 2024
Copy link

sonarqubecloud bot commented Sep 9, 2024

@Gaardsholt Gaardsholt merged commit c56ffbf into master Sep 9, 2024
12 checks passed
@Gaardsholt Gaardsholt deleted the dependabot/terraform/terraform/hashicorp/google-beta-6.1.0 branch September 9, 2024 08: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