summaryrefslogtreecommitdiff
path: root/CONTRIBUTIONS.md
blob: 892af90134c78ffbb5d088acf49c24254e54e913 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
<!---
This file is reset every time a new release is done. The contents of this file are for the currently unreleased version.

Example Contribution:
* **kalistec**: Improved file resource greatly.
-->
# Chef Client Contributions:

* **jaymzh**: SIGTERM will once-more kill a non-daemonized chef-client (CHEF-5172)
* **linkfanel**: chef-service-manager should run as a non-interactive service (CHEF-5150)
* **Tensibai**: Fix file:// URI support in remote\_file on windows (CHEF-4472)
* **johntdyer**: Catch HTTPServerException for 404 in remote_file retry (CHEF-5116)
* **Kasen**: Providers are now set correctly on CloudLinux. (CHEF-5182)
* **viyh**: Made -E option to work with single lettered environments. (CHEF-3075)
* **JimmyMcCrory**: Added a 'knife node environment set' command. (CHEF-1910)
* **hongbin**: Made bootstrap report authentication exceptions. (CHEF-5161)
* **liseki**: Made `freebsd_package` resource use the brand new "pkgng" package
  manager when available.(CHEF-4637)
* **benesch**: Implemented a threaded download queue for synchronizing cookbooks. (CHEF-4423)