diff options
author | Tim Burke <tim.burke@gmail.com> | 2019-10-15 21:51:58 -0700 |
---|---|---|
committer | Tim Burke <tim.burke@gmail.com> | 2019-10-17 10:16:13 -0700 |
commit | 4e05fa832a48db113386b40be7ccacfe73bfbcc6 (patch) | |
tree | 21c55862aed40306a89087c67b767a9e8ba15d52 | |
parent | fe5433da3c152c9463e66efe389b0393b43061c6 (diff) | |
download | swift-2.23.1.tar.gz |
CHANGELOG for 2.23.12.23.1
Change-Id: If3ead999bff21dff6d0a46af2e92b15fbe7b4958
-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`` |