[oslo] oslo.middleware 3.28.0 (pike)
We are stoked to announce the release of: oslo.middleware 3.28.0: Oslo Middleware library This release is part of the pike release series. The source is available from: https://git.openstack.org/cgit/openstack/oslo.middleware Download the package from: https://pypi.python.org/pypi/oslo.middleware Please report issues through launchpad: https://bugs.launchpad.net/oslo.middleware For more details, please see below. Changes in oslo.middleware 3.27.0..3.28.0 ----------------------------------------- 9ae8bb8 Updated from global requirements 3f4b6bd Updated from global requirements 6a28ca2 Remove usage of parameter enforce_type ac68f40 Updated from global requirements Diffstat (except docs and test files) ------------------------------------- oslo_middleware/base.py | 3 +-- oslo_middleware/healthcheck/pluginbase.py | 3 +-- requirements.txt | 4 ++-- test-requirements.txt | 2 +- 6 files changed, 8 insertions(+), 12 deletions(-) Requirements updates -------------------- diff --git a/requirements.txt b/requirements.txt index 39cda6a..3be4459 100644 --- a/requirements.txt +++ b/requirements.txt @@ -7,2 +7,2 @@ Jinja2!=2.9.0,!=2.9.1,!=2.9.2,!=2.9.3,!=2.9.4,>=2.8 # BSD License (3 clause) -oslo.config>=3.22.0 # Apache-2.0 -oslo.context>=2.12.0 # Apache-2.0 +oslo.config>=4.0.0 # Apache-2.0 +oslo.context>=2.14.0 # Apache-2.0 diff --git a/test-requirements.txt b/test-requirements.txt index 7f665ad..d51ef3c 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -13 +13 @@ coverage!=4.4,>=4.0 # Apache-2.0 -reno>=1.8.0 # Apache-2.0 +reno!=2.3.1,>=1.8.0 # Apache-2.0
participants (1)
-
no-reply@openstack.org