diff options
author | danielsdeleo <dan@getchef.com> | 2015-04-01 13:48:13 -0700 |
---|---|---|
committer | danielsdeleo <dan@getchef.com> | 2015-04-01 13:48:13 -0700 |
commit | 8ac000d7d4aa15b73f1ea9ec7e915eba22ea64dd (patch) | |
tree | 15ee4320e97d9a25f79c1d20bb38b056f4019f63 /RELEASE_NOTES.md | |
parent | b89d75f769ba336449f204f77311a1d43bc22de3 (diff) | |
download | chef-8ac000d7d4aa15b73f1ea9ec7e915eba22ea64dd.tar.gz |
Update docs files for socketless local mode and no listen
Diffstat (limited to 'RELEASE_NOTES.md')
-rw-r--r-- | RELEASE_NOTES.md | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index 859ca7c840..510e457b33 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -1,5 +1,12 @@ # Chef Client Release Notes 12.3.0: +## Socketless Chef Zero Local Mode +All requests to the Chef Zero server in local mode use Chef Zero's new +socketless request mechanism. By default, Chef Zero will still bind to a +port and accept HTTP requests on localhost; this can be disabled with +the `--no-listen` CLI flag or by adding `listen false` to the relevant +configuration file. + ## Minimal Ohai Flag Chef Client, Solo, and Apply all now support a `--minimal-ohai` flag. |