Released ChefDK 0.12.0

We just promoted the 0.12.0 version of chef-dk to the stable channel. You should begin seeing it on the downloads site soon if not already. You can download and install it on linux via:

curl https://omnitruck.chef.io/install.sh | sudo bash -s -- -P chefdk -v 0.12.0

and on windows:

. { iwr -useb https://omnitruck.chef.io/install.ps1 } | iex; install -project chefdk -version 0.12.0

The most notable changes in this version includes changes to the bundled packages. Here is a list of all of the package updates:

  • chef - updated to 12.8.1
  • ohai - updated to 8.12.1
  • inspec - updated to 0.15.0
  • kitchen-inspec - updated to 0.12.13
  • berkshelf - updated to 4.3.0
  • test-kitchen - updated to 1.6.0
  • knife-windows - updated to 1.4.0
  • foodcritic - updated, 6.0.1
  • openssl - updated to 1.0.1s
  • chefspec - updated 4.6.0
  • winrm-fs - new dependency 0.3.2

Have a look at the changelog and release notes for further details.

Thanks,
Matt