summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Smith <tsmith84@gmail.com>2019-11-05 17:37:10 -0800
committerTim Smith <tsmith84@gmail.com>2019-11-05 17:37:10 -0800
commit1a8e365ccac54ea38017e38af952a253de9e3a9a (patch)
treed9f6f34fd435db7616822b61e7695362a2fa5483
parentd770314137774ed9d3bcfb2eea6436eff8769292 (diff)
downloadchef-1a8e365ccac54ea38017e38af952a253de9e3a9a.tar.gz
Add 14.14.29 release notes14_release_notes
Signed-off-by: Tim Smith <tsmith@chef.io>
-rw-r--r--RELEASE_NOTES.md14
1 files changed, 14 insertions, 0 deletions
diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md
index 6f6dddcaff..df00886e19 100644
--- a/RELEASE_NOTES.md
+++ b/RELEASE_NOTES.md
@@ -1,5 +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.
+# Chef Client Release Notes 14.14.29
+
+## Bug Fixes
+
+ - Fixed service/systemd_unit resource trying to reenable services with an indirect status
+ - systemd_unit now logs at info level
+ - Fixed knife config get throwing a TypeError: no implicit conversion of nil into String error
+
+## Security Updates
+
+### libxslt
+
+libxslt has been updated to 1.1.34 to resolve [CVE-2019-13118](https://nvd.nist.gov/vuln/detail/CVE-2019-13118)
+
# Chef Client Release Notes 14.14.25
## Bug Fixes