Skip to content

Commit

Permalink
Revert "11.5 EOL"
Browse files Browse the repository at this point in the history
This reverts commit e415614.
  • Loading branch information
grooverdan committed Nov 14, 2024
1 parent 6425213 commit 48de289
Show file tree
Hide file tree
Showing 2 changed files with 58 additions and 0 deletions.
2 changes: 2 additions & 0 deletions update.sh
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,8 @@ 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
56 changes: 56 additions & 0 deletions versions.json
Original file line number Diff line number Diff line change
Expand Up @@ -110,5 +110,61 @@
"ppc64le",
"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 comments on commit 48de289

Please sign in to comment.