diff --git a/10.11-ubi/Dockerfile b/10.11-ubi/Dockerfile
index 61c7abdb909c2b142050b60055f173acb83483cc..9aea84439948870186eae3e7eba93c3630d8900b 100644
--- a/10.11-ubi/Dockerfile
+++ b/10.11-ubi/Dockerfile
@@ -36,7 +36,7 @@ COPY MariaDB.repo /etc/yum.repos.d/
 # https://access.redhat.com/documentation/en-us/red_hat_software_certification/2024/html/red_hat_openshift_software_certification_policy_guide/assembly-requirements-for-container-images_openshift-sw-cert-policy-introduction#con-image-metadata-requirements_openshift-sw-cert-policy-container-images
 LABEL name="MariaDB Server" \
 	vendor="MariaDB Community" \
-	version="10.11.9" \
+	version="10.11.10" \
 	release="Refer to Annotations org.opencontainers.image.{revision,source}" \
 	summary="MariaDB Database" \
 	description="MariaDB Database for relational SQL"
@@ -50,11 +50,11 @@ 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.9" \
+      org.opencontainers.image.version="10.11.10" \
       org.opencontainers.image.url="https://github.com/MariaDB/mariadb-docker"
 
 # bashbrew-architectures: amd64 arm64v8 ppc64le s390x
-ARG MARIADB_VERSION=10.11.9
+ARG MARIADB_VERSION=10.11.10
 ENV MARIADB_VERSION=$MARIADB_VERSION
 # release-status:Stable
 # release-support-type:Long Term Support
diff --git a/10.11-ubi/docker-entrypoint.sh b/10.11-ubi/docker-entrypoint.sh
index 7f77ab49d0f9a013ff68b800421df5ecbc336d3c..6e9a224c1f3395473ac5fe133b0116f407838585 100755
--- a/10.11-ubi/docker-entrypoint.sh
+++ b/10.11-ubi/docker-entrypoint.sh
@@ -223,7 +223,7 @@ docker_create_db_directories() {
 }
 
 _mariadb_version() {
-	echo -n "10.11.9-MariaDB"
+	echo -n "10.11.10-MariaDB"
 }
 
 # initializes the database directory
diff --git a/10.11/Dockerfile b/10.11/Dockerfile
index ded310b5b7f504d14d9fa36661324b762a4d9009..a96e008982f51a2b12fa78bf94ab92d2dc3236bc 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.9" \
+      org.opencontainers.image.version="10.11.10" \
       org.opencontainers.image.url="https://github.com/MariaDB/mariadb-docker"
 
 # bashbrew-architectures: amd64 arm64v8 ppc64le s390x
-ARG MARIADB_VERSION=1:10.11.9+maria~ubu2204
+ARG MARIADB_VERSION=1:10.11.10+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.9/repo/ubuntu/ jammy main main/debug"
+ARG REPOSITORY="http://archive.mariadb.org/mariadb-10.11.10/repo/ubuntu/ jammy main main/debug"
 
 RUN set -e;\
 	echo "deb ${REPOSITORY}" > /etc/apt/sources.list.d/mariadb.list; \
diff --git a/10.11/docker-entrypoint.sh b/10.11/docker-entrypoint.sh
index 7f77ab49d0f9a013ff68b800421df5ecbc336d3c..6e9a224c1f3395473ac5fe133b0116f407838585 100755
--- a/10.11/docker-entrypoint.sh
+++ b/10.11/docker-entrypoint.sh
@@ -223,7 +223,7 @@ docker_create_db_directories() {
 }
 
 _mariadb_version() {
-	echo -n "10.11.9-MariaDB"
+	echo -n "10.11.10-MariaDB"
 }
 
 # initializes the database directory
diff --git a/10.5/Dockerfile b/10.5/Dockerfile
index a69c6e5bab91f7a45a7cb522e6ee9e397852c9dd..e0d96e7bac3ad1dee2a6d624a9c7b70b6596e8d4 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.26" \
+      org.opencontainers.image.version="10.5.27" \
       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.26+maria~ubu2004
+ARG MARIADB_VERSION=1:10.5.27+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.26/repo/ubuntu/ focal main main/debug"
+ARG REPOSITORY="http://archive.mariadb.org/mariadb-10.5.27/repo/ubuntu/ focal main main/debug"
 
 RUN set -e;\
 	echo "deb ${REPOSITORY}" > /etc/apt/sources.list.d/mariadb.list; \
