|
1 |
| -## v0.9.0 (unreleased) |
| 1 | +## v0.9.0 (Feb 10 2015) |
| 2 | + |
| 3 | +FEATURES: |
2 | 4 |
|
3 | 5 | * Add ability to provision the host system with `-L` or `--local`. This way, you
|
4 |
| - can use chef-runner locally as a convenient wrapper around Chef. Note: This |
5 |
| - is going to replace `-M` (`--machine`) as the default target soon. |
6 |
| -* Partial matching of Test Kitchen instance names. For example, `chef-runner -K |
7 |
| - ubuntu` will provision the instance "default-ubuntu-1404" if that's the first |
8 |
| - instance with the string "ubuntu" in its name. Note: The matching does not |
9 |
| - support regular expressions. (Thanks to @StephenKing for the idea.) |
10 |
| -* Move most documentation from README to the [chef-runner wiki][wiki]. The |
11 |
| - README was too long, making it too hard to find relevant information. Now it |
12 |
| - only contains the most essential information. |
| 6 | + can use chef-runner as a convenient wrapper around Chef to manage your |
| 7 | + workstation or to create Docker images. Note: This is going to replace `-M` |
| 8 | + (`--machine`) as the default target soon. |
| 9 | +* Add `--sudo=false` option to not run commands using `sudo`. This currently |
| 10 | + affects Omnibus installer and Chef itself. |
13 | 11 | * Add `--resolver` option to specify the cookbook dependency resolver to use.
|
14 | 12 | Available resolvers are: `berkshelf`, `librarian`, and `dir`. Without this
|
15 | 13 | option, the resolver is still selected based on the files in the current
|
16 | 14 | directory.
|
17 |
| -* Add `--sudo=false` option to not run commands using `sudo`. This currently |
18 |
| - affects Omnibus installer and Chef itself. |
19 |
| -* Embed Omnibus installer instead of downloading it from the Internet. Now the |
20 |
| - script [is part][install.sh] of chef-runner's source code and we have total |
21 |
| - control of what it does. |
| 15 | + |
| 16 | +IMPROVEMENTS: |
| 17 | + |
| 18 | +* Move most documentation from README to the [chef-runner wiki][wiki]. The |
| 19 | + README was too long, making it too hard to find relevant information. Now it |
| 20 | + only contains the most essential information. |
22 | 21 | * You can now install chef-runner as a Debian package on most Ubuntu and Debian
|
23 | 22 | distributions, and as an RPM package on Centos. See the [wiki
|
24 | 23 | page][wiki-installation] to learn more.
|
25 |
| -* Add `Makefile`. |
| 24 | +* Partial matching of Test Kitchen instance names. For example, `chef-runner -K |
| 25 | + ubuntu` will provision the instance "default-ubuntu-1404" if that's the first |
| 26 | + instance with the string "ubuntu" in its name. Note: The matching does not |
| 27 | + support regular expressions. (Thanks to @StephenKing for the idea.) |
| 28 | +* Embed Omnibus installer instead of downloading it from the Internet. Now the |
| 29 | + `install.sh` script is part of chef-runner's source code and we have total |
| 30 | + control of what it does. |
26 | 31 |
|
27 | 32 | [wiki]: https://github.com/mlafeldt/chef-runner/wiki
|
28 | 33 | [wiki-installation]: https://github.com/mlafeldt/chef-runner/wiki/Installation
|
29 |
| -[install.sh]: /chef/omnibus/assets/install.sh |
30 | 34 |
|
31 | 35 | ## v0.8.0 (Nov 16 2014)
|
32 | 36 |
|
|
0 commit comments