From 7f27146d6903618dc814ef2b36d45b059b7917a8 Mon Sep 17 00:00:00 2001 From: Kostis Kapelonis Date: Tue, 5 Jul 2022 12:18:38 +0300 Subject: [PATCH 1/2] docs: supported versions Signed-off-by: Kostis Kapelonis --- docs/operator-manual/installation.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/docs/operator-manual/installation.md b/docs/operator-manual/installation.md index 3b6f8f028f032..7b7f664ba7950 100644 --- a/docs/operator-manual/installation.md +++ b/docs/operator-manual/installation.md @@ -81,3 +81,16 @@ resources: The Argo CD can be installed using [Helm](https://helm.sh/). The Helm chart is currently community maintained and available at [argo-helm/charts/argo-cd](https://github.com/argoproj/argo-helm/tree/master/charts/argo-cd). + +## Supported versions + +At any given point in time ArgoCD versions N (latest) and N-1 are supported on the same versions of Kubernetes that are supported by Kubernetes itself (normally the last 3 released versions). + +For example if the latest version of ArgoCD is 2.3.2 and last Kubernetes versions are 1.24, 1.22 and 1.21 the following combinations are supported: + +* Argo CD 2.3.2 on Kubernetes 1.24 +* Argo CD 2.3.2 on Kubernetes 1.22 +* Argo CD 2.3.2 on Kubernetes 1.21 +* Argo CD 2.3.1 on Kubernetes 1.24 +* Argo CD 2.3.1 on Kubernetes 1.23 +* Argo CD 2.3.1 on Kubernetes 1.21 \ No newline at end of file From a2cc14af8c2ac5b4801741706b94f0377e0bd386 Mon Sep 17 00:00:00 2001 From: Kostis Kapelonis Date: Tue, 5 Jul 2022 13:11:17 +0300 Subject: [PATCH 2/2] docs: supported versions feedback Signed-off-by: Kostis Kapelonis --- docs/operator-manual/installation.md | 20 ++++++++++++-------- 1 file changed, 12 insertions(+), 8 deletions(-) diff --git a/docs/operator-manual/installation.md b/docs/operator-manual/installation.md index 7b7f664ba7950..3af962adc7060 100644 --- a/docs/operator-manual/installation.md +++ b/docs/operator-manual/installation.md @@ -84,13 +84,17 @@ The Argo CD can be installed using [Helm](https://helm.sh/). The Helm chart is c ## Supported versions -At any given point in time ArgoCD versions N (latest) and N-1 are supported on the same versions of Kubernetes that are supported by Kubernetes itself (normally the last 3 released versions). +Similar to the Kubernetes project, the supported versions of Argo CD at any given point in time are the latest patch releases for the N +and N - 1 minor versions. +These Argo CD versions are supported on the same versions of Kubernetes that are supported by Kubernetes itself (normally the last 3 released versions). -For example if the latest version of ArgoCD is 2.3.2 and last Kubernetes versions are 1.24, 1.22 and 1.21 the following combinations are supported: +Essentially the Argo CD project follows the same support scheme as Kubernetes but for N, N-1 while Kubernetes supports N, N-1, N-2 versions. -* Argo CD 2.3.2 on Kubernetes 1.24 -* Argo CD 2.3.2 on Kubernetes 1.22 -* Argo CD 2.3.2 on Kubernetes 1.21 -* Argo CD 2.3.1 on Kubernetes 1.24 -* Argo CD 2.3.1 on Kubernetes 1.23 -* Argo CD 2.3.1 on Kubernetes 1.21 \ No newline at end of file +For example if the latest minor version of ArgoCD are 2.4.3 and 2.3.5 while supported Kubernetes versions are 1.24, 1.23 and 1.22 then the following combinations are supported: + +* Argo CD 2.4.3 on Kubernetes 1.24 +* Argo CD 2.4.3 on Kubernetes 1.23 +* Argo CD 2.4.3 on Kubernetes 1.22 +* Argo CD 2.3.5 on Kubernetes 1.24 +* Argo CD 2.3.5 on Kubernetes 1.23 +* Argo CD 2.3.5 on Kubernetes 1.22 \ No newline at end of file