We are delighted to announce the availability of version 18.4.12 of Chef Infra Client.
Compliance Phase Improvements
- Bump
inspec-core
andinspec-core-bin
to5.22.40
- this picks upinspec/inspec#6916
- remove dependency onactive-support
functionblank?
- Avoid DeepMergeCache flap in Chef::Node#loaded_recipe - thanks @dafyddcrosby
Resource Updates
Packaging
- Add Amazon Linux 2023 as a build target, for
aarch64
andx86_64
platforms./ - Fix bigdecimal error with webmock/crack in macOS and AIX builds -
bigdecimal
is a default gem that has been removed from default gems for 3.4.0, which appears to cause gem resolution conflicts. - Unbound
ffi
gem - allowffi
gem to go past~> 1.15.5
again. 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