Chef Infra Client 17.9.52 Released!

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

Bug Fixes

  • Resource subscriptions syntax is now properly validated to provide better error messages.

Compliance Phase Improvements

Reporter Updates

  • Resolved failures when running the audit-enforcer reporter.
  • Introduced a new compliance-enforcer reporter as an alias to the audit-enforcer. This forces the Infra Client run to fail if the Compliance Phase fails.

Packaging

  • Updated the bundled OpenSSL on macOS to 1.1.1m to resolve minor bugs.
  • Updated the bundled cacerts to the 2022-02-01 release with new certificates.
  • Resolved installation failures on older releases of Solaris 11.3

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

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