We are jazzed to announce the release of: castellan 3.1.0: Generic Key Manager interface for OpenStack This release is part of the victoria release series. The source is available from: https://opendev.org/openstack/castellan Download the package from: https://tarballs.openstack.org/castellan/ Please report issues through: https://bugs.launchpad.net/castellan/+bugs For more details, please see below. 3.1.0 ^^^^^ Bug Fixes * Add a new parameter, "verify_ssl_path", that can be used to configure the path to CA certs when verifying requests to Barbican. Changes in castellan 3.0.1..3.1.0 --------------------------------- 48f899a Fix hacking min version to 3.0.1 68b8f53 Switch to newer openstackdocstheme and reno versions a4028c2 Remove translation sections from setup.cfg 89f311d add "verify_ssl_path" config for barbican key manager e9dc8e5 Bump default tox env from py37 to py38 687d7e7 Add py38 package metadata 27cf110 Use unittest.mock instead of third party mock 200fe87 Add Python3 victoria unit tests 57f5982 Update master for stable/ussuri a1718bb Update hacking for Python3 Diffstat (except docs and test files) ------------------------------------- .zuul.yaml | 2 +- babel.cfg | 2 -- castellan/key_manager/barbican_key_manager.py | 15 ++++++++++++--- castellan/options.py | 5 +++++ releasenotes/notes/bug-1876102-7c7288fb6e90b11d.yaml | 6 ++++++ releasenotes/source/conf.py | 13 +++++-------- releasenotes/source/index.rst | 1 + releasenotes/source/ussuri.rst | 6 ++++++ setup.cfg | 15 +-------------- test-requirements.txt | 2 +- tox.ini | 2 +- 26 files changed, 77 insertions(+), 66 deletions(-) Requirements updates -------------------- diff --git a/test-requirements.txt b/test-requirements.txt index b7cd592..fe6146b 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -4 +4 @@ -hacking!=0.13.0,<0.14,>=0.12.0 # Apache-2.0 +hacking>=3.0.1,<3.1.0 # Apache-2.0