Add barbican-manage release notes

Change-Id: I9adead926d4d2922e8cfbc65d4a13b23685c02f3
This commit is contained in:
Douglas Mendizábal 2016-03-17 11:57:54 -05:00
parent 39bd361495
commit 30f74095b0

View File

@ -0,0 +1,15 @@
---
prelude: >
This release includes a new command line utility
'barbican-manage' that consolidates and supersedes
the separate HSM and database management scripts.
features:
- The 'barbican-manage' tool can be used to manage database schema changes
as well as provision and rotate keys in the HSM backend.
deprecations:
- The 'barbican-db-manage' script is deprecated. Use the new
'barbican-manage' utility instead.
- The 'pkcs11-kek-rewrap' script is deprecated. Use the new
'barbican-manage' utility instead.
- The 'pkcs11-key-generation' script is deprecated. Use the new
'barbican-manage' utility instead.