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

Commit 7828407

Browse files
committed
v0.8.0
1 parent fed3409 commit 7828407

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

CHANGELOG.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,12 @@
1-
## v0.8.0 (unreleased)
1+
## v0.8.0 (Nov 16 2014)
22

33
FEATURES:
44

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

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

3743
## v0.7.0 (Sep 12 2014)

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.8.0.dev"
7+
const Version = "v0.8.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)