diff options
author | tyler-ball <tyleraball@gmail.com> | 2015-02-13 10:24:01 -0800 |
---|---|---|
committer | tyler-ball <tyleraball@gmail.com> | 2015-02-13 10:26:23 -0800 |
commit | a4cb193d2a60d9af3ff9941cc93a3e3a4c683d3d (patch) | |
tree | 172185d4256f8009172f0c8f85aa41d7832ce9b6 /CHANGELOG.md | |
parent | da1adbb2979b7096594968ad0fbbadc8c5f480d3 (diff) | |
download | chef-a4cb193d2a60d9af3ff9941cc93a3e3a4c683d3d.tar.gz |
Adding docs for all my 12.1.0 mergestball/docs
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r-- | CHANGELOG.md | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 43ce6d11b9..f87b682a6e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -64,10 +64,14 @@ CHEF-4591: Knife commands to manipulate env_run_list on nodes * [**Jon Cowie**](https://github.com/jonlives): CHEF-2911: Fix yum_package provider to respect version requirements in package name and version attribute +* [**Anshul Sharma**](https://github.com/justanshulsharma): + * Node::Attribute to_s should print merged attributes [Issue 1526](https://github.com/chef/chef/issues/1562) + * Access keys attribute in `knife show` list incorrect information [Issue 1974](https://github.com/chef/chef/issues/1974) + * Guard interpreter loading incorrect resource [Issue 2683](https://github.com/chef/chef/issues/2683) ### Chef Contributions * ruby 1.9.3 support is dropped -* Update Chef to use RSpec 3. +* Update Chef to use RSpec 3.2 * Cleaned up script and execute provider + specs * Added deprecation warnings around the use of command attribute in script resources * Audit mode feature added - see the RELEASE_NOTES for details @@ -89,6 +93,7 @@ * Deprecation warning for 'knife cookbook test' * dsc_script should now correctly honor timeout. See [Issue 2831](https://github.com/chef/chef/issues/2831) * Added an `imports` attribute to dsc_script. This attribute allows you to specify DSC resources that need to be imported for your script. +* Fixed error where guard resources (using :guard_interpreter) were not ran in `why_run` mode [Issue 2694](https://github.com/chef/chef/issues/2694) ## 12.0.3 * [**Phil Dibowitz**](https://github.com/jaymzh): |