Sha256: 5158a7005c6c918c59949f6d9ae70a631ddf4576134b079e21bfa3f2c8710e3a
Contents?: true
Size: 1.02 KB
Versions: 5
Compression:
Stored size: 1.02 KB
Contents
Ohai Chefs! We have selected <%= @version %> as our ChefDK 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-dk/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/chefdk/current/<%= @version %>) or by using the new `mixlib-install` command line utility available in ChefDK 0.19.6 or greater. ```shell $ mixlib-install download chefdk -v <%= @version %> -c current ``` Alternatively, you can install ChefDK using one of the following command options: ```shell # In Shell $ curl https://omnitruck.chef.io/install.sh | sudo bash -s -- -P chefdk -v <%= @version %> -c current # In Windows Powershell . { iwr -useb https://omnitruck.chef.io/install.ps1 } | iex; install -project chefdk -version <%= @version %> -channel current ```
Version data entries
5 entries across 5 versions & 1 rubygems