Skip to content

Latest commit

 

History

History
43 lines (29 loc) · 1.85 KB

RELEASENOTES.md

File metadata and controls

43 lines (29 loc) · 1.85 KB

packer-config Release Notes

1.4.0

  • 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.

1.3.1

  • Adds a fix for issue #8. Removes psuedo-terminals from the runner library which were causing the problem.

1.3.0

  • Add support for vmware-vmx building (via tduehr)

1.2.0

  • Add support for docker-save post-processor (via frasercobb)
  • Add support for docker-tab post-processor (via frasercobb)

1.1.0

  • Thanks to grepory we have a vmware-vmx builder

1.0.0

  • 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 and puppet-masterless provisioner interfaces
  • There's also ansible, chef-client, chef-solo and salt 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

0.0.4

  • Added the ability to call #build with a quiet option. This option turns streaming to stdout off/on. With quiet: 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!