From b15aab4b22b7701d06865ad219655d662f351a8a Mon Sep 17 00:00:00 2001 From: Sam Levenick Date: Mon, 11 Mar 2024 15:27:02 -0400 Subject: [PATCH] 5.20.0 release notes (#17541) --- CHANGELOG.md | 17 ++++++++++++++++- 1 file changed, 16 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3e74db9e8f1..aca16a0eeae 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,19 @@ -## 5.20.0 (Unreleased) +## 5.21.0 (Unreleased) +## 5.20.0 (Mar 11, 2024) + +FEATURES: +* **New Resource:** `google_clouddeploy_custom_target_type_iam_*` ([#17445](https://github.com/hashicorp/terraform-provider-google/pull/17445)) + +IMPROVEMENTS: +* certificatemanager: added `type` field to `google_certificate_manager_dns_authorization` resource ([#17459](https://github.com/hashicorp/terraform-provider-google/pull/17459)) +* compute: added the `network_url` attribute to the `consumer_accept_list`-block of the `google_compute_service_attachment` resource ([#17492](https://github.com/hashicorp/terraform-provider-google/pull/17492)) +* gkehub: added support for `policycontroller.policy_controller_hub_config.policy_content.bundles` and +`policycontroller.policy_controller_hub_config.deployment_configs` fields to `google_gke_hub_feature_membership` ([#17483](https://github.com/hashicorp/terraform-provider-google/pull/17483)) + +BUG FIXES: +* artifactregistry: fixed permadiff when `google_artifact_repository.docker_config` field is unset ([#17484](https://github.com/hashicorp/terraform-provider-google/pull/17484)) +* bigquery: corrected plan-time validation on `google_bigquery_dataset.dataset_id` ([#17449](https://github.com/hashicorp/terraform-provider-google/pull/17449)) +* kms: fixed issue where `google_kms_crypto_key_version.attestation.cert_chains` properties were incorrectly set to type string ([#17486](https://github.com/hashicorp/terraform-provider-google/pull/17486)) ## 5.19.0 (Mar 4, 2024)