[keystone] keystonemiddleware 4.20.0 (queens)
We are overjoyed to announce the release of: keystonemiddleware 4.20.0: Middleware for OpenStack Identity This release is part of the queens release series. The source is available from: https://git.openstack.org/cgit/openstack/keystonemiddleware Download the package from: https://pypi.python.org/pypi/keystonemiddleware Please report issues through launchpad: https://bugs.launchpad.net/keystonemiddleware For more details, please see below. 4.20.0 ^^^^^^ Bug Fixes * [bug 1737115 (https://bugs.launchpad.net/keystonemiddleware/+bug/1737115)] Last release have accidentaly make python-memcached a hard dependency, this have changed back to an optional one. * [bug 1737119 (https://bugs.launchpad.net/keystonemiddleware/+bug/1737119)] If the application was not using the global cfg.CONF object, the configuration was not read from the configuration file. This have been fixed. Changes in keystonemiddleware 4.19.0..4.20.0 -------------------------------------------- 4531809 cfg.CONF must not be used directly ba9c1a3 Fix docs builds a08bc44 rel-note and doc for lazy loading of oslo_cache 35fa0e1 lazy loading of oslo_cache Diffstat (except docs and test files) ------------------------------------- keystonemiddleware/auth_token/__init__.py | 5 +++-- keystonemiddleware/auth_token/_cache.py | 8 +++++--- releasenotes/notes/bug-1737115-fa3d41e3d3cd7177.yaml | 6 ++++++ releasenotes/notes/bug-1737119-4afe548d28fbf8bb.yaml | 6 ++++++ test-requirements.txt | 4 ---- tox.ini | 2 ++ 7 files changed, 40 insertions(+), 9 deletions(-) Requirements updates -------------------- diff --git a/test-requirements.txt b/test-requirements.txt index 413cea4..eae2aa1 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -10,2 +9,0 @@ cryptography!=2.0,>=1.9 # BSD/Apache-2.0 -doc8>=0.6.0 # Apache-2.0 -docutils>=0.11 # OSI-Approved Open Source, Public Domain @@ -14 +11,0 @@ mock>=2.0.0 # BSD -openstackdocstheme>=1.17.0 # Apache-2.0 @@ -18 +14,0 @@ requests-mock>=1.1.0 # Apache-2.0 -sphinx>=1.6.2 # BSD
participants (1)
-
no-reply@openstack.org