From 515492600b672180e177d0ee02c0b6f1a75c2547 Mon Sep 17 00:00:00 2001 From: tf-release-bot Date: Mon, 25 Jun 2018 20:38:27 +0000 Subject: [PATCH] v1.15.0 --- CHANGELOG.md | 46 +++++++++++++++++++++++----------------------- 1 file changed, 23 insertions(+), 23 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4c4f025f..de234e9f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,32 +1,32 @@ -## 1.15.0 (Unreleased) +## 1.15.0 (June 25, 2018) FEATURES: IMPROVEMENTS: -* compute: Autogenerate `compute_subnetwork` [GH-1661] -* container: Allow specifying project when importing container_node_pool [GH-1653] -* dns: Add update support for `dns_managed_zone` [GH-1617] -* project: App Engine application fields can now be updated in-place where possible [GH-1621] -* storage: Add `project` field for GCS service account data sorce [GH-1677] -* sql: Attempting to shrink an `sql_database_instance`'s disk size will now force recreation of the resource [GH-1684] +* compute: Autogenerate `compute_subnetwork` ([#1661](https://github.com/terraform-providers/terraform-provider-google/issues/1661)) +* container: Allow specifying project when importing container_node_pool ([#1653](https://github.com/terraform-providers/terraform-provider-google/issues/1653)) +* dns: Add update support for `dns_managed_zone` ([#1617](https://github.com/terraform-providers/terraform-provider-google/issues/1617)) +* project: App Engine application fields can now be updated in-place where possible ([#1621](https://github.com/terraform-providers/terraform-provider-google/issues/1621)) +* storage: Add `project` field for GCS service account data sorce ([#1677](https://github.com/terraform-providers/terraform-provider-google/issues/1677)) +* sql: Attempting to shrink an `sql_database_instance`'s disk size will now force recreation of the resource ([#1684](https://github.com/terraform-providers/terraform-provider-google/issues/1684)) BUG FIXES: -* all: Check for done operations before waiting on them. This fixes a 403 we were getting when trying to enable already-enabled services. [GH-1632] -* bigquery: add error checking for bigquery dataset id [GH-1638] -* compute: Store v1 `self_link` for `(sub)?network` in `google_compute_instance` [GH-1629] -* compute: `zone` field in `google_compute_disk` should be optional [GH-1631] -* compute: name_prefix is no longer deprecated for SSL certificates [GH-1622] -* compute: for global address ip_version, IPV4 and empty are equivalent. [GH-1639] -* compute: fix default service account data source to actually set the email and project [GH-1690] -* container: fix permadiff on `container_cluster`'s `pod_security_policy_config` [GH-1670] -* container: removing sub-blocks of `container_cluster` like maintenance windows will now delete them from the API [GH-1685] -* container: retry node pool writes on failed precondition [GH-1660] -* iam: Fixes issue with consecutive whitespace [GH-1625] -* iam: use same mutex for project_iam_policy as the other project_iam resources [GH-1645] -* iam: don't error if service account key is already gone on delete [GH-1659] -* iam: Fix bug in v1.14 where service_account_key needed project set [GH-1664] -* iot: fix updatemask so updates actually work [GH-1640] -* storage: fix a permadiff in bucket ACL role entities [GH-1692] +* all: Check for done operations before waiting on them. This fixes a 403 we were getting when trying to enable already-enabled services. ([#1632](https://github.com/terraform-providers/terraform-provider-google/issues/1632)) +* bigquery: add error checking for bigquery dataset id ([#1638](https://github.com/terraform-providers/terraform-provider-google/issues/1638)) +* compute: Store v1 `self_link` for `(sub)?network` in `google_compute_instance` ([#1629](https://github.com/terraform-providers/terraform-provider-google/issues/1629)) +* compute: `zone` field in `google_compute_disk` should be optional ([#1631](https://github.com/terraform-providers/terraform-provider-google/issues/1631)) +* compute: name_prefix is no longer deprecated for SSL certificates ([#1622](https://github.com/terraform-providers/terraform-provider-google/issues/1622)) +* compute: for global address ip_version, IPV4 and empty are equivalent. ([#1639](https://github.com/terraform-providers/terraform-provider-google/issues/1639)) +* compute: fix default service account data source to actually set the email and project ([#1690](https://github.com/terraform-providers/terraform-provider-google/issues/1690)) +* container: fix permadiff on `container_cluster`'s `pod_security_policy_config` ([#1670](https://github.com/terraform-providers/terraform-provider-google/issues/1670)) +* container: removing sub-blocks of `container_cluster` like maintenance windows will now delete them from the API ([#1685](https://github.com/terraform-providers/terraform-provider-google/issues/1685)) +* container: retry node pool writes on failed precondition ([#1660](https://github.com/terraform-providers/terraform-provider-google/issues/1660)) +* iam: Fixes issue with consecutive whitespace ([#1625](https://github.com/terraform-providers/terraform-provider-google/issues/1625)) +* iam: use same mutex for project_iam_policy as the other project_iam resources ([#1645](https://github.com/terraform-providers/terraform-provider-google/issues/1645)) +* iam: don't error if service account key is already gone on delete ([#1659](https://github.com/terraform-providers/terraform-provider-google/issues/1659)) +* iam: Fix bug in v1.14 where service_account_key needed project set ([#1664](https://github.com/terraform-providers/terraform-provider-google/issues/1664)) +* iot: fix updatemask so updates actually work ([#1640](https://github.com/terraform-providers/terraform-provider-google/issues/1640)) +* storage: fix a permadiff in bucket ACL role entities ([#1692](https://github.com/terraform-providers/terraform-provider-google/issues/1692)) ## 1.14.0 (June 07, 2018)