[release][oslo] oslo.middleware release 2.9.0 (mitaka)
We are satisfied to announce the release of: oslo.middleware 2.9.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.9.0 Please report issues through launchpad: http://bugs.launchpad.net/oslo.middleware Changes in oslo.middleware 2.8.0..2.9.0 --------------------------------------- 1c72e18 Fix coverage configuration and execution f78f408 No need for Oslo Incubator Sync 67ec676 ssl: deprecated in favor of http_proxy_to_wsgi 89b11a1 Introduce HTTP Proxy to WSGI middleware 30e2e86 Imported Translations from Zanata de3f58b Fix string formatting 8cb4db9 Fix typos in docstring 449089a Include changelog/history in docs c0ef63b Add shields.io version/downloads links/badges into README.rst 0f1e084 Change ignore-errors to ignore_errors 5b085f5 Fix the home-page in setup.cfg with Oslo wiki page 907105d Add plugin doco generated with stevedore.sphinxext cc45773 Avoid any body when request is a HEAD request e787370 Further improve the healthcheck output ccff90e Allow the healthcheck middleware to provide more detailed responses 607c5d9 Updated from global requirements f6f8fba Imported Translations from Zanata 6b949cd cors: fix wildcard in actual request 7257d5a cors: fix filter with oslo_config_project is set Diffstat (except docs and test files) ------------------------------------- .coveragerc | 7 +- .gitignore | 3 +- README.rst | 8 + openstack-common.conf | 7 - .../locale/de/LC_MESSAGES/oslo.middleware.po | 10 +- .../en_GB/LC_MESSAGES/oslo.middleware-log-error.po | 10 +- .../locale/en_GB/LC_MESSAGES/oslo.middleware.po | 10 +- .../locale/fr/LC_MESSAGES/oslo.middleware.po | 10 +- .../locale/oslo.middleware-log-critical.pot | 6 +- .../locale/oslo.middleware-log-error.pot | 6 +- .../locale/oslo.middleware-log-info.pot | 6 +- .../locale/oslo.middleware-log-warning.pot | 6 +- oslo.middleware/locale/oslo.middleware.pot | 8 +- oslo_middleware/catch_errors.py | 2 +- oslo_middleware/cors.py | 53 ++-- oslo_middleware/healthcheck/__init__.py | 285 +++++++++++++++++++-- oslo_middleware/http_proxy_to_wsgi.py | 70 +++++ oslo_middleware/opts.py | 10 +- oslo_middleware/ssl.py | 7 +- requirements.txt | 6 +- setup.cfg | 2 +- setup.py | 2 +- tox.ini | 4 +- 30 files changed, 615 insertions(+), 95 deletions(-) Requirements updates -------------------- diff --git a/requirements.txt b/requirements.txt index ecab230..d2dba26 100644 --- a/requirements.txt +++ b/requirements.txt @@ -5 +5 @@ -pbr<2.0,>=1.6 +pbr>=1.6 @@ -6,0 +7,2 @@ Babel>=1.3 +Jinja2>=2.6 # BSD License (3 clause) +ordereddict @@ -9,0 +12 @@ oslo.i18n>=1.5.0 # Apache-2.0 +oslo.utils>=2.0.0 # Apache-2.0 @@ -12,0 +16 @@ WebOb>=1.2.3 +debtcollector>=0.3.0 # Apache-2.0
participants (1)
-
davanum@gmail.com