We are gleeful to announce the release of: python-keystoneclient 5.6.0 This release is part of the epoxy release series. The source is available from: https://opendev.org/openstack/python-keystoneclient Download the package from: https://pypi.org/project/python-keystoneclient Please report issues through: https://bugs.launchpad.net/python-keystoneclient/+bugs For more details, please see below. 5.6.0 ^^^^^ Upgrade Notes * Support for Python 3.8 has been removed. Now the minimum python version supported is 3.9 . Changes in python-keystoneclient 5.5.0..5.6.0 --------------------------------------------- 0d43c46 Remove Python 3.8 support 2e02352 Update master for stable/2024.2 b7e97f2 Use a stronger hash algorithm in the example certs Diffstat (except docs and test files) ------------------------------------- examples/pki/certs/cacert.pem | 42 ++-- examples/pki/certs/middleware.pem | 50 ----- examples/pki/certs/signing_cert.pem | 40 ++-- examples/pki/certs/ssl_cert.pem | 40 ++-- examples/pki/cms/auth_token_revoked.pem | 154 ++++++------- examples/pki/cms/auth_token_scoped.pem | 153 ++++++------- examples/pki/cms/auth_token_scoped_expired.pem | 151 ++++++------- examples/pki/cms/auth_token_unscoped.pem | 54 ++--- examples/pki/cms/auth_v3_token_revoked.pem | 238 +++++++++++---------- examples/pki/cms/auth_v3_token_scoped.pem | 224 +++++++++---------- examples/pki/cms/revocation_list.pem | 36 ++-- examples/pki/gen_pki.sh | 14 +- examples/pki/private/cakey.pem | 52 ++--- examples/pki/private/signing_key.pem | 52 ++--- examples/pki/private/ssl_key.pem | 52 ++--- .../notes/remove-py38-2e39854190447827.yaml | 5 + releasenotes/source/2024.2.rst | 6 + releasenotes/source/index.rst | 1 + setup.cfg | 4 +- 19 files changed, 669 insertions(+), 699 deletions(-)
participants (1)
-
no-reply@openstack.org