We are pleased to announce the release of: castellan 5.2.0 This release is part of the epoxy 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. 5.2.0 ^^^^^ Upgrade Notes * Support for Python 3.8 has been removed. Now the minimum python version supported is 3.9 . Changes in castellan 5.1.1..5.2.0 --------------------------------- b9d2da6 Add note about requirements lower bounds 894c8be Remove Python 3.8 support 260b841 Declare Python 3.12 support f4d9490 Update master for stable/2024.2 bbc77b6 Account for secret.created possibly being None 50bbf96 Replace use of testtools.testcase.TestSkipped Diffstat (except docs and test files) ------------------------------------- castellan/key_manager/barbican_key_manager.py | 2 ++ releasenotes/notes/remove-py38-61e67d0181db1aaf.yaml | 5 +++++ releasenotes/source/2024.2.rst | 6 ++++++ releasenotes/source/index.rst | 1 + requirements.txt | 4 ++++ setup.cfg | 4 ++-- 8 files changed, 27 insertions(+), 7 deletions(-) Requirements updates -------------------- diff --git a/requirements.txt b/requirements.txt index edd8c39..464dc83 100644 --- a/requirements.txt +++ b/requirements.txt @@ -0,0 +1,4 @@ +# Requirements lower bounds listed here are our best effort to keep them up to +# date but we do not test them so no guarantee of having them all correct. If +# you find any incorrect lower bounds, let us know or propose a fix. +
participants (1)
-
no-reply@openstack.org