From 07e42ed9b5daa4f4fc8dc74f8d61a823fc6e583d Mon Sep 17 00:00:00 2001
From: Daniel Black <daniel@mariadb.org>
Date: Fri, 15 Nov 2024 09:44:09 +1100
Subject: [PATCH] version.json - hack to Stable/STS for 11.5

---
 versions.json | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/versions.json b/versions.json
index c21c3ec..c25e533 100644
--- a/versions.json
+++ b/versions.json
@@ -115,8 +115,8 @@
     "milestone": "11.5",
     "version": "11.5.2",
     "fullVersion": "1:11.5.2+maria~ubu2404",
-    "releaseStatus": "Unknown",
-    "supportType": "Unknown",
+    "releaseStatus": "Stable",
+    "supportType": "Short Term Support",
     "base": "ubuntu:noble",
     "arches": [
       "amd64",
@@ -129,8 +129,8 @@
     "milestone": "11.5",
     "version": "11.5.2",
     "fullVersion": "11.5.2",
-    "releaseStatus": "Unknown",
-    "supportType": "Unknown",
+    "releaseStatus": "Stable",
+    "supportType": "Short Term Support",
     "base": "ubi9",
     "arches": [
       "amd64",
-- 
GitLab