diff --git a/AUTHORS b/AUTHORS index f72a78e4..dc0dc039 100644 --- a/AUTHORS +++ b/AUTHORS @@ -24,3 +24,8 @@ Duong Ha-Quang (duonghq@vn.fujitsu.com) Kazuhiro MIYAHARA (miyahara.kazuhiro@lab.ntt.co.jp) melissaml (ma.lei@99cloud.net) chenxing (chason.chan@foxmail.com) +gaofei (gao.fei@inspur.com) +lvxianguo (lvxianguo@inspur.com) +xuleibj (xuleibj@inspur.com) +chengebj5238 (chengebj@inspur.com) +James E. Blair (jeblair@redhat.com) diff --git a/CHANGELOG b/CHANGELOG index 88018ba7..c2ee4809 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,3 +1,6 @@ +storlets (1.0.0, OpenStack Queens) + * Minor bug fixes and rework on the zuul config + storlets (0.7.0) * Migrate legacy gate job from OpenStack project config diff --git a/releasenotes/notes/1_0_0_release-fa5dd1bedecd412c.yaml b/releasenotes/notes/1_0_0_release-fa5dd1bedecd412c.yaml new file mode 100644 index 00000000..9f3f3b36 --- /dev/null +++ b/releasenotes/notes/1_0_0_release-fa5dd1bedecd412c.yaml @@ -0,0 +1,10 @@ +--- +issues: + - | + Moving storlets installation code to be as devstack plugin and also moves + several non-python storlets code out from the docker image. + + - Migrate zuul job into Stolets repo. + +fixes: + - Various other minor bug fixes.