Skip to content

Commit

Permalink
11.4 is rc
Browse files Browse the repository at this point in the history
  • Loading branch information
grooverdan committed Feb 20, 2024
1 parent 0c71046 commit 174b68b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion 11.4/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ LABEL org.opencontainers.image.authors="MariaDB Community" \
# bashbrew-architectures: amd64 arm64v8 ppc64le s390x
ARG MARIADB_VERSION=1:11.4.1+maria~ubu2204
ENV MARIADB_VERSION $MARIADB_VERSION
# release-status:Alpha
# release-status:RC
# release-support-type:Short Term Support
# (https://downloads.mariadb.org/rest-api/mariadb/)

Expand Down
2 changes: 1 addition & 1 deletion generate-stackbrew-library.sh
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ command -v bashbrew >/dev/null || {

source '.architectures-lib'

GLOBIGNORE=examples/:.*/:test/:11.4/
GLOBIGNORE=examples/:.*/:test/:11.5/
versions=( */ )
versions=( "${versions[@]%/}" )

Expand Down
2 changes: 1 addition & 1 deletion versions.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"milestone": "11.4",
"version": "11.4.1",
"fullVersion": "1:11.4.1+maria~ubu2204",
"releaseStatus": "Alpha",
"releaseStatus": "RC",
"supportType": "Short Term Support",
"base": "ubuntu:jammy",
"arches": [
Expand Down

0 comments on commit 174b68b

Please sign in to comment.