summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLamont Granquist <lamont@scriptkiddie.org>2014-07-17 13:21:48 -0700
committerLamont Granquist <lamont@scriptkiddie.org>2014-07-17 13:21:48 -0700
commit451299b2e405b216281c22ee45bd673698ab5b82 (patch)
treea865569c6db3291d0e5a26cbf04325b07b35a2dd
parentf8d56943aa393846a2d1d74d2517c11a8f21472a (diff)
downloadchef-451299b2e405b216281c22ee45bd673698ab5b82.tar.gz
add docs
-rw-r--r--CHANGELOG.md1
-rw-r--r--RELEASE_NOTES.md6
2 files changed, 7 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index c61fc18369..387ef8912a 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -4,6 +4,7 @@
* [**Vasiliy Tolstov**](https://github.com/vtolstov):
Reload systemd service only if it's running, otherwise start.
+* remove dependency on rest-client gem
* Add method shell_out_with_systems_locale to ShellOut.
* Fix knife cookbook site share on windows (CHEF-4994)
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.