From a11649d4df5655329b47c02accd35ed95c948633 Mon Sep 17 00:00:00 2001 From: Erno Kuvaja Date: Fri, 7 Jun 2019 12:01:52 +0100 Subject: [PATCH] Add 0.29.1 releasenotes Change-Id: Idbb1f8e7f4185d182c9f10ce6c7ea808a15f77c2 --- .../notes/0.29.1-notes-ded2a1d473a306c7.yaml | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 releasenotes/notes/0.29.1-notes-ded2a1d473a306c7.yaml 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 00000000..72525577 --- /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