From 3ff64d7cbac4280b71a41968b2d1ceabbf271149 Mon Sep 17 00:00:00 2001 From: Chris Bednarski Date: Thu, 28 Jan 2016 15:26:35 -0800 Subject: [PATCH] Added Ansible to the changelog --- CHANGELOG.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index fe18f37bf..7a9f08380 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -12,9 +12,12 @@ BACKWARDS INCOMPATIBILITIES: FEATURES: - * **Chef on Windows**: The chef provisioner now has native support for Windows using Powershell and WinRM [GH-1215] + * **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] + * **New Ansible Provisioner**: `ansible` provisioner supports remote + provisioning to keep your build image cleaner. [GH-1969] * **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.