Update CHANGELOG.md

This commit is contained in:
Nathan McKinley 2018-09-12 17:50:19 -07:00 committed by GitHub
parent 81f8befbb5
commit 430fea2f51
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -15,8 +15,9 @@ IMPROVEMENTS:
* container: Addition of create_subnetwork and other fields relevant for Alias IPs [GH-1921]
* dataflow: Add region choice to dataflow jobs [GH-1979]
* logging: Add import support for `google_logging_organization_sink`, `google_logging_folder_sink`, `google_logging_billing_account_sink` [GH-1860]
* logging: Sending a default update mask for all logging sinks to prevent future breakages [GH-991]
* logging: Sending a default update mask for all logging sinks to prevent future breakages [GH-1991]
* dns: Adding support for labels to managed DNS [GH-1803]
* container: Add support for `max_pods_per_node` for private clusters. [GH-2038]
BUG FIXES:
* compute: Store google_compute_vpn_tunnel.router as a self_link to avoid permadiffs. [GH-2003]