Automatically remove empty releases or releases which are released in the future, regardless of the product. Also refactored a bit releasedata.py to use better names and clarify types.
40 lines
719 B
JSON
40 lines
719 B
JSON
{
|
|
"releases": {
|
|
"1.33": {
|
|
"name": "1.33",
|
|
"eol": "2026-06-30",
|
|
"eoes": "2027-06-30"
|
|
},
|
|
"1.32": {
|
|
"name": "1.32",
|
|
"eol": "2026-03-31",
|
|
"eoes": "2027-03-31"
|
|
},
|
|
"1.31": {
|
|
"name": "1.31",
|
|
"eol": "2025-11-30",
|
|
"eoes": "2026-11-30"
|
|
},
|
|
"1.30": {
|
|
"name": "1.30",
|
|
"eol": "2025-07-31",
|
|
"eoes": "2026-07-31"
|
|
},
|
|
"1.29": {
|
|
"name": "1.29",
|
|
"eol": "2025-03-31",
|
|
"eoes": "2026-04-30"
|
|
},
|
|
"1.28": {
|
|
"name": "1.28",
|
|
"eol": "2025-01-31",
|
|
"eoes": "2026-02-28"
|
|
},
|
|
"1.27": {
|
|
"name": "1.27",
|
|
"eol": "2024-07-31",
|
|
"eoes": "2025-07-31"
|
|
}
|
|
},
|
|
"versions": {}
|
|
} |