We are psyched to announce the release of: swift 2.34.1 This release is part of the dalmatian 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.34.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.34.0..2.34.1 ------------------------------- 5f776b6ee CHANGELOG for 2.34.1 9cd675716 [stable-only] Fix rolling-upgrade jobs 1534385bc docs: Call out that xprofile is not intended for production cc891359c xprofile: Stop using eval() 01edf32b8 Ensure correct content-type in container HEAD response 27503ac2d CI: Include --domain in more openstack commands 45e746f51 Update TOX_CONSTRAINTS_FILE for stable/2024.2 c1973ff7a Update .gitreview for stable/2024.2 Diffstat (except docs and test files) ------------------------------------- .gitreview | 1 + .zuul.yaml | 4 +- CHANGELOG | 10 +++ bandit.yaml | 2 +- etc/account-server.conf-sample | 3 +- etc/container-server.conf-sample | 3 +- etc/object-server.conf-sample | 5 +- etc/proxy-server.conf-sample | 1 + .../notes/release-2.34.1-717c46d49e306420.yaml | 10 +++ roles/additional-keystone-users/tasks/main.yaml | 4 +- 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 +++++ tox.ini | 6 +- 18 files changed, 274 insertions(+), 61 deletions(-)
participants (1)
-
no-reply@openstack.org