[Pre-Release Anouncement] Chef-dk 0.13

Hello Chefs!

Its that time again where we unleash a new version of the chef-dk into the world. We are considering version 0.13.21 as our current release candidate to the stable channel pending no blocking problems are detected. You can grab this release with https://omnitruck.chef.io/install.sh | sudo bash -s -- -c current -P chefdk -v 0.13.21 or . { iwr -useb https://omnitruck.chef.io/install.ps1 } | iex; install -channel current -project chefdk -v 0.13.21 on Windows.

We have been making significant changes in how chef and chefdk are built and promoted. You’ll note that we are already on patch version .21 because each commit that successfully builds and tests is automatically bumped and released to the current channel. If you are curious what packaged gem versions are bundled, that’s easier to find out these days. We now control these with a single Gemfile.lock in the root of the chef-dk repository.

0.13.21 bundled updates:
berkshelf (4.3.2)
chef (12.9.41)
chef-provisioning (1.7.0)
chef-provisioning-aws (1.8.0)
chef-provisioning-azure (0.5.0)
chef-provisioning-fog (0.18.0)
chef-provisioning-vagrant (0.11.0)
chef-vault (2.9.0)
chef-zero (4.5.0)
chefspec (4.6.1)
inspec (0.18.0)
kitchen-ec2 (1.0.0)
kitchen-inspec (0.12.5)
kitchen-vagrant (0.20.0)
ohai (8.14.0)
test-kitchen (1.7.3)
winrm-fs (0.4.2)

So please install this release and give us a shout if you experience issues so that we can address them promptly. If all goes well, I’ll follow up early next week with the final release.

Matt