Add 0.29.1 releasenotes

Change-Id: Idbb1f8e7f4185d182c9f10ce6c7ea808a15f77c2
This commit is contained in:
Erno Kuvaja 2019-06-07 12:01:52 +01:00
parent f2a12d39b5
commit a11649d4df
1 changed files with 17 additions and 0 deletions

View File

@ -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