diff options
author | Serdar Sutay <serdar@opscode.com> | 2014-10-21 11:32:18 -0700 |
---|---|---|
committer | Serdar Sutay <serdar@opscode.com> | 2014-10-21 11:32:18 -0700 |
commit | c6d783739fa157bc886c14cece894baf783e6a89 (patch) | |
tree | 97a577eeb6de995aff6d7a7e44979e41dfe1fa64 | |
parent | eeb45770585a50d78e412682b0ae44524e29e727 (diff) | |
parent | 8fd10a1ef760747fa57363ebd25d4acefa020765 (diff) | |
download | chef-c6d783739fa157bc886c14cece894baf783e6a89.tar.gz |
Merge pull request #2271 from opscode/sersut/chef-12-contrib-pass
Contribution info for last pass before Chef 12 Release.
-rw-r--r-- | CHANGELOG.md | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 2b6e280bea..167e04b759 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -124,6 +124,17 @@ uploads existing category of the cookbook will be used. * [**Nicolas DUPEUX**](https://github.com/vaxvms): Added JSON output to `knife status` command. `--medium` and `--long` output formatting parameters are now supported in knife status. +* [**Trevor North**](https://github.com/trvrnrth): + Removed dead code from `knife ssh`. +* [**Nicolas Szalay**](https://github.com/rottenbytes): + Fixed a bug preventing mounting of cgroup type devices in the mount provider. +* [**Anshul Sharma**](https://github.com/justanshulsharma): + Fixed inconsistent globbing in `knife from file` command. +* [**Nicolas Szalay**](https://github.com/rottenbytes): + Made user prompts in knife more beautiful by adding a space after Y/N prompts. +* [**Ivan Larionov**](https://github.com/xeron): + Made empty run_list to produce an empty array when using node.to_hash. + ### Chef Contributions @@ -203,6 +214,8 @@ * Use shell_out to determine Chef::Config[:internal_locale], fix CentOS locale detection bug. * `only_if` and `not_if` attributes of `execute` resource now inherits the parent resource's attributes when set to a `String`. +* Retain the original value of `retries` for resources and display the original value when the run fails. +* Added service provider for AIX. ## Last Release: 11.14.2 |