Merge "Refresh supported operating systems list"

This commit is contained in:
Zuul 2021-11-23 17:45:35 +00:00 committed by Gerrit Code Review
commit 6d9cc89359
2 changed files with 14 additions and 15 deletions

View File

@ -12,32 +12,23 @@ using Bifrost.
Supported operating systems Supported operating systems
=========================== ===========================
1st tier support (fully tested in the CI, no known or potential issues): Full support (fully tested in the CI, no known or potential issues):
* CentOS Stream 8 * CentOS Stream 8
.. note::
RHEL 8 and regular CentOS 8 are assumed to work but not tested explicitly.
* Ubuntu 20.04 "Focal" * Ubuntu 20.04 "Focal"
* Debian 11 "Bullseye" * Debian 11 "Bullseye"
2nd tier support (limited testing): Deprecated, support may be removed at any moment:
* Ubuntu 18.04 "Bionic" * Ubuntu 18.04 "Bionic"
* Debian 10 "Buster * Debian 10 "Buster
Tested in the Bifrost CI only as non-voting jobs (does not block CI in case
of failure).
* RHEL 8 and regular CentOS 8
Only tested indirectly via CentOS Stream 8.
* openSUSE Leap 15.2 * openSUSE Leap 15.2
Tested in the CI but has frequent issues.
* Fedora 34 (32+ is supported but not recommended) * Fedora 34 (32+ is supported but not recommended)
Only the latest Fedora is tested in the CI.
.. note:: .. note::
Operating systems evolve and so does the support for them, even on stable Operating systems evolve and so does the support for them, even on stable
branches. This especially concerns Fedora, which is evolving faster than branches. This especially concerns Fedora, which is evolving faster than

View File

@ -0,0 +1,8 @@
---
deprecations:
- |
Support for distributions using Python 3.6, namely Ubuntu Bionic, Debian 10
"Buster" and openSUSE 15.2/15.3, has been deprecated and may be removed
at any moment.
- |
Support for Fedora has been deprecated, please use CentOS Stream 8.