[release][oslo] oslo.middleware release 2.6.0 (liberty)
We are amped to announce the release of: oslo.middleware 2.6.0: Oslo Middleware library This release is part of the liberty 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.6.0 Please report issues through launchpad: http://bugs.launchpad.net/oslo.middleware Changes in oslo.middleware 2.5.0..2.6.0 --------------------------------------- e458a3f Do not dump HealthcheckResult class source 728a2f9 Updated from global requirements 1441de4 Renamed latent_configuration to _latent_configuration. 3fbb595 Added latent properties to CORS middleware. c851c9c Declare some methods static 41ac7ae Allow to get option from paste-deploy e744501 Remove usage of oslo.config global d65a8f0 Imported Translations from Transifex e618f94 Updated from global requirements Diffstat (except docs and test files) ------------------------------------- .../de/LC_MESSAGES/oslo.middleware-log-error.po | 4 +- .../locale/de/LC_MESSAGES/oslo.middleware.po | 4 +- .../en_GB/LC_MESSAGES/oslo.middleware-log-error.po | 4 +- .../locale/en_GB/LC_MESSAGES/oslo.middleware.po | 4 +- .../fr/LC_MESSAGES/oslo.middleware-log-error.po | 4 +- .../locale/fr/LC_MESSAGES/oslo.middleware.po | 4 +- oslo_middleware/base.py | 45 +++++- oslo_middleware/cors.py | 159 +++++++++++++-------- oslo_middleware/healthcheck/__init__.py | 10 -- oslo_middleware/healthcheck/pluginbase.py | 2 +- oslo_middleware/sizelimit.py | 10 +- oslo_middleware/ssl.py | 12 +- requirements.txt | 4 +- test-requirements.txt | 2 +- 22 files changed, 367 insertions(+), 119 deletions(-) Requirements updates -------------------- diff --git a/requirements.txt b/requirements.txt index d1a4b94..1d4091e 100644 --- a/requirements.txt +++ b/requirements.txt @@ -5 +5 @@ -pbr<2.0,>=1.3 +pbr<2.0,>=1.4 @@ -7 +7 @@ Babel>=1.3 -oslo.config>=1.11.0 # Apache-2.0 +oslo.config>=2.1.0 # Apache-2.0 diff --git a/test-requirements.txt b/test-requirements.txt index 9db8430..0270deb 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -9 +9 @@ oslosphinx>=2.5.0 # Apache-2.0 -oslotest>=1.9.0 # Apache-2.0 +oslotest>=1.10.0 # Apache-2.0
participants (1)
-
davanum@gmail.com