summaryrefslogtreecommitdiff
path: root/DOC_CHANGES.md
diff options
context:
space:
mode:
authorXabier de Zuazo <xabier@onddo.com>2014-07-01 10:36:43 +0200
committerXabier de Zuazo <xabier@onddo.com>2014-07-01 11:00:34 +0200
commit1864ec8293923210738cca0c11aef5b96786cb86 (patch)
treee8b5fc1789701d8c042f2abd4ddb411cbf3cd500 /DOC_CHANGES.md
parent4d3932688018c68505579df3859de6f28712cc2a (diff)
downloadchef-1864ec8293923210738cca0c11aef5b96786cb86.tar.gz
[CHEF-5356-gcm] docs updated to clarify ruby 2 requirement
Diffstat (limited to 'DOC_CHANGES.md')
-rw-r--r--DOC_CHANGES.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/DOC_CHANGES.md b/DOC_CHANGES.md
index 0660e9a38d..db9f6143e9 100644
--- a/DOC_CHANGES.md
+++ b/DOC_CHANGES.md
@@ -99,3 +99,7 @@ knife now includes a warning in the -E/--environment option that this setting is
### New configurable option :yum-lock-timeout
You can now set the timeout for receiving the yum lock in `config.rb` by adding `yum-lock-timeout SECONDS` (default is 30 seconds).
+
+### 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.