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

Commit

Permalink
v0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mlafeldt committed Jul 18, 2014
1 parent 40f3ba2 commit 36a50fa
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,24 @@
## v0.2.0 (Jul 18 2014)

This release is a complete rewrite of chef-runner in Go -- a real programming
language that makes it easier to maintain and extend the code base.

The rewrite includes the following changes:

* chef-runner no longer uses Vagrant's Chef configuration. Instead, it creates
its own local `.chef-runner` folder where configuration data and cookbooks are
stored. This is the first step towards supporting systems other than Vagrant.
* chef-runner no longer supports long option names like `--host` and
`--json-attributes`. All original short options are still supported though.
* rsync now only copies actual cookbook files and is run in verbose mode by
default.
* Events are now properly logged to the console (in color!). The log level can
be controlled via the `CHEF_RUNNER_LOG` environment variable.
* There are new scripts for bootstrapping, building, and testing the project in
`script/`.

Hope you enjoy the rewrite. More features to come soon!

## v0.1.2 (Dec 30 2013)

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

0 comments on commit 36a50fa

Please sign in to comment.