Skip to content

Instantly share code, notes, and snippets.

@jkeiser
Created September 21, 2015 23:03
Show Gist options
  • Save jkeiser/114ee1007239c4c94458 to your computer and use it in GitHub Desktop.
Save jkeiser/114ee1007239c4c94458 to your computer and use it in GitHub Desktop.
Chef 12 Released

We've just released Chef 12.4.2, a minor update with some packaging-related fixes.

  1. Support for installation via RPM 5 on Enterprise Linux. (PR)
  2. OS/X and Windows gem install and bundle install bugfix: rubygems and bundler have both been upgraded, and will now correctly pull in the latest universal version of a platform-specific gem on Windows and OS/X instead of searching for earlier Windows- or OS/X-specific versions.
  3. Chef itself will now resolve to 12.4.2 instead of 12.3.0 when bundle install or gem install is run on a gem with Chef as a dependency. (PR)

You can get it here.

You should see no changed behavior from 12.4.1, excepting potential bugfixes from dependencies which have been upgraded.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment