commit 28f6eec00838361c7eae62c43af8e9dad440ba1e Author: Dmitry Tantsur Date: Tue Oct 6 12:42:21 2020 +0200 Declare support for Fedora 32 and openSUSE Leap 15.2 Our CI now runs with these operating systems, document their support. Formally deprecated the older versions that are EOL or will EOL soon. Change-Id: I393ca700e3d1e25d6037e23af86f36030b76642d (cherry picked from commit 9880db80adb1e2937d89635fe6ec1f7a6cb3c957) diff --git a/doc/source/install/index.rst b/doc/source/install/index.rst index 51375ca..ed788d9 100644 --- a/doc/source/install/index.rst +++ b/doc/source/install/index.rst @@ -17,8 +17,8 @@ Supported operating systems: * Ubuntu 18.04, 20.04 * Red Hat Enterprise Linux (RHEL) 8 * CentOS 8 -* openSUSE Leap 15.1 -* Fedora 30 +* openSUSE Leap 15.2 (15.1 is supported but not recommended) +* Fedora 32 (30 is supported but not recommended) * Debian Buster Bifrost structure diff --git a/releasenotes/notes/f32-suse15.2-44a8189e81b1bfd7.yaml b/releasenotes/notes/f32-suse15.2-44a8189e81b1bfd7.yaml new file mode 100644 index 0000000..0b4cc1c --- /dev/null +++ b/releasenotes/notes/f32-suse15.2-44a8189e81b1bfd7.yaml @@ -0,0 +1,11 @@ +--- +other: + - | + Fedora 32 and openSUSE Leap 15.2 have been added to the supported OS list. +deprecations: + - | + Fedora 30 has reached end-of-life and is no longer explicitly tested. Its + support will be removed in one of the future releases. + - | + openSUSE Leap 15.1 is reaching end-of-life and is no longer explicitly + tested. Its support will be removed in one of the future releases.