Sha256: a84c65afc5a6dbc0e05f853418f36ebfedf76fb8f5afd5b0ed8798de5fb13660
Contents?: true
Size: 1018 Bytes
Versions: 35
Compression:
Stored size: 1018 Bytes
Contents
Ohai Chefs! We're happy to announce the release of Chef v<%= @maj_minor %>! # 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/<%= @version %>) or by using the `mixlib-install` command line utility: ```shell $ mixlib-install download chef -v <%= @version %> ``` 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 %> # In Windows Powershell . { iwr -useb https://omnitruck.chef.io/install.ps1 } | iex; install -project chef -version <%= @version %> ``` If you want to give this version a spin in Test Kitchen, create or add the following to your `kitchen.yml` file: ```yaml provisioner: product_name: chef product_version: <%= @version %> ```
Version data entries
35 entries across 35 versions & 1 rubygems