From d37978682095b92ea7450b9d6bddc6a6d68f731e Mon Sep 17 00:00:00 2001 From: Bruce Jones Date: Thu, 24 Oct 2019 13:59:03 -0700 Subject: [PATCH] Add the release notes for the R2.0.1 release Add the release notes for the R2.0.1 release Change-Id: I472b33120a779e54511b2b665490711b64e3209b Signed-off-by: Bruce Jones --- doc/source/releasenotes/index.rst | 3 + doc/source/releasenotes/r2_0_1_release.rst | 64 ++++++++++++++++++++++ 2 files changed, 67 insertions(+) create mode 100644 doc/source/releasenotes/r2_0_1_release.rst diff --git a/doc/source/releasenotes/index.rst b/doc/source/releasenotes/index.rst index 5e9f68858..a9e31150f 100644 --- a/doc/source/releasenotes/index.rst +++ b/doc/source/releasenotes/index.rst @@ -9,6 +9,8 @@ You can find details about a release on the specific release page. +------------------------+---------------------+-------------------------------+ | Version | Release Date | Notes | +========================+=====================+===============================+ +| StarlingX R2.0.1 | 2019-10 | :doc:`r2_0_1_release` | ++------------------------+---------------------+-------------------------------+ | StarlingX R2.0 | 2019-09 | :doc:`r2_release` | +------------------------+---------------------+-------------------------------+ | StarlingX R1.0 | 2018-10 | :doc:`r1_release` | @@ -20,6 +22,7 @@ You can find details about a release on the specific release page. r1_release r2_release + r2_0_1_release ------------------------------ Project-specific release notes diff --git a/doc/source/releasenotes/r2_0_1_release.rst b/doc/source/releasenotes/r2_0_1_release.rst new file mode 100644 index 000000000..17d1b1766 --- /dev/null +++ b/doc/source/releasenotes/r2_0_1_release.rst @@ -0,0 +1,64 @@ +==================== +R2.0.1 Release Notes +==================== + +.. contents:: + :local: + :depth: 1 + +--------- +ISO image +--------- + +You can find pre-built ISO and Docker images for stx.2.0.1 at +`CENGN's StarlingX mirror, +`_ + +------ +Branch +------ + +The source code for stx.2.0.1 is available in the r/stx.2.0 branch +in the StarlingX git repositories. The exact source code can be cloned by: + +:: + + repo init -u https://opendev.org/starlingx/manifest -b refs/tags/2.0.1b + repo sync --force-sync + +---------- +Deployment +---------- + +A full system install is required to deploy stx.2.0.1. There is no upgrade +patch from StarlingX release 2.0. + +------- +Changes +------- + +The StarlingX 2.0.1 release provides fixes for the following bugs: + +* `1817936 `_ + Periodic message loss seen between VIM and OpenStac REST APIs +* `1827246 `_ + Access to VM console not working as Horion redirects to + novncproxy.openstack.svc.cluster.local +* `1830736 `_ + Ceph osd process was not recovered after lock and unlock on storage + node with journal disk +* `1843915 `_ + Cannot apply a chart with a local registry +* `1843453 `_ + Calico configuration file has yaml format error +* `1836638 `_ + RT kernel memory leak when creating/deleting pods +* `1840771 `_ + CVE-2018-14618:NTLM buffer overflow via integer overflow +* `1836685 `_ + CVE: integer overflow in the Linux kernel when handling TCP + Selective Acknowledgments (SACKs) +* `1837919 `_ + dbmon timeouts are too low +* `1838692 `_ + ansible replay fails if kubeadm init was not successful