diff options
author | Claire McQuin <claire@getchef.com> | 2014-08-22 11:58:30 -0700 |
---|---|---|
committer | Claire McQuin <claire@getchef.com> | 2014-08-22 12:02:31 -0700 |
commit | dcd287fe21daa1ca2ca7979e135d278f9f626bd2 (patch) | |
tree | dd40a5f08990eaf565d262b5d52376412ba8e8bc /RELEASE_NOTES.md | |
parent | 6be5678fe7e0a5c1cf5a96ec096cf7e2d7bef194 (diff) | |
download | chef-dcd287fe21daa1ca2ca7979e135d278f9f626bd2.tar.gz |
Update for enhancement of data_bag_item to fetch encrypted data bag items.
Diffstat (limited to 'RELEASE_NOTES.md')
-rw-r--r-- | RELEASE_NOTES.md | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index 9fb4eb1f6d..0e207f315b 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -160,6 +160,11 @@ directory will also be inherited correctly. Informational messages from knife are now sent to stderr, allowing you to pipe the output of knife to other commands without having to filter these messages out. +## Enhance `data_bag_item` to interact with encrypted data bag items + +The `data_bag_item` dsl method can be used to load encrypted data bag items when an additional `secret` String parameter is included. +If no `secret` is provided but the data bag item is encrypted, `Chef::Config[:encrypted_data_bag_secret]` will be checked. + # Internal API Changes in this Release These changes do not impact any cookbook code, but may impact tools that |