diff options
author | Tom Duffield <tom@chef.io> | 2017-03-15 14:14:42 -0500 |
---|---|---|
committer | Tom Duffield <tom@chef.io> | 2017-03-16 14:07:14 -0500 |
commit | 4e35ce23dca2e7a43635fa4609ce55c61c122687 (patch) | |
tree | 1244c5c04ce96c540e81e8af6f28850887313156 | |
parent | 7187c969b2d2cd3f8226687fe2b563be5fee9afb (diff) | |
download | chef-afiune/COOL-336/chef-shell-in-zero-mode.tar.gz |
Update RELEASE_NOTES with chef-shell changesafiune/COOL-336/chef-shell-in-zero-mode
Signed-off-by: Tom Duffield <tom@chef.io>
-rw-r--r-- | RELEASE_NOTES.md | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index 0219369b7b..c46197bfa9 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -89,3 +89,7 @@ process of merging the node attributes strings and other simple objects are dup' now correctly use the `node.dup` or `node.to_hash` methods, or you should mutate the object correctly through its precedence level like `node.default["some_string"] << "appending_this"`. +### `chef-shell` now supports solo and legacy solo modes + +Running `chef-shell -s` or `chef-shell --solo` will give you an experience consistent with `chef-solo`. `chef-shell --solo-legacy-mode` +will give you an experience consistent with `chef-solo --legacy-mode`. |