Update CHANGELOG.md

This commit is contained in:
Vincent Roseberry 2017-10-05 14:30:47 -07:00 committed by GitHub
parent c94cbde1f6
commit 05eef46f2b

View File

@ -8,6 +8,7 @@ FEATURES:
IMPROVEMENTS:
* compute: Generate network link without calling network API in `google_compute_subnetwork` [GH-527]
* compute: Generate network link without calling network API in `google_compute_vpn_gateway` and `google_compute_router` [GH-527]
* compute: Add import support to `google_compute_target_tcp_proxy` [GH-534]
* container: Allow disabling of Kubernetes Dashboard via `kubernetes_dashboard` addon ([#433](https://github.com/terraform-providers/terraform-provider-google/issues/433))
* container: Merge the schemas and logic for the node pool resource and the node pool field in the cluster to aid in maintainability [GH-489]
* sql: Add new retry wrapper fn, retry sql database instance operations that commonly 503 [GH-417]