From f67094708f608db0e48e0aa7c742935990165e7c Mon Sep 17 00:00:00 2001 From: emily Date: Thu, 11 Apr 2019 17:26:35 -0700 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 188ff180..cf904b46 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -15,6 +15,7 @@ ENHANCEMENTS: BUG FIXES: * container: `google_container_cluster` will ignore out of band changes on `node_ipv4_cidr_block`. [GH-3319] +* container: `google_container_cluster` will now reject config with both `node_pool` and `remove_default_node_pool` defined [GH-3422] * container: `google_container_cluster` will allow >20 `cidr_blocks` in `master_authorized_networks_config`. [GH-3397] * netblock: `data.google_netblock_ip_ranges.cidr_blocks` will better handle ipv6 input. [GH-3390] * sql: `google_sql_database_instance` will retry reads during Terraform refreshes if it hits a rate limit. [GH-3366]