Ohai Chefs!
We’re happy to announce the release of Chef v14.0.202! This release resolves several regressions in the 14.0.190 release:
- Resources contained in cookbooks would be used instead of built-in Chef client resources causing older resources to run
- Resources failed due to missing property_is_set? and resources methods
- yum_package changed the order of disablerepo and enablerepo options
- Depsolving large numbers of cookbooks with chef zero/local took a very long time
As always, you can download binaries directly from downloads.chef.io (make sure to select current), or by using the mixlib-install command line utility available in ChefDK.
$ mixlib-install download chef -c stable -v 14.0.202
Alternatively, you can install Chef using one of the following command options:
# In Shell
$ curl https://omnitruck.chef.io/install.sh | sudo bash -s -- -P chef -c stable -v 14.0.202
# In Windows Powershell
. { iwr -useb https://omnitruck.chef.io/install.ps1 } | iex; install -project chef -channel stable -version 14.0.202
Thanks!