|
A list of small dev tasks that we need to do for Chef 11
- Deprecate Chef::ShellOut compatibility layer - replaced by Mixlib::ShellOut
- Remove Chef::REST#run_request (replaced by api_request and streaming_request)
- Implement platform_family for platform-specific resource Mapping.
- remove cookbook overlays, add support for multiple cookbook versions in different cookbook directories
- merb -> rails3 for webui (opscode esprint-1200)
- seen_recipes CHEF-2992
- Run delayed notifications even on failure.
- update the constructor for Provider to take the action to be executed.
Proposed
- rename Chef::REST get_rest, put_rest, etc. without the "_rest", replace with aliases to the old names and deprecate those
- move Homebrew provider into core chef
|
|