[release-announce] [oslo] castellan 0.7.0 (pike)

no-reply at openstack.org no-reply at openstack.org
Mon Apr 24 17:09:54 UTC 2017


We are glad to announce the release of:

castellan 0.7.0: Generic Key Manager interface for OpenStack

This release is part of the pike release series.

The source is available from:

    http://git.openstack.org/cgit/openstack/castellan

Download the package from:

    https://tarballs.openstack.org/castellan/

Please report issues through launchpad:

    http://bugs.launchpad.net/castellan

For more details, please see below.

Changes in castellan 0.6.0..0.7.0
---------------------------------

8d3f1cf Updated from global requirements
64207e3 Change keystone endpoint
06be3f5 Updated from global requirements
d1d8568 Add ability to get only metadata


Diffstat (except docs and test files)
-------------------------------------

castellan/common/objects/managed_object.py         |  4 ++++
castellan/key_manager/barbican_key_manager.py      | 23 ++++++++++++++++------
castellan/key_manager/key_manager.py               |  5 ++++-
.../functional/key_manager/test_key_manager.py     | 19 ++++++++++++++++++
.../unit/key_manager/test_mock_key_manager.py      | 11 +++++++++++
requirements.txt                                   |  4 ++--
17 files changed, 125 insertions(+), 15 deletions(-)


Requirements updates
--------------------

diff --git a/requirements.txt b/requirements.txt
index cc57edd..90e1bc2 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -5,2 +5,2 @@
-pbr>=2.0.0 # Apache-2.0
-Babel>=2.3.4 # BSD
+pbr!=2.1.0,>=2.0.0 # Apache-2.0
+Babel!=2.4.0,>=2.3.4 # BSD





More information about the Release-announce mailing list