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

Commit

Permalink
v0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mlafeldt committed Aug 3, 2014
1 parent 1994bce commit f830526
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 4 deletions.
13 changes: 10 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,15 +1,22 @@
## v0.4.0 (unreleased)
## v0.4.0 (Aug 4 2014)

FEATURES:

* Support provisioning of "global" Vagrant machines via their UUID. For this,
pass the UUID reported by `vagrant global-status` to chef-runner's `-M`
option. Among other things, this new feature allows you to provision Vagrant
machines managed by Test Kitchen.
* Use [Librarian-Chef] to install cookbook dependencies if `Cheffile` exists.
(Also removes temporary Librarian-Chef files from cookbooks before
transferring them.)
* New option `-version` shows the current program version as well as target OS
and architecture.

IMPROVEMENTS:

* Extend `script/build` to enable building of download archives with pre-built
chef-runner binaries for OS X, Linux, FreeBSD, and OpenBSD. Builds triggered
by this script report the exact Git version that is being compiled.
* New option `-version` shows the current program version as well as target OS
and architecture.
* Show error message of `vagrant ssh-config` in case it fails.

[Librarian-Chef]: https://github.com/applicationsonline/librarian-chef
Expand Down
2 changes: 1 addition & 1 deletion version.go
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ package main
import "runtime"

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

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

0 comments on commit f830526

Please sign in to comment.