terraform-provider-google/CHANGELOG.md

61 lines
3.5 KiB
Markdown
Raw Normal View History

2017-06-21 15:36:59 +00:00
## 0.1.2 (Unreleased)
2017-06-22 16:16:46 +00:00
2017-06-22 17:30:13 +00:00
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
2017-07-13 17:28:59 +00:00
FEATURES:
* **New Resource:** `google_bigtable_instance` [GH-177]
* **New Resource:** `google_bigtable_table` [GH-177]
2017-06-22 16:16:46 +00:00
IMPROVEMENTS:
2017-06-28 22:46:17 +00:00
* 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]
2017-06-28 23:15:29 +00:00
* compute: Add `labels` property to `google_compute_instance` [GH-150]
2017-07-14 20:33:21 +00:00
* compute: Add import support for `google_compute_image` [GH-194]
2017-07-18 18:35:59 +00:00
* compute: Add import support for `google_compute_https_health_check` [GH-213]
2017-07-20 16:22:52 +00:00
* compute: Add import support for `google_compute_instance_group` [GH-201]
2017-06-28 22:46:17 +00:00
* container: Add timeout support ([#13203](https://github.com/hashicorp/terraform/issues/13203))
2017-07-05 23:02:58 +00:00
* container: Allow adding/removing zones to/from GKE clusters without recreating them [GH-152]
2017-07-12 23:08:14 +00:00
* project: Allow unlinking of billing account [GH-138]
2017-06-26 20:18:56 +00:00
* sql: Add support for importing `google_sql_database` [GH-12]
* sql: Add support for importing `google_sql_database_instance` [GH-11]
2017-07-17 15:37:43 +00:00
* sql: Add `charset` and `collation` properties to `google_sql_database` [GH-183]
2017-06-22 16:16:46 +00:00
2017-07-13 17:28:59 +00:00
BUG FIXES:
* compute: `compute_firewall` will no longer display a perpetual diff if `source_ranges` isn't set [GH-147]
2017-07-14 20:33:21 +00:00
* 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]
2017-07-19 20:55:24 +00:00
* compute: `google_compute_image` `description` property can now be set [GH-199]
* compute: `google_compute_target_https_proxy` will no longer display a diff if ssl certificates are referenced using only the path [GH-210]
2017-07-13 17:28:59 +00:00
2017-06-21 15:24:57 +00:00
## 0.1.1 (June 21, 2017)
2017-06-21 08:46:36 +00:00
BUG FIXES:
2017-06-26 20:18:56 +00:00
* compute: Restrict the number of health_checks in Backend Service resources to 1. ([#145](https://github.com/terraform-providers/terraform-provider-google/issues/145))
2017-06-21 08:46:36 +00:00
2017-06-20 21:29:54 +00:00
## 0.1.0 (June 20, 2017)
2017-06-05 20:54:03 +00:00
BACKWARDS INCOMPATIBILITIES / NOTES:
2017-06-10 06:12:29 +00:00
2017-06-26 20:18:56 +00:00
* `compute_disk.image`: shorthand for disk images is no longer supported, and will display a diff if used ([#1](https://github.com/terraform-providers/terraform-provider-google/issues/1))
2017-06-14 21:33:41 +00:00
2017-06-10 06:12:29 +00:00
IMPROVEMENTS:
2017-06-26 20:18:56 +00:00
* compute: Add support for importing `compute_backend_service` ([#40](https://github.com/terraform-providers/terraform-provider-google/issues/40))
* compute: Wait for disk resizes to complete ([#1](https://github.com/terraform-providers/terraform-provider-google/issues/1))
* compute: Support `connection_draining_timeout_sec` in `google_compute_region_backend_service` ([#101](https://github.com/terraform-providers/terraform-provider-google/issues/101))
* compute: Made `path_rule` optional in `google_compute_url_map`'s `path_matcher` block ([#118](https://github.com/terraform-providers/terraform-provider-google/issues/118))
* container: Add support for labels and tags on GKE node_config ([#7](https://github.com/terraform-providers/terraform-provider-google/issues/7))
2017-06-21 23:43:34 +00:00
* sql: Add an additional delay when checking for sql operations ([#15170](https://github.com/hashicorp/terraform/pull/15170))
2017-06-16 22:52:37 +00:00
BUG FIXES:
2017-06-26 20:18:56 +00:00
* compute: Changed `google_compute_instance_group_manager` `target_size` default to 0 ([#65](https://github.com/terraform-providers/terraform-provider-google/issues/65))
* storage: Represent GCS Bucket locations as uppercase in state. ([#117](https://github.com/terraform-providers/terraform-provider-google/issues/117))