From e6591e848313ae3f17cd55fc26fe29dd9ee17f9f Mon Sep 17 00:00:00 2001 From: Kostis Kapelonis Date: Mon, 31 Jul 2023 17:54:35 +0300 Subject: [PATCH 1/2] docs: Clarify that security policy covers last 3 versions Signed-off-by: Kostis Kapelonis --- SECURITY.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/SECURITY.md b/SECURITY.md index 9e2ba5c6ba542..78314aeb7e9a1 100644 --- a/SECURITY.md +++ b/SECURITY.md @@ -35,9 +35,7 @@ impact on Argo CD before opening an issue at least roughly. ## Supported Versions -We currently support the most recent release (`N`, e.g. `1.8`) and the release -previous to the most recent one (`N-1`, e.g. `1.7`). With the release of -`N+1`, `N-1` drops out of support and `N` becomes `N-1`. +We currently support the last 3 patch versions of Argo CD with security and bug fixes. We regularly perform patch releases (e.g. `1.8.5` and `1.7.12`) for the supported versions, which will contain fixes for security vulnerabilities and From c47abd3d76a9bb2c1c7010416296a26e33447add Mon Sep 17 00:00:00 2001 From: Michael Crenshaw <350466+crenshaw-dev@users.noreply.github.com> Date: Mon, 31 Jul 2023 10:58:14 -0400 Subject: [PATCH 2/2] Update SECURITY.md Signed-off-by: Michael Crenshaw <350466+crenshaw-dev@users.noreply.github.com> --- SECURITY.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SECURITY.md b/SECURITY.md index 78314aeb7e9a1..38574aa2bd0db 100644 --- a/SECURITY.md +++ b/SECURITY.md @@ -35,7 +35,7 @@ impact on Argo CD before opening an issue at least roughly. ## Supported Versions -We currently support the last 3 patch versions of Argo CD with security and bug fixes. +We currently support the last 3 minor versions of Argo CD with security and bug fixes. We regularly perform patch releases (e.g. `1.8.5` and `1.7.12`) for the supported versions, which will contain fixes for security vulnerabilities and