update CHANGELOG.md

This commit is contained in:
James Bardin 2018-02-16 14:43:16 -05:00
parent 7d1f594f54
commit 1d0f5fdac9
1 changed files with 4 additions and 0 deletions

View File

@ -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)