This commit is contained in:
tf-release-bot 2018-07-18 19:37:26 +00:00 committed by TeamCity
parent aa20a0efe7
commit 59e519a219
No known key found for this signature in database
GPG Key ID: 51852D87348FFC4C

View File

@ -1,9 +1,9 @@
## 1.16.2 (Unreleased)
## 1.16.2 (July 18, 2018)
BUG FIXES:
* compute: use patch instead of put to update router [GH-1780]
* compute: allow a lot more fields in `google_compute_firewall` to be updated to their empty value [GH-1784]
* compute: allow setting instance scheduling booleans on `google_compute_instance` to false [GH-1779]
* compute: use patch instead of put to update router ([#1780](https://github.com/terraform-providers/terraform-provider-google/issues/1780))
* compute: allow a lot more fields in `google_compute_firewall` to be updated to their empty value ([#1784](https://github.com/terraform-providers/terraform-provider-google/issues/1784))
* compute: allow setting instance scheduling booleans on `google_compute_instance` to false ([#1779](https://github.com/terraform-providers/terraform-provider-google/issues/1779))
## 1.16.1 (July 16, 2018)