diff --git a/AUTHORS b/AUTHORS index dc0dc039..58bb6802 100644 --- a/AUTHORS +++ b/AUTHORS @@ -29,3 +29,10 @@ lvxianguo (lvxianguo@inspur.com) xuleibj (xuleibj@inspur.com) chengebj5238 (chengebj@inspur.com) James E. Blair (jeblair@redhat.com) +Ha Manh Dong (donghm@vn.fujitsu.com) +Vu Cong Tuan (tuanvc@vn.fujitsu.com) +Doug Hellmann doug@doughellmann.com +wangqi (wang.qi@99cloud.net) +inspurericzhang (zhanglf01@inspur.com) +baiwenteng (baiwenteng@inspur.com) +chao liu (liuc@rc.inesa.com) diff --git a/releasenotes/notes/2_0_0-e987cd43729edf86.yaml b/releasenotes/notes/2_0_0-e987cd43729edf86.yaml new file mode 100644 index 00000000..5003b2ff --- /dev/null +++ b/releasenotes/notes/2_0_0-e987cd43729edf86.yaml @@ -0,0 +1,19 @@ +--- +issues: + - | + Secure container isolation for Storlets environment is still an ongoing + work. Storlets enables user-defined code to run on the OpenStack Swift + node with Docker container isolation level but a malicious user would run + any attacking code there using recent vulnerability. Using more secure + container like kata may mitigate such a risk of vulnerability. + - Support user function written by py3 (current runner only supports + python2 env) +Upgrades: + - | + Refactor sbus listing server that is used on conversation between Storlets + daemon and Storlets middleware. The refactor decrease the number of lines + for common process communications. +fixes: + - Fix all python Storlets daemon processes as py3 compatible. + - Switch test runner from testr to stestr + - Other various minor bug fixes diff --git a/releasenotes/source/index.rst b/releasenotes/source/index.rst index 0411e261..3e6ea338 100644 --- a/releasenotes/source/index.rst +++ b/releasenotes/source/index.rst @@ -6,3 +6,5 @@ :maxdepth: 1 current + + queens diff --git a/releasenotes/source/queens.rst b/releasenotes/source/queens.rst new file mode 100644 index 00000000..36ac6160 --- /dev/null +++ b/releasenotes/source/queens.rst @@ -0,0 +1,6 @@ +=================================== + Queens Series Release Notes +=================================== + +.. release-notes:: + :branch: stable/queens