[release-announce] swift 2.17.1 (queens)
no-reply at openstack.org
no-reply at openstack.org
Mon Feb 25 16:23:24 UTC 2019
We are happy to announce the release of:
swift 2.17.1: OpenStack Object Storage
This release is part of the queens stable release series.
Download the package from:
https://tarballs.openstack.org/swift/
For more details, please see below.
2.17.1
^^^^^^
Bug Fixes
* Fix SLO delete for accounts with non-ASCII names.
* Fixed an issue in COPY where concurrent requests may have copied
the wrong data.
* Fixed a bug in how Swift uses eventlet that was exposed under high
concurrency.
Changes in swift 2.17.0..2.17.1
-------------------------------
ecbf74f changelog for queens backports
8eba4f8 Use eventlet.patcher.original to get Python select module in get_hub
c5524ae copy: Stop hanging per-request data on middleware instance
b38a303 Move legacy-swift-dsvm-functional job in-tree
6633fe9 Attempt to fix pep8
76328c9 import zuul job settings from project-config
207522a Fix SLO delete for accounts with non-ASCII names.
e2cfc98 py36: Fix test_get_logger_sysloghandler_plumbing
1c3f036 Deprecate auth_uri option
caeeb54 Imported Translations from Zanata
bd4b3c5 Fix flakey test_check_delete_headers_sets_delete_at
3d12a10 Move eventlet patch before call to loadapp
f482904 Update install-guide URLs to point to stable/queens
693673b Update UPPER_CONSTRAINTS_FILE for stable/queens
700a675 Update .gitreview for stable/queens
Diffstat (except docs and test files)
-------------------------------------
.gitreview | 1 +
.zuul.yaml | 111 ++-
CHANGELOG | 10 +
bandit.yaml | 2 +-
.../finalize-installation-ubuntu-debian.rst | 2 +-
.../install/storage-install-ubuntu-debian.rst | 6 +-
etc/keymaster.conf-sample | 2 +-
etc/proxy-server.conf-sample | 2 +-
.../notes/2_17_1_release-dd6e6879cbb94f85.yaml | 11 +
.../locale/en_GB/LC_MESSAGES/releasenotes.po | 961 --------------------
.../source/locale/ja/LC_MESSAGES/releasenotes.po | 986 ---------------------
swift/common/middleware/copy.py | 21 +-
swift/common/middleware/slo.py | 4 +-
swift/common/utils.py | 11 +-
swift/common/wsgi.py | 4 +-
swift/locale/en_GB/LC_MESSAGES/swift.po | 10 +-
swift/locale/es/LC_MESSAGES/swift.po | 9 +-
swift/locale/ja/LC_MESSAGES/swift.po | 114 ++-
swift/locale/ko_KR/LC_MESSAGES/swift.po | 6 +-
swift/locale/pt_BR/LC_MESSAGES/swift.po | 6 +-
swift/locale/tr_TR/LC_MESSAGES/swift.po | 6 +-
swift/locale/zh_CN/LC_MESSAGES/swift.po | 6 +-
swift/locale/zh_TW/LC_MESSAGES/swift.po | 6 +-
test/unit/common/middleware/test_slo.py | 40 +
test/unit/common/test_constraints.py | 18 +-
test/unit/common/test_utils.py | 42 +-
test/unit/common/test_wsgi.py | 29 +-
tools/playbooks/dsvm/post.yaml | 4 +
tools/playbooks/dsvm/pre.yaml | 9 +
tools/playbooks/dsvm/run.yaml | 11 +
tox.ini | 2 +-
39 files changed, 431 insertions(+), 2043 deletions(-)
More information about the Release-announce
mailing list