Skip to content

Latest commit

 

History

History
88 lines (60 loc) · 3.33 KB

RELEASENOTES.md

File metadata and controls

88 lines (60 loc) · 3.33 KB

packer-config Release Notes

1.6.5

  • Docker builder: Expose the commit and changes parameters. (via sabishiii)
  • Made the commit parameter mutually exclusive with the export_path one. (via sabishiii)
  • Unchained postprocessors: added a Packer::Config boolean switch to nest the array of postprocessors (via sabishiii)

1.6.4

  • 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

1.6.3

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

1.6.2

  • 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

1.6.1

  • Added a verbose option to the verify method on Packer::Config. Closes issue #19.

1.6.0

  • Support for running Packer on Windows!

1.5.0

  • Adds json object support the the chef-solo provisioner (via enzor).
  • Fixes Travis-CI setup so tests work with newer bundler

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!