Added shell-local post-processor to the changelog
This commit is contained in:
parent
d7f5f02831
commit
236d5297f3
|
@ -24,6 +24,9 @@ FEATURES:
|
||||||
* **New Ansible Provisioner**: `ansible` provisioner supports remote
|
* **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]
|
* **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-
|
* **Artifice post-processor**: Override packer artifacts during post-
|
||||||
processing. This allows you to extract artifacts from a packer builder and
|
processing. This allows you to extract artifacts from a packer builder and
|
||||||
use them with other post-processors like compress, docker, and Atlas.
|
use them with other post-processors like compress, docker, and Atlas.
|
||||||
|
|
Loading…
Reference in New Issue