Sha256: af7b88a6d8249624f38cdb5c3fb5fd581986a6c9cba38e7a023d52a8b34008e1

Contents?: true

Size: 1.09 KB

Versions: 5

Compression:

Stored size: 1.09 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

5 entries across 5 versions & 1 rubygems

Version Path
chef-dk-2.6.2 tasks/templates/release.md.erb
chef-dk-2.6.1 tasks/templates/release.md.erb
chef-dk-2.5.13 tasks/templates/release.md.erb
chef-dk-3.1.0 tasks/templates/release.md.erb
chef-dk-2.5.3 tasks/templates/release.md.erb