Chef Workstation Released!

Ohai Chefs!

We just released the latest version of Chef Workstation - 0.1.162. The biggest change in this release is that we added support for existing installs of Chef 13.10.4 on both Windows and Linux.

Get the Build

As always, you can download binaries directly from downloads.chef.io 2 3. Alternatively, you can install Chef Workstation using one of the following command options:

# In Shell
$ curl https://omnitruck.chef.io/install.sh | sudo bash -s -- -P chef-workstation -v 0.1.162

# In Windows Powershell
. { iwr -useb https://omnitruck.chef.io/install.ps1 } | iex; install -project chef-workstation -version 0.1.162

-Tyler