From 4c5048803b4785a1ef057c2d4c48b126a08348c6 Mon Sep 17 00:00:00 2001 From: Daniel Black Date: Wed, 11 Jun 2025 07:48:21 +1000 Subject: [PATCH] 11.8 to RC status 11.7 out of the versions.json --- 11.8-ubi/Dockerfile | 2 +- 11.8/Dockerfile | 2 +- versions.json | 74 ++++++++++++++++++--------------------------- 3 files changed, 32 insertions(+), 46 deletions(-) diff --git a/11.8-ubi/Dockerfile b/11.8-ubi/Dockerfile index 0e25576..f1182bf 100644 --- a/11.8-ubi/Dockerfile +++ b/11.8-ubi/Dockerfile @@ -56,7 +56,7 @@ LABEL org.opencontainers.image.authors="MariaDB Community" \ # bashbrew-architectures: amd64 arm64v8 ppc64le s390x ARG MARIADB_VERSION=11.8.2 ENV MARIADB_VERSION=$MARIADB_VERSION -# release-status:RC +# release-status:Stable # release-support-type:Long Term Support # (https://downloads.mariadb.org/rest-api/mariadb/) diff --git a/11.8/Dockerfile b/11.8/Dockerfile index 232ddf3..93fc4e4 100644 --- a/11.8/Dockerfile +++ b/11.8/Dockerfile @@ -81,7 +81,7 @@ LABEL org.opencontainers.image.authors="MariaDB Community" \ # bashbrew-architectures: amd64 arm64v8 ppc64le s390x ARG MARIADB_VERSION=1:11.8.2+maria~ubu2404 ENV MARIADB_VERSION $MARIADB_VERSION -# release-status:RC +# release-status:Stable # release-support-type:Long Term Support # (https://downloads.mariadb.org/rest-api/mariadb/) diff --git a/versions.json b/versions.json index 689ca8c..65fb37a 100644 --- a/versions.json +++ b/versions.json @@ -1,9 +1,37 @@ { + "12.0": { + "milestone": "12.0", + "version": "12.0.1", + "fullVersion": "1:12.0.1+maria~ubu2404", + "releaseStatus": "RC", + "supportType": "Rolling", + "base": "ubuntu:noble", + "arches": [ + "amd64", + "arm64v8", + "ppc64le", + "s390x" + ] + }, + "12.0-ubi": { + "milestone": "12.0", + "version": "12.0.1", + "fullVersion": "12.0.1", + "releaseStatus": "RC", + "supportType": "Rolling", + "base": "ubi9", + "arches": [ + "amd64", + "arm64v8", + "ppc64le", + "s390x" + ] + }, "11.8": { "milestone": "11.8", "version": "11.8.2", "fullVersion": "1:11.8.2+maria~ubu2404", - "releaseStatus": "RC", + "releaseStatus": "Stable", "supportType": "Long Term Support", "base": "ubuntu:noble", "arches": [ @@ -17,7 +45,7 @@ "milestone": "11.8", "version": "11.8.2", "fullVersion": "11.8.2", - "releaseStatus": "RC", + "releaseStatus": "Stable", "supportType": "Long Term Support", "base": "ubi9", "arches": [ @@ -125,20 +153,6 @@ "s390x" ] }, - "11.7": { - "milestone": "11.7", - "version": "11.7.2", - "fullVersion": "1:11.7.2+maria~ubu2404", - "releaseStatus": "Stable", - "supportType": "Short Term Support", - "base": "ubuntu:noble", - "arches": [ - "amd64", - "arm64v8", - "ppc64le", - "s390x" - ] - }, "10.6-jammy": { "milestone": "10.6", "version": "10.6.22", @@ -152,33 +166,5 @@ "ppc64le", "s390x" ] - }, - "12.0": { - "milestone": "12.0", - "version": "12.0.1", - "fullVersion": "1:12.0.1+maria~ubu2404", - "releaseStatus": "RC", - "supportType": "Rolling", - "base": "ubuntu:noble", - "arches": [ - "amd64", - "arm64v8", - "ppc64le", - "s390x" - ] - }, - "12.0-ubi": { - "milestone": "12.0", - "version": "12.0.1", - "fullVersion": "12.0.1", - "releaseStatus": "RC", - "supportType": "Rolling", - "base": "ubi9", - "arches": [ - "amd64", - "arm64v8", - "ppc64le", - "s390x" - ] } }