diff options
author | Claire McQuin <claire@getchef.com> | 2014-06-10 16:35:42 -0700 |
---|---|---|
committer | Claire McQuin <claire@getchef.com> | 2014-06-10 16:35:42 -0700 |
commit | c7c6c34715bda9231a42553674d72c5c6b2e05ef (patch) | |
tree | 51590f45ebded4d7d5dbcf061e670efae5895cdd /CHANGELOG.md | |
parent | 5029c588c722e0bd61a7478e38d9ef6dbc0f1a00 (diff) | |
download | chef-c7c6c34715bda9231a42553674d72c5c6b2e05ef.tar.gz |
update for merges
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 a76f2848ca..d7af397819 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -57,6 +57,14 @@ Correctly detect when rpm_package does not exist in upgrade action. (CHEF-5273) * [**Sergey Sergeev**](https://github.com/zhirafovod): Hide sensitive data output on chef-client error (CHEF-5098) +* [**Mark Vanderwiel**](https://github.com/kramvan1): + Add config option :yum-lock-timeout for yum-dump.py +* [**Peter Fern**](https://github.com/pdf): + Convert APT package resource to use `provides :package`, add timeout parameter. +* [**Xabier de Zuazo**](https://github.com/zuazo): + Fix Chef::User#list API error when inflate=true. (CHEF-5328) +* [**Raphaƫl Valyi**](https://github.com/rvalyi): + Use git resource status checking to reduce shell_out system calls. * Log resource always triggers notifications (CHEF-4028) * Prevent tracing? from throwing an exception when first starting chef-shell. |