Chef Infra Client 16.4.41 released!

Hey folks,

We have another minor release of Chef Infra Client 16.4 with bug fixes and a resource refactoring:

  • Resolved an error that would prevent ipaddress detection on Windows hosts
  • Fixed failures running the knife configure command
  • Refactored the timezone resource to properly load the existing timezone value in order to improve logging and the data exposed to Automate/handlers.

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

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

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

If you want to give this version a spin in Test Kitchen, create or add the following to your kitchen.yml file:

provisioner:
  product_name: chef
  product_version: 16.4.41

Enjoy,
Tim

32-bit Arm builds are available here: https://mattray.github.io/arm/