diff options
author | Serdar Sutay <serdar@opscode.com> | 2014-10-16 13:29:49 -0700 |
---|---|---|
committer | Serdar Sutay <serdar@opscode.com> | 2014-10-16 13:30:40 -0700 |
commit | f4633e3db1794533bd22c929da6b4aacb9bb88e5 (patch) | |
tree | 1dd8bd92a3d7d48766fc6528059af3be16941ae2 /CHANGELOG.md | |
parent | cfec07cde0d0b42101deb0731c608dfd5c52a1e2 (diff) | |
download | chef-f4633e3db1794533bd22c929da6b4aacb9bb88e5.tar.gz |
CHANGELOG update for execute resource guards inheriting parent resource attributes.
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r-- | CHANGELOG.md | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 2795a4126c..2b6e280bea 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -201,6 +201,8 @@ * Restore the deprecation logic of #valid_actions in LWRPs until Chef 13. * Now that we don't allow unforked chef-client interval runs, remove the reloading of previously defined LWRPs. * 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`. ## Last Release: 11.14.2 |