This repository was archived by the owner on May 18, 2021. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +21
-0
lines changed Expand file tree Collapse file tree 1 file changed +21
-0
lines changed Original file line number Diff line number Diff line change
1
+ ## v0.2.0 (Jul 18 2014)
2
+
3
+ This release is a complete rewrite of chef-runner in Go -- a real programming
4
+ language that makes it easier to maintain and extend the code base.
5
+
6
+ The rewrite includes the following changes:
7
+
8
+ * chef-runner no longer uses Vagrant's Chef configuration. Instead, it creates
9
+ its own local ` .chef-runner ` folder where configuration data and cookbooks are
10
+ stored. This is the first step towards supporting systems other than Vagrant.
11
+ * chef-runner no longer supports long option names like ` --host ` and
12
+ ` --json-attributes ` . All original short options are still supported though.
13
+ * rsync now only copies actual cookbook files and is run in verbose mode by
14
+ default.
15
+ * Events are now properly logged to the console (in color!). The log level can
16
+ be controlled via the ` CHEF_RUNNER_LOG ` environment variable.
17
+ * There are new scripts for bootstrapping, building, and testing the project in
18
+ ` script/ ` .
19
+
20
+ Hope you enjoy the rewrite. More features to come soon!
21
+
1
22
## v0.1.2 (Dec 30 2013)
2
23
3
24
* Add ability to install chef-runner using Homebrew. Thanks to @fh !
You can’t perform that action at this time.
0 commit comments