diff options
author | danielsdeleo <dan@getchef.com> | 2014-08-12 12:07:50 -0700 |
---|---|---|
committer | danielsdeleo <dan@getchef.com> | 2014-08-12 12:07:50 -0700 |
commit | ba82dc821311e99238260bef01bc3c20c823d523 (patch) | |
tree | 44acbaece29633119745b66cf210cf2b124f4b7b /DOC_CHANGES.md | |
parent | e07deb9e9f5e89bb3cc144b8629fece223a70943 (diff) | |
download | chef-ba82dc821311e99238260bef01bc3c20c823d523.tar.gz |
Reset DOC_CHANGES for 12.0
Diffstat (limited to 'DOC_CHANGES.md')
-rw-r--r-- | DOC_CHANGES.md | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/DOC_CHANGES.md b/DOC_CHANGES.md index 1b299435d4..b1121e2bf4 100644 --- a/DOC_CHANGES.md +++ b/DOC_CHANGES.md @@ -6,12 +6,3 @@ Example Doc Change: Description of the required change. --> -### 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. |