Skip to content

Commit 4c50488

Browse files
committed
11.8 to RC status
11.7 out of the versions.json
1 parent bc72d89 commit 4c50488

File tree

3 files changed

+32
-46
lines changed

3 files changed

+32
-46
lines changed

11.8-ubi/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ LABEL org.opencontainers.image.authors="MariaDB Community" \
5656
# bashbrew-architectures: amd64 arm64v8 ppc64le s390x
5757
ARG MARIADB_VERSION=11.8.2
5858
ENV MARIADB_VERSION=$MARIADB_VERSION
59-
# release-status:RC
59+
# release-status:Stable
6060
# release-support-type:Long Term Support
6161
# (https://downloads.mariadb.org/rest-api/mariadb/)
6262

11.8/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ LABEL org.opencontainers.image.authors="MariaDB Community" \
8181
# bashbrew-architectures: amd64 arm64v8 ppc64le s390x
8282
ARG MARIADB_VERSION=1:11.8.2+maria~ubu2404
8383
ENV MARIADB_VERSION $MARIADB_VERSION
84-
# release-status:RC
84+
# release-status:Stable
8585
# release-support-type:Long Term Support
8686
# (https://downloads.mariadb.org/rest-api/mariadb/)
8787

versions.json

Lines changed: 30 additions & 44 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,37 @@
11
{
2+
"12.0": {
3+
"milestone": "12.0",
4+
"version": "12.0.1",
5+
"fullVersion": "1:12.0.1+maria~ubu2404",
6+
"releaseStatus": "RC",
7+
"supportType": "Rolling",
8+
"base": "ubuntu:noble",
9+
"arches": [
10+
"amd64",
11+
"arm64v8",
12+
"ppc64le",
13+
"s390x"
14+
]
15+
},
16+
"12.0-ubi": {
17+
"milestone": "12.0",
18+
"version": "12.0.1",
19+
"fullVersion": "12.0.1",
20+
"releaseStatus": "RC",
21+
"supportType": "Rolling",
22+
"base": "ubi9",
23+
"arches": [
24+
"amd64",
25+
"arm64v8",
26+
"ppc64le",
27+
"s390x"
28+
]
29+
},
230
"11.8": {
331
"milestone": "11.8",
432
"version": "11.8.2",
533
"fullVersion": "1:11.8.2+maria~ubu2404",
6-
"releaseStatus": "RC",
34+
"releaseStatus": "Stable",
735
"supportType": "Long Term Support",
836
"base": "ubuntu:noble",
937
"arches": [
@@ -17,7 +45,7 @@
1745
"milestone": "11.8",
1846
"version": "11.8.2",
1947
"fullVersion": "11.8.2",
20-
"releaseStatus": "RC",
48+
"releaseStatus": "Stable",
2149
"supportType": "Long Term Support",
2250
"base": "ubi9",
2351
"arches": [
@@ -125,20 +153,6 @@
125153
"s390x"
126154
]
127155
},
128-
"11.7": {
129-
"milestone": "11.7",
130-
"version": "11.7.2",
131-
"fullVersion": "1:11.7.2+maria~ubu2404",
132-
"releaseStatus": "Stable",
133-
"supportType": "Short Term Support",
134-
"base": "ubuntu:noble",
135-
"arches": [
136-
"amd64",
137-
"arm64v8",
138-
"ppc64le",
139-
"s390x"
140-
]
141-
},
142156
"10.6-jammy": {
143157
"milestone": "10.6",
144158
"version": "10.6.22",
@@ -152,33 +166,5 @@
152166
"ppc64le",
153167
"s390x"
154168
]
155-
},
156-
"12.0": {
157-
"milestone": "12.0",
158-
"version": "12.0.1",
159-
"fullVersion": "1:12.0.1+maria~ubu2404",
160-
"releaseStatus": "RC",
161-
"supportType": "Rolling",
162-
"base": "ubuntu:noble",
163-
"arches": [
164-
"amd64",
165-
"arm64v8",
166-
"ppc64le",
167-
"s390x"
168-
]
169-
},
170-
"12.0-ubi": {
171-
"milestone": "12.0",
172-
"version": "12.0.1",
173-
"fullVersion": "12.0.1",
174-
"releaseStatus": "RC",
175-
"supportType": "Rolling",
176-
"base": "ubi9",
177-
"arches": [
178-
"amd64",
179-
"arm64v8",
180-
"ppc64le",
181-
"s390x"
182-
]
183169
}
184170
}

0 commit comments

Comments
 (0)