Update CHANGELOG.md

This commit is contained in:
Nathan McKinley 2018-01-16 14:40:31 -08:00 committed by GitHub
parent ea50226ade
commit b4342875a2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -24,6 +24,7 @@ IMPROVEMENTS:
* compute: Add update support for `routing_mode` in `google_compute_network` [GH-857]
* compute: Add import support for `google_compute_instance` [GH-873]
* 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]
* 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]