Chef Infra Client 17.9.26 Released!

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

Bug Fixes

  • Resolved failures when running the homebrew_tap resource that were introduced in 17.9.18. Thanks for this fix @jweyer8!

Enhancements

  • Minor performance improvements.

Get the Build

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

$ mixlib-install download chef -v 17.9.26

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 17.9.26
# In Windows Powershell
. { iwr -useb https://omnitruck.chef.io/install.ps1 } | iex