[release-announce] [oslo] castellan 0.14.0 (queens)

no-reply at openstack.org no-reply at openstack.org
Wed Sep 20 08:55:07 UTC 2017


We enthusiastically announce the release of:

castellan 0.14.0: Generic Key Manager interface for OpenStack

This release is part of the queens release series.

The source is available from:

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

Download the package from:

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

Please report issues through launchpad:

    https://bugs.launchpad.net/castellan

For more details, please see below.

Changes in castellan 0.13.0..0.14.0
-----------------------------------

1c58e57 Updated from global requirements
ffd9f48 Makes list method not abstract
94216db Updated from global requirements
bed97b4 Updated from global requirements
5d946f0 Add releasenotes for castellan
d8fb4f1 Add ID to managed objects
233febb Append a forward slash to the base_url
9cb455f allow redirects in .htaccess files on the static web servers


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

.gitignore                                         |   1 +
castellan/common/objects/managed_object.py         |  14 +-
castellan/common/objects/opaque_data.py            |   4 +-
castellan/common/objects/passphrase.py             |   4 +-
castellan/common/objects/private_key.py            |   4 +-
castellan/common/objects/public_key.py             |   4 +-
castellan/common/objects/symmetric_key.py          |   4 +-
castellan/common/objects/x_509.py                  |   4 +-
castellan/key_manager/barbican_key_manager.py      |  15 +-
castellan/key_manager/key_manager.py               |   3 +-
.../functional/key_manager/test_key_manager.py     |  15 +-
.../unit/key_manager/test_barbican_key_manager.py  |  28 +++
.../unit/key_manager/test_mock_key_manager.py      |  17 ++
releasenotes/source/_static/.placeholder           |   0
releasenotes/source/_templates/.placeholder        |   0
releasenotes/source/conf.py                        | 279 +++++++++++++++++++++
releasenotes/source/index.rst                      |   9 +
releasenotes/source/pike.rst                       |   6 +
releasenotes/source/unreleased.rst                 |   5 +
requirements.txt                                   |  12 +-
test-requirements.txt                              |   3 +-
tox.ini                                            |   3 +
25 files changed, 414 insertions(+), 28 deletions(-)


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

diff --git a/requirements.txt b/requirements.txt
index 7813f40..23a0785 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -7 +7 @@ Babel!=2.4.0,>=2.3.4 # BSD
-cryptography!=2.0,>=1.6 # BSD/Apache-2.0
+cryptography!=2.0,>=1.9 # BSD/Apache-2.0
@@ -9 +9 @@ python-barbicanclient!=4.5.0,!=4.5.1,>=4.0.0 # Apache-2.0
-oslo.config!=4.3.0,!=4.4.0,>=4.0.0 # Apache-2.0
+oslo.config>=4.6.0 # Apache-2.0
@@ -11,3 +11,3 @@ oslo.context>=2.14.0 # Apache-2.0
-oslo.i18n!=3.15.2,>=2.1.0 # Apache-2.0
-oslo.log>=3.22.0 # Apache-2.0
-oslo.utils>=3.20.0 # Apache-2.0
+oslo.i18n>=3.15.3 # Apache-2.0
+oslo.log>=3.30.0 # Apache-2.0
+oslo.utils>=3.28.0 # Apache-2.0
@@ -15 +15 @@ stevedore>=1.20.0 # Apache-2.0
-keystoneauth1>=3.1.0 # Apache-2.0
+keystoneauth1>=3.2.0 # Apache-2.0
diff --git a/test-requirements.txt b/test-requirements.txt
index d661a26..6656061 100644
--- a/test-requirements.txt
+++ b/test-requirements.txt
@@ -10 +10 @@ sphinx>=1.6.2 # BSD
-openstackdocstheme>=1.16.0 # Apache-2.0
+openstackdocstheme>=1.17.0 # Apache-2.0
@@ -15,0 +16 @@ bandit>=1.1.0 # Apache-2.0
+reno>=2.5.0 # Apache-2.0






More information about the Release-announce mailing list