From: Nathan Cutler Date: Thu, 5 Dec 2019 17:51:37 +0000 (+0100) Subject: doc/releases: add release notes for mimic v13.2.8 X-Git-Tag: v15.1.0~510^2~1 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=3abc3b2b985ce4bdf1b253979a2cbc8ab2d88c54;p=ceph-ci.git doc/releases: add release notes for mimic v13.2.8 Signed-off-by: Nathan Cutler --- diff --git a/doc/releases/mimic.rst b/doc/releases/mimic.rst index 39f9dcf6fe2..79ce8c8f4a9 100644 --- a/doc/releases/mimic.rst +++ b/doc/releases/mimic.rst @@ -1,3 +1,26 @@ +v13.2.8 Mimic +============= + +This is the eighth release in the Ceph Mimic stable release series. Its sole +purpose is to fix a regression that found its way into the previous release. + +Notable Changes +--------------- + +* Due to a missed backport, clusters in the process of being upgraded from + 13.2.6 to 13.2.7 might suffer an OSD crash in build_incremental_map_msg. + This regression was reported in https://tracker.ceph.com/issues/43106 + and is fixed in 13.2.8 (this release). Users of 13.2.6 can upgrade to 13.2.8 + directly - i.e., skip 13.2.7 - to avoid this. + +Changelog +--------- + +* osd: fix sending incremental map messages (more) (`issue#43106 `_, `pr#32000 `_, Sage Weil) +* tests: added missing point release versions (`pr#32087 `_, Yuri Weinstein) +* tests: rgw: add missing force-branch: ceph-mimic for swift tasks (`pr#32033 `_, Casey Bodley) + + v13.2.7 Mimic =============