keystoneauth1 4.6.0 (zed)
We are gleeful to announce the release of: keystoneauth1 4.6.0: Authentication Library for OpenStack Identity This release is part of the zed release series. The source is available from: https://opendev.org/openstack/keystoneauth1 Download the package from: https://pypi.org/project/keystoneauth1 For more details, please see below. Changes in keystoneauth1 4.5.0..4.6.0 ------------------------------------- 7eeda4d Drop lower-constraints.txt and its testing bc49181 Allow logging of Content-Type text/plain 1005c4b Use TOX_CONSTRAINTS_FILE 1a13804 fix: miss attr _discovery_cache in ServiceTokenAuthWrapper af78d4a remove unicode from code 8e27ff5 Fix version discovery check of url for integer project id 08aa669 Update master for stable/yoga 33776ab Update master for stable/xena 011d6b2 Update master for stable/wallaby bb7c630 Improve help messages for a few options a3b4718 User-friendly error message for DiscoveryFailure b8ddb3b Clarify token_endpoint.Token usecases 10d9dfd bump py37 to py38 in tox.ini Diffstat (except docs and test files) ------------------------------------- .zuul.yaml | 1 - keystoneauth1/discover.py | 11 +++--- keystoneauth1/loading/identity.py | 9 +++-- keystoneauth1/loading/session.py | 8 +++-- keystoneauth1/service_token.py | 1 + keystoneauth1/session.py | 2 +- lower-constraints.txt | 54 ------------------------------ releasenotes/source/conf.py | 16 ++++----- releasenotes/source/index.rst | 3 ++ releasenotes/source/wallaby.rst | 6 ++++ releasenotes/source/xena.rst | 6 ++++ releasenotes/source/yoga.rst | 6 ++++ requirements.txt | 4 +++ tox.ini | 14 +++----- 18 files changed, 109 insertions(+), 92 deletions(-) Requirements updates -------------------- diff --git a/requirements.txt b/requirements.txt index 699e6a8..4f06ae0 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