We are happy to announce the release of: swift 2.33.1 This release is part of the caracal release series. The source is available from: https://opendev.org/openstack/swift Download the package from: https://tarballs.openstack.org/swift/ Please report issues through: https://bugs.launchpad.net/swift/+bugs For more details, please see below. 2.33.1 ^^^^^^ Bug Fixes * Removed the use of "eval" in the xprofile middleware. Note that this middleware is only intended for development purposes and is not intended for use in production systems. * Fixed "Content-Type" and "Content-Length" headers in account and container "HEAD" responses (with eventlet>=0.38.0). Changes in swift 2.33.0..2.33.1 ------------------------------- d6a5b7978 CHANGELOG for 2.33.1 fac2e759b docs: Call out that xprofile is not intended for production 18b0df30b xprofile: Stop using eval() e0818f55b Ensure correct content-type in container HEAD response 85d839784 [stable-only] CI: Remove some old rolling-upgrade jobs 4a89cafc1 CI: Move off CentOS 8 46aabac09 Update TOX_CONSTRAINTS_FILE for stable/2024.1 24633bda2 Update .gitreview for stable/2024.1 Diffstat (except docs and test files) ------------------------------------- .gitreview | 1 + .zuul.yaml | 59 ++++++-------- CHANGELOG | 10 +++ bandit.yaml | 2 +- etc/account-server.conf-sample | 3 +- etc/container-server.conf-sample | 3 +- etc/object-server.conf-sample | 3 +- etc/proxy-server.conf-sample | 1 + .../notes/release-2.33.1-d81e097504cd5917.yaml | 10 +++ swift/common/middleware/listing_formats.py | 64 +++++++--------- swift/common/middleware/x_profile/html_viewer.py | 2 +- swift/common/middleware/xprofile.py | 5 ++ test/functional/test_account.py | 41 +++++++++- test/functional/test_container.py | 66 +++++++++++++++- .../unit/common/middleware/test_listing_formats.py | 89 ++++++++++++++++++++-- test/unit/common/middleware/test_xprofile.py | 19 +++++ tools/playbooks/common/install_dependencies.yaml | 4 +- tools/playbooks/cors/install_selenium.yaml | 2 +- tox.ini | 6 +- 19 files changed, 294 insertions(+), 96 deletions(-)
participants (1)
-
no-reply@openstack.org