diff options
author | Noah Kantrowitz <noah@coderanger.net> | 2017-05-25 13:37:46 -0500 |
---|---|---|
committer | Noah Kantrowitz <noah@coderanger.net> | 2017-05-25 13:37:46 -0500 |
commit | ed418fe8d72d1a849569e6f4f41b6ea0a4b019f7 (patch) | |
tree | f4aae40852c851ea4aea5e4ba3699a211bd8154a /RELEASE_NOTES.md | |
parent | 17e8730c689d93274505e4587cc7c889d7667b1d (diff) | |
download | chef-ed418fe8d72d1a849569e6f4f41b6ea0a4b019f7.tar.gz |
Add release notes. [ci skip]
Signed-off-by: Noah Kantrowitz <noah@coderanger.net>
Diffstat (limited to 'RELEASE_NOTES.md')
-rw-r--r-- | RELEASE_NOTES.md | 19 |
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. |