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

Commit f830526

Browse files
committed
v0.4.0
1 parent 1994bce commit f830526

File tree

2 files changed

+11
-4
lines changed

2 files changed

+11
-4
lines changed

CHANGELOG.md

Lines changed: 10 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,22 @@
1-
## v0.4.0 (unreleased)
1+
## v0.4.0 (Aug 4 2014)
2+
3+
FEATURES:
24

35
* Support provisioning of "global" Vagrant machines via their UUID. For this,
46
pass the UUID reported by `vagrant global-status` to chef-runner's `-M`
57
option. Among other things, this new feature allows you to provision Vagrant
68
machines managed by Test Kitchen.
79
* Use [Librarian-Chef] to install cookbook dependencies if `Cheffile` exists.
10+
(Also removes temporary Librarian-Chef files from cookbooks before
11+
transferring them.)
12+
* New option `-version` shows the current program version as well as target OS
13+
and architecture.
14+
15+
IMPROVEMENTS:
16+
817
* Extend `script/build` to enable building of download archives with pre-built
918
chef-runner binaries for OS X, Linux, FreeBSD, and OpenBSD. Builds triggered
1019
by this script report the exact Git version that is being compiled.
11-
* New option `-version` shows the current program version as well as target OS
12-
and architecture.
1320
* Show error message of `vagrant ssh-config` in case it fails.
1421

1522
[Librarian-Chef]: https://github.com/applicationsonline/librarian-chef

version.go

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

55
// The current version of chef-runner.
6-
const Version = "v0.4.0.dev"
6+
const Version = "v0.4.0"
77

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

0 commit comments

Comments
 (0)