Sha256: 975679998f9449b318eb69cfb0aa185183c65e1b32aaf97c8aa576bf6667ee11
Contents?: true
Size: 890 Bytes
Versions: 15
Compression:
Stored size: 890 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 new `mixlib-install` command line utility available in ChefDK 0.19.6 or greater. ```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 %> ```
Version data entries
15 entries across 15 versions & 1 rubygems