correct 0.12.3 changelog

cf #4680
This commit is contained in:
Matthew Hooker 2017-03-17 17:20:25 -07:00
parent a3e0748fec
commit 349dcbcb6e
No known key found for this signature in database
GPG Key ID: 7B5F933D9CE8C6A1
1 changed files with 4 additions and 1 deletions

View File

@ -20,6 +20,10 @@
## 0.12.3 (March 1, 2017) ## 0.12.3 (March 1, 2017)
### BACKWARDS INCOMPATIBILITIES:
* provisioner/ansible: by default, the staging dir will be randomized. [GH-4472]
### FEATURES: ### FEATURES:
* **New builder:** `ebs-surrogate` for building AMIs from EBS volumes. [GH-4351] * **New builder:** `ebs-surrogate` for building AMIs from EBS volumes. [GH-4351]
@ -36,7 +40,6 @@
* communicator/winrm: support ProxyFromEnvironment. [GH-4463] * communicator/winrm: support ProxyFromEnvironment. [GH-4463]
* core: make VNC links clickable in terminal. [GH-4497] [GH-4498] * core: make VNC links clickable in terminal. [GH-4497] [GH-4498]
* post-processor/amazon-import: support AMI attributes on import [GH-4216] * post-processor/amazon-import: support AMI attributes on import [GH-4216]
* provisioner/ansible: use randomized staging dir [GH-4472]
* communicator/ssh: Use SSH agent when enabled for bastion step. [GH-4598] * communicator/ssh: Use SSH agent when enabled for bastion step. [GH-4598]
* builder/amazon: enable ena when `enhanced_networking` is set. [GH-4578] * builder/amazon: enable ena when `enhanced_networking` is set. [GH-4578]
* builder/vmware-esxi: try for longer to connect to vnc port. [GH-4480] * builder/vmware-esxi: try for longer to connect to vnc port. [GH-4480]