We contentedly announce the release of: castellan 1.4.0: Generic Key Manager interface for OpenStack This release is part of the ussuri release series. The source is available from: https://opendev.org/openstack/castellan Download the package from: https://tarballs.openstack.org/null/ Please report issues through: https://bugs.launchpad.net/castellan/+bugs For more details, please see below. Changes in castellan 1.3.1..1.4.0 --------------------------------- fcb39e5 Fix "is" usage with literals 6a90cdc PDF Documentation Build tox target e3fdc07 Update master for stable/train 5d93676 Reuse existing token from RequestContext Diffstat (except docs and test files) ------------------------------------- castellan/key_manager/barbican_key_manager.py | 34 ++++++++++----- .../unit/key_manager/test_barbican_key_manager.py | 48 ++++++++++++++++++++++ lower-constraints.txt | 4 -- releasenotes/source/index.rst | 1 + releasenotes/source/train.rst | 6 +++ test-requirements.txt | 4 -- tox.ini | 23 ++++++++++- 10 files changed, 120 insertions(+), 26 deletions(-) Requirements updates -------------------- diff --git a/test-requirements.txt b/test-requirements.txt index 09534b4..b7cd592 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -9,3 +8,0 @@ python-subunit>=1.0.0 # Apache-2.0/BSD -sphinx!=1.6.6,!=1.6.7,>=1.6.2,<2.0.0;python_version=='2.7' # BSD -sphinx!=1.6.6,!=1.6.7,>=1.6.2;python_version>='3.4' # BSD -openstackdocstheme>=1.18.1 # Apache-2.0 @@ -18 +14,0 @@ bandit>=1.1.0,<1.6.0 # Apache-2.0 -reno>=2.5.0 # Apache-2.0
participants (1)
-
no-reply@openstack.org