diff options
author | Lamont Granquist <lamont@scriptkiddie.org> | 2014-07-31 14:32:01 -0700 |
---|---|---|
committer | Lamont Granquist <lamont@scriptkiddie.org> | 2014-07-31 14:33:03 -0700 |
commit | 3be36badab49e457c39ff0f393eb1eeecd3cdf25 (patch) | |
tree | c1a958b480d5559d3f4315044f94cbc95b4a4961 /RELEASE_NOTES.md | |
parent | 164eab05592ab76124e3e01d9485ad88692f7bf1 (diff) | |
download | chef-3be36badab49e457c39ff0f393eb1eeecd3cdf25.tar.gz |
remove http_request hard coded query string
Diffstat (limited to 'RELEASE_NOTES.md')
-rw-r--r-- | RELEASE_NOTES.md | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index c3b78c9f86..b1da138bd8 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -1,5 +1,12 @@ # Chef Client Release Notes: +## http_request resource no longer appends query string + +Previously the http_request GET and HEAD requests appended a hard-coded "?message=resource_name" +query parameter that could not be overridden. That feature has been dropped. Cookbooks that +actually relied on that should manually add the message query string to the URL they pass to +the resource. + ## Added Chef::Mixin::ShellOut methods to Recipe DSL Added the ability to use shell_out, shell_out! and shell_out_with_systems_locale in the Recipe |