summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Duffield <tom@chef.io>2016-12-08 10:27:57 -0600
committerTom Duffield <tom@chef.io>2016-12-08 10:27:57 -0600
commitfc07c2844c51bfbf93fb5a62222b000e01bdd0e9 (patch)
tree68ce4e37a74a22ef598c820a9699950c3da091c8
parent588f996fd996dfb7e889cbaf038898b0dc2837af (diff)
downloadchef-fc07c2844c51bfbf93fb5a62222b000e01bdd0e9.tar.gz
Pull kitchen language out of release announcementstduffield/use-dokken-in-announcements
Signed-off-by: Tom Duffield <tom@chef.io>
-rw-r--r--tasks/templates/prerelease.md.erb18
-rw-r--r--tasks/templates/release.md.erb17
2 files changed, 0 insertions, 35 deletions
diff --git a/tasks/templates/prerelease.md.erb b/tasks/templates/prerelease.md.erb
index bd8d4abebd..0c5c55cffc 100644
--- a/tasks/templates/prerelease.md.erb
+++ b/tasks/templates/prerelease.md.erb
@@ -24,21 +24,3 @@ $ curl https://omnitruck.chef.io/install.sh | sudo bash -s -- -P chef -v <%= @ve
# In Windows Powershell
. { iwr -useb https://omnitruck.chef.io/install.ps1 } | iex; install -project chef -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: chef
- channel: current
- product_version: <%= @version %>
-```
-
-If you use [kitchen-dokken](https://github.com/someara/kitchen-dokken), you can use the following configuration:
-
-```yaml
-driver:
- name: dokken
- chef_image: chef/chef
- chef_version: <%= @version %> # use "current" to always use the latest build from the current channel
-```
diff --git a/tasks/templates/release.md.erb b/tasks/templates/release.md.erb
index e9dd381f44..2c6ff0b7c6 100644
--- a/tasks/templates/release.md.erb
+++ b/tasks/templates/release.md.erb
@@ -24,20 +24,3 @@ $ curl https://omnitruck.chef.io/install.sh | sudo bash -s -- -P chef -v <%= @ve
# In Windows Powershell
. { iwr -useb https://omnitruck.chef.io/install.ps1 } | iex; install -project chef -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: chef
- product_version: <%= @version %>
-```
-
-If you use [kitchen-dokken](https://github.com/someara/kitchen-dokken), you can use the following configuration:
-
-```yaml
-driver:
- name: dokken
- chef_image: chef/chef
- chef_version: <%= @version %> # use "latest" to always use the latest stable release
-```