Updates to 1.6.1 changelog (#1094)

This commit is contained in:
Julien Phalip 2018-02-15 19:40:19 -08:00 committed by Nathan McKinley
parent 026e813287
commit faa418cc18

View File

@ -1,6 +1,7 @@
## 1.6.1 (Unreleased)
Features:
* **New Data Source** `google_compute_forwarding_rule` [GH-1078]
* **New Data Source** `google_compute_vpn_gateway` [GH-1071]
* **New Resource** `google_folder_iam_binding` [GH-1076]
* **New Resource** `google_folder_iam_member` [GH-1076]
@ -8,6 +9,7 @@ Features:
IMPROVEMENTS:
* compute: add support for updating alias ips in instances [GH-1084]
* compute: allow setting a route resource's `description` attribute [GH-1088]
* container: Fail if the ip_allocation_policy doesn't specify secondary range names [GH-1065]
* sql: Support multiple users with the same name for different host for 1st gen SQL instances. [GH-1066]