Chef Infra Client 16.16.13 Released!

We are delighted to announce the availability of version 16.16.13 of Chef Infra Client.

Bug Fixes

  • Improved Windows version helper to properly detect Windows 2022

Security

  • Updated cacerts to remove the expired DST Root CA X3 root certificate causing failures with Lets Encrypt certificates

Get the Build

As always, you can download binaries directly from downloads.chef.io or by using the mixlib-install command-line utility:

$ mixlib-install download chef -v 16.16.13

Alternatively, you can install Chef Infra Client using one of the following command options:

# In Shell
$ curl https://omnitruck.chef.io/install.sh | sudo bash -s -- -P chef -v 16.16.13
# In Windows Powershell
. { iwr -useb https://omnitruck.chef.io/install.ps1 } | iex