From 4b9e6974505178f7c20bdcab030b2f7876a683bb Mon Sep 17 00:00:00 2001 From: Sudhish Nair Date: Sun, 6 Sep 2026 15:03:17 +0530 Subject: [PATCH] docs: update Migration Guide version mapping for current releases Extend the community-operator-to-GitOps migration table through v1.20 and add a pointer to RH release notes for exact patch versions. Fixes #1279 Signed-off-by: Sudhish Nair --- docs/Migration_Guide.md | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/docs/Migration_Guide.md b/docs/Migration_Guide.md index cf01762a7ed..264df7dfb6b 100644 --- a/docs/Migration_Guide.md +++ b/docs/Migration_Guide.md @@ -24,9 +24,13 @@ Please refer to the below table to understand the correct version of GitOps oper | GitOps Operator | Argo CD Operator | Default Argo CD Version | | -------- | -------- | -------- | -| v1.5.z | v0.3.z | v2.3.z | -| v1.4.z | v0.2.z | v2.2.z | -| v1.3.z | v0.1.z | v2.1.z | +| v1.20.z | v0.18.z | v3.3.z | +| v1.19.z | v0.17.z | v3.1.z | +| v1.18.z | v0.16.z | v3.1.z | +| v1.16.z | v0.14.z | v2.14.z | +| v1.15.z | v0.13.z | v2.13.z | + +**Note:** For exact component versions, see the [Red Hat OpenShift GitOps release notes](https://docs.redhat.com/en/documentation/red_hat_openshift_gitops/). **Note**: If you are running < `v0.1.0` version of Argo CD operator, Please upgrade to `v0.1.0` or above before you consider migrating to GitOps operator.