From a13fbcf41a48c266fd91f49ee697f4e8c52e6b32 Mon Sep 17 00:00:00 2001 From: Riley Karson Date: Wed, 13 Mar 2019 11:08:01 -0700 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 96655e0c..0550da86 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -12,6 +12,9 @@ ENHANCEMENTS: * 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] +BUG FIXES: +* container: `google_container_cluster`, `google_container_node_pool` properly suppress new GKE `1.12` `metadata` values. [GH-3233] + ## 2.2.0 (March 12, 2019) FEATURES: