summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Smith <tsmith@chef.io>2018-04-16 14:25:40 -0700
committerGitHub <noreply@github.com>2018-04-16 14:25:40 -0700
commita3a9e92568e663c8fbbbb47010929ea3eef49cab (patch)
tree6533f7a406e957873bfbb4bdd9b6353aecf1c4bc
parentd14020c1e5cb8ac1c553470008ebf2c64f96bc7a (diff)
parentb01f8d900a5dba74411fb0bd8f1293b07a611e49 (diff)
downloadchef-a3a9e92568e663c8fbbbb47010929ea3eef49cab.tar.gz
Merge pull request #7159 from chef/14_0_202
Add 14.0.202 release notes
-rw-r--r--RELEASE_NOTES.md9
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