Add Rocky cycle release notes
TODO: - add rocky section after stable/rocky branch created Change-Id: I081b154e07881e8b0269ca557eb6fdb1fa3c7729
This commit is contained in:
parent
80a589c0cc
commit
201f2b9941
7
AUTHORS
7
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)
|
||||
|
19
releasenotes/notes/2_0_0-e987cd43729edf86.yaml
Normal file
19
releasenotes/notes/2_0_0-e987cd43729edf86.yaml
Normal file
@ -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
|
@ -6,3 +6,5 @@
|
||||
:maxdepth: 1
|
||||
|
||||
current
|
||||
|
||||
queens
|
||||
|
6
releasenotes/source/queens.rst
Normal file
6
releasenotes/source/queens.rst
Normal file
@ -0,0 +1,6 @@
|
||||
===================================
|
||||
Queens Series Release Notes
|
||||
===================================
|
||||
|
||||
.. release-notes::
|
||||
:branch: stable/queens
|
Loading…
Reference in New Issue
Block a user