diff options
-rw-r--r-- | CHANGELOG | 16 | ||||
-rw-r--r-- | releasenotes/notes/2_23_1_release-a2ce9e7092f28dbe.yaml | 16 |
2 files changed, 32 insertions, 0 deletions
@@ -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 diff --git a/releasenotes/notes/2_23_1_release-a2ce9e7092f28dbe.yaml b/releasenotes/notes/2_23_1_release-a2ce9e7092f28dbe.yaml new file mode 100644 index 000000000..8b1b27dd7 --- /dev/null +++ b/releasenotes/notes/2_23_1_release-a2ce9e7092f28dbe.yaml @@ -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`` |