[openstack-dev] [release] keystonemiddleware release 1.6.0 (liberty)

Doug Hellmann doug at doughellmann.com
Tue Apr 21 19:23:17 UTC 2015


We are overjoyed to announce the release of:

keystonemiddleware 1.6.0: Middleware for OpenStack Identity

For more details, please see the git log history below.


Changes in keystonemiddleware 1.5.0..1.6.0
------------------------------------------

04a6a9f 2015-04-16 17:53:57 +0000 Uncap library requirements for liberty
452bf87 2015-04-16 16:32:37 +1000 Remove retry parameter
90edbc8 2015-04-14 15:01:39 +0000 Fix s3_token middleware parsing insecure option
1150d04 2015-04-08 18:58:41 +0000 Updated from global requirements
809967f 2015-04-08 02:42:23 +0000 Pull echo service out of auth_token.
abcdbb3 2015-04-05 16:12:43 +0000 Fix typos in keystonemiddleware
bafd958 2015-03-16 14:24:47 +1100 Rename requests mock object in testing
8e1bba1 2015-03-15 08:36:44 -0500 Update auth_token config docs
71fc24e 2015-03-14 18:45:56 +0800 Crosslink to other sites that are owned by Keystone
50c2baf 2015-03-13 08:59:15 -0500 Move _memcache_pool into auth_token
fec6f62 2015-03-11 17:03:54 -0500 Move unit tests into tests.unit

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

keystonemiddleware/_memcache_pool.py               |  184 --
keystonemiddleware/auth_token/__init__.py          |   86 +-
keystonemiddleware/auth_token/_cache.py            |    4 +-
keystonemiddleware/auth_token/_memcache_pool.py    |  184 ++
keystonemiddleware/echo/__init__.py                |    0
keystonemiddleware/echo/__main__.py                |    7 +
keystonemiddleware/echo/service.py                 |   46 +
keystonemiddleware/s3_token.py                     |    3 +-
.../unit/auth_token/test_auth_token_middleware.py  | 2760 +++++++++++++++++++
requirements.txt                                   |    8 +-
test-requirements-py3.txt                          |    8 +-
test-requirements.txt                              |    8 +-
40 files changed, 5041 insertions(+), 4968 deletions(-)


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

diff --git a/requirements.txt b/requirements.txt
index b207833..0a4ff4b 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -7 +7 @@ iso8601>=0.1.9
-oslo.config>=1.9.0  # Apache-2.0
+oslo.config>=1.9.3  # Apache-2.0
@@ -9,3 +9,3 @@ oslo.context>=0.2.0                     # Apache-2.0
-oslo.i18n>=1.3.0  # Apache-2.0
-oslo.serialization>=1.2.0               # Apache-2.0
-oslo.utils>=1.2.0                       # Apache-2.0
+oslo.i18n>=1.5.0  # Apache-2.0
+oslo.serialization>=1.4.0               # Apache-2.0
+oslo.utils>=1.4.0                       # Apache-2.0
diff --git a/test-requirements-py3.txt b/test-requirements-py3.txt
index ff9e614..9a33730 100644
--- a/test-requirements-py3.txt
+++ b/test-requirements-py3.txt
@@ -11,4 +11,4 @@ pycrypto>=2.6
-oslosphinx>=2.2.0  # Apache-2.0
-oslotest>=1.2.0  # Apache-2.0
-oslo.messaging>=1.6.0  # Apache-2.0
-requests-mock>=0.5.1  # Apache-2.0
+oslosphinx>=2.5.0  # Apache-2.0
+oslotest>=1.5.1  # Apache-2.0
+oslo.messaging>=1.8.0  # Apache-2.0
+requests-mock>=0.6.0  # Apache-2.0
diff --git a/test-requirements.txt b/test-requirements.txt
index 55d21d5..e36b86e 100644
--- a/test-requirements.txt
+++ b/test-requirements.txt
@@ -12,4 +12,4 @@ pycrypto>=2.6
-oslosphinx>=2.2.0  # Apache-2.0
-oslotest>=1.2.0  # Apache-2.0
-oslo.messaging>=1.6.0  # Apache-2.0
-requests-mock>=0.5.1  # Apache-2.0
+oslosphinx>=2.5.0  # Apache-2.0
+oslotest>=1.5.1  # Apache-2.0
+oslo.messaging>=1.8.0  # Apache-2.0
+requests-mock>=0.6.0  # Apache-2.0





More information about the OpenStack-dev mailing list