Modify MariaDB versions and update comments (#182942)

This commit is contained in:
Simon Lamon
2026-09-24 14:29:48 +01:00
committed by GitHub
parent 71285d0f53
commit cd113f1bd2
+7 -11
View File
@@ -41,19 +41,15 @@ env:
MYPY_CACHE_VERSION: 1
HA_SHORT_VERSION: "2026.10"
ADDITIONAL_PYTHON_VERSIONS: "[]"
# 10.3 is the oldest supported version
# - 10.3.32 is the version currently shipped with Synology (as of 17 Feb 2022)
# 10.6 is the current long-term-support
# - 10.6.10 is the version currently shipped with the Add-on (as of 31 Jan 2023)
# 10.10 is the latest short-term-support
# - 10.10.3 is the latest (as of 6 Feb 2023)
# 10.11 is the latest long-term-support
# - 10.11.2 is the version currently shipped with Synology (as of 11 Oct 2023)
# 11.4 is an LTS with support until May 2029
# - 11.4.9 is used in Alpine 3.23 (used in latest HA base images as of 11 Apr 2026)
# LTS versions: 10.3, 10.6, 10.11, 11.4, 11.8, 12.3
# - 10.3 and 10.6 are the versions currently phased out until 2027.3
# - 10.11.2 is the oldest supported long term version (as of September 2026)
# - 11.4.9 is used in Alpine 3.23 (used in latest HA base images as of April 2026)
# - 11.8.8 is used in Alpine 3.24 (used in latest HA base images as of July 2026)
# - 12.3.3 is the latest supported long term version (as of September 2026)
# mysql 8.0.32 does not always behave the same as MariaDB
# and some queries that work on MariaDB do not work on MySQL
MARIADB_VERSIONS: "['mariadb:10.3.32','mariadb:10.6.10','mariadb:10.10.3','mariadb:10.11.2','mariadb:11.4.9','mysql:8.0.32']"
MARIADB_VERSIONS: "['mariadb:10.3.32','mariadb:10.6.10','mariadb:10.11.2','mariadb:11.4.9','mariadb:11.8.8','mariadb:12.3.3','mysql:8.0.32']"
# 12 is the oldest supported version
# - 12.22 is the latest (as of 19 Aug 2026)
# 15 is a supported version