Hello Chefs!
We are considering a new ChefDK release based on last week’s 0.16.28 build. You can view the detailed changelog and releases notes at the links here.
The highlights are:
- New Chef Automate workflow support in chef generate.
- New delivery local command provides a single-command interface to ChefDK.
- Cookstyle is now default code linter instead of Rubocop.
- kitchen-dokken driver now included in ChefDK.
- knife supermarket has been folded into the knife plugin.
You can use the following commands to install the builds:
*nix systems:
curl https://omnitruck.chef.io/install.sh | sudo bash -s – -c current -P chefdk -v 0.16.28
Windows: open up a Powershell command prompt as Administrator, and type:
. { iwr -useb https://omnitruck.chef.io/install.ps1 } | iex; install -channel current -project chefdk -version 0.16.28
If you find any issues, please let us know so that we can fix it before the official release.
Kartik