From 1d95dfc811b0666ab39cecdbf88c4d956e74f765 Mon Sep 17 00:00:00 2001 From: Daniel Black Date: Mon, 12 Feb 2024 10:03:42 +1100 Subject: [PATCH] Release 2024 Q1 part 1 --- 10.11/Dockerfile | 6 +++--- 10.4/Dockerfile | 6 +++--- 10.5/Dockerfile | 6 +++--- 10.6/Dockerfile | 6 +++--- 11.0/Dockerfile | 6 +++--- 11.1/Dockerfile | 6 +++--- 11.2/Dockerfile | 6 +++--- 11.4/Dockerfile | 2 +- update.sh | 2 +- versions.json | 56 ++++++++++++++++++++++++------------------------ 10 files changed, 51 insertions(+), 51 deletions(-) diff --git a/10.11/Dockerfile b/10.11/Dockerfile index 042831db..1dfbb5a7 100644 --- a/10.11/Dockerfile +++ b/10.11/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="10.11.6" \ + org.opencontainers.image.version="10.11.7" \ org.opencontainers.image.url="https://github.com/MariaDB/mariadb-docker" # bashbrew-architectures: amd64 arm64v8 ppc64le s390x -ARG MARIADB_VERSION=1:10.11.6+maria~ubu2204 +ARG MARIADB_VERSION=1:10.11.7+maria~ubu2204 ENV MARIADB_VERSION $MARIADB_VERSION # release-status:Stable # 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-10.11.6/repo/ubuntu/ jammy main main/debug" +ARG REPOSITORY="http://archive.mariadb.org/mariadb-10.11.7/repo/ubuntu/ jammy main main/debug" RUN set -e;\ echo "deb ${REPOSITORY}" > /etc/apt/sources.list.d/mariadb.list; \ diff --git a/10.4/Dockerfile b/10.4/Dockerfile index 47bc66a0..177a2fc4 100644 --- a/10.4/Dockerfile +++ b/10.4/Dockerfile @@ -75,20 +75,20 @@ 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="10.4.32" \ + org.opencontainers.image.version="10.4.33" \ org.opencontainers.image.url="https://github.com/MariaDB/mariadb-docker" # bashbrew-architectures: amd64 arm64v8 ppc64le ARG MARIADB_MAJOR=10.4 ENV MARIADB_MAJOR $MARIADB_MAJOR -ARG MARIADB_VERSION=1:10.4.32+maria~ubu2004 +ARG MARIADB_VERSION=1:10.4.33+maria~ubu2004 ENV MARIADB_VERSION $MARIADB_VERSION # release-status:Stable # 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-10.4.32/repo/ubuntu/ focal main main/debug" +ARG REPOSITORY="http://archive.mariadb.org/mariadb-10.4.33/repo/ubuntu/ focal main main/debug" RUN set -e;\ echo "deb ${REPOSITORY}" > /etc/apt/sources.list.d/mariadb.list; \ diff --git a/10.5/Dockerfile b/10.5/Dockerfile index f7964eab..5dc76d5b 100644 --- a/10.5/Dockerfile +++ b/10.5/Dockerfile @@ -75,20 +75,20 @@ 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="10.5.23" \ + org.opencontainers.image.version="10.5.24" \ org.opencontainers.image.url="https://github.com/MariaDB/mariadb-docker" # bashbrew-architectures: amd64 arm64v8 ppc64le s390x ARG MARIADB_MAJOR=10.5 ENV MARIADB_MAJOR $MARIADB_MAJOR -ARG MARIADB_VERSION=1:10.5.23+maria~ubu2004 +ARG MARIADB_VERSION=1:10.5.24+maria~ubu2004 ENV MARIADB_VERSION $MARIADB_VERSION # release-status:Stable # 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-10.5.23/repo/ubuntu/ focal main main/debug" +ARG REPOSITORY="http://archive.mariadb.org/mariadb-10.5.24/repo/ubuntu/ focal main main/debug" RUN set -e;\ echo "deb ${REPOSITORY}" > /etc/apt/sources.list.d/mariadb.list; \ diff --git a/10.6/Dockerfile b/10.6/Dockerfile index bb679925..6d173a23 100644 --- a/10.6/Dockerfile +++ b/10.6/Dockerfile @@ -75,20 +75,20 @@ 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="10.6.16" \ + org.opencontainers.image.version="10.6.17" \ org.opencontainers.image.url="https://github.com/MariaDB/mariadb-docker" # bashbrew-architectures: amd64 arm64v8 ppc64le s390x ARG MARIADB_MAJOR=10.6 ENV MARIADB_MAJOR $MARIADB_MAJOR -ARG MARIADB_VERSION=1:10.6.16+maria~ubu2004 +ARG MARIADB_VERSION=1:10.6.17+maria~ubu2004 ENV MARIADB_VERSION $MARIADB_VERSION # release-status:Stable # 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-10.6.16/repo/ubuntu/ focal main main/debug" +ARG REPOSITORY="http://archive.mariadb.org/mariadb-10.6.17/repo/ubuntu/ focal main main/debug" RUN set -e;\ echo "deb ${REPOSITORY}" > /etc/apt/sources.list.d/mariadb.list; \ diff --git a/11.0/Dockerfile b/11.0/Dockerfile index 31bbc6be..b5db3d65 100644 --- a/11.0/Dockerfile +++ b/11.0/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.0.4" \ + org.opencontainers.image.version="11.0.5" \ org.opencontainers.image.url="https://github.com/MariaDB/mariadb-docker" # bashbrew-architectures: amd64 arm64v8 ppc64le s390x -ARG MARIADB_VERSION=1:11.0.4+maria~ubu2204 +ARG MARIADB_VERSION=1:11.0.5+maria~ubu2204 ENV MARIADB_VERSION $MARIADB_VERSION # 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.0.4/repo/ubuntu/ jammy main main/debug" +ARG REPOSITORY="http://archive.mariadb.org/mariadb-11.0.5/repo/ubuntu/ jammy main main/debug" RUN set -e;\ echo "deb ${REPOSITORY}" > /etc/apt/sources.list.d/mariadb.list; \ diff --git a/11.1/Dockerfile b/11.1/Dockerfile index 95945b63..e62f5f83 100644 --- a/11.1/Dockerfile +++ b/11.1/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.1.3" \ + org.opencontainers.image.version="11.1.4" \ org.opencontainers.image.url="https://github.com/MariaDB/mariadb-docker" # bashbrew-architectures: amd64 arm64v8 ppc64le s390x -ARG MARIADB_VERSION=1:11.1.3+maria~ubu2204 +ARG MARIADB_VERSION=1:11.1.4+maria~ubu2204 ENV MARIADB_VERSION $MARIADB_VERSION # 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.1.3/repo/ubuntu/ jammy main main/debug" +ARG REPOSITORY="http://archive.mariadb.org/mariadb-11.1.4/repo/ubuntu/ jammy main main/debug" RUN set -e;\ echo "deb ${REPOSITORY}" > /etc/apt/sources.list.d/mariadb.list; \ diff --git a/11.2/Dockerfile b/11.2/Dockerfile index 9b30f69b..fb3a5535 100644 --- a/11.2/Dockerfile +++ b/11.2/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.2.2" \ + org.opencontainers.image.version="11.2.3" \ org.opencontainers.image.url="https://github.com/MariaDB/mariadb-docker" # bashbrew-architectures: amd64 arm64v8 ppc64le s390x -ARG MARIADB_VERSION=1:11.2.2+maria~ubu2204 +ARG MARIADB_VERSION=1:11.2.3+maria~ubu2204 ENV MARIADB_VERSION $MARIADB_VERSION # 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.2.2/repo/ubuntu/ jammy main main/debug" +ARG REPOSITORY="http://archive.mariadb.org/mariadb-11.2.3/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 af965df1..eb4c8900 100644 --- a/11.4/Dockerfile +++ b/11.4/Dockerfile @@ -82,7 +82,7 @@ LABEL org.opencontainers.image.authors="MariaDB Community" \ ARG MARIADB_VERSION=1:11.4.0+maria~ubu2204 ENV MARIADB_VERSION $MARIADB_VERSION # release-status:Alpha -# release-support-type:Unknown +# 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 diff --git a/update.sh b/update.sh index 61cbafe8..99eb043b 100755 --- a/update.sh +++ b/update.sh @@ -155,7 +155,7 @@ all() | jq -r '.major_releases[] | [ .release_id ], [ .release_status ], [ .release_support_type ] | @tsv')" } -development_version=11.4 +development_version=11.5 in_development() { diff --git a/versions.json b/versions.json index 6ecd06cd..4bd2fb01 100644 --- a/versions.json +++ b/versions.json @@ -1,4 +1,18 @@ { + "11.4": { + "milestone": "11.4", + "version": "11.4.0", + "fullVersion": "1:11.4.0+maria~ubu2204", + "releaseStatus": "Alpha", + "supportType": "Short Term Support", + "base": "ubuntu:jammy", + "arches": [ + "amd64", + "arm64v8", + "ppc64le", + "s390x" + ] + }, "11.3": { "milestone": "11.3", "version": "11.3.1", @@ -15,8 +29,8 @@ }, "11.2": { "milestone": "11.2", - "version": "11.2.2", - "fullVersion": "1:11.2.2+maria~ubu2204", + "version": "11.2.3", + "fullVersion": "1:11.2.3+maria~ubu2204", "releaseStatus": "Stable", "supportType": "Short Term Support", "base": "ubuntu:jammy", @@ -29,8 +43,8 @@ }, "11.1": { "milestone": "11.1", - "version": "11.1.3", - "fullVersion": "1:11.1.3+maria~ubu2204", + "version": "11.1.4", + "fullVersion": "1:11.1.4+maria~ubu2204", "releaseStatus": "Stable", "supportType": "Short Term Support", "base": "ubuntu:jammy", @@ -43,8 +57,8 @@ }, "11.0": { "milestone": "11.0", - "version": "11.0.4", - "fullVersion": "1:11.0.4+maria~ubu2204", + "version": "11.0.5", + "fullVersion": "1:11.0.5+maria~ubu2204", "releaseStatus": "Stable", "supportType": "Short Term Support", "base": "ubuntu:jammy", @@ -57,8 +71,8 @@ }, "10.11": { "milestone": "10.11", - "version": "10.11.6", - "fullVersion": "1:10.11.6+maria~ubu2204", + "version": "10.11.7", + "fullVersion": "1:10.11.7+maria~ubu2204", "releaseStatus": "Stable", "supportType": "Long Term Support", "base": "ubuntu:jammy", @@ -71,8 +85,8 @@ }, "10.6": { "milestone": "10.6", - "version": "10.6.16", - "fullVersion": "1:10.6.16+maria~ubu2004", + "version": "10.6.17", + "fullVersion": "1:10.6.17+maria~ubu2004", "releaseStatus": "Stable", "supportType": "Long Term Support", "base": "ubuntu:focal", @@ -85,8 +99,8 @@ }, "10.5": { "milestone": "10.5", - "version": "10.5.23", - "fullVersion": "1:10.5.23+maria~ubu2004", + "version": "10.5.24", + "fullVersion": "1:10.5.24+maria~ubu2004", "releaseStatus": "Stable", "supportType": "Long Term Support", "base": "ubuntu:focal", @@ -99,8 +113,8 @@ }, "10.4": { "milestone": "10.4", - "version": "10.4.32", - "fullVersion": "1:10.4.32+maria~ubu2004", + "version": "10.4.33", + "fullVersion": "1:10.4.33+maria~ubu2004", "releaseStatus": "Stable", "supportType": "Long Term Support", "base": "ubuntu:focal", @@ -109,19 +123,5 @@ "arm64v8", "ppc64le" ] - }, - "11.4": { - "milestone": "11.4", - "version": "11.4.0", - "fullVersion": "1:11.4.0+maria~ubu2204", - "releaseStatus": "Alpha", - "supportType": "Unknown", - "base": "ubuntu:jammy", - "arches": [ - "amd64", - "arm64v8", - "ppc64le", - "s390x" - ] } }