From a84b26fafcc9af5926e342355a04ac9a30a3e18d Mon Sep 17 00:00:00 2001 From: Serdar Sutay Date: Fri, 10 Oct 2014 15:18:09 -0700 Subject: Contribution information for https://github.com/opscode/chef/pull/2165. --- RELEASE_NOTES.md | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'RELEASE_NOTES.md') diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index 4bdc293c55..43d500876c 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -323,3 +323,10 @@ before converging chef. (In previous releases, splay sleep occurred first, then ## 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. + +## CHEF RFC-017 - File Specificity Overhaul +RFC-017 has two great advantages: +1. It makes it easy to create cookbooks by removing the need for `default/` folder when adding templates and cookbook files. +2. It enables the configuring a custom lookup logic when Chef is attempting to find cookbook files. + +You can read more about this RFC [here](https://github.com/opscode/chef-rfc/blob/master/rfc017-file-specificity.md). -- cgit v1.2.1