[release-announce] swift 2.23.1 (train)

no-reply at openstack.org no-reply at openstack.org
Tue Oct 22 19:53:34 UTC 2019


We are pleased to announce the release of:

swift 2.23.1: OpenStack Object Storage

This release is part of the train stable release series.

The source is available from:

    https://opendev.org/openstack/swift

Download the package from:

    https://tarballs.openstack.org/null/

Please report issues through:

    https://bugs.launchpad.net/swift/+bugs

For more details, please see below.

2.23.1
^^^^^^

Bug Fixes

* On Python 3, the KMS keymaster now works with secrets stored in
  Barbican with a "text/plain" payload-content-type.

* Several utility scripts now work better on Python 3:

  * "swift-account-audit"

  * "swift-dispersion-populate"

  * "swift-drive-recon"

  * "swift-recon"

Changes in swift 2.23.0..2.23.1
-------------------------------

4e05fa832 CHANGELOG for 2.23.1
dd9f5747c py3: fix swift-account-audit
c48f33f2f py3: Fix swift-recon
203f13163 py3: fix swift-dispersion-populate
dd5165894 Fix kms_keymaster under Python 3
bcb201667 py3: Fix swift-drive-audit
59f580fa6 Imported Translations from Zanata
a0e3cc830 Imported Translations from Zanata
48ec78bdc Update TOX/UPPER_CONSTRAINTS_FILE for stable/train
ff1f99a86 Update .gitreview for stable/train


Diffstat (except docs and test files)
-------------------------------------

.gitreview                                         |    1 +
CHANGELOG                                          |   16 +
bin/swift-account-audit                            |    6 +-
bin/swift-dispersion-populate                      |    6 +-
bin/swift-drive-audit                              |   17 +-
etc/drive-audit.conf-sample                        |    4 +
.../notes/2_23_1_release-a2ce9e7092f28dbe.yaml     |   16 +
.../locale/en_GB/LC_MESSAGES/releasenotes.po       | 1447 --------------------
.../source/locale/ja/LC_MESSAGES/releasenotes.po   | 1351 ------------------
.../locale/ko_KR/LC_MESSAGES/releasenotes.po       |   75 -
swift/cli/recon.py                                 |    2 +
swift/common/middleware/crypto/keymaster.py        |    4 +
swift/common/middleware/crypto/kms_keymaster.py    |    5 +-
swift/locale/de/LC_MESSAGES/swift.po               |  278 +++-
swift/locale/en_GB/LC_MESSAGES/swift.po            |   84 +-
swift/locale/es/LC_MESSAGES/swift.po               |   77 +-
swift/locale/fr/LC_MESSAGES/swift.po               |   75 +-
swift/locale/it/LC_MESSAGES/swift.po               |   77 +-
swift/locale/ja/LC_MESSAGES/swift.po               |   77 +-
swift/locale/ko_KR/LC_MESSAGES/swift.po            |  178 ++-
swift/locale/pt_BR/LC_MESSAGES/swift.po            |   72 +-
swift/locale/ru/LC_MESSAGES/swift.po               |   74 +-
swift/locale/tr_TR/LC_MESSAGES/swift.po            |   71 +-
swift/locale/zh_CN/LC_MESSAGES/swift.po            |   71 +-
swift/locale/zh_TW/LC_MESSAGES/swift.po            |   71 +-
.../common/middleware/crypto/test_kms_keymaster.py |   11 +-
tox.ini                                            |    2 +-
27 files changed, 404 insertions(+), 3764 deletions(-)







More information about the Release-announce mailing list