This repository was archived by the owner on May 18, 2021. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +8
-2
lines changed Expand file tree Collapse file tree 2 files changed +8
-2
lines changed Original file line number Diff line number Diff line change 1
- ## v0.8.0 (unreleased )
1
+ ## v0.8.0 (Nov 16 2014 )
2
2
3
3
FEATURES:
4
4
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 ` .
5
10
* Allow to specify one or more custom OpenSSH options on the command line, e.g.
6
11
` chef-runner --ssh LogLevel=debug --ssh "ProxyCommand ..." ` . See
7
12
` ssh_config(5) ` for a list of available options and their format. (Thanks to
@@ -32,6 +37,7 @@ BREAKING CHANGES:
32
37
* No longer run Rsync in verbose mode by default. To get back the old output,
33
38
you need to use ` --rsync --verbose ` now.
34
39
40
+ [ Git Bash ] : http://msysgit.github.io/
35
41
[ omnibus package ] : https://godoc.org/github.com/mlafeldt/chef-runner/chef/omnibus
36
42
37
43
## v0.7.0 (Sep 12 2014)
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ import "runtime"
4
4
5
5
// The current version of chef-runner. A ".dev" suffix denotes that the version
6
6
// is currently being developed.
7
- const Version = "v0.8.0.dev "
7
+ const Version = "v0.8.0"
8
8
9
9
// GitVersion is the Git version that is being compiled. This string contains
10
10
// tag and commit information. It will be filled in by the compiler.
You can’t perform that action at this time.
0 commit comments