Update CHANGELOG.md

This commit is contained in:
emily 2019-04-11 17:26:35 -07:00 committed by GitHub
parent 7f46f5c4fc
commit f67094708f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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]