Update CHANGELOG.md

Adding changes missed in the 2.0.0 changelog
This commit is contained in:
Chris Stephens 2019-01-17 19:11:43 -08:00 committed by GitHub
parent 30fe927df6
commit 553d5cb13a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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)