From b67bb641bcae1e9a4b5804f43defc742e6bbc40d Mon Sep 17 00:00:00 2001 From: Anna Stuchlik Date: Mon, 28 Jul 2025 17:32:41 +0200 Subject: [PATCH] doc: add OS support for ScyllaDB 2025.3 This commit adds the information about support for platforms in ScyllaDB version 2025.3. Fixes https://github.com/scylladb/scylladb/issues/24698 Closes scylladb/scylladb#25220 --- docs/_static/data/os-support.json | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/docs/_static/data/os-support.json b/docs/_static/data/os-support.json index 7ef22da9a5..e5716e31b6 100644 --- a/docs/_static/data/os-support.json +++ b/docs/_static/data/os-support.json @@ -6,6 +6,15 @@ "Amazon Linux": ["2023"] }, "ScyllaDB Versions": [ + { + "version": "ScyllaDB 2025.3", + "supported_OS": { + "Ubuntu": ["22.04", "24.04"], + "Debian": ["11"], + "Rocky / CentOS / RHEL": ["8", "9"], + "Amazon Linux": ["2023"] + } + }, { "version": "ScyllaDB 2025.2", "supported_OS": {