update changelog

This commit is contained in:
Matthew Hooker 2017-06-21 16:50:05 -07:00
parent c4569127e4
commit 4996c932f0
No known key found for this signature in database
GPG Key ID: 7B5F933D9CE8C6A1
1 changed files with 14 additions and 1 deletions

View File

@ -1,5 +1,18 @@
## (UNRELEASED)
* builder/amazon: Fixed bugs related to stop instance command. [GH-5007]
## 1.0.2 (June 21, 2017)
### BUG FIXES:
* builder/amazon: Fix bugs related to stop instance command. [GH-5029]
* communicator/ssh: Fix ssh connection errors. [GH-5038]
* core: Remove logging that shouldn't be there when running commands. [GH-5042]
* provisioner/shell: Fix bug where scripts were being run under `sh`. [GH-5043]
### IMRPOVEMENTS:
* provisioner/windows-restart: make it clear that timeouts come from the
provisioner, not winrm. [GH-5040]
## 1.0.1 (June 19, 2017)