diff options
author | Serdar Sutay <serdar@opscode.com> | 2014-10-10 13:28:16 -0700 |
---|---|---|
committer | Serdar Sutay <serdar@opscode.com> | 2014-10-10 13:28:16 -0700 |
commit | f2eafce6717a729b306443fa26c0310529b06c50 (patch) | |
tree | ea2684e0207265e8fc526ea68ef7a6d5ed42e6fa /RELEASE_NOTES.md | |
parent | e68c51edbc1db482cd1aba71adf0b0bb2f1e89e6 (diff) | |
download | chef-f2eafce6717a729b306443fa26c0310529b06c50.tar.gz |
Contribution information for https://github.com/opscode/chef/pull/1724.
Diffstat (limited to 'RELEASE_NOTES.md')
-rw-r--r-- | RELEASE_NOTES.md | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index a6d1a65f51..37fe3ead22 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -118,7 +118,7 @@ homebrew_package 'vim' do end ``` -Chef will then execute the Homebrew command as that user. The `homebrew_user` attribute can only be provided to the +Chef will then execute the Homebrew command as that user. The `homebrew_user` attribute can only be provided to the `homebrew_package` resource, not the `package` resource. ## DSCL user provider now supports Mac OS X 10.7 and above. @@ -315,3 +315,7 @@ error when `client_fork false` is set. ## Interval sleep occurs before converge When running chef-client or chef-solo at intervals, the application will perform splay and interval sleep before converging chef. (In previous releases, splay sleep occurred first, then convergance, then interval sleep). + +## `--dry-run` option for knife cookbook site share +"knife cookbook site share" command now accepts a new command line option `--dry-run`. When this option is specified, command + will display the files that are about to be uploaded to the Supermarket. |