diff options
-rw-r--r-- | CHANGELOG.md | 1 | ||||
-rw-r--r-- | RELEASE_NOTES.md | 6 |
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. |