Starting with 2025.1, ScyllaDB versions are no longer called "Enterprise", but the OS support page still uses that label. This commit fixes that by replacing "Enterprise" with "ScyllaDB". This update is required since we've removed "Enterprise" from everywhere else, including the commands, so having it here is confusing. Fixes https://github.com/scylladb/scylladb/issues/24179 Closes scylladb/scylladb#24181
47 lines
1.2 KiB
JSON
47 lines
1.2 KiB
JSON
{
|
|
"Linux Distributions": {
|
|
"Ubuntu": ["20.04", "22.04", "24.04"],
|
|
"Debian": ["11"],
|
|
"Rocky / CentOS / RHEL": ["8", "9"],
|
|
"Amazon Linux": ["2023"]
|
|
},
|
|
"ScyllaDB Versions": [
|
|
{
|
|
"version": "ScyllaDB 2025.1",
|
|
"supported_OS": {
|
|
"Ubuntu": ["20.04", "22.04", "24.04"],
|
|
"Debian": ["11"],
|
|
"Rocky / CentOS / RHEL": ["8", "9"],
|
|
"Amazon Linux": ["2023"]
|
|
}
|
|
},
|
|
{
|
|
"version": "Enterprise 2024.2",
|
|
"supported_OS": {
|
|
"Ubuntu": ["20.04", "22.04", "24.04"],
|
|
"Debian": ["11"],
|
|
"Rocky / CentOS / RHEL": ["8", "9"],
|
|
"Amazon Linux": ["2023"]
|
|
}
|
|
},
|
|
{
|
|
"version": "Enterprise 2024.1",
|
|
"supported_OS": {
|
|
"Ubuntu": ["20.04", "22.04", "24.04*"],
|
|
"Debian": ["11"],
|
|
"Rocky / CentOS / RHEL": ["8", "9"],
|
|
"Amazon Linux": []
|
|
}
|
|
},
|
|
{
|
|
"version": "Open Source 6.2",
|
|
"supported_OS": {
|
|
"Ubuntu": ["20.04", "22.04", "24.04"],
|
|
"Debian": ["11"],
|
|
"Rocky / CentOS / RHEL": ["8", "9"],
|
|
"Amazon Linux": ["2023"]
|
|
}
|
|
}
|
|
]
|
|
}
|
|
|