[release-announce] keystonemiddleware 8.0.0 (ussuri)

no-reply at openstack.org no-reply at openstack.org
Mon Jan 6 10:42:07 UTC 2020


We are amped to announce the release of:

keystonemiddleware 8.0.0: Middleware for OpenStack Identity

This release is part of the ussuri 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.

8.0.0
^^^^^


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

* [bug 1845539 (https://bugs.launchpad.net/keystone/+bug/1845539)]
  [bug 1777177 (https://bugs.launchpad.net/keystone/+bug/1777177)]
  keystonemiddleware no longer supports the keystone v2.0 api, all
  associated functionality has been removed.


Other Notes
***********

* [bug 1845539 (https://bugs.launchpad.net/keystone/+bug/1845539)]
  The ec2 'url' config option now defaults to
  https://localhost:5000/v3/ec2tokens with the removal of ec2 v2.0
  support. Keystonemiddleware no longer supports ec2tokens using the
  v2.0 API.

Changes in keystonemiddleware 7.0.1..8.0.0
------------------------------------------

7c33d8e Rename _v3_to_v2_catalog to _normalize_catalog
09a33cc Change ec2 URLs to v3
a6a3edb Remove v2.0 functionality
381e81c Generate pdf documentation
fca18db Update master for stable/train
80f1d66 Update invalid link for README
4a4c96c Make tests pass in 2022
d1bd783 Fix misspell word


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

README.rst                                         |   2 +-
keystonemiddleware/_common/config.py               |   2 +-
keystonemiddleware/auth_token/_identity.py         |  35 +--
keystonemiddleware/auth_token/_request.py          |  24 +-
keystonemiddleware/ec2_token.py                    |   9 +-
.../unit/auth_token/test_auth_token_middleware.py  | 259 +--------------------
.../notes/ec2-v2-removal-6a886210cbc9d3e9.yaml     |   7 +
.../removed-as-of-ussuri-4e1ea485ba8801c9.yaml     |   7 +
releasenotes/source/index.rst                      |   1 +
releasenotes/source/train.rst                      |   6 +
tox.ini                                            |  12 +
16 files changed, 95 insertions(+), 378 deletions(-)







More information about the Release-announce mailing list