Sha256: 9a9c922aa121fca58d40a767bc8822e8d0054305712238611f0dbd8da7b75bf4
Contents?: true
Size: 1003 Bytes
Versions: 65
Compression:
Stored size: 1003 Bytes
Contents
Ohai Chefs! We have selected <%= @version %> as our Chef v<%= @maj_minor %> release candidate which is scheduled for release on <%= @date.strftime('%A %B %-d, %Y') %>. # Release Highlights <%= @release_notes %> Please see the [CHANGELOG](https://github.com/chef/chef/blob/master/CHANGELOG.md) for the complete list of changes. # Get the Build As always, you can download binaries directly from [downloads.chef.io](https://downloads.chef.io/chef/current/<%= @version %>) or by using the new `mixlib-install` command line utility available in ChefDK 0.19.6 or greater. ```shell $ mixlib-install download chef -v <%= @version %> -c current ``` Alternatively, you can install Chef using one of the following command options: ```shell # In Shell $ curl https://omnitruck.chef.io/install.sh | sudo bash -s -- -P chef -v <%= @version %> -c current # In Windows Powershell . { iwr -useb https://omnitruck.chef.io/install.ps1 } | iex; install -project chef -version <%= @version %> -channel current ```
Version data entries
65 entries across 65 versions & 1 rubygems