summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThom May <thom@chef.io>2018-02-23 17:03:56 +0000
committerThom May <thom@chef.io>2018-02-23 17:03:56 +0000
commitc96a8e88f9784311e6c557d6bc890028db8edbb7 (patch)
tree3df9b32dc39e01989eecf87121df965b935b42d1
parent155d173ec342e4a6f7bb36f2a2f7a0ce6e941313 (diff)
downloadchef-c96a8e88f9784311e6c557d6bc890028db8edbb7.tar.gz
update release notes
Signed-off-by: Thom May <thom@chef.io>
-rw-r--r--RELEASE_NOTES.md15
1 files changed, 14 insertions, 1 deletions
diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md
index 71f1909145..b4ab9c398a 100644
--- a/RELEASE_NOTES.md
+++ b/RELEASE_NOTES.md
@@ -1,6 +1,19 @@
_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._
-# Unreleased
+# Chef Client Release Notes 13.8:
+
+## Revert attributes changes from 13.7
+
+Per https://discourse.chef.io/t/regression-in-chef-client-13-7-16/12518/1 , there was a regression in how arrays and hashes were handled in 13.7. In 13.8, we've reverted to the same code as 13.6.
+
+## Continuing work on `windows_task`
+
+13.8 has better validation for the `idle_time` property, when using the
+`on_idle` frequency.
+
+## Security Updates
+
+ * Updated libxml2 to 2.9.7; fixes: CVE-2017-15412
# Chef Client Release Notes 13.7: