summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSerdar Sutay <serdar@opscode.com>2014-10-10 13:28:16 -0700
committerSerdar Sutay <serdar@opscode.com>2014-10-10 13:28:16 -0700
commitf2eafce6717a729b306443fa26c0310529b06c50 (patch)
treeea2684e0207265e8fc526ea68ef7a6d5ed42e6fa
parente68c51edbc1db482cd1aba71adf0b0bb2f1e89e6 (diff)
downloadchef-f2eafce6717a729b306443fa26c0310529b06c50.tar.gz
Contribution information for https://github.com/opscode/chef/pull/1724.
-rw-r--r--CHANGELOG.md2
-rw-r--r--RELEASE_NOTES.md6
2 files changed, 7 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 61f6d11782..a298af9e69 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -84,6 +84,8 @@
Made Chef Client load library folder recursively.
* [**Eric Saxby**](https://github.com/sax):
Made Chef Client read the non-root crontab entries as the user specified in the resource.
+* [**sawanoboly**](https://github.com/sawanoboly):
+ Added `--dry-run` option to `knife cookbook site share` which displays the files that are to be uploaded to Supermarket.
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.