Updated CHANGELOG.md

Added [GH-4115] and rearranged list under 0.12.0
This commit is contained in:
Rickard von Essen 2016-11-05 13:55:58 +01:00 committed by GitHub
parent 25927b61aa
commit f30c568507
1 changed files with 6 additions and 4 deletions

View File

@ -12,26 +12,28 @@ FEATURES:
IMPROVEMENTS: IMPROVEMENTS:
* builder/amazon: Dynamic source AMI [GH-3817] * builder/amazon: Dynamic source AMI [GH-3817]
* builder/googlecompute: Support custom scopes. [GH-4043]
* provisioner/puppet: Add `puppet_bin_dir` option. [GH-4014]
* builder/amazon: Allow polling delay override with `AWS_POLL_DELAY_SECONDS`. * builder/amazon: Allow polling delay override with `AWS_POLL_DELAY_SECONDS`.
[GH-4083] [GH-4083]
* builder/amazon: Allow use of local SSH Agent. [GH-4050] * builder/amazon: Allow use of local SSH Agent. [GH-4050]
* builder/amazon: Show AMI ID found when using `source_ami_filter`. [GH-4096] * 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. * builder/googlecompute: Support `ssh_private_key_file` in communicator.
[GH-4101] [GH-4101]
* provisioner/puppet: Add `puppet_bin_dir` option. [GH-4014]
* post-processor/vagrant: Fixed inconsistency between vagrant-libvirt driver * post-processor/vagrant: Fixed inconsistency between vagrant-libvirt driver
and packer QEMU accelerator. [GH-4104] and packer QEMU accelerator. [GH-4104]
BUG FIXES: BUG FIXES:
* provisioner/powershell: Reverted [GH-3371] fixes quoting issue. [GH-4069]
* builder/vmware: Fixed build error when shutting down. [GH-4041]
* builder/amazon: Fixed an error where we wouldn't fail the build even if we * 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. timed out waiting for the temporary security group to become available.
[GH-4099] [GH-4099]
* builder/google: Fix issue where we'd hang waiting for a startup script * builder/google: Fix issue where we'd hang waiting for a startup script
which doesn't exist. [GH-4102] 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]
## 0.11.0 (October 21, 2016) ## 0.11.0 (October 21, 2016)