We are delighted to announce the availability of version 17.9.42 of Chef Infra Client.
Bug Fixes
- Fixed deprecation warnings displayed when using the chef_client_updater cookbook.
- Fixed failures when loading waivers and inputs shipped within cookbooks.
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.42
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.42
# In Windows Powershell
. { iwr -useb https://omnitruck.chef.io/install.ps1 } | iex