summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPierre Riteau <pierre@stackhpc.com>2021-01-06 16:12:24 +0100
committerTim Burke <tim.burke@gmail.com>2021-01-07 10:27:28 -0800
commit1cf6dcd5fe9a4fea3b02ee80316d7447130f8e14 (patch)
treedb1af03bd3444d3c5a096ccae0bff60bd8c47399
parente1c05cffbe980807f170731028ca1a007fcc6f10 (diff)
downloadpython-swiftclient-1cf6dcd5fe9a4fea3b02ee80316d7447130f8e14.tar.gz
Add release note for 3.9.1
Change-Id: Icb289d3fe5b01e08e5636371175cce55a61d2d98
-rw-r--r--AUTHORS2
-rw-r--r--ChangeLog6
-rw-r--r--releasenotes/notes/3_9_1_release-ef242d7bedf3aa8b.yaml8
3 files changed, 16 insertions, 0 deletions
diff --git a/AUTHORS b/AUTHORS
index 165e9d0..6631477 100644
--- a/AUTHORS
+++ b/AUTHORS
@@ -54,6 +54,7 @@ Hiroshi Miura (miurahr@nttdata.co.jp)
howardlee (lihongweibj@inspur.com)
Hu Bing (hubingsh@cn.ibm.com)
Ian Cordasco (ian.cordasco@rackspace.com)
+Ivan Kolodyazhny (e0ne@e0ne.info)
jacky06 (zhang.min@99cloud.net)
Jaivish Kothari (jaivish.kothari@nectechnologies.in)
Jakub Krajcovic (jakub.krajcovic@gmail.com)
@@ -107,6 +108,7 @@ pengyuesheng (pengyuesheng@gohighsec.com)
Pete Zaitcev (zaitcev@kotori.zaitcev.us)
Peter Lisak (peter.lisak@firma.seznam.cz)
Petr Kovar (pkovar@redhat.com)
+Pierre Riteau (pierre@stackhpc.com)
Pradeep Kumar Singh (pradeep.singh@nectechnologies.in)
Pratik Mallya (pratik.mallya@gmail.com)
qingszhao (zhao.daqing@99cloud.net)
diff --git a/ChangeLog b/ChangeLog
index cecee2d..8d0b1e5 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+3.9.1
+-----
+
+* Fixed capability endpoint discovery when there's a URL prefix for the
+ Swift endpoint, such as may be done with Ceph and radosgw.
+
3.9.0
-----
diff --git a/releasenotes/notes/3_9_1_release-ef242d7bedf3aa8b.yaml b/releasenotes/notes/3_9_1_release-ef242d7bedf3aa8b.yaml
new file mode 100644
index 0000000..e296b36
--- /dev/null
+++ b/releasenotes/notes/3_9_1_release-ef242d7bedf3aa8b.yaml
@@ -0,0 +1,8 @@
+---
+fixes:
+ - |
+ Fixed discovery of activated capabilities against Ceph Object Gateway. It
+ prevented users from creating containers via Horizon. See bugs
+ `1712358 <https://bugs.launchpad.net/python-swiftclient/+bug/1712358>`__
+ and `1880188 <https://bugs.launchpad.net/horizon/+bug/1880188>`__ for more
+ details.