[release-announce] keystonemiddleware 5.2.0 (rocky)

no-reply at openstack.org no-reply at openstack.org
Fri Jul 20 00:15:49 UTC 2018


We exuberantly announce the release of:

keystonemiddleware 5.2.0: Middleware for OpenStack Identity

This release is part of the rocky release series.

The source is available from:

    https://git.openstack.org/cgit/openstack/keystonemiddleware

Download the package from:

    https://pypi.org/project/keystonemiddleware

Please report issues through launchpad:

    https://bugs.launchpad.net/keystonemiddleware

For more details, please see below.

5.2.0
^^^^^

Bug Fixes

* [bug 1782404
  (https://bugs.launchpad.net/keystonemiddleware/+bug/1782404)]
  Keystonemiddleware incorrectly implemented an abstraction for the
  memcache client pool that utilized a *queue.Queue* *get* method
  instead of the supplied *acquire()* context manager. The *acquire()*
  context manager properly places the client connection back into the
  pool after *__exit__*.

Changes in keystonemiddleware 5.1.0..5.2.0
------------------------------------------

c46f292 Fix KeystoneMiddleware memcachepool abstraction
29ef02a fix tox python3 overrides
a451b28 Follow the new PTI for document build
e734468 Switch coverage tox env to stestr
0b7d9ae Fix the title in index.rst
bcdec1a Don't rely on pbr ChangeLog for docs


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

keystonemiddleware/auth_token/_cache.py            |  6 +++++-
.../notes/bug-1782404-c4e37bbc83756a89.yaml        |  8 ++++++++
setup.cfg                                          | 13 ------------
test-requirements.txt                              |  4 +---
tox.ini                                            | 18 +++++++++++++++--
10 files changed, 69 insertions(+), 27 deletions(-)


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

diff --git a/test-requirements.txt b/test-requirements.txt
index 75e6bf5..ef2890e 100644
--- a/test-requirements.txt
+++ b/test-requirements.txt
@@ -13 +12,0 @@ oslotest>=3.2.0 # Apache-2.0
-reno>=2.5.0 # Apache-2.0
@@ -16 +15 @@ stevedore>=1.20.0 # Apache-2.0
-testrepository>=0.0.18 # Apache-2.0/BSD
+stestr  # Apache-2.0
@@ -19 +17,0 @@ testtools>=2.2.0 # MIT
-os-testr>=1.0.0 # Apache-2.0






More information about the Release-announce mailing list