We are delighted to announce the availability of version 18.7.10 of Chef Infra Client.
Resource Updates
- We corrected a bug in the
apt_repository
resource introduced in Chef Infra Client 18.7.3 when using thesigned_by
property and ASCII-armored GPG keys.
The resource now correctly dearmors keys when authenticating with a repository. (#14967)
Dependencies
- We updated train-core to 3.2.13 so it's compatible with the next release of Chef Workstation. (#15003)
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.7.10
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.7.10
# In Windows Powershell
. { iwr -useb https://omnitruck.chef.io/install.ps1 } | iex