From 91ba74b6d5653054f473f5d07759e17233453846 Mon Sep 17 00:00:00 2001 From: Paddy Date: Tue, 24 Sep 2019 13:54:20 -0700 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 21 ++++++++++++++++++++- 1 file changed, 20 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 64a3f7cebb7..db29e758f5e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,23 @@ -## 2.15.1 (Unreleased) +## 2.16.0 (Unreleased) + +FEATURES: +* **New Resource**: `google_compute_region_url_map` is now available. To support this, the `protocol` for `google_compute_region_backend_service` can now be set to `HTTP`, `HTTPS`, `HTTP2`, and `SSL`. [GH-4496] +* **New Resource**: Adds `google_runtimeconfig_config_iam_*` resources [GH-4454] +* **New Resource**: Added `google_compute_resource_policy` and `google_compute_disk_resource_policy_attachment` to manage `google_compute_disk` resource policies as fine-grained resources [GH-4409] + +ENHANCEMENTS: +* composer: Add `python_version` and ability to set `image_version` in `google_composer_environment` in the GA provider [GH-4465] +* compute: `google_compute_global_forwarding_rule` now supports `metadata_filters`. [GH-4495] +* compute: `google_compute_backend_service` now supports `locality_lb_policy`, `outlier_detection`, `consistent_hash`, and `circuit_breakers`. [GH-4412] +* compute: Add support for `guest_os_features` to resource `google_compute_image` [GH-4483] +* compute: `google_compute_router_nat` now supports `drain_nat_ips` field [GH-4480] +* container: `google_container_node_pool` now supports node_locations to specify specific node zones. [GH-4478] +* googleapis: `google_netblock_ip_ranges` data source now has a `private-googleapis` field, for the IP addresses used for Private Google Access for services that do not support VPC Service Controls API access. [GH-4367] +* project: `google_project_iam_*` Properly set the `project` field in state [GH-4488] + +BUG FIXES: +* cloudiot: Fixed error where `subfolder_matches` were not set in `google_cloudiot_registry` `event_notification_configs` [GH-4527] + ## 2.15.0 (September 17, 2019) FEATURES: