From cf887b08b70cc8f7ed0c72ae49ad2b2c1f27c916 Mon Sep 17 00:00:00 2001 From: James Bardin Date: Mon, 12 Mar 2018 15:50:47 -0400 Subject: [PATCH] update CHANGELOG.md --- CHANGELOG.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 575a4d2ee..f11813bb7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -13,11 +13,14 @@ IMPROVEMENTS: BUG FIXES: +* core: Make sure state is locked during initial refresh [GH-17422] +* core: Fix interpolation error when count references another interpolated count value [GH-17368] * core: Halt on fatal provisioner errors, rather than retrying until a timeout [GH-17359] * core: When handling a forced exit due to multiple interrupts, prevent the process from exiting while the state is being written [GH-17323] * core: Fix handling of locals and outputs at destroy time [GH-17241] * core: Fix regression in handling of `count` arguments that refer to `count` attributes from other resources [GH-17548] * provider/terraform: restore support for the deprecated `environment` argument to the `terraform_remote_state` data source [GH-17545] +* backend/gcs: Report the correct lock ID for GCS state locks [GH-17397] * helper/schema: Prevent crash on removal of computed field in CustomizeDiff [GH-17261] ## 0.11.3 (January 31, 2018)