diff --git a/CHANGELOG.md b/CHANGELOG.md index 27fc6a02..41e23fd7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,23 +1,23 @@ -## 1.11.0 (Unreleased) +## 1.11.0 (May 01, 2018) 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] +* compute: Add `public_ptr_domain_name` to `google_compute_instance`. ([#1349](https://github.com/terraform-providers/terraform-provider-google/issues/1349)) +* compute: Autogenerate `google_compute_global_address`. ([#1379](https://github.com/terraform-providers/terraform-provider-google/issues/1379)) +* compute: Autogenerate `google_compute_target_http_proxy`. ([#1391](https://github.com/terraform-providers/terraform-provider-google/issues/1391)) +* compute: Autogenerate `google_compute_target_http_proxy`. ([#1373](https://github.com/terraform-providers/terraform-provider-google/issues/1373)) +* compute: Simplify autogenerated code for `google_compute_target_http_proxy` and `google_compute_target_ssl_proxy`. ([#1395](https://github.com/terraform-providers/terraform-provider-google/issues/1395)) +* compute: Use partial state setting in `google_compute_target_http_proxy` and `google_compute_target_ssl_proxy` to better handle mid-update errors. ([#1392](https://github.com/terraform-providers/terraform-provider-google/issues/1392)) +* compute: Use the v1 API for `google_compute_address` ([#1384](https://github.com/terraform-providers/terraform-provider-google/issues/1384)) +* compute: Properly detect when `public_ptr_domain_name` isn't set. ([#1383](https://github.com/terraform-providers/terraform-provider-google/issues/1383)) +* compute: Use the v1 API for `google_compute_ssl_policy` ([#1368](https://github.com/terraform-providers/terraform-provider-google/issues/1368)) +* container: Add `issue_client_certificate` to `google_container_cluster`. ([#1396](https://github.com/terraform-providers/terraform-provider-google/issues/1396)) +* container: Support regional clusters for node pools. ([#1320](https://github.com/terraform-providers/terraform-provider-google/issues/1320)) +* all: List of resources is now partially auto-generated ([#1397](https://github.com/terraform-providers/terraform-provider-google/issues/1397)] [[#1402](https://github.com/terraform-providers/terraform-provider-google/issues/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] +* iam: expand the validation for service accounts to include App Engine and compute default service accounts ([#1390](https://github.com/terraform-providers/terraform-provider-google/issues/1390)) +* sql: Increase timeouts ([#1381](https://github.com/terraform-providers/terraform-provider-google/issues/1381)) +* website: fix broken layouts ([#1405](https://github.com/terraform-providers/terraform-provider-google/issues/1405)) ## 1.10.0 (April 20, 2018)