We are delighted to announce the availability of version 18.4.12 of Chef Infra Client.
Compliance Phase Improvements
- Bump
inspec-coreandinspec-core-binto5.22.40- this picks upinspec/inspec#6916- remove dependency onactive-supportfunctionblank? - Avoid DeepMergeCache flap in Chef::Node#loaded_recipe - thanks @dafyddcrosby
Resource Updates
Packaging
- Add Amazon Linux 2023 as a build target, for
aarch64andx86_64platforms./ - Fix bigdecimal error with webmock/crack in macOS and AIX builds -
bigdecimalis a default gem that has been removed from default gems for 3.4.0, which appears to cause gem resolution conflicts. - Unbound
ffigem - allowffigem to go past~> 1.15.5again. Updated to1.16.3
Get the Build
As always, you can download binaries from chef.io/downloads or by using the mixlib-install command-line utility:
$ mixlib-install download chef -v 18.4.12
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 18.4.12
# In Windows Powershell
. { iwr -useb https://omnitruck.chef.io/install.ps1 } | iex