Chef 14.5.33 Released!

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 ohai resource's unused ohai_name property has been deprecated. This will be removed in Chef 15.0.
  • Error messages in the windows_feature resources have been improved.
  • The windows_service resource will no longer log potentially sensitive information if the sensitive property 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

Refreshed ARM build here:

https://leastresistance.wordpress.com/2018/04/04/chef-14-arm-on-the-beaglebone-black/