Update CHANGELOG.md

This commit is contained in:
Paddy 2018-03-19 09:58:37 -07:00 committed by GitHub
parent ca0bdec840
commit c07cb1c450
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,4 +1,4 @@
## 1.7.1 (Unreleased)
## 1.8.0 (Unreleased)
BACKWARDS INCOMPATIBILITIES / NOTES:
* `google_dataproc_cluster.delete_autogen_bucket` is now deprecated [GH-1171]
@ -17,6 +17,13 @@ IMPROVEMENTS:
* compute: Add support for deletion protection. [GH-1205]
* all: IAM resources now wait for propagation before reporting created. [GH-1197]
BUG FIXES:
* compute: Properly set `image_id` field on `data_google_compute_image` in state [GH-1217]
* compute: Properly set `backend` field on `google_compute_backend_service` in state [GH-1217]
* compute: Properly set `project` field on `google_compute_project_metadata` in state [GH-1217]
* compute: Properly set `backend` field on `google_compute_region_backend_service` in state [GH-1217]
* dataproc: Properly set `cluster_config.0.intiialization_action` on `google_dataproc_cluster` in state [GH-1217]
## 1.7.0 (March 12, 2018)
Features: