oslo.middleware 6.0.0 (caracal)
We are pumped to announce the release of: oslo.middleware 6.0.0: Oslo Middleware library This release is part of the caracal release series. The source is available from: https://opendev.org/openstack/oslo.middleware Download the package from: https://pypi.org/project/oslo.middleware Please report issues through: https://bugs.launchpad.net/oslo.middleware/+bugs For more details, please see below. 6.0.0 ^^^^^ New Features ************ * The new "[healthcheck] allowed_source_ranges" parameter has been added. This parameter defines a list of network ranges from which access to "/healthcheck" endpoint is allowed. Upgrade Notes ************* * The "olso.middleware" package has been removed. This package was earlier deprecated to be replaced by the "oslo_middleware" package. Deprecation Notes ***************** * The SSL middleware has been removed. It was deprecated in favor of the HTTPProxyToWSGI middleware. Changes in oslo.middleware 5.2.0..6.0.0 --------------------------------------- 67b9c23 Remove deprecated SSLMiddleware 77b69a3 Remove oslo namespace package (again) 5ee9168 Imported Translations from Zanata e122c1e Update master for stable/2023.2 9ce08a6 healthcheck: Limit source IP range Diffstat (except docs and test files) ------------------------------------- oslo/__init__.py | 13 ----- oslo/middleware/__init__.py | 52 -------------------- oslo_middleware/__init__.py | 4 +- oslo_middleware/healthcheck/__init__.py | 15 ++++++ oslo_middleware/healthcheck/opts.py | 5 ++ oslo_middleware/opts.py | 27 ---------- oslo_middleware/ssl.py | 45 ----------------- ...eck-allowed_source_ranges-9cbaf89f65914851.yaml | 6 +++ .../remove-oslo-namespace-b0f050f074d12aff.yaml | 5 ++ .../remove-ssl-middleware-0ce922b05f83c447.yaml | 5 ++ releasenotes/source/2023.2.rst | 6 +++ releasenotes/source/index.rst | 1 + .../locale/en_GB/LC_MESSAGES/releasenotes.po | 7 ++- setup.cfg | 2 - 18 files changed, 67 insertions(+), 208 deletions(-)
participants (1)
-
no-reply@openstack.org