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

Commit

Permalink
v0.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mlafeldt committed Nov 16, 2014
1 parent fed3409 commit 7828407
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
8 changes: 7 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,12 @@
## v0.8.0 (unreleased)
## v0.8.0 (Nov 16 2014)

FEATURES:

* Support using chef-runner on **Windows**. New releases will include
cross-compiled Windows binaries. Requires `ssh.exe` and `rsync.exe` to be
installed. `ssh.exe` is included in MinGW ([Git Bash]). `rsync.exe` must be
configured to use destination-default permissions when copying files:
`chef-runner --rsync --no-p --rsync --no-g --rsync --chmod=ugo=rwX`.
* Allow to specify one or more custom OpenSSH options on the command line, e.g.
`chef-runner --ssh LogLevel=debug --ssh "ProxyCommand ..."`. See
`ssh_config(5)` for a list of available options and their format. (Thanks to
Expand Down Expand Up @@ -32,6 +37,7 @@ BREAKING CHANGES:
* No longer run Rsync in verbose mode by default. To get back the old output,
you need to use `--rsync --verbose` now.

[Git Bash]: http://msysgit.github.io/
[omnibus package]: https://godoc.org/github.com/mlafeldt/chef-runner/chef/omnibus

## v0.7.0 (Sep 12 2014)
Expand Down
2 changes: 1 addition & 1 deletion version.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import "runtime"

// The current version of chef-runner. A ".dev" suffix denotes that the version
// is currently being developed.
const Version = "v0.8.0.dev"
const Version = "v0.8.0"

// GitVersion is 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 7828407

Please sign in to comment.