diff options
author | jamescott <jamescott@users.noreply.github.com> | 2015-11-10 15:31:51 -0800 |
---|---|---|
committer | jamescott <jamescott@users.noreply.github.com> | 2015-11-10 15:31:51 -0800 |
commit | abb22c39b7ea94c6fcf8c5b52bed50c8643db736 (patch) | |
tree | 0382f9414e6837f5d4e1445092b81bc49768f621 /DOC_CHANGES.md | |
parent | a99d055a3985f76a9f393dddc4c40a703aea39dc (diff) | |
download | chef-abb22c39b7ea94c6fcf8c5b52bed50c8643db736.tar.gz |
Update DOC_CHANGES.md
add link to current/working release_notes page for 12.6 on docs.chef.io for metadata.rb settings and two resources
Diffstat (limited to 'DOC_CHANGES.md')
-rw-r--r-- | DOC_CHANGES.md | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/DOC_CHANGES.md b/DOC_CHANGES.md index 003fb84a54..6299696afb 100644 --- a/DOC_CHANGES.md +++ b/DOC_CHANGES.md @@ -8,6 +8,8 @@ Description of the required change. ### `chef_version` and `ohai_version` +see: https://docs.chef.io/release/12-6/release_notes.html#new-metadata-rb-settings + The metadata.rb DSL is extended to support `chef_version` and `ohai_version` to establish ranges of chef and ohai versions that the cookbook supports. @@ -47,3 +49,9 @@ There is currently no support in supermarket for making this metadata visible in depsolvers, or support in Berksfile/PolicyFile for automatically pruning cookbooks that fail to match. +### `chocolatey_package` and `ksh` resources + +Assuming both of those make 12.6, placeholder pages: + +chocolatey_package: https://docs.chef.io/release/12-6/resource_chocolatey_package.html +ksh: https://docs.chef.io/release/12-6/resource_ksh.html |