From f200382743f265519e722bd3a1fa3f02d67f30f3 Mon Sep 17 00:00:00 2001 From: Laurent Indermuehle Date: Tue, 24 Jan 2023 09:03:06 +0100 Subject: [PATCH] Update supported versions --- README.md | 18 ++++++++++-------- 1 file changed, 10 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index 9a86fec..f51b1b2 100644 --- a/README.md +++ b/README.md @@ -63,27 +63,29 @@ Every voice is important and every idea is valuable. If you have something on yo ### ansible-core -- 2.11 - 2.12 - 2.13 +- 2.14 - current development version ### Databases - mysql 5.7.40 - mysql 8.0.31 -- mariadb:10.4.24 (only collection version >= 3) -- mariadb:10.5.18 (only collection version >= 3) -- mariadb:10.6.11 (only collection version >= 3) -- mariadb:10.7.7 (only collection version >= 3) -- mariadb 10.8.6 (only collection version >= 3) -- mariadb 10.9.4 (only collection version >= 3) +- mariadb:10.4.24 (only collection version >= 3.5.1) +- mariadb:10.5.18 (only collection version >= 3.5.1) +- mariadb:10.6.11 (only collection version >= 3.5.1) +- mariadb:10.7.7 (only collection version >= 3.5.1) +- mariadb 10.8.6 (only collection version >= 3.0) ### Database connectors -- pymysql 0.7.10 +- pymysql 0.7.11 (Only tested with MySQL 5.7) - pymysql 0.9.3 +- pymysql 1.0.2 (only collection version >= 3.5.1) !!! Unsuported until future release !!! - mysqlclient 2.0.1 +- mysqlclient 2.0.3 (only collection version >= 3.5.1) +- mysqlclient 2.1.1 (only collection version >= 3.5.1) ## External requirements