Skip to content

Commit

Permalink
6.1.0 CHANGELOG
Browse files Browse the repository at this point in the history
  • Loading branch information
c2thorn authored Sep 5, 2024
1 parent 5e00bb8 commit c966ebe
Showing 1 changed file with 29 additions and 2 deletions.
31 changes: 29 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,32 @@
## 6.1.0 (Unreleased)
## 6.2.0 (Unreleased)

## 6.1.0 (September 4, 2024)
FEATURES:
* **New Data Source:** `google_kms_crypto_key_latest_version` ([#8032](https://github.com/hashicorp/terraform-provider-google-beta/pull/8032))
* **New Data Source:** `google_kms_crypto_key_versions` ([#8026](https://github.com/hashicorp/terraform-provider-google-beta/pull/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](https://github.com/hashicorp/terraform-provider-google-beta/pull/8062))
* alloydb: added `subscription_type` and `trial_metadata` field to `google_alloydb_cluster` resource ([#8042](https://github.com/hashicorp/terraform-provider-google-beta/pull/8042))
* bigquery: added `encryption_configuration` field to `google_bigquery_data_transfer_config` resource ([#8045](https://github.com/hashicorp/terraform-provider-google-beta/pull/8045))
* bigqueryanalyticshub: added `selected_resources`, and `restrict_direct_table_access` to `google_bigquery_analytics_hub_listing` resource ([#8029](https://github.com/hashicorp/terraform-provider-google-beta/pull/8029))
* bigqueryanalyticshub: added `sharing_environment_config` to `google_bigquery_analytics_hub_data_exchange` resource ([#8029](https://github.com/hashicorp/terraform-provider-google-beta/pull/8029))
* cloudtasks: added `http_target` field to `google_cloud_tasks_queue` resource ([#8033](https://github.com/hashicorp/terraform-provider-google-beta/pull/8033))
* compute: added `accelerators` field to `google_compute_node_template` resource ([#8063](https://github.com/hashicorp/terraform-provider-google-beta/pull/8063))
* compute: allowed disabling 'server_tls_policy' during update in 'google_compute_target_https_proxy' resources ([#8023](https://github.com/hashicorp/terraform-provider-google-beta/pull/8023))
* datastream: added `transaction_logs` and `change_tables` to `datastream_stream` resource ([#8031](https://github.com/hashicorp/terraform-provider-google-beta/pull/8031))
* discoveryengine: added `chunking_config` and `layout_parsing_config` fields to `google_discovery_engine_data_store` resource ([#8049](https://github.com/hashicorp/terraform-provider-google-beta/pull/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](https://github.com/hashicorp/terraform-provider-google-beta/pull/8054))
* dlp: added `tag_resources` field to `google_data_loss_prevention_discovery_config` resource ([#8054](https://github.com/hashicorp/terraform-provider-google-beta/pull/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](https://github.com/hashicorp/terraform-provider-google-beta/pull/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](https://github.com/hashicorp/terraform-provider-google-beta/pull/8029))
* container: fixed update inconsistency in `google_container_cluster` resource ([#8030](https://github.com/hashicorp/terraform-provider-google-beta/pull/8030))
* pubsub: fixed a validation bug that didn't allow empty filter definitions for `google_pubsub_subscription` resources ([#8055](https://github.com/hashicorp/terraform-provider-google-beta/pull/8055))
* resourcemanager: fixed a bug where data.google_client_config failed silently when inadequate credentials were used to configure the provider ([#8057](https://github.com/hashicorp/terraform-provider-google-beta/pull/8057))
* sql: fixed importing `google_sql_user` where `host` is an IPv4 CIDR ([#8028](https://github.com/hashicorp/terraform-provider-google-beta/pull/8028))
* sql: fixed overwriting of `name` field for IAM Group user for `google_sql_user` resource ([#8024](https://github.com/hashicorp/terraform-provider-google-beta/pull/8024))

## 5.43.1 (August 30, 2024)

Expand All @@ -8,7 +36,6 @@ NOTES:
BUG FIXES:
* pubsub: fixed a validation bug that didn't allow empty filter definitions for `google_pubsub_subscription` resources ([#8055](https://github.com/hashicorp/terraform-provider-google-beta/pull/8055))


## 6.0.1 (August 26, 2024)

BREAKING CHANGES:
Expand Down

0 comments on commit c966ebe

Please sign in to comment.