From d45ea16474d67cbd97504d6640f99662a1ec560d Mon Sep 17 00:00:00 2001 From: cf-ci-bot-v2 Date: Thu, 7 May 2026 13:48:23 +0000 Subject: [PATCH 1/3] Update Chart.yaml and changelog for 0.29.9 release --- charts/gitops-runtime/Chart.yaml | 4 +--- charts/gitops-runtime/README.md | 2 +- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/charts/gitops-runtime/Chart.yaml b/charts/gitops-runtime/Chart.yaml index b0504493..62a7f905 100644 --- a/charts/gitops-runtime/Chart.yaml +++ b/charts/gitops-runtime/Chart.yaml @@ -17,9 +17,7 @@ annotations: # Supported kinds: `added`, `changed`, `deprecated`, `removed`, `fixed`, `security`: artifacthub.io/changes: |- - kind: changed - description: 'chore: upgrade argo-cd to 9.5.11' - - kind: security - description: 'chore: patch fix for a critical argo-cd vulnerability.' + description: 'chore: fix various security vulnerabilities (#1190)' dependencies: - name: argo-cd repository: https://argoproj.github.io/argo-helm diff --git a/charts/gitops-runtime/README.md b/charts/gitops-runtime/README.md index 740751c3..9c44387b 100644 --- a/charts/gitops-runtime/README.md +++ b/charts/gitops-runtime/README.md @@ -791,7 +791,7 @@ global: | redis-ha.redis.config.save | string | `'""'` | Will save the DB if both the given number of seconds and the given number of write operations against the DB occurred. `""` is disabled | | redis-ha.redis.masterGroupName | string | `"gitops-runtime"` | Redis convention for naming the cluster group: must match `^[\\w-\\.]+$` and can be templated | | redis-ha.tolerations | list | `[]` | [Tolerations] for use with node taints for Redis pods. | -| redis-ha.topologySpreadConstraints | object | `{"enabled":false,"maxSkew":"","topologyKey":"","whenUnsatisfiable":""}` | Assign custom [TopologySpreadConstraints] rules to the Redis pods. | +| redis-ha.topologySpreadConstraints | object | `{"enabled":false,"maxSkew":"","topologyKey":"","whenUnsatisfiable":""}` | Assign custom [TopologySpreadConstraints] rules to the Redis pods. # https://kubernetes.io/docs/concepts/scheduling-eviction/topology-spread-constraints/ | | redis-ha.topologySpreadConstraints.enabled | bool | `false` | Enable Redis HA topology spread constraints | | redis-ha.topologySpreadConstraints.maxSkew | string | `""` (defaults to `1`) | Max skew of pods tolerated | | redis-ha.topologySpreadConstraints.topologyKey | string | `""` (defaults to `topology.kubernetes.io/zone`) | Topology key for spread | From 03b04e6aeae109128822c2268cb1f2dc2b2d5e32 Mon Sep 17 00:00:00 2001 From: Vadim Kharin Date: Thu, 7 May 2026 17:17:54 +0300 Subject: [PATCH 2/3] update changelog --- charts/gitops-runtime/Chart.yaml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/charts/gitops-runtime/Chart.yaml b/charts/gitops-runtime/Chart.yaml index 62a7f905..43967ed1 100644 --- a/charts/gitops-runtime/Chart.yaml +++ b/charts/gitops-runtime/Chart.yaml @@ -17,7 +17,11 @@ annotations: # Supported kinds: `added`, `changed`, `deprecated`, `removed`, `fixed`, `security`: artifacthub.io/changes: |- - kind: changed - description: 'chore: fix various security vulnerabilities (#1190)' + description: 'update argo-hub codefresh-csdp plugins to 1.1.27' + - kind: changed + description: 'update cap-app-proxy to 1.4091.0' + - kind: security + description: 'fix various security vulnerabilities in cap-app-proxy and argo-hub-codefresh-csdp plugins' dependencies: - name: argo-cd repository: https://argoproj.github.io/argo-helm From 3ff8be979e21756e9c8bcac5a78e460fb64f3d4e Mon Sep 17 00:00:00 2001 From: Vadim Kharin Date: Thu, 7 May 2026 17:18:50 +0300 Subject: [PATCH 3/3] update changelog --- charts/gitops-runtime/Chart.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/charts/gitops-runtime/Chart.yaml b/charts/gitops-runtime/Chart.yaml index 43967ed1..0eea5a08 100644 --- a/charts/gitops-runtime/Chart.yaml +++ b/charts/gitops-runtime/Chart.yaml @@ -21,7 +21,7 @@ annotations: - kind: changed description: 'update cap-app-proxy to 1.4091.0' - kind: security - description: 'fix various security vulnerabilities in cap-app-proxy and argo-hub-codefresh-csdp plugins' + description: 'fix various security vulnerabilities in cap-app-proxy and argo-hub codefresh-csdp plugins' dependencies: - name: argo-cd repository: https://argoproj.github.io/argo-helm