Skip to content
Snippets Groups Projects
Commit 9e9da8e3 authored by Daniel Black's avatar Daniel Black
Browse files

11.5 EOL

parent e50c40ee
No related branches found
No related tags found
No related merge requests found
...@@ -55,8 +55,6 @@ update_version() ...@@ -55,8 +55,6 @@ update_version()
sed -e '/collation-server/d' docker.cnf > "$dir/docker.cnf" sed -e '/collation-server/d' docker.cnf > "$dir/docker.cnf"
if [[ $version != 11.4 ]]; then if [[ $version != 11.4 ]]; then
sed -i -e '/character-set-collations/d' "$dir/docker.cnf" sed -i -e '/character-set-collations/d' "$dir/docker.cnf"
fi
if [[ $version != 11.[45] ]]; then
sed -i -e '/character-set/d' "$dir/docker.cnf" sed -i -e '/character-set/d' "$dir/docker.cnf"
fi fi
fi fi
......
...@@ -111,12 +111,12 @@ ...@@ -111,12 +111,12 @@
"s390x" "s390x"
] ]
}, },
"11.5": { "11.4-ubi/": {
"milestone": "11.5", "milestone": "11.4-ubi/",
"version": "11.5.2", "version": "11.4.3",
"fullVersion": "1:11.5.2+maria~ubu2404", "fullVersion": "1:11.4.3+maria~ubu2404",
"releaseStatus": "Stable", "releaseStatus": "Stable",
"supportType": "Short Term Support", "supportType": "Long Term Support",
"base": "ubuntu:noble", "base": "ubuntu:noble",
"arches": [ "arches": [
"amd64", "amd64",
...@@ -125,26 +125,12 @@ ...@@ -125,26 +125,12 @@
"s390x" "s390x"
] ]
}, },
"11.5-ubi": {
"milestone": "11.5",
"version": "11.5.2",
"fullVersion": "11.5.2",
"releaseStatus": "Stable",
"supportType": "Short Term Support",
"base": "ubi9",
"arches": [
"amd64",
"arm64v8",
"ppc64le",
"s390x"
]
},
"11.6": { "11.6": {
"milestone": "11.6", "milestone": "11.6",
"version": "11.6.1", "version": "11.6.1",
"fullVersion": "1:11.6.1+maria~ubu2404", "fullVersion": "1:11.6.1+maria~ubu2404",
"releaseStatus": "RC", "releaseStatus": "Unknown",
"supportType": "Short Term Support", "supportType": "Unknown",
"base": "ubuntu:noble", "base": "ubuntu:noble",
"arches": [ "arches": [
"amd64", "amd64",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment