Added amazon-import to changelog

This commit is contained in:
Chris Bednarski 2016-02-11 23:40:41 -08:00
parent 765ec5cf39
commit d375b6560d
1 changed files with 3 additions and 2 deletions

View File

@ -20,9 +20,10 @@ FEATURES:
* **Chef on Windows**: The chef provisioner now has native support for
Windows using Powershell and WinRM [GH-1215]
* **New `vmware-esxi` feature**: Packer can now export images from vCloud or
vSphere during the build. [GH-1921]
vSphere during the build [GH-1921]
* **New Ansible Provisioner**: `ansible` provisioner supports remote
provisioning to keep your build image cleaner. [GH-1969]
provisioning to keep your build image cleaner [GH-1969]
* **New Amazon Import post-processor**: `amazon-import` allows you to upload an OVA-based VM to Amazon EC2 [GH-2962]
* **Artifice post-processor**: Override packer artifacts during post-
processing. This allows you to extract artifacts from a packer builder and
use them with other post-processors like compress, docker, and Atlas.