We are stoked to announce the release of: castellan 0.20.1: 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 0.18.0..0.20.1 ----------------------------------- 8f112b9 Bump HashiCorp Vault version for tests. 2d5be1a Fix Vault K/V API compatibility. 5f3ed2b add python 3.6 unit test job 78babd8 import zuul job settings from project-config e464f9b Update reno for stable/rocky 22a5b8b Switch to stestr 81ac28c Add release note link in README 5502646 Add code to generate private keys b9f6436 fix tox python3 overrides Diffstat (except docs and test files) ------------------------------------- .gitignore | 3 +- .stestr.conf | 4 + .testr.conf | 7 -- .zuul.yaml | 8 ++ README.rst | 1 + castellan/key_manager/vault_key_manager.py | 114 +++++++++++++++++++-- .../key_manager/test_vault_key_manager.py | 13 ++- lower-constraints.txt | 2 +- releasenotes/source/index.rst | 1 + releasenotes/source/rocky.rst | 6 ++ test-requirements.txt | 2 +- tools/setup-vault-env.sh | 2 +- tox.ini | 25 +++-- 13 files changed, 159 insertions(+), 29 deletions(-) Requirements updates -------------------- diff --git a/test-requirements.txt b/test-requirements.txt index be3f6f7..b35c1cb 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -12 +12 @@ oslotest>=3.2.0 # Apache-2.0 -testrepository>=0.0.18 # Apache-2.0/BSD +stestr>=2.0.0 # Apache-2.0
participants (1)
-
no-reply@openstack.org