Update CHANGELOG.md

This commit is contained in:
Dana Hoffman 2017-07-13 10:28:59 -07:00 committed by GitHub
parent 666351627d
commit 097fc70f58

View File

@ -5,11 +5,13 @@ BACKWARDS INCOMPATIBILITIES / NOTES:
* `google_sql_database_instance`: a limited number of fields will be read during import because of [GH-114]
* `google_sql_database_instance`: `name`, `region`, `database_version`, and `master_instance_name` fields are now updated during a refresh and may display diffs
FEATURES:
* **New Resource:** `google_bigtable_instance` [GH-177]
* **New Resource:** `google_bigtable_table` [GH-177]
IMPROVEMENTS:
* bigtable: Add support for `google_bigtable_instance` and `google_bigtable_table` [GH-177]
* compute: `compute_firewall` will no longer display a perpetual diff if `source_ranges` isn't set [GH-147]
* compute: Fix read method + test/document import for google_compute_health_check [GH-155]
* compute: Add `boot_disk` property to `google_compute_instance` [GH-122]
* compute: Add `scratch_disk` property to `google_compute_instance` and deprecate `disk` [GH-123]
* compute: Add `labels` property to `google_compute_instance` [GH-150]
@ -19,6 +21,12 @@ IMPROVEMENTS:
* sql: Add support for importing `google_sql_database` [GH-12]
* sql: Add support for importing `google_sql_database_instance` [GH-11]
BUG FIXES:
* compute: `compute_firewall` will no longer display a perpetual diff if `source_ranges` isn't set [GH-147]
* compute: Fix read method + test/document import for google_compute_health_check [GH-155]
* compute: Read named ports changes properly in google_compute_instance_group [GH-188]
## 0.1.1 (June 21, 2017)
BUG FIXES: