Chef Infra Client 17.10.122 Released!

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

Compliance Phase Improvements

  • Upgrade InSpec 5.22.40 from InSpec 5.22.36
    • Remove dependency on active-support method .blank?
    • Streaming report fix to capture progress correctly (inspec#6936, inspec#6912 backport)

knife

  • Updating Train support to allow for more connection types: winrm and ssh plus certain train plugins not in the deny list. #14208

Packaging

  • switched to proxifier2 gem to reflect changes in ruby/uri
  • finished removing support for Ruby 2.7. No further testing against that version. #14260

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

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