Files
scylladb/docs/_static/data/os-support.json
Anna Stuchlik 12596a8eca doc: add OS support for ScyllaDB 2025.2
This commit adds the information about support for platforms
in ScyllaDB version 20252.

Fixes https://github.com/scylladb/scylladb/issues/24180

Closes scylladb/scylladb#24263

(cherry picked from commit 28cb5a1e02)

Closes scylladb/scylladb#24335
2025-06-03 10:07:28 +03:00

47 lines
1.3 KiB
JSON

{
"Linux Distributions": {
"Ubuntu": ["20.04 (deprecated)", "22.04", "24.04"],
"Debian": ["11"],
"Rocky / CentOS / RHEL": ["8", "9"],
"Amazon Linux": ["2023"]
},
"ScyllaDB Versions": [
{
"version": "ScyllaDB 2025.2",
"supported_OS": {
"Ubuntu": ["20.04 (deprecated)", "22.04", "24.04"],
"Debian": ["11"],
"Rocky / CentOS / RHEL": ["8", "9"],
"Amazon Linux": ["2023"]
}
},
{
"version": "ScyllaDB 2025.1",
"supported_OS": {
"Ubuntu": ["20.04 (deprecated)", "22.04", "24.04"],
"Debian": ["11"],
"Rocky / CentOS / RHEL": ["8", "9"],
"Amazon Linux": ["2023"]
}
},
{
"version": "Enterprise 2024.2",
"supported_OS": {
"Ubuntu": ["20.04 (deprecated)", "22.04", "24.04"],
"Debian": ["11"],
"Rocky / CentOS / RHEL": ["8", "9"],
"Amazon Linux": ["2023"]
}
},
{
"version": "Enterprise 2024.1",
"supported_OS": {
"Ubuntu": ["20.04 (deprecated)", "22.04", "24.04*"],
"Debian": ["11"],
"Rocky / CentOS / RHEL": ["8", "9"],
"Amazon Linux": []
}
}
]
}