Update CHANGELOG.md

This commit is contained in:
Nathan McKinley 2018-08-14 11:26:14 -07:00 committed by GitHub
parent 69082eb4bb
commit e39818a766
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -15,6 +15,7 @@ BUG FIXES:
* redis: Allow authorized network to be a name or self link [GH-1782]
* sql: lock on master name when creating replicas [GH-1798]
* storage: allow all role-entity pairs to be unordered [GH-1787]
* compute: allow switching from a daily `ubuntu-minimal` build to `ubuntu-minimal-lts` instead of only `ubuntu`. [GH-1870]
## 1.16.2 (July 18, 2018)
@ -22,7 +23,6 @@ BUG FIXES:
* 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))
* compute: allow switching from a daily `ubuntu-minimal` build to `ubuntu-minimal-lts` instead of only `ubuntu`.
## 1.16.1 (July 16, 2018)