From fe643ca3c6725e648d7fe29e98a1ce4f02e658a7 Mon Sep 17 00:00:00 2001 From: Goeran Poehner Date: Mon, 11 Mar 2024 14:36:23 +0100 Subject: [PATCH] Updated changelog Signed-off-by: Goeran Poehner --- charts/argo-cd/Chart.yaml | 2 +- charts/argo-cd/README.md | 4 ---- 2 files changed, 1 insertion(+), 5 deletions(-) diff --git a/charts/argo-cd/Chart.yaml b/charts/argo-cd/Chart.yaml index 43312bc5..65a61cf0 100644 --- a/charts/argo-cd/Chart.yaml +++ b/charts/argo-cd/Chart.yaml @@ -27,4 +27,4 @@ annotations: url: https://argoproj.github.io/argo-helm/pgp_keys.asc artifacthub.io/changes: | - kind: changed - description: Support ApplicationSet in any namespace. + description: Fixed a bug for TLS host value in GRPC ingress endpoint diff --git a/charts/argo-cd/README.md b/charts/argo-cd/README.md index f103894c..eab256f7 100644 --- a/charts/argo-cd/README.md +++ b/charts/argo-cd/README.md @@ -278,10 +278,6 @@ 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. -### 6.6.1 - -Fixed a bug were TLS host for GRPC ingress endpoint does not match the Ingress hosts value - ### 6.4.0 Added support for application controller dynamic cluster distribution.