# Chef Infra Client 18.1.0 Released!

**URL:** https://discourse.chef.io/t/chef-infra-client-18-1-0-released/21738
**Category:** Chef Release Announcements
**Created:** [January 5, 2023, 6:31pm UTC](https://discourse.chef.io/t/chef-infra-client-18-1-0-released/21738 "2023-01-05T18:31:26Z")
**Posts on this page:** 1
**Page:** 1

<div class="post-metadata">

### Author: ![chef-ci](https://sea2.discourse-cdn.com/flex016/user_avatar/discourse.chef.io/chef-ci/32/2320_2.png) [@chef-ci](https://discourse.chef.io/u/chef-ci)
#### Post date: [January 5, 2023, 6:31pm UTC](https://discourse.chef.io/t/chef-infra-client-18-1-0-released/21738/1 "2023-01-05T18:31:26Z")

</div>

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

## Resource Updates

- Resource validation should be aware of action property requirements ([#13069](https://github.com/chef/chef/pull/13069)) - Thanks [@sabat](https://github.com/sabat)
- RHSM/Satellite - add option to set release version when using activation keys ([#13352](https://github.com/chef/chef/pull/13352)) - Thanks [@ianl678](https://github.com/ianl678)
- Launchd - added `associated_bundle_identifiers` to provide an optional key which indicates which bundles the Login Items Added by Apps panel associates with the helper executable. ([#13288](https://github.com/chef/chef/pull/13288)) - Thanks [@chilcote](https://github.com/chilcote)
- `yum_repository` - add `makecache_fast` property to enable downloading only the minimum required metadata when refreshing the cache. ([#12915](https://github.com/chef/chef/pull/12915)) - Thanks - [@lanky](https://github.com/lanky)

## Security

- Patch for [CVE-2022-29181](https://nvd.nist.gov/vuln/detail/CVE-2022-29181) and [CVS-2022-24836](https://nvd.nist.gov/vuln/detail/CVE-2022-24836) - upgraded to `nokogiri` version `1.13.6`

## Bug Fixes

- FIPS mode breakage in Windows has been resolved. ([#13375](https://github.com/chef/chef/pull/13375))
- Update deprecated `hab sup status` call to `hab sac status` ([#13314](https://github.com/chef/chef/pull/13314)) - Thanks [@gene1wood](https://github.com/gene1wood)!
- Fix indentation error in `yum_helper.py` that was causing `disable` repo options to be ignored unless it appeared last in the `repos` array ([#13327](https://github.com/chef/chef/pull/13327)) - Thanks [@darnaut](https://github.com/darnaut)
- Switch from Boolean to String type as value for the deprecated property option. ([#13350](https://github.com/chef/chef/pull/13350)) Thanks [@jweyer8](https://github.com/jweyer8)
- Update file\_system to send back the copy status ([#13107](https://github.com/chef/chef/pull/13107))

* * *

## Get the Build

As always, you can download binaries directly from [chef.io/downloads](https://www.chef.io/downloads/tools/infra-client?v=18.1.0) or by using the `mixlib-install` command-line utility:

```auto
$ mixlib-install download chef -v 18.1.0

```

Alternatively, you can install Chef Infra Client using one of the following command options:

```auto
# In Shell
$ curl https://omnitruck.chef.io/install.sh | sudo bash -s -- -P chef -v 18.1.0
# In Windows Powershell
. { iwr -useb https://omnitruck.chef.io/install.ps1 } | iex
```
