From 236d5297f3617afaaa8e4f05c1ef0e9a3c5c5ade Mon Sep 17 00:00:00 2001 From: Chris Bednarski Date: Wed, 17 Feb 2016 20:45:24 -0800 Subject: [PATCH] Added shell-local post-processor to the changelog --- CHANGELOG.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 53ef52a75..3c381cdf2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -24,6 +24,9 @@ FEATURES: * **New Ansible Provisioner**: `ansible` provisioner supports remote 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] + * **Shell Local post-processor**: `shell-local` allows you to run shell + commands on the host after a build has completed for custom packaging or + publishing of your artifacts [GH-2706] * **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.