diff options
author | Bryan McLellan <btm@getchef.com> | 2014-03-19 15:34:53 -0700 |
---|---|---|
committer | Bryan McLellan <btm@getchef.com> | 2014-03-19 17:10:32 -0700 |
commit | c8bb17a34da8a35e4e4252c7c29951596b6e9678 (patch) | |
tree | 87b6e4a7b65c3ce57ac7f131c5612a8be97ef3d6 /CONTRIBUTIONS.md | |
parent | 4b4484929fa0340662c8849fb597a418b4a345f8 (diff) | |
download | chef-c8bb17a34da8a35e4e4252c7c29951596b6e9678.tar.gz |
Add release notes for a contributions merge
* CHEF-4918 - Override attributes saved as normal attributes after 2 runs.
* CHEF-5029 - Warnings et al telling what machines running knife ssh connecting to arent displayed
* CHEF-3812 - knife node run_list add needs a 'before' option
Diffstat (limited to 'CONTRIBUTIONS.md')
-rw-r--r-- | CONTRIBUTIONS.md | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/CONTRIBUTIONS.md b/CONTRIBUTIONS.md index dd5a26be0d..b5c8c5a349 100644 --- a/CONTRIBUTIONS.md +++ b/CONTRIBUTIONS.md @@ -26,3 +26,7 @@ Example Contribution: * **ccope**: Made package provider to use IPS provider in Solaris 5.11+ * **josephholsten**: Changed Chef::REST to be able to handle frozen options. * **andreasrs**: Changed service provider to use Systemd on ArchLinux. +* **eherot**: Add support for epoch versions to the dpkg package provider +* **jdmurphy**: Display all missing dependencies when uploading cookbooks +* **nkrinner**: Add a public file_edited? method to Chef::Util::FileEdit +* **jjasghar**: Output correct host name in knife ssh error message |