From ddff07c6a82587d6307ba3e66770883e0f408608 Mon Sep 17 00:00:00 2001 From: Simon McVittie Date: Fri, 9 Aug 2024 17:29:31 +0100 Subject: [PATCH] doc: 1.12.x, 1.10.x are no longer security-supported We should do a new 1.16.x soon, but after releasing that, we certainly won't have the resources to backport security fixes beyond 1.14.x. Signed-off-by: Simon McVittie (cherry picked from commit 251f1d58c8c42c45ec57ae9962f431facbd095bb) --- SECURITY.md | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/SECURITY.md b/SECURITY.md index 8fb54d46..2d4315dc 100644 --- a/SECURITY.md +++ b/SECURITY.md @@ -15,11 +15,7 @@ please check | -------- | ------------------ | -------------------------------------------------------------- | | 1.15.x | :hammer: | Development branch, releases may include non-security changes | | 1.14.x | :white_check_mark: | Stable branch, recommended for use in distributions | -| 1.13.x | :x: | Old development branch, no longer supported | -| 1.12.x | :warning: | Old stable branch, security fixes applied if feasible | -| 1.11.x | :x: | Old development branch, no longer supported | -| 1.10.x | :warning: | Old stable branch, security fixes applied if feasible | -| <= 1.9.x | :x: | Older branches, no longer supported | +| ≤ 1.13.x | :x: | Older branches, no longer supported | The latest stable branch (currently 1.14.x) is the highest priority for security fixes.