From c8e5989c15b29561b424a7b26298fcd4c60848f7 Mon Sep 17 00:00:00 2001 From: Kostis Kapelonis Date: Tue, 2 Dec 2025 16:44:01 +0200 Subject: [PATCH 1/2] chore: security fixes for k8s client in Argo Rollouts v1.7.2 Signed-off-by: Kostis Kapelonis --- charts/argo-rollouts/Chart.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/charts/argo-rollouts/Chart.yaml b/charts/argo-rollouts/Chart.yaml index 1a9d83c53..29652bb37 100644 --- a/charts/argo-rollouts/Chart.yaml +++ b/charts/argo-rollouts/Chart.yaml @@ -1,8 +1,8 @@ apiVersion: v2 -appVersion: v1.7.2-cap-OSS-697 +appVersion: v1.7.2-cap-CR-31756 description: A Helm chart for Argo Rollouts name: argo-rollouts -version: 2.37.3-7-v1.7.2-cap-OSS-697 +version: 2.37.3-8-v1.7.2-cap-CR-31756 home: https://github.com/argoproj/argo-helm icon: https://argoproj.github.io/argo-rollouts/assets/logo.png keywords: @@ -19,4 +19,4 @@ annotations: url: https://argoproj.github.io/argo-helm/pgp_keys.asc artifacthub.io/changes: | - kind: changed - description: Security fixes for Argo Rollouts v1.7.2 golang/x/net and cloudflare/circl + description: Security fixes for Argo Rollouts v1.7.2 k8s client From a28bc5a7d22c21da19579d41042ff47aafe70aff Mon Sep 17 00:00:00 2001 From: Kostis Kapelonis Date: Tue, 2 Dec 2025 16:49:21 +0200 Subject: [PATCH 2/2] build: removed trailing spaces Signed-off-by: Kostis Kapelonis --- charts/argo-rollouts/Chart.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/charts/argo-rollouts/Chart.yaml b/charts/argo-rollouts/Chart.yaml index 29652bb37..d4e1d15a6 100644 --- a/charts/argo-rollouts/Chart.yaml +++ b/charts/argo-rollouts/Chart.yaml @@ -19,4 +19,4 @@ annotations: url: https://argoproj.github.io/argo-helm/pgp_keys.asc artifacthub.io/changes: | - kind: changed - description: Security fixes for Argo Rollouts v1.7.2 k8s client + description: Security fixes for Argo Rollouts v1.7.2 k8s client