summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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``