From 553d5cb13a375e85835139647123971538a9a012 Mon Sep 17 00:00:00 2001 From: Chris Stephens Date: Thu, 17 Jan 2019 19:11:43 -0800 Subject: [PATCH] Update CHANGELOG.md Adding changes missed in the 2.0.0 changelog --- CHANGELOG.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index ea0390e5..bf7aa178 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,4 @@ + ## 2.0.0 (Unreleased) BACKWARDS INCOMPATIBILITIES: @@ -32,6 +33,7 @@ BACKWARDS INCOMPATIBILITIES: * resourcemanager: `google_project_custom_role.deleted` is now an output-only attribute. Use `terraform destroy`, or remove the resource from your config instead. [GH-2619] * storage: `google_storage_object_acl.role_entity` is now authoritative and will remove values not explicitly set in config. Use `google_storage_object_access_control` for fine-grained management. [GH-2316] * storage: `google_storage_default_object_acl.role_entity` is now authoritative and will remove values not explicitly set in config. [GH-2345] +* iam: `google_*_iam_binding` Change all IAM bindings to be authoritative [GH-2764] FEATURES: * **New Resource**: `google_access_context_manager_access_policy` for managing the container for an organization's access levels. ([`google-beta`#96](https://github.com/terraform-providers/terraform-provider-google-beta/pull/96)) @@ -55,7 +57,9 @@ ENHANCEMENTS: * compute: `google_compute_image` is now autogenerated and supports multiple import formats, and `size_gb` attribute. [GH-2769] * compute: `google_compute_url_map` resource is now autogenerated and supports multiple import formats. [GH-2245] * compute: Add `name`, `unique_id`, and `display_name` properties to `data.google_compute_default_service_account` [GH-2778] +* compute: `google_compute_disk` Add support for KMS encryption to compute disk [GH-2884] * dataproc: Add `accelerators` support to `google_dataproc_cluster` to allow using GPU accelerators. [GH-2411] +* dataproc: `google_dataproc_cluster` Add support for KMS encryption to dataproc cluster [GH-2840] * project: The google_iam_policy data source now supports Audit Configs [GH-2687] * kms: Add support for `protection_level` to `google_kms_crypto_key` [GH-2751] * resourcemanager: add `inherit_from_parent` to all org policy resources [GH-2653] @@ -78,10 +82,12 @@ BUG FIXES: * dataproc: convert dataproc_cluster.cluster_config.gce_cluster_config.tags into a set [GH-2633] * iam: fix permadiff when stage is ALPHA [GH-2370] * iam: add another retry if iam read returns nil [GH-2629] +* monitoring: `uptime_check_config` can now be updated and won't error when changing duration. [GH-2786] * runtimeconfig: allow more characters in runtimeconfig name [GH-2643] * sql: send maintenance_window.hour even if it's zero, since that's a valid value [GH-2630] * sql: allow cross-project imports for sql user [GH-2632] * sql: mark region as computed in sql db instance since we use getregion [GH-2635] +* sql: `google_sql_database_instance` Stop SQL instances from reporting failing to destroy [GH-2811] ## 1.20.0 (December 14, 2018)