[release-announce] keystonemiddleware 9.5.0 (zed)
no-reply at openstack.org
no-reply at openstack.org
Fri May 20 12:43:14 UTC 2022
We are satisfied to announce the release of:
keystonemiddleware 9.5.0: Middleware for OpenStack Identity
This release is part of the zed 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.
Changes in keystonemiddleware 9.4.0..9.5.0
------------------------------------------
d60ccd4 Drop lower-constraints.txt and its testing
c4b78c7 Update master for stable/yoga
5c676b7 Add Python 3 only classifier
7b8a72d Add oslo.config.opts entrypoint for audit middleware options
Diffstat (except docs and test files)
-------------------------------------
.zuul.yaml | 4 --
keystonemiddleware/audit/__init__.py | 4 +-
lower-constraints.txt | 84 ------------------------------------
releasenotes/source/index.rst | 1 +
releasenotes/source/yoga.rst | 6 +++
requirements.txt | 4 ++
setup.cfg | 2 +
tox.ini | 6 ---
8 files changed, 15 insertions(+), 96 deletions(-)
Requirements updates
--------------------
diff --git a/requirements.txt b/requirements.txt
index d3f07ce..c1398f9 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.
+
More information about the Release-announce
mailing list