diff options
author | Lamont Granquist <lamont@scriptkiddie.org> | 2014-07-17 13:21:48 -0700 |
---|---|---|
committer | Lamont Granquist <lamont@scriptkiddie.org> | 2014-07-17 13:21:48 -0700 |
commit | 451299b2e405b216281c22ee45bd673698ab5b82 (patch) | |
tree | a865569c6db3291d0e5a26cbf04325b07b35a2dd /RELEASE_NOTES.md | |
parent | f8d56943aa393846a2d1d74d2517c11a8f21472a (diff) | |
download | chef-451299b2e405b216281c22ee45bd673698ab5b82.tar.gz |
add docs
Diffstat (limited to 'RELEASE_NOTES.md')
-rw-r--r-- | RELEASE_NOTES.md | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index d35cce0dd8..f05b99e09e 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -1,5 +1,11 @@ # Chef Client Release Notes: +## Removed Rest-Client dependency + +- cookbooks that previously were able to use rest-client directly will now need to install it via `chef_gem "rest-client"`. +- cookbooks that were broken because of the version of rest-client that chef used will now be able to track and install whatever + version that they depend on. + ## Chef local mode port ranges - to avoid crashes, by default, Chef will now scan a port range and take the first available port from 8889-9999. |