From 343395ca23fa7042e31cf0db118b441ade3839af Mon Sep 17 00:00:00 2001 From: Scott Suarez Date: Wed, 20 Jan 2021 13:45:07 -0800 Subject: [PATCH] add changelog --- CHANGELOG.md | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0cba5c0de1b..112e5d87ef2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,28 @@ ## 3.54.0 (Unreleased) + +FEATURES: +* **New Data Source:** `google_cloud_run_locations` ([#8192](https://github.com/hashicorp/terraform-provider-google/pull/8192)) +* **New Resource:** `google_privateca_certificate_authority` ([#8233](https://github.com/hashicorp/terraform-provider-google/pull/8233)) +* **New Resource:** google_privateca_certificate_authority_iam_binding ([#8249](https://github.com/hashicorp/terraform-provider-google/pull/8249)) +* **New Resource:** google_privateca_certificate_authority_iam_member ([#8249](https://github.com/hashicorp/terraform-provider-google/pull/8249)) +* **New Resource:** google_privateca_certificate_authority_iam_policy ([#8249](https://github.com/hashicorp/terraform-provider-google/pull/8249)) + +IMPROVEMENTS: +* bigquery: made incompatible changes to the `google_bigquery_table.schema` field cause the resource to be recreated ([#8232](https://github.com/hashicorp/terraform-provider-google/pull/8232)) +* bigtable: fixed an issue where the `google_bigtable_instance` resource was not inferring the zone from the provider. ([#8222](https://github.com/hashicorp/terraform-provider-google/pull/8222)) +* cloudscheduler: Fixed unnecessary recreate for `google_cloud_scheduler_job` ([#8248](https://github.com/hashicorp/terraform-provider-google/pull/8248)) +* compute: added `scaling_schedules` fields to `google_compute_autoscaler` and `google_compute_region_autoscaler` (beta) ([#8245](https://github.com/hashicorp/terraform-provider-google/pull/8245)) +* compute: fixed an issue where `google_compute_region_per_instance_config`, `google_compute_per_instance_config`, `google_compute_region_instance_group_manager` resources were not inferring the region/zone from the provider. ([#8224](https://github.com/hashicorp/terraform-provider-google/pull/8224)) +* memcache: fixed an issue where `google_memcached_instance` resource was not inferring the region from the provider. ([#8188](https://github.com/hashicorp/terraform-provider-google/pull/8188)) +* tpu: fixed an issue where `google_tpu_node` resource was not inferring the zone from the provider. ([#8188](https://github.com/hashicorp/terraform-provider-google/pull/8188)) +* vpcaccess: fixed an issue where `google_vpc_access_connector` resource was not inferring the region from the provider. ([#8188](https://github.com/hashicorp/terraform-provider-google/pull/8188)) + +BUG FIXES: +* bigquery: fixed an issue in `bigquery_dataset_iam_member` where deleted members were not handled correctly ([#8231](https://github.com/hashicorp/terraform-provider-google/pull/8231)) +* compute: fixed a perma-diff on `google_compute_health_check` when `log_config.enable` is set to false ([#8209](https://github.com/hashicorp/terraform-provider-google/pull/8209)) +* notebooks: fixed permadiff on noRemoveDataDisk for `google_notebooks_instance` ([#8246](https://github.com/hashicorp/terraform-provider-google/pull/8246)) +* resourcemanager: fixed an inconsistent result when IAM conditions are specified with `google_folder_iam_*` ([#8235](https://github.com/hashicorp/terraform-provider-google/pull/8235)) + ## 3.53.0 (January 19, 2021) FEATURES: