Skip to content

Commit 8b9a47d

Browse files
committed
fix < 11.5 version number due to prev release hack
1 parent b34b76e commit 8b9a47d

11 files changed

+40
-26
lines changed

10.11-ubi/docker-entrypoint.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -222,7 +222,7 @@ docker_create_db_directories() {
222222
}
223223

224224
_mariadb_version() {
225-
echo -n "10.11.8-MariaDB"
225+
echo -n "10.11.9-MariaDB"
226226
}
227227

228228
# initializes the database directory

10.11/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ LABEL org.opencontainers.image.authors="MariaDB Community" \
7575
org.opencontainers.image.licenses="GPL-2.0" \
7676
org.opencontainers.image.source="https://github.com/MariaDB/mariadb-docker" \
7777
org.opencontainers.image.vendor="MariaDB Community" \
78-
org.opencontainers.image.version="10.11.8" \
78+
org.opencontainers.image.version="10.11.9" \
7979
org.opencontainers.image.url="https://github.com/MariaDB/mariadb-docker"
8080

8181
# bashbrew-architectures: amd64 arm64v8 ppc64le s390x

10.11/docker-entrypoint.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -222,7 +222,7 @@ docker_create_db_directories() {
222222
}
223223

224224
_mariadb_version() {
225-
echo -n "10.11.8-MariaDB"
225+
echo -n "10.11.9-MariaDB"
226226
}
227227

228228
# initializes the database directory

10.5/docker-entrypoint.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -214,7 +214,7 @@ docker_create_db_directories() {
214214
}
215215

216216
_mariadb_version() {
217-
echo -n "10.5.25-MariaDB"
217+
echo -n "10.5.26-MariaDB"
218218
}
219219

220220
# initializes the database directory

10.6-ubi/docker-entrypoint.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -214,7 +214,7 @@ docker_create_db_directories() {
214214
}
215215

216216
_mariadb_version() {
217-
echo -n "10.6.18-MariaDB"
217+
echo -n "10.6.19-MariaDB"
218218
}
219219

220220
# initializes the database directory

10.6/docker-entrypoint.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -214,7 +214,7 @@ docker_create_db_directories() {
214214
}
215215

216216
_mariadb_version() {
217-
echo -n "10.6.18-MariaDB"
217+
echo -n "10.6.19-MariaDB"
218218
}
219219

220220
# initializes the database directory

11.1/docker-entrypoint.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -222,7 +222,7 @@ docker_create_db_directories() {
222222
}
223223

224224
_mariadb_version() {
225-
echo -n "11.1.5-MariaDB"
225+
echo -n "11.1.6-MariaDB"
226226
}
227227

228228
# initializes the database directory

11.2/docker-entrypoint.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -222,7 +222,7 @@ docker_create_db_directories() {
222222
}
223223

224224
_mariadb_version() {
225-
echo -n "11.2.4-MariaDB"
225+
echo -n "11.2.5-MariaDB"
226226
}
227227

228228
# initializes the database directory

11.4-ubi/docker-entrypoint.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -224,7 +224,7 @@ docker_create_db_directories() {
224224
}
225225

226226
_mariadb_version() {
227-
echo -n "11.4.2-MariaDB"
227+
echo -n "11.4.3-MariaDB"
228228
}
229229

230230
# initializes the database directory

11.4/docker-entrypoint.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -224,7 +224,7 @@ docker_create_db_directories() {
224224
}
225225

226226
_mariadb_version() {
227-
echo -n "11.4.2-MariaDB"
227+
echo -n "11.4.3-MariaDB"
228228
}
229229

230230
# initializes the database directory

versions.json

+30-16
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
{
22
"11.4": {
33
"milestone": "11.4",
4-
"version": "11.4.2",
5-
"fullVersion": "1:11.4.2+maria~ubu2404",
4+
"version": "11.4.3",
5+
"fullVersion": "1:11.4.3+maria~ubu2404",
66
"releaseStatus": "Stable",
77
"supportType": "Long Term Support",
88
"base": "ubuntu:noble",
@@ -15,8 +15,8 @@
1515
},
1616
"11.4-ubi": {
1717
"milestone": "11.4",
18-
"version": "11.4.2",
19-
"fullVersion": "11.4.2",
18+
"version": "11.4.3",
19+
"fullVersion": "11.4.3",
2020
"releaseStatus": "Stable",
2121
"supportType": "Long Term Support",
2222
"base": "ubi9",
@@ -29,8 +29,8 @@
2929
},
3030
"11.2": {
3131
"milestone": "11.2",
32-
"version": "11.2.4",
33-
"fullVersion": "1:11.2.4+maria~ubu2204",
32+
"version": "11.2.5",
33+
"fullVersion": "1:11.2.5+maria~ubu2204",
3434
"releaseStatus": "Stable",
3535
"supportType": "Short Term Support",
3636
"base": "ubuntu:jammy",
@@ -43,8 +43,8 @@
4343
},
4444
"11.1": {
4545
"milestone": "11.1",
46-
"version": "11.1.5",
47-
"fullVersion": "1:11.1.5+maria~ubu2204",
46+
"version": "11.1.6",
47+
"fullVersion": "1:11.1.6+maria~ubu2204",
4848
"releaseStatus": "Stable",
4949
"supportType": "Short Term Support",
5050
"base": "ubuntu:jammy",
@@ -57,8 +57,8 @@
5757
},
5858
"10.11": {
5959
"milestone": "10.11",
60-
"version": "10.11.8",
61-
"fullVersion": "1:10.11.8+maria~ubu2204",
60+
"version": "10.11.9",
61+
"fullVersion": "1:10.11.9+maria~ubu2204",
6262
"releaseStatus": "Stable",
6363
"supportType": "Long Term Support",
6464
"base": "ubuntu:jammy",
@@ -71,8 +71,8 @@
7171
},
7272
"10.11-ubi": {
7373
"milestone": "10.11",
74-
"version": "10.11.8",
75-
"fullVersion": "10.11.8",
74+
"version": "10.11.9",
75+
"fullVersion": "10.11.9",
7676
"releaseStatus": "Stable",
7777
"supportType": "Long Term Support",
7878
"base": "ubi9",
@@ -85,8 +85,8 @@
8585
},
8686
"10.6": {
8787
"milestone": "10.6",
88-
"version": "10.6.18",
89-
"fullVersion": "1:10.6.18+maria~ubu2004",
88+
"version": "10.6.19",
89+
"fullVersion": "1:10.6.19+maria~ubu2004",
9090
"releaseStatus": "Stable",
9191
"supportType": "Long Term Support",
9292
"base": "ubuntu:focal",
@@ -99,8 +99,8 @@
9999
},
100100
"10.6-ubi": {
101101
"milestone": "10.6",
102-
"version": "10.6.18",
103-
"fullVersion": "10.6.18",
102+
"version": "10.6.19",
103+
"fullVersion": "10.6.19",
104104
"releaseStatus": "Stable",
105105
"supportType": "Long Term Support",
106106
"base": "ubi9",
@@ -111,6 +111,20 @@
111111
"s390x"
112112
]
113113
},
114+
"10.5": {
115+
"milestone": "10.5",
116+
"version": "10.5.26",
117+
"fullVersion": "1:10.5.26+maria~ubu2004",
118+
"releaseStatus": "Stable",
119+
"supportType": "Long Term Support",
120+
"base": "ubuntu:focal",
121+
"arches": [
122+
"amd64",
123+
"arm64v8",
124+
"ppc64le",
125+
"s390x"
126+
]
127+
},
114128
"11.5": {
115129
"milestone": "11.5",
116130
"version": "11.5.2",

0 commit comments

Comments
 (0)