Chef Infra Client 15.0.300 Released!

Hey Everyone,

We have another small bugfix release for Chef 15 that brings a few important fixes.

Fixes

  • Fix knife bootstrap over SSH when requiretty is configured on the host.
  • Added the --chef-license CLI flag to chef-apply and chef-solo commands

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 15.0.300

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 15.0.300

# In Windows Powershell
. { iwr -useb https://omnitruck.chef.io/install.ps1 } | iex; install -project chef -version 15.0.300

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: 15.0.300

Test Kitchen Note

Chef 15 license acceptance requires Test Kitchen 2.2+ which will ship in the upcoming ChefDK 4 release. You can test Chef DK 4 by running one of our current builds available on downloads.chef.io or you can pin Test Kitchen to Chef 14 until our upcoming release ships.

Enjoy,
Tim

Releases were coming out too fast to get 32-bit ARM builds out, but they're now available. If you're using a Raspberry Pi 1/0 or 3 or a BeagleBone Black there are CentOS, Debian, and Raspbian builds available for the supported platforms. There are also instructions so you can make your own builds as necessary.

https://mattray.github.io/2019/05/18/chef-15-on-arm.html