summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Burke <tim.burke@gmail.com>2019-10-15 21:51:58 -0700
committerTim Burke <tim.burke@gmail.com>2019-10-17 10:16:13 -0700
commit4e05fa832a48db113386b40be7ccacfe73bfbcc6 (patch)
tree21c55862aed40306a89087c67b767a9e8ba15d52
parentfe5433da3c152c9463e66efe389b0393b43061c6 (diff)
downloadswift-2.23.1.tar.gz
CHANGELOG for 2.23.12.23.1
Change-Id: If3ead999bff21dff6d0a46af2e92b15fbe7b4958
-rw-r--r--CHANGELOG16
-rw-r--r--releasenotes/notes/2_23_1_release-a2ce9e7092f28dbe.yaml16
2 files changed, 32 insertions, 0 deletions
diff --git a/CHANGELOG b/CHANGELOG
index a47c9ca5a..6a9e97a0d 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -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``