From 71d8f86d3497a8f522a00b41d44012b83591d67a Mon Sep 17 00:00:00 2001 From: Kostis Kapelonis Date: Tue, 26 Jul 2022 13:12:25 +0300 Subject: [PATCH] docs: mention supported versions Signed-off-by: Kostis Kapelonis --- docs/installation.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/docs/installation.md b/docs/installation.md index 79026e3a55..ef6652ad71 100644 --- a/docs/installation.md +++ b/docs/installation.md @@ -86,3 +86,12 @@ You can run it like any other Docker image or use it in any CI platform that sup docker run quay.io/argoproj/kubectl-argo-rollouts:master version ``` +## Supported versions + +At any point in time the officially supported version of Argo Rollouts is the latest released one, on Kubernetes versions N and N-1 (as supported by the Kubernetes project itself). + +For example if the latest minor version of Argo Rollouts is 1.2.1 and supported Kubernetes versions are 1.24, 1.23 and 1.22 then the following combinations are supported: + +* Argo Rollouts 1.2.1 on Kubernetes 1.24 +* Argo Rollouts 1.2.1 on Kubernetes 1.23 +