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

Revert "11.5 EOL"

This reverts commit e4156145.
parent 64252135
No related branches found
No related tags found
No related merge requests found
...@@ -55,6 +55,8 @@ update_version() ...@@ -55,6 +55,8 @@ 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
......
...@@ -110,5 +110,61 @@ ...@@ -110,5 +110,61 @@
"ppc64le", "ppc64le",
"s390x" "s390x"
] ]
},
"11.5": {
"milestone": "11.5",
"version": "11.5.2",
"fullVersion": "1:11.5.2+maria~ubu2404",
"releaseStatus": "Stable",
"supportType": "Short Term Support",
"base": "ubuntu:noble",
"arches": [
"amd64",
"arm64v8",
"ppc64le",
"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": {
"milestone": "11.6",
"version": "11.6.1",
"fullVersion": "1:11.6.1+maria~ubu2404",
"releaseStatus": "RC",
"supportType": "Short Term Support",
"base": "ubuntu:noble",
"arches": [
"amd64",
"arm64v8",
"ppc64le",
"s390x"
]
},
"11.6-ubi": {
"milestone": "11.6",
"version": "11.6.1",
"fullVersion": "11.6.1",
"releaseStatus": "RC",
"supportType": "Short Term Support",
"base": "ubi9",
"arches": [
"amd64",
"arm64v8",
"ppc64le",
"s390x"
]
} }
} }
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment