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)