Update CHANGELOG.md

This commit is contained in:
Riley Karson 2019-03-14 13:48:58 -07:00 committed by GitHub
parent db7bd70113
commit 6730326a17
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -12,6 +12,7 @@ ENHANCEMENTS:
* container: `google_container_node_pool` adds a unified `location` field for regions and zones. [GH-3114]
* container: `data.google_container_cluster` adds a unified `location` field for regions and zones. [GH-3114]
* container: `google_container_engine_versions` adds a unified `location` field for regions and zones. [GH-3114]
* dataflow: `google_dataflow_job` has support for custom service accounts with `service_account_email`. [GH-3238]
BUG FIXES:
* container: `google_container_cluster`, `google_container_node_pool` properly suppress new GKE `1.12` `metadata` values. [GH-3233]