[release-announce] [keystone] keystonemiddleware 4.11.0 (ocata)

no-reply at openstack.org no-reply at openstack.org
Thu Dec 1 16:36:11 UTC 2016


We are tickled pink to announce the release of:

keystonemiddleware 4.11.0: Middleware for OpenStack Identity

This release is part of the ocata release series.

The source is available from:

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

Download the package from:

    https://pypi.python.org/pypi/keystonemiddleware

Please report issues through launchpad:

    http://bugs.launchpad.net/keystonemiddleware

For more details, please see below.

Changes in keystonemiddleware 4.10.0..4.11.0
--------------------------------------------

77a7828 Drop MANIFEST.in - it's not needed by pbr
4ffbc22 Show team and repo badges on README
461a186 Updated from global requirements
77909fd Deprecate PKI token format options
8bb4773 Updated from global requirements
b736936 Mock log only after app creation
8a5762f Updated from global requirements
5331f74 Update .coveragerc after the removal of respective directory
7edc15e Updated from global requirements
7ea888a Updated from global requirements
b5800c1 Updated from global requirements
257d3c6 Updated from global requirements
729137d Updated from global requirements
fd8dc9c Updated from global requirements
d627714 Updated from global requirements
6e545d2 Add service token to user token plugin
9dc4391 Specify that unknown arguments can be passed to fetch_token
4eed4a8 Enable release notes translation
1efbaf7 Changed the home-page link
654fb6a Update code to use Newton as the code name


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

.coveragerc                                        |  2 +-
MANIFEST.in                                        |  7 ---
README.rst                                         |  9 ++++
keystonemiddleware/auth_token/__init__.py          | 59 ++++++++++++++++------
keystonemiddleware/auth_token/_auth.py             |  8 +--
keystonemiddleware/auth_token/_opts.py             | 19 ++++++-
keystonemiddleware/auth_token/_user_plugin.py      | 18 ++++++-
keystonemiddleware/fixture.py                      |  2 +-
.../unit/auth_token/test_auth_token_middleware.py  | 22 ++++++++
releasenotes/source/conf.py                        |  3 ++
requirements.txt                                   | 12 ++---
setup.cfg                                          |  2 +-
test-requirements.txt                              |  8 +--
15 files changed, 144 insertions(+), 56 deletions(-)


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

diff --git a/requirements.txt b/requirements.txt
index 98244b8..736c3e4 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -5,2 +5,2 @@
-keystoneauth1>=2.10.0 # Apache-2.0
-oslo.config>=3.14.0 # Apache-2.0
+keystoneauth1>=2.14.0 # Apache-2.0
+oslo.config!=3.18.0,>=3.14.0 # Apache-2.0
@@ -10,2 +10,2 @@ oslo.serialization>=1.10.0 # Apache-2.0
-oslo.utils>=3.16.0 # Apache-2.0
-pbr>=1.6 # Apache-2.0
+oslo.utils>=3.18.0 # Apache-2.0
+pbr>=1.8 # Apache-2.0
@@ -14 +14 @@ pycadf!=2.0.0,>=1.1.0 # Apache-2.0
-python-keystoneclient!=2.1.0,>=2.0.0 # Apache-2.0
+python-keystoneclient>=3.6.0 # Apache-2.0
@@ -17 +17 @@ six>=1.9.0 # MIT
-WebOb>=1.2.3 # MIT
+WebOb>=1.6.0 # MIT
diff --git a/test-requirements.txt b/test-requirements.txt
index 2845998..ee49232 100644
--- a/test-requirements.txt
+++ b/test-requirements.txt
@@ -8 +8 @@ flake8-docstrings==0.2.1.post1 # MIT
-coverage>=3.6 # Apache-2.0
+coverage>=4.0 # Apache-2.0
@@ -14 +14 @@ oslotest>=1.10.0 # Apache-2.0
-reno>=1.8.0 # Apache2
+reno>=1.8.0 # Apache-2.0
@@ -16,2 +16,2 @@ requests-mock>=1.1 # Apache-2.0
-sphinx!=1.3b1,<1.3,>=1.2.1 # BSD
-stevedore>=1.16.0 # Apache-2.0
+sphinx!=1.3b1,<1.4,>=1.2.1 # BSD
+stevedore>=1.17.1 # Apache-2.0





More information about the Release-announce mailing list