- Docker builder: Expose the
commit
andchanges
parameters. (via sabishiii) - Made the
commit
parameter mutually exclusive with theexport_path
one. (via sabishiii) - Unchained postprocessors: added a Packer::Config boolean switch to nest the array of postprocessors (via sabishiii)
- Add support for the manifest post-provisioner (via arothian)
- Fix broken test and development environments
- Fix broken integration test, update to CentOS 7
- Minimum Ruby version updated to 2.4.0
- Minimum Packer version updated to 1.0.0
- Add support for the shell-local provisioner (via shinitiandrei)
- Add support for QEMU builder (via biemond)
- Add support for the Compress post-processor (via biemond)
- Add support for
-debug
in the packer command line call (via diamond29)
- Updates for CVE-2017-8418
- Lots of fixes for things that broke because of the updates for CVE-2017-8418
- Updated integration spec to use to a CentOS version that exists
- Added a verbose option to the
verify
method onPacker::Config
. Closes issue #19.
- Support for running Packer on Windows!
- Adds json object support the the chef-solo provisioner (via enzor).
- Fixes Travis-CI setup so tests work with newer bundler
- Adds support for Communicators (with help from diamond29).
- Validates the minimum version of Packer is met before running any Packer command line calls. Minimum version is set to 0.8.5 to support Communicators.
- Bumps integration spec and working example in the README to CentOS 6.7.
- Adds a fix for issue #8. Removes psuedo-terminals from the runner library which were causing the problem.
- Add support for vmware-vmx building (via tduehr)
- Add support for docker-save post-processor (via frasercobb)
- Add support for docker-tab post-processor (via frasercobb)
- Thanks to grepory we have a
vmware-vmx
builder
- A 1.0.0 release because...why not? You're either working or you're not and this is working so let's drop the
0.x.x
pretense and tango. - Thanks to frasercobb we have
puppet-server
andpuppet-masterless
provisioner interfaces - There's also
ansible
,chef-client
,chef-solo
andsalt
provisioners for you to use now - Added the
null
builder because it seemed handy to have - Updated the example in the README (and the integration test) to CentOS 6.6
- Moved the legalese in to COPYRIGHT and got it out of the all of the individual files
- Added the ability to call
#build
with a quiet option. This option turns streaming to stdout off/on. Withquiet: false
, you will see the output of the Packer call on your screen while#build
is executing it. This can be handy for view Packer status for long running Packer jobs. - Started writing release notes!