[openstack-announce] [release][oslo] oslo.middleware release 2.11.0 (mitaka)
davanum at gmail.com
davanum at gmail.com
Mon Nov 16 20:40:54 UTC 2015
We are overjoyed to announce the release of:
oslo.middleware 2.11.0: Oslo Middleware library
This release is part of the mitaka release series.
With source available at:
http://git.openstack.org/cgit/openstack/oslo.middleware
With package available at:
https://pypi.python.org/pypi/oslo.middleware
For more details, please see the git log history below and:
http://launchpad.net/oslo.middleware/+milestone/2.11.0
Please report issues through launchpad:
http://bugs.launchpad.net/oslo.middleware
Changes in oslo.middleware 2.10.0..2.11.0
-----------------------------------------
e11c08e add missing shortcut for HTTPProxyToWSGI middleware
b4ad4f9 Revert "Add 'X-Auth-Token' default header to CORS middleware"
6c58c6c Updated from global requirements
2f8c741 Imported Translations from Zanata
ff3cfe0 Add a disabled by ports -> files healthcheck plugin
562173a Add 'X-Auth-Token' default header to CORS middleware
4503d21 Updated from global requirements
Diffstat (except docs and test files)
-------------------------------------
.../de/LC_MESSAGES/oslo.middleware-log-error.po | 13 +++---
.../locale/de/LC_MESSAGES/oslo.middleware.po | 7 ++-
.../en_GB/LC_MESSAGES/oslo.middleware-log-error.po | 9 ++--
.../locale/en_GB/LC_MESSAGES/oslo.middleware.po | 7 ++-
.../fr/LC_MESSAGES/oslo.middleware-log-error.po | 11 +++--
.../locale/fr/LC_MESSAGES/oslo.middleware.po | 7 ++-
.../locale/oslo.middleware-log-critical.pot | 20 --------
.../locale/oslo.middleware-log-info.pot | 20 --------
oslo_middleware/__init__.py | 2 +
oslo_middleware/healthcheck/__init__.py | 3 +-
oslo_middleware/healthcheck/disable_by_file.py | 53 +++++++++++++++++++++-
oslo_middleware/healthcheck/pluginbase.py | 2 +-
oslo_middleware/http_proxy_to_wsgi.py | 9 +++-
requirements.txt | 4 +-
setup.cfg | 1 +
17 files changed, 141 insertions(+), 79 deletions(-)
Requirements updates
--------------------
diff --git a/requirements.txt b/requirements.txt
index e351493..464eb56 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -9 +9 @@ ordereddict
-oslo.config>=2.3.0 # Apache-2.0
+oslo.config>=2.6.0 # Apache-2.0
@@ -12 +12 @@ oslo.i18n>=1.5.0 # Apache-2.0
-oslo.utils>=2.4.0 # Apache-2.0
+oslo.utils!=2.6.0,>=2.4.0 # Apache-2.0
More information about the OpenStack-announce
mailing list