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

no-reply at openstack.org no-reply at openstack.org
Mon Apr 3 13:31:58 UTC 2017


We are overjoyed to announce the release of:

castellan 0.6.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.5.0..0.6.0
---------------------------------

4dea602 Updated from global requirements
8d2eead Updated from global requirements
bedd3e8 Updated from global requirements
cad413f removed the older version of python
0ffedf7 Updated from global requirements
a076657 Fix gate failure on pep8
9912b7a Removes unnecessary utf-8 encoding
568be4a Update .gitignore
b629503 Updated from global requirements
f96ba10 Remove outdated comment
ad186eb Updated from global requirements
59e28a4 Fixes all current typo errors on Castellan project.
a6b25bb Add option for verifying TLS (https) requests


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

.gitignore                                         |  1 +
castellan/__init__.py                              |  1 -
castellan/key_manager/barbican_key_manager.py      | 13 ++++---
castellan/options.py                               | 40 ++++++++++++----------
requirements.txt                                   | 14 ++++----
setup.cfg                                          |  1 -
setup.py                                           |  2 +-
test-requirements.txt                              |  4 +--
tox.ini                                            |  2 +-
15 files changed, 50 insertions(+), 41 deletions(-)


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

diff --git a/requirements.txt b/requirements.txt
index faa398e..cc57edd 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -5 +5 @@
-pbr>=1.8 # Apache-2.0
+pbr>=2.0.0 # Apache-2.0
@@ -7 +7 @@ Babel>=2.3.4 # BSD
-cryptography!=1.3.0,>=1.0 # BSD/Apache-2.0
+cryptography>=1.6 # BSD/Apache-2.0
@@ -9,2 +9,2 @@ python-barbicanclient>=4.0.0 # Apache-2.0
-oslo.config!=3.18.0,>=3.14.0 # Apache-2.0
-oslo.context>=2.9.0 # Apache-2.0
+oslo.config>=3.22.0 # Apache-2.0
+oslo.context>=2.12.0 # Apache-2.0
@@ -12,3 +12,3 @@ oslo.i18n>=2.1.0 # Apache-2.0
-oslo.log>=3.11.0 # Apache-2.0
-oslo.utils>=3.18.0 # Apache-2.0
-keystoneauth1>=2.16.0 # Apache-2.0
+oslo.log>=3.22.0 # Apache-2.0
+oslo.utils>=3.20.0 # Apache-2.0
+keystoneauth1>=2.18.0 # Apache-2.0
diff --git a/test-requirements.txt b/test-requirements.txt
index 8c74590..cf5835c 100644
--- a/test-requirements.txt
+++ b/test-requirements.txt
@@ -4 +4 @@
-hacking<0.11,>=0.10.2 # Apache-2.0
+hacking!=0.13.0,<0.14,>=0.12.0 # Apache-2.0
@@ -9 +9 @@ python-subunit>=0.0.18 # Apache-2.0/BSD
-sphinx!=1.3b1,<1.4,>=1.2.1 # BSD
+sphinx>=1.5.1 # BSD





More information about the Release-announce mailing list