diff options
author | Lamont Granquist <lamont@scriptkiddie.org> | 2014-10-24 13:48:45 -0700 |
---|---|---|
committer | Lamont Granquist <lamont@scriptkiddie.org> | 2014-10-24 13:48:45 -0700 |
commit | 281b0e20360207f488f38d71020f3fd7b22a2f0b (patch) | |
tree | 96d4e168493bb313080aa65e8dab4f99decdf89f /CHANGELOG.md | |
parent | b0384705d4b8e728935daaad64a482acd5c310e6 (diff) | |
parent | 14fa7a2178bc2f771df5da2a0cfb18054775a4e8 (diff) | |
download | chef-281b0e20360207f488f38d71020f3fd7b22a2f0b.tar.gz |
Merge pull request #2295 from opscode/lcg/provider-resolver-mds
add md files for ProviderResolver features
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r-- | CHANGELOG.md | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index e22cb2f150..a16a8dfa76 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -138,6 +138,14 @@ ### Chef Contributions +* Added os/platform_family options to provides syntax on the Chef::Resource DSL +* Added provides methods to the Chef::Provider DSL +* Added supported?(resource, action) class method to all Providers for late-evaluation if a provider can handle a + resource +* Added ProviderResolver feature to handle late resolution of providers based on what kinds of support is in the + base operating system. +* Partial Deprecation of Chef::Platform provider mapping. The static mapping will be removed as Chef-12 progresses + and the hooks will be completely dropped in Chef-13. * Default `guard_interpreter` for `powershell_script` resource set to `:powershell_script`, for `batch` to `:batch` * Recipe definition now returns the retval of the definition * Add support for Windows 10 to version helper. |