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
This commit is contained in:
Anna Stuchlik
2025-07-28 17:32:41 +02:00
committed by Pavel Emelyanov
parent 8365219d40
commit b67bb641bc

View File

@@ -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": {