Skip to content
This repository was archived by the owner on May 18, 2021. It is now read-only.

Commit 1bec498

Browse files
committed
v0.7.0
1 parent 9bfeaa9 commit 1bec498

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

CHANGELOG.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,12 @@
1-
## v0.7.0 (unreleased)
1+
## v0.7.0 (Sep 12 2014)
2+
3+
FEATURES:
24

35
* Add ability to provision Test Kitchen instances that are reachable over SSH.
46
For this, specify the name of a running instance using `-K` (or `--kitchen`).
7+
8+
IMPROVEMENTS:
9+
510
* Use run list from JSON file if it contains the `run_list` attribute. Recipes
611
passed on the command line will still override this list, and
712
`recipes/default.rb` is still the default. (Thanks to @arosenhagen who

version.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ import "runtime"
44

55
// The current version of chef-runner. A ".dev" suffix denotes that the version
66
// is currently being developed.
7-
const Version = "v0.7.0.dev"
7+
const Version = "v0.7.0"
88

99
// GitVersion is the Git version that is being compiled. This string contains
1010
// tag and commit information. It will be filled in by the compiler.

0 commit comments

Comments
 (0)