oslo.middleware 6.1.0 (caracal)
We are amped to announce the release of: oslo.middleware 6.1.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.1.0 ^^^^^ New Features * The new "[healthcheck] ignore_proxied_requests" option has been added. When this option is set to true, the healthcheck middleware ignores requests with any of the following headers, which indicates that the requests came through a reverse proxy or a load balancer. * "x-forwarded" * "x-forwarded-proto" * "x-forwarded-host" * "x-forwarded-for" * "x-forwarded-prefix" Changes in oslo.middleware 6.0.0..6.1.0 --------------------------------------- 35a46b3 reno: Update master for unmaintained/yoga b880f0b Bump hacking 58b4350 Update python classifier in setup.cfg 25f91a7 healthcheck: Ignore proxied requests Diffstat (except docs and test files) ------------------------------------- .pre-commit-config.yaml | 2 +- oslo_middleware/healthcheck/__init__.py | 9 ++++++ oslo_middleware/healthcheck/opts.py | 3 ++ ...k-ignore_proxied_requests-d04d1661bd687bc6.yaml | 13 +++++++++ releasenotes/source/yoga.rst | 2 +- requirements.txt | 4 --- setup.cfg | 1 + test-requirements.txt | 6 +--- 9 files changed, 61 insertions(+), 13 deletions(-) Requirements updates -------------------- diff --git a/requirements.txt b/requirements.txt index baa1d01..1b3f2cc 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +0,0 @@ -# The order of packages is significant, because pip processes them in the order -# of appearance. Changing the order has an impact on the overall integration -# process, which may cause wedges in the gate later. - diff --git a/test-requirements.txt b/test-requirements.txt index ffee9a5..a9750e4 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -1,4 +0,0 @@ -# The order of packages is significant, because pip processes them in the order -# of appearance. Changing the order has an impact on the overall integration -# process, which may cause wedges in the gate later. - @@ -6 +2 @@ fixtures>=3.0.0 # Apache-2.0/BSD -hacking>=3.0.1,<3.1.0 # Apache-2.0 +hacking>=6.1.0,<6.2.0 # Apache-2.0
participants (1)
-
no-reply@openstack.org