From d811dfa1cb7f4e839b1f2e02475529447e9d5bdf Mon Sep 17 00:00:00 2001 From: Linus Gasser Date: Wed, 16 Sep 2026 20:32:52 +0200 Subject: [PATCH] Add warning about major dependency version updates --- MAINTENANCE.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/MAINTENANCE.md b/MAINTENANCE.md index 77a4a5d..d499d16 100644 --- a/MAINTENANCE.md +++ b/MAINTENANCE.md @@ -91,6 +91,12 @@ Temporary exception: Once that trust is established for a given database, we continue with the default guidelines above. +WARNING: +When moving to a new major version of a dependency, the maintainer needs to make +sure that the version is supported! +Example: in June 2026, MariaDB got updated to version 12, but nextcloud suggests +only up to version 11.8 for best performance. + ## Pull Requests A pull request can be merged once it is approved by at least one maintainer.