Update CHANGELOG.md

This commit is contained in:
Riley Karson 2019-04-08 16:10:14 -07:00 committed by GitHub
parent f82494c34f
commit 70e86b7be6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -15,7 +15,7 @@ ENHANCEMENTS:
BUG FIXES:
* container: `google_container_cluster` will ignore out of band changes on `node_ipv4_cidr_block`. [GH-3319]
* gke: `google_container_cluster` will allow >20 `cidr_blocks` in `master_authorized_networks_config`. [GH-3397]
* 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]