diff --git a/10.5/docker-entrypoint.sh b/10.5/docker-entrypoint.sh
index ea2665000de5bea301c1031e68a3318427a6dac7..df9f11c347c6e635564bb80570b324c371105df4 100755
--- a/10.5/docker-entrypoint.sh
+++ b/10.5/docker-entrypoint.sh
@@ -215,7 +215,7 @@ docker_create_db_directories() {
 }
 
 _mariadb_version() {
-	echo -n "10.5.26-MariaDB"
+	echo -n "10.5.27-MariaDB"
 }
 
 # initializes the database directory
diff --git a/10.6-ubi/Dockerfile b/10.6-ubi/Dockerfile
index 89b6d208a394fa89a515cfcf1c8d826475ea0de0..3b3017c0f9c34c326bf4cc3d126094d572d2d11b 100644
--- a/10.6-ubi/Dockerfile
+++ b/10.6-ubi/Dockerfile
@@ -36,7 +36,7 @@ COPY MariaDB.repo /etc/yum.repos.d/
 # https://access.redhat.com/documentation/en-us/red_hat_software_certification/2024/html/red_hat_openshift_software_certification_policy_guide/assembly-requirements-for-container-images_openshift-sw-cert-policy-introduction#con-image-metadata-requirements_openshift-sw-cert-policy-container-images
 LABEL name="MariaDB Server" \
 	vendor="MariaDB Community" \
-	version="10.6.19" \
+	version="10.6.20" \
 	release="Refer to Annotations org.opencontainers.image.{revision,source}" \
 	summary="MariaDB Database" \
 	description="MariaDB Database for relational SQL"
@@ -50,12 +50,12 @@ 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.19" \
+      org.opencontainers.image.version="10.6.20" \
       org.opencontainers.image.url="https://github.com/MariaDB/mariadb-docker"
 
 # bashbrew-architectures: amd64 arm64v8 ppc64le s390x
 ARG MARIADB_MAJOR=10.6
-ARG MARIADB_VERSION=10.6.19
+ARG MARIADB_VERSION=10.6.20
 ENV MARIADB_VERSION=$MARIADB_VERSION
 # release-status:Stable
 # release-support-type:Long Term Support
diff --git a/10.6-ubi/docker-entrypoint.sh b/10.6-ubi/docker-entrypoint.sh
index 4ff446eb270248c13a98d4e260e099699a400be1..d4a3c2fb91269585cee6295381ada0ef9ff6ab8e 100755
--- a/10.6-ubi/docker-entrypoint.sh
+++ b/10.6-ubi/docker-entrypoint.sh
@@ -215,7 +215,7 @@ docker_create_db_directories() {
 }
 
 _mariadb_version() {
-	echo -n "10.6.19-MariaDB"
+	echo -n "10.6.20-MariaDB"
 }
 
 # initializes the database directory
diff --git a/10.6/Dockerfile b/10.6/Dockerfile
index 819b19dbb5c4a1d1cd637fc6e0a92b234d6e6d5b..583bed28ec7a78f6cf5bd7fc46351e83459db5ce 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.19" \
+      org.opencontainers.image.version="10.6.20" \
       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.19+maria~ubu2004
+ARG MARIADB_VERSION=1:10.6.20+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.19/repo/ubuntu/ focal main main/debug"
+ARG REPOSITORY="http://archive.mariadb.org/mariadb-10.6.20/repo/ubuntu/ focal main main/debug"
 
 RUN set -e;\
 	echo "deb ${REPOSITORY}" > /etc/apt/sources.list.d/mariadb.list; \
diff --git a/10.6/docker-entrypoint.sh b/10.6/docker-entrypoint.sh
index 4ff446eb270248c13a98d4e260e099699a400be1..d4a3c2fb91269585cee6295381ada0ef9ff6ab8e 100755
--- a/10.6/docker-entrypoint.sh
+++ b/10.6/docker-entrypoint.sh
@@ -215,7 +215,7 @@ docker_create_db_directories() {
 }
 
 _mariadb_version() {
-	echo -n "10.6.19-MariaDB"
+	echo -n "10.6.20-MariaDB"
 }
 
 # initializes the database directory
diff --git a/11.2/Dockerfile b/11.2/Dockerfile
index 43c01cf1ef6aba354a731ede9b624c475b72ad30..5775b6349995d1d0c4654866d3a08fd457259227 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.5" \
+      org.opencontainers.image.version="11.2.6" \
       org.opencontainers.image.url="https://github.com/MariaDB/mariadb-docker"
 
 # bashbrew-architectures: amd64 arm64v8 ppc64le s390x
-ARG MARIADB_VERSION=1:11.2.5+maria~ubu2204
+ARG MARIADB_VERSION=1:11.2.6+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.5/repo/ubuntu/ jammy main main/debug"
+ARG REPOSITORY="http://archive.mariadb.org/mariadb-11.2.6/repo/ubuntu/ jammy main main/debug"
 
 RUN set -e;\
 	echo "deb ${REPOSITORY}" > /etc/apt/sources.list.d/mariadb.list; \
