We’re happy to announce the release of ChefDK 1.0.3! The decision to promote ChefDK to 1.0 was made with input from the community at the 2016 Chef Community Summit in Seattle – a reflection of ChefDK’s maturity and stability.
chef generate cookbook
.inspec
command is now included in the PATH managed by ChefDK. Just run chef shell-init
to update your PATH!Please see the CHANGELOG.md for the complete list of changes.
As always, you can download binaries directly from our Downloads Site or by using the new mixlib-install download
command now available in ChefDK 0.19.6 or greater.
$ mixlib-install download chefdk -v 1.0.3
Alternatively, you can install them now using one of the following command options:
$ curl https://omnitruck.chef.io/install.sh | sudo bash -s -- -P chefdk -v 1.0.3
. { iwr -useb https://omnitruck.chef.io/install.ps1 } | iex; install -project chefdk -version 1.0.3
If you want to give this a spin in Test-Kitchen, create or add the following to a .kitchen.local.yml file and have fun!
provisioner: product_name: chefdk product_version: 1.0.3