We are ecstatic to announce the release of: castellan 1.1.0: Generic Key Manager interface for OpenStack This release is part of the stein 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 1.0.0..1.1.0 --------------------------------- 6e03a68 Add Castellan Oslo Config Driver. 0450c73 Update min tox version to 2.0 27c6f63 Don't quote {posargs} in tox.ini Diffstat (except docs and test files) ------------------------------------- .gitignore | 1 + castellan/_config_driver.py | 141 +++++++++++++++++++++++++++++ lower-constraints.txt | 2 +- requirements.txt | 2 +- setup.cfg | 3 + test-requirements.txt | 1 + tox.ini | 4 +- 8 files changed, 258 insertions(+), 4 deletions(-) Requirements updates -------------------- diff --git a/requirements.txt b/requirements.txt index a6020f7..eeeb417 100644 --- a/requirements.txt +++ b/requirements.txt @@ -9 +9 @@ python-barbicanclient>=4.5.2 # Apache-2.0 -oslo.config>=5.2.0 # Apache-2.0 +oslo.config>=6.4.0 # Apache-2.0 diff --git a/test-requirements.txt b/test-requirements.txt index b35c1cb..918095d 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -12,0 +13 @@ stestr>=2.0.0 # Apache-2.0 +fixtures>=3.0.0 # Apache-2.0/BSD
participants (1)
-
no-reply@openstack.org