diff --git a/CHANGELOG.md b/CHANGELOG.md index ed1f29c..e2886a7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,7 @@ * Bumped all available MariaDB minor versions. [#56](https://github.com/lando/mariadb/pull/56) * Added a test of db-export tooling. [#47](https://github.com/lando/mariadb/issues/47) +* Removed 10.3 from the list of legacy versions [#25](https://github.com/lando/mariadb/issues/25) ## v1.3.0 - [April 11, 2024](https://github.com/lando/mariadb/releases/tag/v1.3.0) diff --git a/builders/mariadb.js b/builders/mariadb.js index 4c8e521..0c43969 100644 --- a/builders/mariadb.js +++ b/builders/mariadb.js @@ -11,8 +11,7 @@ module.exports = { version: '10.3', supported: ['11.3', '11.2', '11.1', '11.0', '10.11', '10.10', '10.9', '10.8', '10.7', '10.6', '10.5', '10.4', '10.3', '10.2', '10.1'], - legacy: ['11.0', '10.10', '10.9', '10.8', '10.7', '10.3', '10.2', - '10.1'], + legacy: ['11.0', '10.10', '10.9', '10.8', '10.7', '10.2', '10.1'], pinPairs: { '11.3': 'bitnami/mariadb:11.3.2-debian-12-r5', '11.2': 'bitnami/mariadb:11.2.4-debian-12-r0',