summaryrefslogtreecommitdiff
path: root/RELEASE_NOTES.md
diff options
context:
space:
mode:
authorJohn Keiser <jkeiser@opscode.com>2014-06-30 11:03:50 -0700
committerJohn Keiser <jkeiser@opscode.com>2014-07-07 10:04:59 -0700
commit56cafd894a96d2e771147663b78126d7fe559d25 (patch)
tree1316bf0fdd9b5a621d0d830da51b4dc7f99c12e5 /RELEASE_NOTES.md
parentad002dda71f14ee0e6c9f45d6c97e42972212859 (diff)
downloadchef-56cafd894a96d2e771147663b78126d7fe559d25.tar.gz
Add chef-zero-port to doc/release notes
Diffstat (limited to 'RELEASE_NOTES.md')
-rw-r--r--RELEASE_NOTES.md5
1 files changed, 5 insertions, 0 deletions
diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md
index 45838cd778..d35cce0dd8 100644
--- a/RELEASE_NOTES.md
+++ b/RELEASE_NOTES.md
@@ -1 +1,6 @@
# Chef Client Release Notes:
+
+## Chef local mode port ranges
+
+- to avoid crashes, by default, Chef will now scan a port range and take the first available port from 8889-9999.
+- to change this behavior, you can pass --chef-zero-port=PORT_RANGE (for example, 10,20,30 or 10000-20000) or modify Chef::Config.chef_zero.port to be a port string, an enumerable of ports, or a single port number.