From 1425f32c3a17b409fdd42186bac7bcd8b574c80b Mon Sep 17 00:00:00 2001 From: Paddy Date: Tue, 1 May 2018 09:55:34 -0700 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 18 +++++++++++++++++- 1 file changed, 17 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a8bf755e..27fc6a02 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,7 +1,23 @@ -## 1.10.1 (Unreleased) +## 1.11.0 (Unreleased) IMPROVEMENTS: * compute: Add `public_ptr_domain_name` to `google_compute_instance`. [GH-1349] +* compute: Autogenerate `google_compute_global_address`. [GH-1379] +* compute: Autogenerate `google_compute_target_http_proxy`. [GH-1391] +* compute: Autogenerate `google_compute_target_http_proxy`. [GH-1373] +* compute: Simplify autogenerated code for `google_compute_target_http_proxy` and `google_compute_target_ssl_proxy`. [GH-1395] +* compute: Use partial state setting in `google_compute_target_http_proxy` and `google_compute_target_ssl_proxy` to better handle mid-update errors. [GH-1392] +* compute: Use the v1 API for `google_compute_address` [GH-1384] +* compute: Properly detect when `public_ptr_domain_name` isn't set. [GH-1383] +* compute: Use the v1 API for `google_compute_ssl_policy` [GH-1368] +* container: Add `issue_client_certificate` to `google_container_cluster`. [GH-1396] +* container: Support regional clusters for node pools. [GH-1320] +* all: List of resources is now partially auto-generated [GH-1397] [GH-1402] + +BUG FIXES: +* iam: expand the validation for service accounts to include App Engine and compute default service accounts [GH-1390] +* sql: Increase timeouts [GH-1381] +* website: fix broken layouts [GH-1405] ## 1.10.0 (April 20, 2018)