[release-announce] castellan 0.18.0 (rocky)

no-reply at openstack.org no-reply at openstack.org
Tue May 15 04:25:24 UTC 2018


We are satisfied to announce the release of:

castellan 0.18.0: Generic Key Manager interface for OpenStack

This release is part of the rocky 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.17.0..0.18.0
-----------------------------------

777b1cc Add config option for Barbican endpoint type
a752ab7 Promote castellan's barbican-tempest-plugin job
27ed9c6 pypy is not checked at gate
e9ea252 fix list of default virtualenvs
837fc4c set default python to python3
4c18818 Updated from global requirements
630746a Add barbican-tempest experimental job
18068e1 add lower-constraints job
a651d07 Updated from global requirements
97c904d Update links in README
7d51c7c Updated from global requirements
81d3c2d Updated from global requirements
27588c3 Update unreachable links in contributor document
a822abc Zuul: Remove project name
ece2d0e Update reno for stable/queens
73f0ddd Updated from global requirements
e587bf6 Updated from global requirements
ae208c1 Use Zuul v3 fetch-subunit-output


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

.zuul.yaml                                    | 31 ++++++-----
README.rst                                    |  4 +-
castellan/key_manager/barbican_key_manager.py | 13 +++--
castellan/options.py                          |  8 ++-
lower-constraints.txt                         | 75 +++++++++++++++++++++++++++
playbooks/devstack/post.yaml                  |  2 +-
releasenotes/source/index.rst                 |  1 +
releasenotes/source/queens.rst                |  6 +++
requirements.txt                              | 10 ++--
test-requirements.txt                         |  8 +--
tox.ini                                       | 12 ++++-
13 files changed, 147 insertions(+), 34 deletions(-)


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

diff --git a/requirements.txt b/requirements.txt
index 15c81d7..a6020f7 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -7,3 +7,3 @@ Babel!=2.4.0,>=2.3.4 # BSD
-cryptography!=2.0,>=1.9 # BSD/Apache-2.0
-python-barbicanclient!=4.5.0,!=4.5.1,>=4.0.0 # Apache-2.0
-oslo.config>=5.1.0 # Apache-2.0
+cryptography>=2.1 # BSD/Apache-2.0
+python-barbicanclient>=4.5.2 # Apache-2.0
+oslo.config>=5.2.0 # Apache-2.0
@@ -12 +12 @@ oslo.i18n>=3.15.3 # Apache-2.0
-oslo.log>=3.30.0 # Apache-2.0
+oslo.log>=3.36.0 # Apache-2.0
@@ -15 +15 @@ stevedore>=1.20.0 # Apache-2.0
-keystoneauth1>=3.3.0 # Apache-2.0
+keystoneauth1>=3.4.0 # Apache-2.0
diff --git a/test-requirements.txt b/test-requirements.txt
index 3dba5b5..be3f6f7 100644
--- a/test-requirements.txt
+++ b/test-requirements.txt
@@ -7 +7 @@ coverage!=4.4,>=4.0 # Apache-2.0
-python-barbicanclient!=4.5.0,!=4.5.1,>=4.0.0 # Apache-2.0
+python-barbicanclient>=4.5.2 # Apache-2.0
@@ -9,3 +9,3 @@ python-subunit>=1.0.0 # Apache-2.0/BSD
-sphinx>=1.6.2 # BSD
-openstackdocstheme>=1.17.0 # Apache-2.0
-oslotest>=1.10.0 # Apache-2.0
+sphinx!=1.6.6,!=1.6.7,>=1.6.2 # BSD
+openstackdocstheme>=1.18.1 # Apache-2.0
+oslotest>=3.2.0 # Apache-2.0






More information about the Release-announce mailing list