Update CHANGELOG.md

This commit is contained in:
Riley Karson 2019-03-20 13:03:48 -07:00 committed by GitHub
parent 01e7a95eab
commit 5bcb4d5f74
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -15,10 +15,17 @@ ENHANCEMENTS:
* dataflow: `google_dataflow_job` has support for custom service accounts with `service_account_email`. [GH-3238]
BUG FIXES:
* compute: `google_compute_disk` will properly detach instances again. [GH-3269]
* container: `google_container_cluster`, `google_container_node_pool` properly suppress new GKE `1.12` `metadata` values. [GH-3233]
## 2.2.0 (March 12, 2019)
KNOWN ISSUES:
* compute: `google_compute_disk` is unable to detach instances at deletion time.
---
FEATURES:
* **New Datasource**: `data.google_projects` for retrieving a list of projects based on a filter. ([#3178](https://github.com/terraform-providers/terraform-provider-google/issues/3178))
* **New Resource**: `google_tpu_node` for Cloud TPU Nodes ([#3179](https://github.com/terraform-providers/terraform-provider-google/issues/3179))