## 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)! - Added the option to set a release version when using activation keys in the **rhsm_register** resource. ([#13352](https://github.com/chef/chef/pull/13352)) - Thanks [@ianl678](https://github.com/ianl678)! - Added the `associated_bundle_identifiers` property to the **launchd** resource. This property 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)! - Added the `makecache_fast` property to the **yum_repository** resource. This allows you to download only the minimum required metadata when refreshing the cache. ([#12915](https://github.com/chef/chef/pull/12915)) - Thanks [@lanky](https://github.com/lanky)! ## Security - Upgraded Nokogiri to 1.13.6 to address [CVE-2022-29181](https://nvd.nist.gov/vuln/detail/CVE-2022-29181) and [CVE-2022-24836](https://nvd.nist.gov/vuln/detail/CVE-2022-24836). ## Bug Fixes - Resolved FIPS mode breakage in Windows. ([#13375](https://github.com/chef/chef/pull/13375)) - Updated the deprecated `hab sup status` call to `hab svc status`. ([#13314](https://github.com/chef/chef/pull/13314)) - Thanks [@gene1wood](https://github.com/gene1wood)! - Fixed an error in the **yum_package** resource where the `options` property would ignore `disable` options if more than one option is specified and the `disable` option isn't last. ([#13327](https://github.com/chef/chef/pull/13327)) - Thanks [@darnaut](https://github.com/darnaut)!