From 1d0f5fdac99ec9f1a8269aded78ce1da6f547fab Mon Sep 17 00:00:00 2001 From: James Bardin Date: Fri, 16 Feb 2018 14:43:16 -0500 Subject: [PATCH] update CHANGELOG.md --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index c40bedef6..cfbb05bda 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,12 +2,16 @@ IMPROVEMENTS: +* connection/ssh: Add support for host key verifiation [GH-17354} * backend/s3: add support for the cn-northwest-1 region [GH-17216] * provisioner/habitat: Detect if hab user exists and only create if necessary [GH-17195] * provisioner/habitat: Allow custom service name [GH-17196] BUG FIXES: +* 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] * helper/schema: Prevent crash on removal of computed field in CustomizeDiff [GH-17261] ## 0.11.3 (January 31, 2018)