summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Smith <tsmith@chef.io>2018-07-10 16:24:13 -0700
committerTim Smith <tsmith@chef.io>2018-07-10 16:24:13 -0700
commit2de3d45f92b4997ad9c6dd4efcefd4ecf382e01c (patch)
treebf93124b01a46c49da938b3f1f4d1e999509d954
parent8b35d08a2f16e3b44b125287084e644060a9d44a (diff)
downloadchef-2de3d45f92b4997ad9c6dd4efcefd4ecf382e01c.tar.gz
Add 13.10 release notes
Signed-off-by: Tim Smith <tsmith@chef.io>
-rw-r--r--RELEASE_NOTES.md19
1 files changed, 19 insertions, 0 deletions
diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md
index 2f9253d729..4222d6fc2c 100644
--- a/RELEASE_NOTES.md
+++ b/RELEASE_NOTES.md
@@ -1,5 +1,24 @@
_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 13.10
+
+## Bugfixes
+
+- Resolves a duplicate logging getting created when redirecting stdout
+- Using --recipe-url with a local file on Windows no longer fails
+- Service resource no longer throws Ruby deprecation warnings on Windows
+
+## Ohai 13.10 Improvements
+
+- Correctly identify the platform_version on the final release of Amazon Linux 2.0
+- Detect nodes with the DMI data of "OpenStack Compute" as being OpenStack nodes
+
+## Security Updates
+
+### ffi Gem
+
+- CVE-2018-1000201: DLL loading issue which can be hijacked on Windows OS
+
# Chef Client Release Notes 13.9.X:
## Security Updates