Update CHANGELOG.md

This commit is contained in:
Chris Stephens 2019-03-25 16:50:03 -07:00 committed by GitHub
parent 2a562039ac
commit c19db83f53
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -6,6 +6,9 @@ DEPRECATIONS:
* container: `data.google_container_cluster` `zone` and `region` fields are deprecated in favour of `location`. [GH-3114]
* container: `google_container_engine_versions` `zone` and `region` fields are deprecated in favour of `location`. [GH-3114]
FEATURES:
* **New Datasource**: `*_organization_policy` Adding datasources for folder and project org policy [GH-3137]
ENHANCEMENTS:
* compute: `google_compute_disk`, `google_compute_region_disk` now support `physical_block_size_bytes` [GH-526]
* container: `google_container_cluster` adds a unified `location` field for regions and zones, `node_locations` to manage extra zones for multi-zonal clusters and specific zones for regional clusters. [GH-3114]
@ -14,10 +17,19 @@ ENHANCEMENTS:
* container: `google_container_engine_versions` adds a unified `location` field for regions and zones. [GH-3114]
* compute: `google_compute_forwarding_rule` supports specifying `all_ports` for internal load balancing. [GH-3309]
* dataflow: `google_dataflow_job` has support for custom service accounts with `service_account_email`. [GH-3238]
* compute: `storage_bucket` Change storage bucket import logic to avoid calls to compute api [GH-3244]
* compute: `sql_ssl_cert` Allow project to be specified at resource level [GH-3235]
* compute: `*_organization_policy` Add import support for folder and project organization_policies [GH-3218]
* monitoring: `uptime_check_config` Add a computed field for uptime check id [GH-3138]
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]
* Retry only 409 concurrent operation errors and not naming conflicts [GH-3285]
* All: Fix ordering of imports to be in terms of precision [GH-3283]
* Monitoring: `uptime_check_config` Change all fields for monitored resource to force recreation [GH-3132]
* compute: `containter_cluster` Wait for operations to finish [GH-2941]
## 2.2.0 (March 12, 2019)