- 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!