Update CHANGELOG.md

This commit is contained in:
Vincent Roseberry 2018-01-17 13:24:56 -08:00 committed by GitHub
parent 681cc72f38
commit a8aa85e921
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -26,6 +26,7 @@ IMPROVEMENTS:
* compute: More descriptive error message for health check not found in `google_compute_target_pool` [GH-883]
* compute: Add `disable_on_destroy` (default true) for `google_project_service`. [GH-965]
* compute: Add update support for subnetwork IP CIDR range expansion [GH-945]
* compute: Read boot disk initialization params from API in `google_compute_instance` [GH-948]
* container: Ensure operations on a cluster are applied serially [GH-937]
* container: Don't recreate container_cluster when maintenance_window changes [GH-893]
* dataproc: Add "internal IP only" support for Dataproc clusters [GH-837]