From: Yuri Weinstein Date: Fri, 12 Jul 2024 13:42:02 +0000 (-0700) Subject: docs: removed centos 8 and added squid to the build matrix X-Git-Tag: v17.2.8~265^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=refs%2Fpull%2F58903%2Fhead;p=ceph.git docs: removed centos 8 and added squid to the build matrix Signed-off-by: Yuri Weinstein (cherry picked from commit 8761bbe16c2a6d19e136254c26d1d67ebe839e3b) --- diff --git a/doc/dev/release-process.rst b/doc/dev/release-process.rst index 11e36ab473c5f..68a82d5acc746 100644 --- a/doc/dev/release-process.rst +++ b/doc/dev/release-process.rst @@ -97,15 +97,15 @@ We'll use a stable/regular 15.2.17 release of Octopus as an example throughout t 4. Use https://docs.ceph.com/en/latest/start/os-recommendations/?highlight=debian#platforms to determine the ``DISTROS`` parameter. For example, - +-------------------+-------------------------------------------+ - | Release | Distro Codemap | - +===================+===========================================+ - | octopus (15.X.X) | ``focal bionic centos7 centos8 buster`` | - +-------------------+-------------------------------------------+ - | pacific (16.X.X) | ``focal bionic centos8 buster bullseye`` | - +-------------------+-------------------------------------------+ - | quincy (17.X.X) | ``focal centos8 centos9 bullseye`` | - +-------------------+-------------------------------------------+ + +-------------------+--------------------------------------------------+ + | Release | Distro Codemap | + +===================+==================================================+ + | octopus (15.X.X) | ``focal bionic centos7 centos8 buster`` | + +-------------------+--------------------------------------------------+ + | pacific (16.X.X) | ``focal bionic buster bullseye`` | + +-------------------+--------------------------------------------------+ + | quincy (17.X.X) | ``jammy focal centos9 bullseye`` | + +-------------------+--------------------------------------------------+ 5. Click ``Build``.