diff --git a/10.11-ubi/docker-entrypoint.sh b/10.11-ubi/docker-entrypoint.sh index 464db831..4c47ad7e 100755 --- a/10.11-ubi/docker-entrypoint.sh +++ b/10.11-ubi/docker-entrypoint.sh @@ -1,5 +1,6 @@ #!/bin/bash -set -eo pipefail + +set -Eeuo pipefail shopt -s nullglob # logging functions diff --git a/10.11-ubi/healthcheck.sh b/10.11-ubi/healthcheck.sh index 07b4fe35..449d4d27 100755 --- a/10.11-ubi/healthcheck.sh +++ b/10.11-ubi/healthcheck.sh @@ -34,7 +34,7 @@ # Note * though denied error message will result in error log without # any permissions. USAGE recommend to avoid this. -set -eo pipefail +set -Eeuo pipefail _process_sql() { diff --git a/10.11/docker-entrypoint.sh b/10.11/docker-entrypoint.sh index 464db831..4c47ad7e 100755 --- a/10.11/docker-entrypoint.sh +++ b/10.11/docker-entrypoint.sh @@ -1,5 +1,6 @@ #!/bin/bash -set -eo pipefail + +set -Eeuo pipefail shopt -s nullglob # logging functions diff --git a/10.11/healthcheck.sh b/10.11/healthcheck.sh index 07b4fe35..449d4d27 100755 --- a/10.11/healthcheck.sh +++ b/10.11/healthcheck.sh @@ -34,7 +34,7 @@ # Note * though denied error message will result in error log without # any permissions. USAGE recommend to avoid this. -set -eo pipefail +set -Eeuo pipefail _process_sql() { diff --git a/10.5/docker-entrypoint.sh b/10.5/docker-entrypoint.sh index 35099153..c34d2b6a 100755 --- a/10.5/docker-entrypoint.sh +++ b/10.5/docker-entrypoint.sh @@ -1,5 +1,6 @@ #!/bin/bash -set -eo pipefail + +set -Eeuo pipefail shopt -s nullglob # logging functions diff --git a/10.5/healthcheck.sh b/10.5/healthcheck.sh index 8f91a55a..de01188a 100755 --- a/10.5/healthcheck.sh +++ b/10.5/healthcheck.sh @@ -34,7 +34,7 @@ # Note * though denied error message will result in error log without # any permissions. USAGE recommend to avoid this. -set -eo pipefail +set -Eeuo pipefail _process_sql() { diff --git a/10.6-ubi/docker-entrypoint.sh b/10.6-ubi/docker-entrypoint.sh index 43b67947..c2696ac8 100755 --- a/10.6-ubi/docker-entrypoint.sh +++ b/10.6-ubi/docker-entrypoint.sh @@ -1,5 +1,6 @@ #!/bin/bash -set -eo pipefail + +set -Eeuo pipefail shopt -s nullglob # logging functions diff --git a/10.6-ubi/healthcheck.sh b/10.6-ubi/healthcheck.sh index 07b4fe35..449d4d27 100755 --- a/10.6-ubi/healthcheck.sh +++ b/10.6-ubi/healthcheck.sh @@ -34,7 +34,7 @@ # Note * though denied error message will result in error log without # any permissions. USAGE recommend to avoid this. -set -eo pipefail +set -Eeuo pipefail _process_sql() { diff --git a/10.6/docker-entrypoint.sh b/10.6/docker-entrypoint.sh index 43b67947..c2696ac8 100755 --- a/10.6/docker-entrypoint.sh +++ b/10.6/docker-entrypoint.sh @@ -1,5 +1,6 @@ #!/bin/bash -set -eo pipefail + +set -Eeuo pipefail shopt -s nullglob # logging functions diff --git a/10.6/healthcheck.sh b/10.6/healthcheck.sh index 07b4fe35..449d4d27 100755 --- a/10.6/healthcheck.sh +++ b/10.6/healthcheck.sh @@ -34,7 +34,7 @@ # Note * though denied error message will result in error log without # any permissions. USAGE recommend to avoid this. -set -eo pipefail +set -Eeuo pipefail _process_sql() { diff --git a/11.4-ubi/docker-entrypoint.sh b/11.4-ubi/docker-entrypoint.sh index 5b806d78..118c917d 100755 --- a/11.4-ubi/docker-entrypoint.sh +++ b/11.4-ubi/docker-entrypoint.sh @@ -1,5 +1,6 @@ #!/bin/bash -set -eo pipefail + +set -Eeuo pipefail shopt -s nullglob # logging functions diff --git a/11.4-ubi/healthcheck.sh b/11.4-ubi/healthcheck.sh index 62be3459..53f7d6b3 100755 --- a/11.4-ubi/healthcheck.sh +++ b/11.4-ubi/healthcheck.sh @@ -34,7 +34,7 @@ # Note * though denied error message will result in error log without # any permissions. USAGE recommend to avoid this. -set -eo pipefail +set -Eeuo pipefail _process_sql() { diff --git a/11.4/docker-entrypoint.sh b/11.4/docker-entrypoint.sh index 5b806d78..118c917d 100755 --- a/11.4/docker-entrypoint.sh +++ b/11.4/docker-entrypoint.sh @@ -1,5 +1,6 @@ #!/bin/bash -set -eo pipefail + +set -Eeuo pipefail shopt -s nullglob # logging functions diff --git a/11.4/healthcheck.sh b/11.4/healthcheck.sh index 62be3459..53f7d6b3 100755 --- a/11.4/healthcheck.sh +++ b/11.4/healthcheck.sh @@ -34,7 +34,7 @@ # Note * though denied error message will result in error log without # any permissions. USAGE recommend to avoid this. -set -eo pipefail +set -Eeuo pipefail _process_sql() { diff --git a/11.7-ubi/Dockerfile b/11.7-ubi/Dockerfile index 572ff0d6..5f0bee25 100644 --- a/11.7-ubi/Dockerfile +++ b/11.7-ubi/Dockerfile @@ -36,7 +36,7 @@ COPY MariaDB.repo /etc/yum.repos.d/ # https://access.redhat.com/documentation/en-us/red_hat_software_certification/2024/html/red_hat_openshift_software_certification_policy_guide/assembly-requirements-for-container-images_openshift-sw-cert-policy-introduction#con-image-metadata-requirements_openshift-sw-cert-policy-container-images LABEL name="MariaDB Server" \ vendor="MariaDB Community" \ - version="11.7.1" \ + version="11.7.2" \ release="Refer to Annotations org.opencontainers.image.{revision,source}" \ summary="MariaDB Database" \ description="MariaDB Database for relational SQL" @@ -50,13 +50,13 @@ LABEL org.opencontainers.image.authors="MariaDB Community" \ org.opencontainers.image.licenses="GPL-2.0" \ org.opencontainers.image.source="https://github.com/MariaDB/mariadb-docker" \ org.opencontainers.image.vendor="MariaDB Community" \ - org.opencontainers.image.version="11.7.1" \ + org.opencontainers.image.version="11.7.2" \ org.opencontainers.image.url="https://github.com/MariaDB/mariadb-docker" # bashbrew-architectures: amd64 arm64v8 ppc64le s390x -ARG MARIADB_VERSION=11.7.1 +ARG MARIADB_VERSION=11.7.2 ENV MARIADB_VERSION=$MARIADB_VERSION -# release-status:RC +# release-status:Stable # release-support-type:Short Term Support # (https://downloads.mariadb.org/rest-api/mariadb/) @@ -83,7 +83,7 @@ RUN set -eux ; \ unset GNUPGHOME ; \ microdnf update -y ; \ microdnf reinstall -y tzdata ; \ - microdnf install -y procps-ng zstd xz jemalloc pwgen pv ; \ + microdnf install -y procps-ng zstd xz jemalloc pwgen pv util-linux-core ; \ mkdir -p /etc/mysql/conf.d /etc/mysql/mariadb.conf.d/ /var/lib/mysql/mysql /run/mariadb /usr/lib64/galera ; \ chmod ugo+rwx,o+t /run/mariadb ; \ microdnf install -y MariaDB-backup-${MARIADB_VERSION} MariaDB-server-${MARIADB_VERSION} ; \ diff --git a/11.7-ubi/docker-entrypoint.sh b/11.7-ubi/docker-entrypoint.sh index 92d280cb..72253c98 100755 --- a/11.7-ubi/docker-entrypoint.sh +++ b/11.7-ubi/docker-entrypoint.sh @@ -1,5 +1,6 @@ #!/bin/bash -set -eo pipefail + +set -Eeuo pipefail shopt -s nullglob # logging functions @@ -225,7 +226,7 @@ docker_create_db_directories() { } _mariadb_version() { - echo -n "11.7.1-MariaDB" + echo -n "11.7.2-MariaDB" } # initializes the database directory diff --git a/11.7-ubi/healthcheck.sh b/11.7-ubi/healthcheck.sh index 62be3459..53f7d6b3 100755 --- a/11.7-ubi/healthcheck.sh +++ b/11.7-ubi/healthcheck.sh @@ -34,7 +34,7 @@ # Note * though denied error message will result in error log without # any permissions. USAGE recommend to avoid this. -set -eo pipefail +set -Eeuo pipefail _process_sql() { diff --git a/11.7/Dockerfile b/11.7/Dockerfile index 246b977c..78bc8a72 100644 --- a/11.7/Dockerfile +++ b/11.7/Dockerfile @@ -75,18 +75,18 @@ LABEL org.opencontainers.image.authors="MariaDB Community" \ org.opencontainers.image.licenses="GPL-2.0" \ org.opencontainers.image.source="https://github.com/MariaDB/mariadb-docker" \ org.opencontainers.image.vendor="MariaDB Community" \ - org.opencontainers.image.version="11.7.1" \ + org.opencontainers.image.version="11.7.2" \ org.opencontainers.image.url="https://github.com/MariaDB/mariadb-docker" # bashbrew-architectures: amd64 arm64v8 ppc64le s390x -ARG MARIADB_VERSION=1:11.7.1+maria~ubu2404 +ARG MARIADB_VERSION=1:11.7.2+maria~ubu2404 ENV MARIADB_VERSION $MARIADB_VERSION -# release-status:RC +# release-status:Stable # release-support-type:Short Term Support # (https://downloads.mariadb.org/rest-api/mariadb/) # Allowing overriding of REPOSITORY, a URL that includes suite and component for testing and Enterprise Versions -ARG REPOSITORY="http://archive.mariadb.org/mariadb-11.7.1/repo/ubuntu/ noble main main/debug" +ARG REPOSITORY="http://archive.mariadb.org/mariadb-11.7.2/repo/ubuntu/ noble main main/debug" RUN set -e;\ echo "deb ${REPOSITORY}" > /etc/apt/sources.list.d/mariadb.list; \ diff --git a/11.7/docker-entrypoint.sh b/11.7/docker-entrypoint.sh index 92d280cb..72253c98 100755 --- a/11.7/docker-entrypoint.sh +++ b/11.7/docker-entrypoint.sh @@ -1,5 +1,6 @@ #!/bin/bash -set -eo pipefail + +set -Eeuo pipefail shopt -s nullglob # logging functions @@ -225,7 +226,7 @@ docker_create_db_directories() { } _mariadb_version() { - echo -n "11.7.1-MariaDB" + echo -n "11.7.2-MariaDB" } # initializes the database directory diff --git a/11.7/healthcheck.sh b/11.7/healthcheck.sh index 62be3459..53f7d6b3 100755 --- a/11.7/healthcheck.sh +++ b/11.7/healthcheck.sh @@ -34,7 +34,7 @@ # Note * though denied error message will result in error log without # any permissions. USAGE recommend to avoid this. -set -eo pipefail +set -Eeuo pipefail _process_sql() { diff --git a/11.6-ubi/Dockerfile b/11.8-ubi/Dockerfile similarity index 95% rename from 11.6-ubi/Dockerfile rename to 11.8-ubi/Dockerfile index 8bf1dece..a2998045 100644 --- a/11.6-ubi/Dockerfile +++ b/11.8-ubi/Dockerfile @@ -36,7 +36,7 @@ COPY MariaDB.repo /etc/yum.repos.d/ # https://access.redhat.com/documentation/en-us/red_hat_software_certification/2024/html/red_hat_openshift_software_certification_policy_guide/assembly-requirements-for-container-images_openshift-sw-cert-policy-introduction#con-image-metadata-requirements_openshift-sw-cert-policy-container-images LABEL name="MariaDB Server" \ vendor="MariaDB Community" \ - version="11.6.2" \ + version="11.8.1" \ release="Refer to Annotations org.opencontainers.image.{revision,source}" \ summary="MariaDB Database" \ description="MariaDB Database for relational SQL" @@ -50,14 +50,14 @@ LABEL org.opencontainers.image.authors="MariaDB Community" \ org.opencontainers.image.licenses="GPL-2.0" \ org.opencontainers.image.source="https://github.com/MariaDB/mariadb-docker" \ org.opencontainers.image.vendor="MariaDB Community" \ - org.opencontainers.image.version="11.6.2" \ + org.opencontainers.image.version="11.8.1" \ org.opencontainers.image.url="https://github.com/MariaDB/mariadb-docker" # bashbrew-architectures: amd64 arm64v8 ppc64le s390x -ARG MARIADB_VERSION=11.6.2 +ARG MARIADB_VERSION=11.8.1 ENV MARIADB_VERSION=$MARIADB_VERSION -# release-status:Stable -# release-support-type:Short Term Support +# release-status:RC +# release-support-type:Long Term Support # (https://downloads.mariadb.org/rest-api/mariadb/) # missing pwgen(epel), jemalloc(epel) (as entrypoint/user extensions) @@ -83,7 +83,7 @@ RUN set -eux ; \ unset GNUPGHOME ; \ microdnf update -y ; \ microdnf reinstall -y tzdata ; \ - microdnf install -y procps-ng zstd xz jemalloc pwgen pv ; \ + microdnf install -y procps-ng zstd xz jemalloc pwgen pv util-linux-core ; \ mkdir -p /etc/mysql/conf.d /etc/mysql/mariadb.conf.d/ /var/lib/mysql/mysql /run/mariadb /usr/lib64/galera ; \ chmod ugo+rwx,o+t /run/mariadb ; \ microdnf install -y MariaDB-backup-${MARIADB_VERSION} MariaDB-server-${MARIADB_VERSION} ; \ diff --git a/11.6-ubi/MariaDB.repo b/11.8-ubi/MariaDB.repo similarity index 53% rename from 11.6-ubi/MariaDB.repo rename to 11.8-ubi/MariaDB.repo index d9223c37..e947cbdf 100644 --- a/11.6-ubi/MariaDB.repo +++ b/11.8-ubi/MariaDB.repo @@ -1,7 +1,7 @@ [mariadb] name = MariaDB -#baseurl = https://rpm.mariadb.org/11.6/rhel/$releasever/$basearch -baseurl = https://archive.mariadb.org/mariadb-11.6/yum/rhel/$releasever/$basearch +#baseurl = https://rpm.mariadb.org/11.8/rhel/$releasever/$basearch +baseurl = https://archive.mariadb.org/mariadb-11.8/yum/rhel/$releasever/$basearch #microdnf cannot read to the second key here. #gpgkey=https://archive.mariadb.org/PublicKey gpgcheck=1 diff --git a/11.6/docker-entrypoint.sh b/11.8-ubi/docker-entrypoint.sh similarity index 99% rename from 11.6/docker-entrypoint.sh rename to 11.8-ubi/docker-entrypoint.sh index 36f54d62..606227d2 100755 --- a/11.6/docker-entrypoint.sh +++ b/11.8-ubi/docker-entrypoint.sh @@ -1,5 +1,6 @@ #!/bin/bash -set -eo pipefail + +set -Eeuo pipefail shopt -s nullglob # logging functions @@ -225,7 +226,7 @@ docker_create_db_directories() { } _mariadb_version() { - echo -n "11.6.2-MariaDB" + echo -n "11.8.1-MariaDB" } # initializes the database directory diff --git a/11.6-ubi/docker.cnf b/11.8-ubi/docker.cnf similarity index 100% rename from 11.6-ubi/docker.cnf rename to 11.8-ubi/docker.cnf diff --git a/11.6/healthcheck.sh b/11.8-ubi/healthcheck.sh similarity index 99% rename from 11.6/healthcheck.sh rename to 11.8-ubi/healthcheck.sh index 62be3459..53f7d6b3 100755 --- a/11.6/healthcheck.sh +++ b/11.8-ubi/healthcheck.sh @@ -34,7 +34,7 @@ # Note * though denied error message will result in error log without # any permissions. USAGE recommend to avoid this. -set -eo pipefail +set -Eeuo pipefail _process_sql() { diff --git a/11.6/Dockerfile b/11.8/Dockerfile similarity index 96% rename from 11.6/Dockerfile rename to 11.8/Dockerfile index 4986cf77..479e814f 100644 --- a/11.6/Dockerfile +++ b/11.8/Dockerfile @@ -75,18 +75,18 @@ LABEL org.opencontainers.image.authors="MariaDB Community" \ org.opencontainers.image.licenses="GPL-2.0" \ org.opencontainers.image.source="https://github.com/MariaDB/mariadb-docker" \ org.opencontainers.image.vendor="MariaDB Community" \ - org.opencontainers.image.version="11.6.2" \ + org.opencontainers.image.version="11.8.1" \ org.opencontainers.image.url="https://github.com/MariaDB/mariadb-docker" # bashbrew-architectures: amd64 arm64v8 ppc64le s390x -ARG MARIADB_VERSION=1:11.6.2+maria~ubu2404 +ARG MARIADB_VERSION=1:11.8.1+maria~ubu2404 ENV MARIADB_VERSION $MARIADB_VERSION -# release-status:Stable -# release-support-type:Short Term Support +# release-status:RC +# release-support-type:Long Term Support # (https://downloads.mariadb.org/rest-api/mariadb/) # Allowing overriding of REPOSITORY, a URL that includes suite and component for testing and Enterprise Versions -ARG REPOSITORY="http://archive.mariadb.org/mariadb-11.6.2/repo/ubuntu/ noble main main/debug" +ARG REPOSITORY="http://archive.mariadb.org/mariadb-11.8.1/repo/ubuntu/ noble main main/debug" RUN set -e;\ echo "deb ${REPOSITORY}" > /etc/apt/sources.list.d/mariadb.list; \ diff --git a/11.6-ubi/docker-entrypoint.sh b/11.8/docker-entrypoint.sh similarity index 99% rename from 11.6-ubi/docker-entrypoint.sh rename to 11.8/docker-entrypoint.sh index 36f54d62..606227d2 100755 --- a/11.6-ubi/docker-entrypoint.sh +++ b/11.8/docker-entrypoint.sh @@ -1,5 +1,6 @@ #!/bin/bash -set -eo pipefail + +set -Eeuo pipefail shopt -s nullglob # logging functions @@ -225,7 +226,7 @@ docker_create_db_directories() { } _mariadb_version() { - echo -n "11.6.2-MariaDB" + echo -n "11.8.1-MariaDB" } # initializes the database directory diff --git a/11.6-ubi/healthcheck.sh b/11.8/healthcheck.sh similarity index 99% rename from 11.6-ubi/healthcheck.sh rename to 11.8/healthcheck.sh index 62be3459..53f7d6b3 100755 --- a/11.6-ubi/healthcheck.sh +++ b/11.8/healthcheck.sh @@ -34,7 +34,7 @@ # Note * though denied error message will result in error log without # any permissions. USAGE recommend to avoid this. -set -eo pipefail +set -Eeuo pipefail _process_sql() { diff --git a/docker-entrypoint.sh b/docker-entrypoint.sh index 1cab70d2..7741f1c3 100755 --- a/docker-entrypoint.sh +++ b/docker-entrypoint.sh @@ -1,5 +1,6 @@ #!/bin/bash -set -eo pipefail + +set -Eeuo pipefail shopt -s nullglob # logging functions diff --git a/healthcheck.sh b/healthcheck.sh index 62be3459..53f7d6b3 100755 --- a/healthcheck.sh +++ b/healthcheck.sh @@ -34,7 +34,7 @@ # Note * though denied error message will result in error log without # any permissions. USAGE recommend to avoid this. -set -eo pipefail +set -Eeuo pipefail _process_sql() { diff --git a/main-ubi/Dockerfile b/main-ubi/Dockerfile index 01c9400e..56c1db65 100644 --- a/main-ubi/Dockerfile +++ b/main-ubi/Dockerfile @@ -36,7 +36,7 @@ COPY MariaDB.repo /etc/yum.repos.d/ # https://access.redhat.com/documentation/en-us/red_hat_software_certification/2024/html/red_hat_openshift_software_certification_policy_guide/assembly-requirements-for-container-images_openshift-sw-cert-policy-introduction#con-image-metadata-requirements_openshift-sw-cert-policy-container-images LABEL name="MariaDB Server" \ vendor="MariaDB Community" \ - version="11.8.0" \ + version="12.0.0" \ release="Refer to Annotations org.opencontainers.image.{revision,source}" \ summary="MariaDB Database" \ description="MariaDB Database for relational SQL" @@ -50,11 +50,11 @@ LABEL org.opencontainers.image.authors="MariaDB Community" \ org.opencontainers.image.licenses="GPL-2.0" \ org.opencontainers.image.source="https://github.com/MariaDB/mariadb-docker" \ org.opencontainers.image.vendor="MariaDB Community" \ - org.opencontainers.image.version="11.8.0" \ + org.opencontainers.image.version="12.0.0" \ org.opencontainers.image.url="https://github.com/MariaDB/mariadb-docker" # bashbrew-architectures: amd64 arm64v8 ppc64le s390x -ARG MARIADB_VERSION=11.8.0 +ARG MARIADB_VERSION=12.0.0 ENV MARIADB_VERSION=$MARIADB_VERSION # release-status:Alpha # release-support-type:Unknown diff --git a/main-ubi/docker-entrypoint.sh b/main-ubi/docker-entrypoint.sh index 9a64eb99..dca84d65 100755 --- a/main-ubi/docker-entrypoint.sh +++ b/main-ubi/docker-entrypoint.sh @@ -1,5 +1,6 @@ #!/bin/bash -set -eo pipefail + +set -Eeuo pipefail shopt -s nullglob # logging functions @@ -225,7 +226,7 @@ docker_create_db_directories() { } _mariadb_version() { - echo -n "11.8.0-MariaDB" + echo -n "12.0.0-MariaDB" } # initializes the database directory diff --git a/main-ubi/healthcheck.sh b/main-ubi/healthcheck.sh index 62be3459..53f7d6b3 100755 --- a/main-ubi/healthcheck.sh +++ b/main-ubi/healthcheck.sh @@ -34,7 +34,7 @@ # Note * though denied error message will result in error log without # any permissions. USAGE recommend to avoid this. -set -eo pipefail +set -Eeuo pipefail _process_sql() { diff --git a/main/Dockerfile b/main/Dockerfile index 81e48334..139db13c 100644 --- a/main/Dockerfile +++ b/main/Dockerfile @@ -75,18 +75,18 @@ LABEL org.opencontainers.image.authors="MariaDB Community" \ org.opencontainers.image.licenses="GPL-2.0" \ org.opencontainers.image.source="https://github.com/MariaDB/mariadb-docker" \ org.opencontainers.image.vendor="MariaDB Community" \ - org.opencontainers.image.version="11.8.0" \ + org.opencontainers.image.version="12.0.0" \ org.opencontainers.image.url="https://github.com/MariaDB/mariadb-docker" # bashbrew-architectures: amd64 arm64v8 ppc64le s390x -ARG MARIADB_VERSION=1:11.8.0+maria~ubu2404 +ARG MARIADB_VERSION=1:12.0.0+maria~ubu2404 ENV MARIADB_VERSION $MARIADB_VERSION # release-status:Alpha # release-support-type:Unknown # (https://downloads.mariadb.org/rest-api/mariadb/) # Allowing overriding of REPOSITORY, a URL that includes suite and component for testing and Enterprise Versions -ARG REPOSITORY="http://archive.mariadb.org/mariadb-11.8.0/repo/ubuntu/ noble main main/debug" +ARG REPOSITORY="http://archive.mariadb.org/mariadb-12.0.0/repo/ubuntu/ noble main main/debug" RUN set -e;\ echo "deb ${REPOSITORY}" > /etc/apt/sources.list.d/mariadb.list; \ diff --git a/main/docker-entrypoint.sh b/main/docker-entrypoint.sh index 9a64eb99..dca84d65 100755 --- a/main/docker-entrypoint.sh +++ b/main/docker-entrypoint.sh @@ -1,5 +1,6 @@ #!/bin/bash -set -eo pipefail + +set -Eeuo pipefail shopt -s nullglob # logging functions @@ -225,7 +226,7 @@ docker_create_db_directories() { } _mariadb_version() { - echo -n "11.8.0-MariaDB" + echo -n "12.0.0-MariaDB" } # initializes the database directory diff --git a/main/healthcheck.sh b/main/healthcheck.sh index 62be3459..53f7d6b3 100755 --- a/main/healthcheck.sh +++ b/main/healthcheck.sh @@ -34,7 +34,7 @@ # Note * though denied error message will result in error log without # any permissions. USAGE recommend to avoid this. -set -eo pipefail +set -Eeuo pipefail _process_sql() { diff --git a/update.sh b/update.sh index 54291fdc..83b9ac86 100755 --- a/update.sh +++ b/update.sh @@ -187,7 +187,7 @@ mariaversion() { if [ "$version" = 11.7 ]; then #version=11.7 - mariaVersion=11.7.1; + mariaVersion=11.7.2; return fi mariaVersion=$(curl -fsSL "$DOWNLOADS_REST_API/mariadb/${version%-*}" \ @@ -247,7 +247,7 @@ for version in "${versions[@]}"; do case "$version" in 11.7) - releaseStatus=${release[0]:-RC} + releaseStatus=${release[0]:-Stable} supportType=${release[1]:-Short Term Support} ;; 11.6) diff --git a/versions.json b/versions.json index 231eeff2..f5f82362 100644 --- a/versions.json +++ b/versions.json @@ -1,4 +1,32 @@ { + "11.8": { + "milestone": "11.8", + "version": "11.8.1", + "fullVersion": "1:11.8.1+maria~ubu2404", + "releaseStatus": "RC", + "supportType": "Long Term Support", + "base": "ubuntu:noble", + "arches": [ + "amd64", + "arm64v8", + "ppc64le", + "s390x" + ] + }, + "11.8-ubi": { + "milestone": "11.8", + "version": "11.8.1", + "fullVersion": "11.8.1", + "releaseStatus": "RC", + "supportType": "Long Term Support", + "base": "ubi9", + "arches": [ + "amd64", + "arm64v8", + "ppc64le", + "s390x" + ] + }, "11.4": { "milestone": "11.4", "version": "11.4.5", @@ -97,39 +125,11 @@ "s390x" ] }, - "11.6": { - "milestone": "11.6", - "version": "11.6.2", - "fullVersion": "1:11.6.2+maria~ubu2404", - "releaseStatus": "Stable", - "supportType": "Short Term Support", - "base": "ubuntu:noble", - "arches": [ - "amd64", - "arm64v8", - "ppc64le", - "s390x" - ] - }, - "11.6-ubi": { - "milestone": "11.6", - "version": "11.6.2", - "fullVersion": "11.6.2", - "releaseStatus": "Stable", - "supportType": "Short Term Support", - "base": "ubi9", - "arches": [ - "amd64", - "arm64v8", - "ppc64le", - "s390x" - ] - }, "11.7": { "milestone": "11.7", - "version": "11.7.1", - "fullVersion": "1:11.7.1+maria~ubu2404", - "releaseStatus": "RC", + "version": "11.7.2", + "fullVersion": "1:11.7.2+maria~ubu2404", + "releaseStatus": "Stable", "supportType": "Short Term Support", "base": "ubuntu:noble", "arches": [ @@ -141,9 +141,9 @@ }, "11.7-ubi": { "milestone": "11.7", - "version": "11.7.1", - "fullVersion": "11.7.1", - "releaseStatus": "RC", + "version": "11.7.2", + "fullVersion": "11.7.2", + "releaseStatus": "Stable", "supportType": "Short Term Support", "base": "ubi9", "arches": [