Ohai Chefs!
We're happy to announce the release of Chef v14.5.33! This release resolves a regression that caused the windows_ad_join resource to fail to run. It also makes the following additional fixes:
- The
ohairesource's unusedohai_nameproperty has been deprecated. This will be removed in Chef 15.0. - Error messages in the
windows_featureresources have been improved. - The
windows_serviceresource will no longer log potentially sensitive information if thesensitiveproperty is used.
Thanks to @cpjones01, @kitforbes, and @dgreeninger for their help with this release.
Get the Build
As always, you can download binaries directly from downloads.chef.io or by using the mixlib-install command line utility:
$ mixlib-install download chef -v 14.5.33
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 -v 14.5.33
# In Windows Powershell
. { iwr -useb https://omnitruck.chef.io/install.ps1 } | iex; install -project chef -version 14.5.33
If you want to give this version a spin in Test Kitchen, create or add the following to your kitchen.yml file:
provisioner:
product_name: chef
product_version: 14.5.33