Skip to content

Commit

Permalink
Update CHANGELOG.md
Browse files Browse the repository at this point in the history
  • Loading branch information
paddycarver authored Sep 24, 2019
1 parent 8cd650c commit 91ba74b
Showing 1 changed file with 20 additions and 1 deletion.
21 changes: 20 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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:
Expand Down

0 comments on commit 91ba74b

Please sign in to comment.