Skip to content

Commit 174b68b

Browse files
committed
11.4 is rc
1 parent 0c71046 commit 174b68b

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

11.4/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.4.1+maria~ubu2204
8383
ENV MARIADB_VERSION $MARIADB_VERSION
84-
# release-status:Alpha
84+
# release-status:RC
8585
# release-support-type:Short Term Support
8686
# (https://downloads.mariadb.org/rest-api/mariadb/)
8787

generate-stackbrew-library.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ command -v bashbrew >/dev/null || {
2525

2626
source '.architectures-lib'
2727

28-
GLOBIGNORE=examples/:.*/:test/:11.4/
28+
GLOBIGNORE=examples/:.*/:test/:11.5/
2929
versions=( */ )
3030
versions=( "${versions[@]%/}" )
3131

versions.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"milestone": "11.4",
44
"version": "11.4.1",
55
"fullVersion": "1:11.4.1+maria~ubu2204",
6-
"releaseStatus": "Alpha",
6+
"releaseStatus": "RC",
77
"supportType": "Short Term Support",
88
"base": "ubuntu:jammy",
99
"arches": [

0 commit comments

Comments
 (0)