summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorErno Kuvaja <jokke@usr.fi>2019-06-07 12:01:52 +0100
committerErno Kuvaja <jokke@usr.fi>2019-06-07 12:01:52 +0100
commita11649d4df5655329b47c02accd35ed95c948633 (patch)
treefd46539741fdaa85c54c847fbdd3040080c42db5
parentf2a12d39b59620e020bd5eb06985af184fb5d5c0 (diff)
downloadglance_store-0.29.1.tar.gz
Add 0.29.1 releasenotes0.29.1
Change-Id: Idbb1f8e7f4185d182c9f10ce6c7ea808a15f77c2
-rw-r--r--releasenotes/notes/0.29.1-notes-ded2a1d473a306c7.yaml17
1 files changed, 17 insertions, 0 deletions
diff --git a/releasenotes/notes/0.29.1-notes-ded2a1d473a306c7.yaml b/releasenotes/notes/0.29.1-notes-ded2a1d473a306c7.yaml
new file mode 100644
index 0000000..7252557
--- /dev/null
+++ b/releasenotes/notes/0.29.1-notes-ded2a1d473a306c7.yaml
@@ -0,0 +1,17 @@
+---
+critical:
+ - |
+ glance_store 0.29.0 was released with backwards incompatible changes.
+ There was no corresponding releasenote to mention this. 0.29.1 has
+ reverted said change which will be included to 1.0.0 release later
+ on the cycle.
+fixes:
+ - |
+ Following bugs were fixed and included after 0.28.0 release:
+ * Bug 1824533_: Do not include ETag when puting manifest in chunked uploads
+ * Bug 1818915_: Python3: Fix return type on CooperativeReader.read
+ * Bug 1805332_: Prevent unicode object error from zero-byte read
+
+ .. _1824533: https://code.launchpad.net/bugs/1824533
+ .. _1818915: https://code.launchpad.net/bugs/1818915
+ .. _1805332: https://code.launchpad.net/bugs/1805332