Sha256: 5edf364d32cacc69b7af08d774d3ab909d216881abb296635d2f7e6ff60734a2
Contents?: true
Size: 1.06 KB
Versions: 16
Compression:
Stored size: 1.06 KB
Contents
Ohai Chefs! We're happy to announce the release of ChefDK v<%= @maj_minor %>! # 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/<%= @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 %> ``` 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 %> # In Windows Powershell . { iwr -useb https://omnitruck.chef.io/install.ps1 } | iex; install -project chefdk -version <%= @version %> ``` 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 product_version: <%= @version %> ```
Version data entries
16 entries across 16 versions & 1 rubygems