From 8a2cbbd4f89bf3410935c82f17bb2a621034f9c3 Mon Sep 17 00:00:00 2001 From: Patrick Donnelly Date: Mon, 15 Jun 2026 17:14:13 -0400 Subject: [PATCH] doc/dev/release-process: update according to supported releases From: https://docs.ceph.com/en/latest/start/os-recommendations/ Signed-off-by: Patrick Donnelly --- doc/dev/release-process.rst | 26 +++++++++++--------------- doc/start/os-recommendations.rst | 2 ++ 2 files changed, 13 insertions(+), 15 deletions(-) diff --git a/doc/dev/release-process.rst b/doc/dev/release-process.rst index 7a5781b0e996..d02ee49ea0bf 100644 --- a/doc/dev/release-process.rst +++ b/doc/dev/release-process.rst @@ -104,21 +104,17 @@ We'll use a stable/regular 19.2.2 release of Squid as an example throughout this NOTE: if for some reason the build has to be restarted (for example if one distro failed) then the ``TAG`` option has to be unchecked. -4. Use https://docs.ceph.com/en/latest/start/os-recommendations/?highlight=debian#platforms to determine the ``DISTROS`` parameter. For example, - - +-------------------+--------------------------------------------------+ - | Release | Distro Codemap | - +===================+==================================================+ - | pacific (16.X.X) | ``focal bionic buster bullseye`` | - +-------------------+--------------------------------------------------+ - | quincy (17.X.X) | ``jammy focal centos9 bullseye`` | - +-------------------+--------------------------------------------------+ - | reef (18.X.X) | ``jammy focal centos9 windows bookworm`` | - +-------------------+--------------------------------------------------+ - | squid (19.X.X) | ``jammy centos9 windows bookworm`` | - +-------------------+--------------------------------------------------+ - | tentacle (20.X.X) | ``jammy centos9 noble windows bookworm rocky10`` | - +-------------------+--------------------------------------------------+ +4. Use :ref:`start-platforms` to determine the ``DISTROS`` parameter. For example, + + +-------------------+---------------------------------------------------------+ + | Release | Distro Codemap | + +===================+=========================================================+ + | squid (19.X.X) | ``jammy centos9 windows bookworm`` | + +-------------------+---------------------------------------------------------+ + | tentacle (20.X.X) | ``jammy centos9 rocky10 windows bookworm`` | + +-------------------+---------------------------------------------------------+ + | umbrella (21.X.X) | ``jammy noble centos9 rocky10 bookworm trixie windows`` | + +-------------------+---------------------------------------------------------+ 5. Click ``Build``. diff --git a/doc/start/os-recommendations.rst b/doc/start/os-recommendations.rst index da0589c08cfd..6be7094b69f8 100644 --- a/doc/start/os-recommendations.rst +++ b/doc/start/os-recommendations.rst @@ -54,6 +54,8 @@ Linux Kernel full-time maintainer. As of July 2025 there are no plans to remove this client but the future is uncertain. +.. _start-platforms: + Platforms ========= -- 2.47.3