summaryrefslogtreecommitdiff
path: root/RELEASE_NOTES.md
diff options
context:
space:
mode:
Diffstat (limited to 'RELEASE_NOTES.md')
-rw-r--r--RELEASE_NOTES.md7
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.