From 30f74095b0874d7ff5da63ffec618d117f40f87e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Douglas=20Mendiz=C3=A1bal?= Date: Thu, 17 Mar 2016 11:57:54 -0500 Subject: [PATCH] Add barbican-manage release notes Change-Id: I9adead926d4d2922e8cfbc65d4a13b23685c02f3 --- .../notes/barbican-manage-d469b4d15454f981.yaml | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 releasenotes/notes/barbican-manage-d469b4d15454f981.yaml diff --git a/releasenotes/notes/barbican-manage-d469b4d15454f981.yaml b/releasenotes/notes/barbican-manage-d469b4d15454f981.yaml new file mode 100644 index 000000000..136ec6031 --- /dev/null +++ b/releasenotes/notes/barbican-manage-d469b4d15454f981.yaml @@ -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.