summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNoah Kantrowitz <noah@coderanger.net>2017-05-25 13:37:46 -0500
committerNoah Kantrowitz <noah@coderanger.net>2017-05-25 13:37:46 -0500
commited418fe8d72d1a849569e6f4f41b6ea0a4b019f7 (patch)
treef4aae40852c851ea4aea5e4ba3699a211bd8154a
parent17e8730c689d93274505e4587cc7c889d7667b1d (diff)
downloadchef-ed418fe8d72d1a849569e6f4f41b6ea0a4b019f7.tar.gz
Add release notes. [ci skip]
Signed-off-by: Noah Kantrowitz <noah@coderanger.net>
-rw-r--r--RELEASE_NOTES.md19
1 files changed, 18 insertions, 1 deletions
diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md
index 0bce39e83f..b8a134d9f3 100644
--- a/RELEASE_NOTES.md
+++ b/RELEASE_NOTES.md
@@ -1,6 +1,23 @@
_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.0-13.1:
+# Chef Client Release Notes
+
+# 13.2
+
+## Socketless local mode by default
+
+For security reasons we are switching Local Mode to use socketless connections
+by default. This prevents potential attacks where an unprivileged user or process
+connects to the internal Zero server for the converge and changes data.
+
+If you use Chef Provisioning with Local Mode, you may need to pass `--listen` to
+`chef-client`.
+
+# 13.1
+
+No new major features.
+
+# 13.0
## Rubygems provider sources behavior changed.