update changelog

This commit is contained in:
Matthew Hooker 2016-11-30 12:02:50 -08:00
parent 234e0b1177
commit 799f6c2cb1
No known key found for this signature in database
GPG Key ID: 7B5F933D9CE8C6A1
1 changed files with 2 additions and 0 deletions

View File

@ -21,6 +21,8 @@ BUG FIXES:
* builder/amazon: Fix launching spot instances in EC2 Classic [GH-4204]
* core: Unbreak glob patterns in `floppy_files`. [GH-3890]
* builder/amazon: Correctly assign key from `ssh_keypair_name` to source
instance. [GH-4222]
* provisioner/shell: Treat disconnects as retryable when running cleanup. If
you have a reboot in your script, we'll now wait until the host is
available before attempting to cleanup the script. [GH-4197]