We are overjoyed to announce the release of: swift 2.32.1 This release is part of the bobcat 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. Changes in swift 2.32.0..2.32.1 ------------------------------- 1cc23d54b docs: Call out that xprofile is not intended for production 0236ddaef xprofile: Stop using eval() b47d0cf53 Ensure correct content-type in container HEAD response 0de976cf5 [stable-only] CI: Remove some old rolling-upgrade jobs 0ad40ea1a CI: Move off CentOS 8 e39fd8b84 CI: fix rolling-upgrade jobs ce1e641e3 CI: Remove centos-7 jobs d0ce5821c debug_logger: ensure NOTICE level is registered e01b28b48 Update TOX_CONSTRAINTS_FILE for stable/2023.2 468306d4f Update .gitreview for stable/2023.2 Diffstat (except docs and test files) ------------------------------------- .gitreview | 1 + .zuul.yaml | 125 ++++----------------- 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 + swift/common/middleware/listing_formats.py | 64 +++++------ swift/common/middleware/x_profile/html_viewer.py | 2 +- swift/common/middleware/xprofile.py | 5 + test/debug_logger.py | 3 + 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 | 29 +---- tools/playbooks/cors/install_selenium.yaml | 8 +- tools/test-setup.sh | 12 -- tox.ini | 6 +- 19 files changed, 288 insertions(+), 194 deletions(-)
participants (1)
-
no-reply@openstack.org