From 6730326a176a236209e8e10740b2f5da22868402 Mon Sep 17 00:00:00 2001 From: Riley Karson Date: Thu, 14 Mar 2019 13:48:58 -0700 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8f8e3be0..d0342ecc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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]