diff options
author | Tim Smith <tsmith@chef.io> | 2018-04-16 13:46:15 -0700 |
---|---|---|
committer | Tim Smith <tsmith@chef.io> | 2018-04-16 13:46:15 -0700 |
commit | b01f8d900a5dba74411fb0bd8f1293b07a611e49 (patch) | |
tree | dd34e3b16d0dd3d3e6263cf0606f769a37a40c82 /RELEASE_NOTES.md | |
parent | 7c1c0b125689526f559970a45e869ae967d2b3e3 (diff) | |
download | chef-b01f8d900a5dba74411fb0bd8f1293b07a611e49.tar.gz |
Add 14.0.202 release notes14_0_202
Signed-off-by: Tim Smith <tsmith@chef.io>
Diffstat (limited to 'RELEASE_NOTES.md')
-rw-r--r-- | RELEASE_NOTES.md | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index 54d1dd48bb..1bca0ecfdd 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -1,5 +1,14 @@ _This file holds "in progress" release notes for the current release under development and is intended for consumption by the Chef Documentation team. Please see <https://docs.chef.io/release_notes.html> for the official Chef release notes._ +# Chef Client Release Notes 14.0.202 + +This release of Chef 14 resolves several regressions in the Chef 14.0 release. + +- Resources contained in cookbooks would be used instead of built-in Chef client resources causing older resources to run +- Resources failed due to a missing `property_is_set?` and `resources` methods +- `yum_package` changed the order of `disablerepo` and `enablerepo` options +- Depsolving large numbers of cookbooks with chef zero/local took a very long time + # Chef Client Release Notes 14.0: ## New Resources |