diff --git a/11.2/docker-entrypoint.sh b/11.2/docker-entrypoint.sh
index ea7eb7026545dadc65bd60a4934d6df586bd04b3..5d0e26a1c0557e1ba8069cbc828714612258e0c7 100755
--- a/11.2/docker-entrypoint.sh
+++ b/11.2/docker-entrypoint.sh
@@ -223,7 +223,7 @@ docker_create_db_directories() {
 }
 
 _mariadb_version() {
-	echo -n "11.2.5-MariaDB"
+	echo -n "11.2.6-MariaDB"
 }
 
 # initializes the database directory
diff --git a/11.4-ubi/Dockerfile b/11.4-ubi/Dockerfile
index fa324dc56fd7c7e01b064f4f625b81ac2a460b91..6d5670c901bbf1f9be151c98e3fdfd2208878089 100644
--- a/11.4-ubi/Dockerfile
+++ b/11.4-ubi/Dockerfile
@@ -36,7 +36,7 @@ COPY MariaDB.repo /etc/yum.repos.d/
 # https://access.redhat.com/documentation/en-us/red_hat_software_certification/2024/html/red_hat_openshift_software_certification_policy_guide/assembly-requirements-for-container-images_openshift-sw-cert-policy-introduction#con-image-metadata-requirements_openshift-sw-cert-policy-container-images
 LABEL name="MariaDB Server" \
 	vendor="MariaDB Community" \
-	version="11.4.3" \
+	version="11.4.4" \
 	release="Refer to Annotations org.opencontainers.image.{revision,source}" \
 	summary="MariaDB Database" \
 	description="MariaDB Database for relational SQL"
@@ -50,11 +50,11 @@ 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.3" \
+      org.opencontainers.image.version="11.4.4" \
       org.opencontainers.image.url="https://github.com/MariaDB/mariadb-docker"
 
 # bashbrew-architectures: amd64 arm64v8 ppc64le s390x
-ARG MARIADB_VERSION=11.4.3
+ARG MARIADB_VERSION=11.4.4
 ENV MARIADB_VERSION=$MARIADB_VERSION
 # release-status:Stable
 # release-support-type:Long Term Support
diff --git a/11.4-ubi/docker-entrypoint.sh b/11.4-ubi/docker-entrypoint.sh
index 1192a4a1e1741caa1a7a061fefeafb66b6e97f52..d61453dbd48318644da24167448302eb5c4a2de9 100755
--- a/11.4-ubi/docker-entrypoint.sh
+++ b/11.4-ubi/docker-entrypoint.sh
@@ -225,7 +225,7 @@ docker_create_db_directories() {
 }
 
 _mariadb_version() {
-	echo -n "11.4.3-MariaDB"
+	echo -n "11.4.4-MariaDB"
 }
 
 # initializes the database directory
diff --git a/11.4/Dockerfile b/11.4/Dockerfile
index 7fa81d55de18080277678c43036322139a67060b..c7a6acbeb0968090030b32e97af52ef4937cd9d2 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.3" \
+      org.opencontainers.image.version="11.4.4" \
       org.opencontainers.image.url="https://github.com/MariaDB/mariadb-docker"
 
 # bashbrew-architectures: amd64 arm64v8 ppc64le s390x
-ARG MARIADB_VERSION=1:11.4.3+maria~ubu2404
+ARG MARIADB_VERSION=1:11.4.4+maria~ubu2404
 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-11.4.3/repo/ubuntu/ noble main main/debug"
+ARG REPOSITORY="http://archive.mariadb.org/mariadb-11.4.4/repo/ubuntu/ noble main main/debug"
 
 RUN set -e;\
 	echo "deb ${REPOSITORY}" > /etc/apt/sources.list.d/mariadb.list; \
diff --git a/11.4/docker-entrypoint.sh b/11.4/docker-entrypoint.sh
index 1192a4a1e1741caa1a7a061fefeafb66b6e97f52..d61453dbd48318644da24167448302eb5c4a2de9 100755
--- a/11.4/docker-entrypoint.sh
+++ b/11.4/docker-entrypoint.sh
@@ -225,7 +225,7 @@ docker_create_db_directories() {
 }
 
 _mariadb_version() {
-	echo -n "11.4.3-MariaDB"
+	echo -n "11.4.4-MariaDB"
 }
 
 # initializes the database directory
