Ohai Chefs!
Today we did a patch release of Chef 13 to fix some bugs. Hope this helps you!
Release Highlights
Bugfixes
- Check local file exists before installing a windows package
- Unpacking tarball paths suffer from URI error on Windows
Get the Build
As always, you can download binaries directly from downloads.chef.io 2 or by using the mixlib-install
command line utility available in ChefDK.
$ mixlib-install download chef -v 13.10.4
Alternatively, you can install Chef using one of the following command options:
# In Shell
$ curl https://omnitruck.chef.io/install.sh | sudo bash -s -- -P chef -v 13.10.4
# In Windows Powershell
. { iwr -useb https://omnitruck.chef.io/install.ps1 } | iex; install -project chef -version 13.10.4
-Tyler