From: David Galloway Date: Mon, 15 Mar 2021 17:47:46 +0000 (-0400) Subject: doc: 14.2.18 Release Notes X-Git-Tag: v17.1.0~2517^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=ff553164be5fc4b38cc8c783d7ab23dbe2dd26bf;p=ceph.git doc: 14.2.18 Release Notes Signed-off-by: David Galloway --- diff --git a/doc/releases/nautilus.rst b/doc/releases/nautilus.rst index d598d30fd93..616ae267d0b 100644 --- a/doc/releases/nautilus.rst +++ b/doc/releases/nautilus.rst @@ -1,3 +1,24 @@ +v14.2.18 Nautilus +================= + +This is the 18th backport release in the Nautilus series. It fixes a regression +introduced in 14.2.17 in which the manager module tries to use a couple python +modules that do not exist in some environments. We recommend users to +update to this release. + +Notable Changes +--------------- + +* This release fixes issues loading the dashboard and volumes manager + modules in some environments. + +Changelog +--------- +* nautilus: .github: add workflow for adding labels and milestone (`pr#39926 `_, Kefu Chai, Ernesto Puerta) +* nautilus: mgr/dashboard: Python2 Cookie module import fails on Python3 (`pr#40116 `_, Volker Theile) +* nautilus: mgr/volumes: don't require typing (`pr#40095 `_, Josh Durgin) +* nautilus: qa/suites/krbd: address recent issues caused by newer kernels (`pr#40064 `_, Ilya Dryomov) + v14.2.17 Nautilus =================