From 1a431d5c20a99d8797973de12b9a9b24a3600df5 Mon Sep 17 00:00:00 2001 From: Takashi Kajinami Date: Wed, 23 Sep 2020 11:54:46 +0900 Subject: [PATCH] Add release note for 6.0.0 Change-Id: I0cfd4a1a5c9921bc7e2e35e834e4e19b5d13a3d4 --- releasenotes/notes/6_0_0-f26584da5a4a5769.yaml | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 releasenotes/notes/6_0_0-f26584da5a4a5769.yaml diff --git a/releasenotes/notes/6_0_0-f26584da5a4a5769.yaml b/releasenotes/notes/6_0_0-f26584da5a4a5769.yaml new file mode 100644 index 00000000..1dfb0f9d --- /dev/null +++ b/releasenotes/notes/6_0_0-f26584da5a4a5769.yaml @@ -0,0 +1,14 @@ +--- +prelude: > + In this cycle, Storlets includes some fixes to improve its stability. + +features: + - | + Now Storlets supports Python 3.8 to run server side modules like middleware + and gateway, as well as agent processes in containers. + +other: + - | + In this cycle Storlets still supports Python 2.7 because OpenStack Swift + still supports Python 2.7 as its runtime. This support will be droppend + once Swift drops its Python 2.7 support.