Skip to content
16 changes: 9 additions & 7 deletions shared/data/registry.json
Original file line number Diff line number Diff line change
Expand Up @@ -1199,6 +1199,7 @@
"type": "solr",
"versions": {
"deprecated": [
"8.11",
"8.6",
"8.4",
"8.0",
Expand All @@ -1214,8 +1215,7 @@
"9.6",
"9.4",
"9.2",
"9.1",
"8.11"
"9.1"
]
},
"versions-dedicated-gen-2": {
Expand All @@ -1225,10 +1225,10 @@
"9.4",
"9.2",
"9.1",
"9.0",
"8.11"
"9.0"
],
"deprecated": [
"8.11",
"8.6",
"8.0",
"7.7",
Expand All @@ -1242,10 +1242,12 @@
"9.6",
"9.4",
"9.2",
"9.1",
"8.11"
"9.1"

],
"deprecated": []
"deprecated": [
"8.11"
]
}
},
"valkey": {
Expand Down
Loading