summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Smith <tsmith@chef.io>2019-11-06 13:55:05 -0800
committerGitHub <noreply@github.com>2019-11-06 13:55:05 -0800
commit730553afaf9992d5deda272c49b37882c66de855 (patch)
treeb3d38d29dc043ddd557a3454fd739cc03bfb4a37
parent10413471d52319ea8801fbde5b92e39acb2ecc16 (diff)
downloadchef-730553afaf9992d5deda272c49b37882c66de855.tar.gz
Add 14.14.29 release notes (#9069)
* Add 14.14.29 release notes Signed-off-by: Tim Smith <tsmith@chef.io> * Update 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..3b8ef2025e 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 an error with the `service` and `systemd_unit` resources which would try to re-enable services with an indirect status.```
+ - The `systemd_unit` resource now logs at the info level.
+ - Fixed knife config when it returned 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