Chef 13.8.3 Released!

Ohai Chefs!

We’re happy to announce the release of Chef v13.8.3! This is a small bug fix release that updates Ohai to properly detect and poll SoftLayer metadata now that SoftLayer no longer supports TLS 1.0/1.1. If you’re running on SoftLayer you’ll want update. If not then upgrade is necessary.

Get the Build

As always, you can download binaries directly from downloads.chef.io2 or by using the new mixlib-install command line utility available in ChefDK 0.19.6 or greater.

$ mixlib-install download chef -v 13.8.3

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.8.3

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