Sha256: 529c89266e05e8378fb626a50f5faa1daeaea02e03a6d4819f1b5777f92ebdb9
Contents?: true
Size: 1.24 KB
Versions: 5
Compression:
Stored size: 1.24 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 ``` If you want to give this version a spin in Test Kitchen, create or add the following to a `.kitchen.local.yml` file: ```yaml provisioner: product_name: chefdk channel: current product_version: <%= @version %> ```
Version data entries
5 entries across 5 versions & 1 rubygems