Update CHANGELOG.md

This commit is contained in:
Dana Hoffman 2019-05-13 13:34:46 -07:00 committed by GitHub
parent 04035dbccc
commit 7f4f28459d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -6,9 +6,12 @@ BACKWARDS INCOMPATIBILITIES:
FEATURES:
* **New Resources**: `google_compute_instance_iam_binding`, `google_compute_instance_iam_member`, and `google_compute_instance_iam_policy` are now available. ([#3551](https://github.com/terraform-providers/terraform-provider-google/pull/3551))
ENHANCEMENTS:
* compute: Add support for creating instances with CMEK [GH-3481]
BUG FIXES:
* cloudfunctions: `google_cloudfunctions_function.runtime` now has an explicit default value of `nodejs6`. [GH-3605]
* monitoring: patching `google_monitoring_alert_policy` is more likely to succeed [GH-3587]
* monitoring: updating `google_monitoring_alert_policy` is more likely to succeed [GH-3587]
## 2.6.0 (May 07, 2019)