Chef 13.0.118 Hotfix Release

Ohai Chefs,

We’re releasing Chef Client 13.0.118 to correct a number of problems that have been identified since Monday.
This is what we’ve fixed:

We’re aware of one further issue not fixed in this release, which (we believe) only affects a very small minority of users.

Get the Build

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

$ mixlib-install download chef -v 13.0.118

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

In Windows Powershell

. { iwr -useb https://omnitruck.chef.io/install.ps1 } | iex; install -project chef -version 13.0.118