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

Commit 36a50fa

Browse files
committed
v0.2.0
1 parent 40f3ba2 commit 36a50fa

File tree

1 file changed

+21
-0
lines changed

1 file changed

+21
-0
lines changed

CHANGELOG.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,24 @@
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+
122
## v0.1.2 (Dec 30 2013)
223

324
* Add ability to install chef-runner using Homebrew. Thanks to @fh!

0 commit comments

Comments
 (0)