summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSerdar Sutay <serdar@opscode.com>2014-10-10 13:34:28 -0700
committerSerdar Sutay <serdar@opscode.com>2014-10-10 13:34:28 -0700
commit8a3b7d93323c7614b428d399e93375d4307218b1 (patch)
tree0695cab82d405b595c7c8f90356b3d0986556ce0
parent729a9fc16f60a885e848ddf7069fa1f52e3bdf58 (diff)
downloadchef-8a3b7d93323c7614b428d399e93375d4307218b1.tar.gz
Contribution information for https://github.com/opscode/chef/pull/1914.
-rw-r--r--CHANGELOG.md3
-rw-r--r--RELEASE_NOTES.md4
2 files changed, 7 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 24e5594274..443578b472 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -90,6 +90,9 @@
Fixed `Chef::HTTP` to be able to follow relative redirects.
* [**Cory Stephenson**](https://github.com/Aevin1387):
Fixed FreeBSD port package provider to interpret FreeBSD version 10 correctly.
+* [**Brett Chalupa**](https://github.com/brettchalupa):
+ Added `source_url` and `issues_url` options to metadata to be used by Supermarket.
+
### Chef Contributions
diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md
index 37fe3ead22..4bdc293c55 100644
--- a/RELEASE_NOTES.md
+++ b/RELEASE_NOTES.md
@@ -319,3 +319,7 @@ before converging chef. (In previous releases, splay sleep occurred first, then
## `--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.
+
+## New cookbook metadata attributes for Supermarket
+Cookbook metadata now accepts `source_url` and `issues_url` that should point to the source code of the cookbook and
+ the issue tracker of the cookbook. These attributes are being used by Supermarket.