sort changelog

This commit is contained in:
Matthew Hooker 2016-11-15 12:42:34 -08:00
parent f01c719c76
commit c125731251
No known key found for this signature in database
GPG Key ID: 7B5F933D9CE8C6A1
1 changed files with 14 additions and 13 deletions

View File

@ -11,40 +11,41 @@ FEATURES:
IMPROVEMENTS:
* builder/amazon: Dynamic source AMI [GH-3817]
* builder/amazon: Allow polling delay override with `AWS_POLL_DELAY_SECONDS`.
[GH-4083]
* builder/amazon: Allow use of local SSH Agent. [GH-4050]
* builder/amazon: Dynamic source AMI [GH-3817]
* builder/amazon: Show AMI ID found when using `source_ami_filter`. [GH-4096]
* builder/googlecompute: Support custom scopes. [GH-4043]
* builder/googlecompute: Support `ssh_private_key_file` in communicator.
[GH-4101]
* builder/googlecompute: Support custom scopes. [GH-4043]
* command/push: Fix variable pushes to Atlas. Still needs Atlas server to be
updated before the issue will be fixed completely. [GH-4089]
* communicator/ssh: Improved SSH upload performance. [GH-3940]
* contrib/azure-setup.sh: Support for azure-cli 0.10.7. [GH-4133]
* docs: Fix command line variable docs. [GH-4143]
* post-processor/vagrant: Fixed inconsistency between vagrant-libvirt driver
and packer QEMU accelerator. [GH-4104]
* provisioner/ansible: Move info messages to log [GH-4123]
* provisioner/puppet: Add `puppet_bin_dir` option. [GH-4014]
* provisioner/salt: Add `salt_call_args` option. [GH-4158]
* post-processor/vagrant: Fixed inconsistency between vagrant-libvirt driver
and packer QEMU accelerator. [GH-4104]
* communicator/ssh: Improved SSH upload performance. [GH-3940]
* contrib/azure-setup.sh: Support for azure-cli 0.10.7. [GH-4133]
* command/push: Fix variable pushes to Atlas. Still needs Atlas server to be
updated before the issue will be fixed completely. [GH-4089]
* docs: Fix command line variable docs. [GH-4143]
BUG FIXES:
* builder/amazon: Fixed an error where we wouldn't fail the build even if we
timed out waiting for the temporary security group to become available.
[GH-4099]
* builder/amazon: Properly cleanup temporary key pairs. [GH-4080]
* builder/google: Fix issue where we'd hang waiting for a startup script
which doesn't exist. [GH-4102]
* builder/vmware: Fixed build error when shutting down. [GH-4041]
* builder/vmware: Fix keycodes for ctrl, shift and alt keys. [GH-4115]
* builder/qemu: Fix keycodes for ctrl, shift and alt keys. [GH-4115]
* provisioner/powershell: Reverted [GH-3371] fixes quoting issue. [GH-4069]
* builder/vmware: Fix keycodes for ctrl, shift and alt keys. [GH-4115]
* builder/vmware: Fixed build error when shutting down. [GH-4041]
* common/step_create_floppy: Fixed support for 1.44MB floppies on Windows.
[GH-4135]
* post-processor/googlecompute-export: Fixes scopes. [GH-4147]
* builder/amazon: Properly cleanup temporary key pairs. [GH-4080]
* provisioner/powershell: Reverted [GH-3371] fixes quoting issue. [GH-4069]
* scripts: Fix build under Windows for go 1.5. [GH-4142]
## 0.11.0 (October 21, 2016)