CHANGELOG for 2.23.1

Change-Id: If3ead999bff21dff6d0a46af2e92b15fbe7b4958
This commit is contained in:
Tim Burke 2019-10-15 21:51:58 -07:00
parent fe5433da3c
commit 4e05fa832a
2 changed files with 32 additions and 0 deletions

View File

@ -1,3 +1,19 @@
swift (2.23.1, train stable backports)
* 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
swift (2.23.0, OpenStack Train)
* Python 3.6 and 3.7 are now fully supported. Several py3-related

View File

@ -0,0 +1,16 @@
---
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``