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 from 5.39.1 to 6.1.0 in /terraform #504

Merged

Conversation

dependabot[bot]
Copy link
Contributor

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

Bumps hashicorp/google from 5.39.1 to 6.1.0.

Release notes

Sourced from hashicorp/google's releases.

v6.1.0

FEATURES:

  • New Data Source: google_kms_crypto_key_latest_version (#19249)
  • New Data Source: google_kms_crypto_key_versions (#19241)

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. (#19291)
  • alloydb: added subscription_type and trial_metadata field to google_alloydb_cluster resource (#19262)
  • bigquery: added encryption_configuration field to google_bigquery_data_transfer_config resource (#19267)
  • bigqueryanalyticshub: added selected_resources, and restrict_direct_table_access to google_bigquery_analytics_hub_listing resource (#19244)
  • bigqueryanalyticshub: added sharing_environment_config to google_bigquery_analytics_hub_data_exchange resource (#19244)
  • cloudtasks: added http_target field to google_cloud_tasks_queue resource (#19253)
  • compute: added accelerators field to google_compute_node_template resource (#19292)
  • compute: allowed disabling server_tls_policy during update in google_compute_target_https_proxy resources (#19233)
  • container: added secret_manager_config field to google_container_cluster resource (ga) (#19288)
  • datastream: added transaction_logs and change_tables to the datastream_stream resource (#19248)
  • discoveryengine: added chunking_config and layout_parsing_config fields to google_discovery_engine_data_store resource (#19274)
  • dlp: added inspect_template_modified_cadence field to big_query_target and cloud_sql_target in google_data_loss_prevention_discovery_config resource (#19282)
  • dlp: added tag_resources field to google_data_loss_prevention_discovery_config resource (#19282)
  • networksecurity: google_network_security_client_tls_policy in v1 (#19293)

BUG FIXES:

  • bigquery: fixed an error which could occur with email field values containing non-lower-case characters in google_bigquery_dataset_access resource (#19259)
  • 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. (#19244)
  • container: fixed update inconsistency in google_container_cluster resource (#19247)
  • pubsub: fixed a validation bug that didn't allow empty filter definitions for google_pubsub_subscription resources (#19284)
  • resourcemanager: fixed a bug where data.google_client_config failed silently when inadequate credentials were used to configure the provider (#19286)
  • sql: fixed importing google_sql_user where host is an IPv4 CIDR (#19243)
  • sql: fixed overwriting of name field for IAM Group user in google_sql_user resource (#19234)

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

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. (#19190)
  • 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. (#18906)
  • alloydb: removed network in google_alloy_db_cluster. Use network_config.network instead. (#19181)
  • bigquery: added client-side validation to prevent table view creation if schema contains required fields for google_bigquery_table resource (#18767)
  • bigquery: removed allow_resource_tags_on_deletion from google_bigquery_table. Resource tags are now always allowed on table deletion. (#19077)
  • bigqueryreservation: removed multi_region_auxiliary from google_bigquery_reservation (#18922)
  • billing: revised the format of id for google_billing_project_info (#18823)
  • cloudrunv2: added deletion_protection field to google_cloudrunv2_service. This field defaults to true, preventing accidental deletions. To delete the resource, you must first set deletion_protection = false before destroying the resource.(#19019)
  • 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. (#18764)
  • cloudrunv2: retyped containers.env to SET from ARRAY for google_cloud_run_v2_service and google_cloud_run_v2_job. (#18855)

... (truncated)

Changelog

Sourced from hashicorp/google's changelog.

6.1.0 (September 4, 2024)

FEATURES:

  • New Data Source: google_kms_crypto_key_latest_version (#19249)
  • New Data Source: google_kms_crypto_key_versions (#19241)

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. (#19291)
  • alloydb: added subscription_type and trial_metadata field to google_alloydb_cluster resource (#19262)
  • bigquery: added encryption_configuration field to google_bigquery_data_transfer_config resource (#19267)
  • bigqueryanalyticshub: added selected_resources, and restrict_direct_table_access to google_bigquery_analytics_hub_listing resource (#19244)
  • bigqueryanalyticshub: added sharing_environment_config to google_bigquery_analytics_hub_data_exchange resource (#19244)
  • cloudtasks: added http_target field to google_cloud_tasks_queue resource (#19253)
  • compute: added accelerators field to google_compute_node_template resource (#19292)
  • compute: allowed disabling server_tls_policy during update in google_compute_target_https_proxy resources (#19233)
  • container: added secret_manager_config field to google_container_cluster resource (#19288)
  • datastream: added transaction_logs and change_tables to the datastream_stream resource (#19248)
  • discoveryengine: added chunking_config and layout_parsing_config fields to google_discovery_engine_data_store resource (#19274)
  • dlp: added inspect_template_modified_cadence field to big_query_target and cloud_sql_target in google_data_loss_prevention_discovery_config resource (#19282)
  • dlp: added tag_resources field to google_data_loss_prevention_discovery_config resource (#19282)
  • networksecurity: promoted google_network_security_client_tls_policy to GA (#19293)

BUG FIXES:

  • bigquery: fixed an error which could occur with email field values containing non-lower-case characters in google_bigquery_dataset_access resource (#19259)
  • 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. (#19244)
  • container: fixed update inconsistency in google_container_cluster resource (#19247)
  • pubsub: fixed a validation bug that didn't allow empty filter definitions for google_pubsub_subscription resources (#19284)
  • resourcemanager: fixed a bug where data.google_client_config failed silently when inadequate credentials were used to configure the provider (#19286)
  • sql: fixed importing google_sql_user where host is an IPv4 CIDR (#19243)
  • sql: fixed overwriting of name field for IAM Group user in google_sql_user resource (#19234)

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 (#19284)

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

6.0.0 (August 26, 2024)

Terraform Google Provider 6.0.0 Upgrade Guide

BREAKING CHANGES:

... (truncated)

Commits
  • 1d6b5ef Update CHANGELOG.md (#19334)
  • 5a0b753 Mark VcrTest() as a test helper function (#11453) (#19294)
  • 5240ce4 Promote Client Tls Policy to V1 (#11547) (#19293)
  • daef6a7 Adding accelerators[] for NodeTemplate (#11511) (#19292)
  • 1b34d2d Support creating Database Migration Service connection profiles connected to ...
  • a0f2a77 Made virtual fields get generated with the same template as non-virtual field...
  • 88f9d7c Add "goog-terraform-provisioned": "true" to all TGC JSON files that already h...
  • 94683d7 Terraform Support for Secret Manager CSI addon GA Version (#11468) (#19288)
  • 33db873 Remove testing of 6.0.0 feature branch, resume testing main branch all week d...
  • eef7f65 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)

@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
@Gaardsholt
Copy link
Member

@dependabot rebase

Bumps [hashicorp/google](https://github.com/hashicorp/terraform-provider-google) from 5.39.1 to 6.1.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.39.1...v6.1.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/terraform/terraform/hashicorp/google-6.1.0 branch from d34a24d to 65806ee Compare September 9, 2024 08:01
Copy link

sonarcloud bot commented Sep 9, 2024

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