diff options
author | Claire McQuin <claire@getchef.com> | 2014-08-12 16:53:37 -0700 |
---|---|---|
committer | Claire McQuin <claire@getchef.com> | 2014-08-13 09:21:20 -0700 |
commit | e03d491e2df049cc7cc475264601adf2c770ac5b (patch) | |
tree | 518245010dc7eaab69592b625fdc7c9b35dba5bc /CHANGELOG.md | |
parent | eebc41691763fcea0a5d60b6712630ac8e9c15d1 (diff) | |
download | chef-e03d491e2df049cc7cc475264601adf2c770ac5b.tar.gz |
Update for Ubuntu end-to-end tests.
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r-- | CHANGELOG.md | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 3221d3cbc9..1fc5858b06 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,28 @@ knife diagnostic messages sent to stdout instead of stderr * [**Xabier de Zuazo**](https://github.com/zuazo): Remove the unused StreamingCookbookUploader class (CHEF-4586) + + +* log resource now marks itself as supporting why-run +* http_request no longer appends "?message=" query string to GET and HEAD requests +* added shell_out commands directly to the recipe DSL +* cookbook synchronizer deletes old files from cookbooks +* do not clear file cache when override run list is set (CHEF-3684) +* ruby 1.8.7/1.9.1/1.9.2 support is dropped +* set no_lazy_load to true (CHEF-4961) +* set file_stating_uses_destdir config option default to true (CHEF-5040) +* remove dependency on rest-client gem +* Add method shell_out_with_systems_locale to ShellOut. +* Fix knife cookbook site share on windows (CHEF-4994) +* chef-repo rake tasks are deprecated; print relevant information for + each one. +* Fix RPM package version detection (Issue 1554) +* Don't override :default provider map if :default passed as platform (OC-11667). +* Fix SuSE package removal failure (Issue 1732). +* Enable Travis to run Test Kitchen with Kitchen EC2. +* End-to-end tests for Ubuntu 12.04 + + * [**Phil Dibowitz**](https://github.com/jaymzh): 'group' provider on OSX properly uses 'dscl' to determine existing groups * [**Hugo Lopes Tavares**](https://github.com/hltbra): |