Update CHANGELOG.md

This commit is contained in:
Riley Karson 2019-03-08 09:30:33 -08:00 committed by GitHub
parent e2b377ebe4
commit 8055b63431
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -7,6 +7,7 @@ FEATURES:
ENHANCEMENTS:
* compute: `google_compute_disk` and `google_compute_region_disk` will now detach themselves from a more up to date set of users at delete time. [GH-3154]
* compute: `google_compute_network` is now generated by Magic Modules, supporting configurable timeouts and more import formats. [GH-3203]
* compute: `google_compute_firewall` will validate the maximum size of service account lists at plan time. [GH-3201]
* container: `google_container_cluster` can now disable VPC Native clusters with `ip_allocation_policy.use_ip_aliases` [GH-3174]
* container: `data.google_container_engine_versions` supports `version_prefix` to allow fuzzy version matching. Using this field, Terraform can match the latest version of a major, minor, or patch release. [GH-3199]
* pubsub: `google_pubsub_subscription` now supports configuring `message_retention_duration` and `retain_acked_messages`. [GH-3193]