[release-announce] keystonemiddleware 5.2.2 (rocky)

no-reply at openstack.org no-reply at openstack.org
Mon Feb 24 19:30:25 UTC 2020


We are delighted to announce the release of:

keystonemiddleware 5.2.2: Middleware for OpenStack Identity

This release is part of the rocky stable release series.

The source is available from:

    https://opendev.org/openstack/keystonemiddleware

Download the package from:

    https://pypi.org/project/keystonemiddleware

Please report issues through:

    https://bugs.launchpad.net/keystonemiddleware/+bugs

For more details, please see below.

5.2.2
^^^^^


Upgrade Notes
*************

* The lower constraint for python-memcached must be raised to
  version 1.58 in order to work with Python 3.4 and above.


Bug Fixes
*********

* [bug 1809101
  (https://bugs.launchpad.net/keystonemiddleware/+bug/1809101)] Fix
  req.context of Keystone audit middleware and Glance conflict with
  each other issue. The audit middleware now stores the admin context
  to req.environ['audit.context'].

Changes in keystonemiddleware 5.2.1..5.2.2
------------------------------------------

71c159a Make tests pass in 2022
4729475 Make sure audit middleware use own context


Diffstat (except docs and test files)
-------------------------------------

keystonemiddleware/audit/__init__.py                         |  7 ++++---
keystonemiddleware/auth_token/_request.py                    |  4 ++--
lower-constraints.txt                                        |  3 ++-
releasenotes/notes/bug-1809101-6b5088443d5970ba.yaml         |  7 +++++++
...wer-constraint-for-python-memcached-d96d96fe769f3419.yaml |  5 +++++
test-requirements.txt                                        |  5 +++--
12 files changed, 40 insertions(+), 20 deletions(-)


Requirements updates
--------------------

diff --git a/test-requirements.txt b/test-requirements.txt
index 3153d81..4072a70 100644
--- a/test-requirements.txt
+++ b/test-requirements.txt
@@ -18 +18,2 @@ testtools>=2.2.0 # MIT
-python-memcached>=1.56 # PSF
+python-memcached>=1.56;python_version=='2.7' # PSF
+python-memcached>=1.58;python_version>='3.4' # PSF
@@ -23 +24 @@ oslo.messaging>=5.29.0 # Apache-2.0
-bandit>=1.1.0 # Apache-2.0
+bandit!=1.6.0,>=1.1.0 # Apache-2.0






More information about the Release-announce mailing list