From 69886b213cb193518fee4dcdf8b7456a781c0238 Mon Sep 17 00:00:00 2001 From: Riley Karson Date: Thu, 6 Dec 2018 13:20:33 -0800 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index d9cc85f5..17f01246 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -15,6 +15,7 @@ BACKWARDS INCOMPATIBILITIES: * compute: `google_compute_region_instance_group_manager.update_strategy` in the `google-beta` provider has no functionality anymore and has been deprecated. * container: `google_container_cluster` fields (`private_cluster`, `master_ipv4_cidr_block`) are removed. Use `private_cluster_config` and `private_cluster_config.master_ipv4_cidr_block` instead. [GH-2395] * container: `google_container_cluster` fields (`enable_binary_authorization`, `enable_tpu`, `pod_security_policy_config`) are removed from the `google` provider and must be used in the `google-beta` provider. [GH-2395] +* container: `google_container_cluster.node_config` fields (`taints`, `workload_metadata_config`) are removed from the `google` provider and must be used in the `google-beta` provider. [GH-2601] * sql: `google_sql_database_instance` resource is now authoritative and will remove values not explicitly set in config. [GH-2203] * bigtable: `google_bigtable_instance` `zone` field is no longer inferred from the provider. * endpoints: `google_endpoints_service.protoc_output` was removed. Use `google_endpoints_service.protoc_output_base64` instead. [GH-2396]