diff options
author | Noah Kantrowitz <noah@coderanger.net> | 2017-04-05 10:37:26 -0700 |
---|---|---|
committer | Noah Kantrowitz <noah@coderanger.net> | 2017-04-05 10:37:26 -0700 |
commit | 737bdca4a68c8abf66cec82bb7d1bb360a7ab18e (patch) | |
tree | 983d7c6095ae06c0d630fdac60c6dd6d38f6d0bb /RELEASE_NOTES.md | |
parent | 0c93ce6f5006eec985bcdf38124ee7390962ec4b (diff) | |
parent | 0d422fed39f8a108512e91e5f75de856a62bdac7 (diff) | |
download | chef-737bdca4a68c8abf66cec82bb7d1bb360a7ab18e.tar.gz |
Merge branch 'master' into always-inline
Signed-off-by: Noah Kantrowitz <noah@coderanger.net>
Diffstat (limited to 'RELEASE_NOTES.md')
-rw-r--r-- | RELEASE_NOTES.md | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index 3789eb567f..b16550b8e6 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -258,6 +258,12 @@ The behavior of the `clear_sources` property is now to only add `--clear-sources Please use `knife cookbook site install` instead. +### Cookbook root aliases + +Rather than `attributes/default.rb`, cookbooks can now use `attributes.rb` in +the root of the cookbook. Similarly for a single default recipe, cookbooks can +use `recipe.rb` in the root of the cookbook. + ### `use_inline_resources` is always enabled The `use_inline_resources` provider mode is always enabled when using the |