summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordanielsdeleo <dan@getchef.com>2014-08-12 13:48:27 -0700
committerdanielsdeleo <dan@getchef.com>2014-08-12 13:49:06 -0700
commite08741f4f713c98f23e6db37426961c8c0d01b8f (patch)
treef7ad2a25aa576bf2f4475a7e8913141e5d202fb3
parenta5583fce14173021f6c9e3e145d59ec584c371f8 (diff)
downloadchef-e08741f4f713c98f23e6db37426961c8c0d01b8f.tar.gz
Revert "Reset DOC_CHANGES for 12.0"
This reverts commit ba82dc821311e99238260bef01bc3c20c823d523. Conflicts: DOC_CHANGES.md These changes were not merged to 11-stable and didn't appear in 11.14
-rw-r--r--DOC_CHANGES.md9
1 files changed, 9 insertions, 0 deletions
diff --git a/DOC_CHANGES.md b/DOC_CHANGES.md
index c036433b87..b557601466 100644
--- a/DOC_CHANGES.md
+++ b/DOC_CHANGES.md
@@ -14,3 +14,12 @@ Current documentation states:
This is no longer correct as of 12.0. The `name` field is required; if
it is not specified, an error will be raised if it is not specified.
+### chef-zero 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 po
+rt string, an enumerable of ports, or a single port number.
+
+### Encrypted Data Bags Version 3
+
+Encrypted Data Bag version 3 uses [GCM](http://en.wikipedia.org/wiki/Galois/Counter_Mode) internally. Ruby 2 and OpenSSL version 1.0.1 or higher are required to use it.