From d4f01a76ae008c6955b3e70308d3ac712e0d5d39 Mon Sep 17 00:00:00 2001 From: Kota Tsuyuzaki Date: Tue, 26 Mar 2019 18:53:21 +0900 Subject: [PATCH] Update AUTHORS and add release note for Stein RC release Change-Id: Ib2677ad0c3130c25d043b40e2ef72edcb6f968ae --- AUTHORS | 5 +++++ .../notes/3_0_0-6e899d137b33437c.yaml | 20 +++++++++++++++++++ 2 files changed, 25 insertions(+) create mode 100644 releasenotes/notes/3_0_0-6e899d137b33437c.yaml diff --git a/AUTHORS b/AUTHORS index 58bb6802..72c47da5 100644 --- a/AUTHORS +++ b/AUTHORS @@ -36,3 +36,8 @@ wangqi (wang.qi@99cloud.net) inspurericzhang (zhanglf01@inspur.com) baiwenteng (baiwenteng@inspur.com) chao liu (liuc@rc.inesa.com) +lijunjie +Matt Riedemann +huang.zhiping +zhulingjie +Sean McGinnis diff --git a/releasenotes/notes/3_0_0-6e899d137b33437c.yaml b/releasenotes/notes/3_0_0-6e899d137b33437c.yaml new file mode 100644 index 00000000..f4a9356c --- /dev/null +++ b/releasenotes/notes/3_0_0-6e899d137b33437c.yaml @@ -0,0 +1,20 @@ +--- +features: + - | + Storlets now experimentally supports Python3 environment for user-code + execution. With this stuff, Storlets supports the new API + `X-Object-Meta-Storlet-Language-Version` that can be set by user with + a value like `3.5`. +issues: + - | + The new Python3 execution has several restriction with minor versions + so it should be improved in the next release cycle. +upgrade: + - | + To enable the new Python3 environment for Storlets users, administrator + must re-create the execution container image to include the py3 runtime + inside the container. This upgrade can work without downtime, + what administrators should do to upgrade is to push the image to their + own container registry. +fixes: + - Other various minor bug fixes.