mirror of
https://github.com/home-assistant/core.git
synced 2026-09-27 09:58:07 -04:00
Modify MariaDB versions and update comments (#182942)
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user