From e730514e2771bdca0d7f66f8547ca418e20add8e Mon Sep 17 00:00:00 2001
From: Daniel Black <daniel@mariadb.org>
Date: Mon, 12 Aug 2024 09:11:51 +1000
Subject: [PATCH] Fix 11.5 files/scripts

---
 11.5-ubi/Dockerfile |  4 ++--
 11.5/Dockerfile     |  2 +-
 versions.json       | 28 ++++++++++++++++++++++++++++
 3 files changed, 31 insertions(+), 3 deletions(-)

diff --git a/11.5-ubi/Dockerfile b/11.5-ubi/Dockerfile
index d16dbe0..9641cb6 100644
--- a/11.5-ubi/Dockerfile
+++ b/11.5-ubi/Dockerfile
@@ -56,8 +56,8 @@ LABEL org.opencontainers.image.authors="MariaDB Community" \
 # bashbrew-architectures: amd64 arm64v8 ppc64le s390x
 ARG MARIADB_VERSION=11.5.1
 ENV MARIADB_VERSION=$MARIADB_VERSION
-# release-status:Unknown
-# release-support-type:Unknown
+# release-status:RC
+# release-support-type:Short Term Support
 # (https://downloads.mariadb.org/rest-api/mariadb/)
 
 # missing pwgen(epel), jemalloc(epel) (as entrypoint/user extensions)
diff --git a/11.5/Dockerfile b/11.5/Dockerfile
index baa2775..3607177 100644
--- a/11.5/Dockerfile
+++ b/11.5/Dockerfile
@@ -82,7 +82,7 @@ LABEL org.opencontainers.image.authors="MariaDB Community" \
 ARG MARIADB_VERSION=1:11.5.1+maria~ubu2404
 ENV MARIADB_VERSION $MARIADB_VERSION
 # release-status:RC
-# release-support-type:Rolling
+# 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/versions.json b/versions.json
index f2aa1fe..0551e54 100644
--- a/versions.json
+++ b/versions.json
@@ -110,5 +110,33 @@
       "ppc64le",
       "s390x"
     ]
+  },
+  "11.5": {
+    "milestone": "11.5",
+    "version": "11.5.1",
+    "fullVersion": "1:11.5.1+maria~ubu2404",
+    "releaseStatus": "RC",
+    "supportType": "Short Term Support",
+    "base": "ubuntu:noble",
+    "arches": [
+      "amd64",
+      "arm64v8",
+      "ppc64le",
+      "s390x"
+    ]
+  },
+  "11.5-ubi": {
+    "milestone": "11.5",
+    "version": "11.5.1",
+    "fullVersion": "11.5.1",
+    "releaseStatus": "RC",
+    "supportType": "Short Term Support",
+    "base": "ubi9",
+    "arches": [
+      "amd64",
+      "arm64v8",
+      "ppc64le",
+      "s390x"
+    ]
   }
 }
-- 
GitLab