Skip to content

Commit

Permalink
11.5 EOL
Browse files Browse the repository at this point in the history
  • Loading branch information
grooverdan committed Nov 4, 2024
1 parent 12c8771 commit e415614
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 23 deletions.
2 changes: 0 additions & 2 deletions update.sh
Original file line number Diff line number Diff line change
Expand Up @@ -55,8 +55,6 @@ update_version()
sed -e '/collation-server/d' docker.cnf > "$dir/docker.cnf"
if [[ $version != 11.4 ]]; then
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"
fi
fi
Expand Down
28 changes: 7 additions & 21 deletions versions.json
Original file line number Diff line number Diff line change
Expand Up @@ -111,12 +111,12 @@
"s390x"
]
},
"11.5": {
"milestone": "11.5",
"version": "11.5.2",
"fullVersion": "1:11.5.2+maria~ubu2404",
"11.4-ubi/": {
"milestone": "11.4-ubi/",
"version": "11.4.3",
"fullVersion": "1:11.4.3+maria~ubu2404",
"releaseStatus": "Stable",
"supportType": "Short Term Support",
"supportType": "Long Term Support",
"base": "ubuntu:noble",
"arches": [
"amd64",
Expand All @@ -125,26 +125,12 @@
"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",
"releaseStatus": "Unknown",
"supportType": "Unknown",
"base": "ubuntu:noble",
"arches": [
"amd64",
Expand Down

0 comments on commit e415614

Please sign in to comment.