From 3b4829abde94ae791dc6a1ab110a4b4965f86450 Mon Sep 17 00:00:00 2001 From: Joe Lee Date: Wed, 7 Jun 2023 09:49:22 +0800 Subject: [PATCH] update doc Signed-off-by: Joe Lee --- charts/argo-cd/README.md | 1 + charts/argo-cd/README.md.gotmpl | 3 +++ 2 files changed, 4 insertions(+) diff --git a/charts/argo-cd/README.md b/charts/argo-cd/README.md index f0cc2e0b..07a447e5 100644 --- a/charts/argo-cd/README.md +++ b/charts/argo-cd/README.md @@ -107,6 +107,7 @@ Highlighted versions provide information about additional steps that should be p ### 5.36.0 This version adds `global.env` for all deployed deployments + ### 5.35.0 This version supports Kubernetes version `>=1.23.0-0`. The current supported version of Kubernetes is v1.24 or later and we align with Amazon EKS calendar, because many of AWS users and conservative approach. diff --git a/charts/argo-cd/README.md.gotmpl b/charts/argo-cd/README.md.gotmpl index 6b5efffc..0ee7b403 100644 --- a/charts/argo-cd/README.md.gotmpl +++ b/charts/argo-cd/README.md.gotmpl @@ -104,6 +104,9 @@ For full list of changes please check ArtifactHub [changelog]. Highlighted versions provide information about additional steps that should be performed by user when upgrading to newer version. +### 5.36.0 +This version adds `global.env` for all deployed deployments + ### 5.35.0 This version supports Kubernetes version `>=1.23.0-0`. The current supported version of Kubernetes is v1.24 or later and we align with Amazon EKS calendar, because many of AWS users and conservative approach.