Skip to content

Commit 48de289

Browse files
committed
Revert "11.5 EOL"
This reverts commit e415614.
1 parent 6425213 commit 48de289

File tree

2 files changed

+58
-0
lines changed

2 files changed

+58
-0
lines changed

update.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,8 @@ update_version()
5555
sed -e '/collation-server/d' docker.cnf > "$dir/docker.cnf"
5656
if [[ $version != 11.4 ]]; then
5757
sed -i -e '/character-set-collations/d' "$dir/docker.cnf"
58+
fi
59+
if [[ $version != 11.[45] ]]; then
5860
sed -i -e '/character-set/d' "$dir/docker.cnf"
5961
fi
6062
fi

versions.json

Lines changed: 56 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -110,5 +110,61 @@
110110
"ppc64le",
111111
"s390x"
112112
]
113+
},
114+
"11.5": {
115+
"milestone": "11.5",
116+
"version": "11.5.2",
117+
"fullVersion": "1:11.5.2+maria~ubu2404",
118+
"releaseStatus": "Stable",
119+
"supportType": "Short Term Support",
120+
"base": "ubuntu:noble",
121+
"arches": [
122+
"amd64",
123+
"arm64v8",
124+
"ppc64le",
125+
"s390x"
126+
]
127+
},
128+
"11.5-ubi": {
129+
"milestone": "11.5",
130+
"version": "11.5.2",
131+
"fullVersion": "11.5.2",
132+
"releaseStatus": "Stable",
133+
"supportType": "Short Term Support",
134+
"base": "ubi9",
135+
"arches": [
136+
"amd64",
137+
"arm64v8",
138+
"ppc64le",
139+
"s390x"
140+
]
141+
},
142+
"11.6": {
143+
"milestone": "11.6",
144+
"version": "11.6.1",
145+
"fullVersion": "1:11.6.1+maria~ubu2404",
146+
"releaseStatus": "RC",
147+
"supportType": "Short Term Support",
148+
"base": "ubuntu:noble",
149+
"arches": [
150+
"amd64",
151+
"arm64v8",
152+
"ppc64le",
153+
"s390x"
154+
]
155+
},
156+
"11.6-ubi": {
157+
"milestone": "11.6",
158+
"version": "11.6.1",
159+
"fullVersion": "11.6.1",
160+
"releaseStatus": "RC",
161+
"supportType": "Short Term Support",
162+
"base": "ubi9",
163+
"arches": [
164+
"amd64",
165+
"arm64v8",
166+
"ppc64le",
167+
"s390x"
168+
]
113169
}
114170
}

0 commit comments

Comments
 (0)