Update CHANGELOG.md

This commit is contained in:
Riley Karson 2019-04-25 14:14:31 -07:00 committed by GitHub
parent ca07709f6c
commit 2e7d7a6fb3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,5 +1,8 @@
## 2.6.0 (Unreleased)
DEPRECATIONS:
* monitoring: `google_monitoring_alert_policy` `labels` was deprecated, as the field was never used and it was typed incorrectly. [GH-3494]
FEATURES:
* **New Datasource**: `google_compute_node_types` for sole-tenant node types is now available. ([#3446](https://github.com/terraform-providers/terraform-provider-google/pull/3446))
* **New Resource**: `google_compute_node_template` for sole-tenant node templates is now available. ([#3446](https://github.com/terraform-providers/terraform-provider-google/pull/3446))
@ -7,6 +10,7 @@ FEATURES:
ENHANCEMENTS:
* dataflow: `google_dataflow_job`'s `network` and `subnetwork` can be configured. [GH-3476]
* monitoring: `google_monitoring_alert_policy` `user_labels` support was added. [GH-3494]
BUG FIXES:
* compute: `google_compute_instance` now retries updating metadata when fingerprints are mismatched. [GH-3372]