diff options
author | Serdar Sutay <serdar@opscode.com> | 2014-10-10 12:27:58 -0700 |
---|---|---|
committer | Serdar Sutay <serdar@opscode.com> | 2014-10-10 12:27:58 -0700 |
commit | fa6e449b9e01cb4c2c145c1dac6ff054910dc12d (patch) | |
tree | 42d20c44674805b7ed4d45af92e139586ad259c4 /CHANGELOG.md | |
parent | f9ae9e5ca3c1f457b32993c09b130a7b613ed4f8 (diff) | |
parent | d39ebe4d3b4bd26ddb6b736a2016f943f42532eb (diff) | |
download | chef-fa6e449b9e01cb4c2c145c1dac6ff054910dc12d.tar.gz |
Merge pull request #2201 from opscode/sersut/doc-updates
CHANGELOG update and spec for gem_package upgrade fix
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r-- | CHANGELOG.md | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 2daf841499..5b4bdcd9c0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -74,8 +74,12 @@ Improve the regex for /etc/rc.conf for the FreeBSD service provider * [**Stanislav Bogatyrev**](https://github.com/realloc): Fetch recipe_url before loading json_attribs in chef-solo (CHEF-5075) -* [**Mal Graty**](https://github.com/mal): Workaround for a breaking change in git's shallow-clone behavior. (Issue 1563) -* [**Dave Eddy**](https://github.com/bahamas10): Fix version detection in FreeBSD pkgng provider. (PR 1980) +* [**Mal Graty**](https://github.com/mal): + Workaround for a breaking change in git's shallow-clone behavior. (Issue 1563) +* [**Dave Eddy**](https://github.com/bahamas10): + Fix version detection in FreeBSD pkgng provider. (PR 1980) +* [**Dan Rathbone**](https://github.com/rathers): + Fixed gem_package resource to be able to upgrade gems when version is not set. ### Chef Contributions @@ -147,6 +151,8 @@ * Verify x509 properties of certificates in the :trusted_certs_dir during knife ssl check. * Disable unforked interval chef-client runs. * Removed dependencies on the 'json' gem, replaced with ffi-yajl. Use Chef::JSONCompat library for parsing and printing. +* Restore the deprecation logic of #valid_actions in LWRPs until Chef 13. +* Now that we don't allow unforked chef-client interval runs, remove the reloading of previously defined LWRPs. ## Last Release: 11.14.2 |