From d375b6560dfa16ea1fb0c443628befdf7234a9ed Mon Sep 17 00:00:00 2001 From: Chris Bednarski Date: Thu, 11 Feb 2016 23:40:41 -0800 Subject: [PATCH] Added amazon-import to changelog --- CHANGELOG.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index af1a7a325..f2a6b7484 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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.