From 0c710468e3fb2ccec6cdc14350ee0f1eaf668307 Mon Sep 17 00:00:00 2001 From: Daniel Black Date: Wed, 21 Feb 2024 09:15:04 +1100 Subject: [PATCH] Release 2024 Q1 part 2 --- 11.3/Dockerfile | 8 ++++---- 11.4/Dockerfile | 6 +++--- versions.json | 10 +++++----- 3 files changed, 12 insertions(+), 12 deletions(-) diff --git a/11.3/Dockerfile b/11.3/Dockerfile index 13b08c3f..45acd7ed 100644 --- a/11.3/Dockerfile +++ b/11.3/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.3.1" \ + org.opencontainers.image.version="11.3.2" \ org.opencontainers.image.url="https://github.com/MariaDB/mariadb-docker" # bashbrew-architectures: amd64 arm64v8 ppc64le s390x -ARG MARIADB_VERSION=1:11.3.1+maria~ubu2204 +ARG MARIADB_VERSION=1:11.3.2+maria~ubu2204 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.3.1/repo/ubuntu/ jammy main main/debug" +ARG REPOSITORY="http://archive.mariadb.org/mariadb-11.3.2/repo/ubuntu/ jammy main main/debug" RUN set -e;\ echo "deb ${REPOSITORY}" > /etc/apt/sources.list.d/mariadb.list; \ diff --git a/11.4/Dockerfile b/11.4/Dockerfile index eb4c8900..14d7d7da 100644 --- a/11.4/Dockerfile +++ b/11.4/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.4.0" \ + org.opencontainers.image.version="11.4.1" \ org.opencontainers.image.url="https://github.com/MariaDB/mariadb-docker" # bashbrew-architectures: amd64 arm64v8 ppc64le s390x -ARG MARIADB_VERSION=1:11.4.0+maria~ubu2204 +ARG MARIADB_VERSION=1:11.4.1+maria~ubu2204 ENV MARIADB_VERSION $MARIADB_VERSION # release-status:Alpha # 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.4.0/repo/ubuntu/ jammy main main/debug" +ARG REPOSITORY="http://archive.mariadb.org/mariadb-11.4.1/repo/ubuntu/ jammy main main/debug" RUN set -e;\ echo "deb ${REPOSITORY}" > /etc/apt/sources.list.d/mariadb.list; \ diff --git a/versions.json b/versions.json index 4bd2fb01..4ee7e648 100644 --- a/versions.json +++ b/versions.json @@ -1,8 +1,8 @@ { "11.4": { "milestone": "11.4", - "version": "11.4.0", - "fullVersion": "1:11.4.0+maria~ubu2204", + "version": "11.4.1", + "fullVersion": "1:11.4.1+maria~ubu2204", "releaseStatus": "Alpha", "supportType": "Short Term Support", "base": "ubuntu:jammy", @@ -15,9 +15,9 @@ }, "11.3": { "milestone": "11.3", - "version": "11.3.1", - "fullVersion": "1:11.3.1+maria~ubu2204", - "releaseStatus": "RC", + "version": "11.3.2", + "fullVersion": "1:11.3.2+maria~ubu2204", + "releaseStatus": "Stable", "supportType": "Short Term Support", "base": "ubuntu:jammy", "arches": [