diff --git a/versions.json b/versions.json
index 1413724a701d3befd8f9f508dbe2020184e02741..5facecf5c4d0402127e97bbee3a83a17e18e824f 100644
--- a/versions.json
+++ b/versions.json
@@ -1,8 +1,8 @@
 {
   "11.4": {
     "milestone": "11.4",
-    "version": "11.4.3",
-    "fullVersion": "1:11.4.3+maria~ubu2404",
+    "version": "11.4.4",
+    "fullVersion": "1:11.4.4+maria~ubu2404",
     "releaseStatus": "Stable",
     "supportType": "Long Term Support",
     "base": "ubuntu:noble",
@@ -15,8 +15,8 @@
   },
   "11.4-ubi": {
     "milestone": "11.4",
-    "version": "11.4.3",
-    "fullVersion": "11.4.3",
+    "version": "11.4.4",
+    "fullVersion": "11.4.4",
     "releaseStatus": "Stable",
     "supportType": "Long Term Support",
     "base": "ubi9",
@@ -29,8 +29,8 @@
   },
   "11.2": {
     "milestone": "11.2",
-    "version": "11.2.5",
-    "fullVersion": "1:11.2.5+maria~ubu2204",
+    "version": "11.2.6",
+    "fullVersion": "1:11.2.6+maria~ubu2204",
     "releaseStatus": "Stable",
     "supportType": "Short Term Support",
     "base": "ubuntu:jammy",
@@ -43,8 +43,8 @@
   },
   "10.11": {
     "milestone": "10.11",
-    "version": "10.11.9",
-    "fullVersion": "1:10.11.9+maria~ubu2204",
+    "version": "10.11.10",
+    "fullVersion": "1:10.11.10+maria~ubu2204",
     "releaseStatus": "Stable",
     "supportType": "Long Term Support",
     "base": "ubuntu:jammy",
@@ -57,8 +57,8 @@
   },
   "10.11-ubi": {
     "milestone": "10.11",
-    "version": "10.11.9",
-    "fullVersion": "10.11.9",
+    "version": "10.11.10",
+    "fullVersion": "10.11.10",
     "releaseStatus": "Stable",
     "supportType": "Long Term Support",
     "base": "ubi9",
@@ -71,8 +71,8 @@
   },
   "10.6": {
     "milestone": "10.6",
-    "version": "10.6.19",
-    "fullVersion": "1:10.6.19+maria~ubu2004",
+    "version": "10.6.20",
+    "fullVersion": "1:10.6.20+maria~ubu2004",
     "releaseStatus": "Stable",
     "supportType": "Long Term Support",
     "base": "ubuntu:focal",
@@ -85,8 +85,8 @@
   },
   "10.6-ubi": {
     "milestone": "10.6",
-    "version": "10.6.19",
-    "fullVersion": "10.6.19",
+    "version": "10.6.20",
+    "fullVersion": "10.6.20",
     "releaseStatus": "Stable",
     "supportType": "Long Term Support",
     "base": "ubi9",
@@ -99,8 +99,8 @@
   },
   "10.5": {
     "milestone": "10.5",
-    "version": "10.5.26",
-    "fullVersion": "1:10.5.26+maria~ubu2004",
+    "version": "10.5.27",
+    "fullVersion": "1:10.5.27+maria~ubu2004",
     "releaseStatus": "Stable",
     "supportType": "Long Term Support",
     "base": "ubuntu:focal",
@@ -110,47 +110,5 @@
       "ppc64le",
       "s390x"
     ]
-  },
-  "11.4-ubi/": {
-    "milestone": "11.4-ubi/",
-    "version": "11.4.3",
-    "fullVersion": "1:11.4.3+maria~ubu2404",
-    "releaseStatus": "Stable",
-    "supportType": "Long Term Support",
-    "base": "ubuntu:noble",
-    "arches": [
-      "amd64",
-      "arm64v8",
-      "ppc64le",
-      "s390x"
-    ]
-  },
-  "11.6": {
-    "milestone": "11.6",
-    "version": "11.6.1",
-    "fullVersion": "1:11.6.1+maria~ubu2404",
-    "releaseStatus": "Unknown",
-    "supportType": "Unknown",
-    "base": "ubuntu:noble",
-    "arches": [
-      "amd64",
-      "arm64v8",
-      "ppc64le",
-      "s390x"
-    ]
-  },
-  "11.6-ubi": {
-    "milestone": "11.6",
-    "version": "11.6.1",
-    "fullVersion": "11.6.1",
-    "releaseStatus": "RC",
-    "supportType": "Short Term Support",
-    "base": "ubi9",
-    "arches": [
-      "amd64",
-      "arm64v8",
-      "ppc64le",
-      "s390x"
-    ]
   }
 }