From 204ab64c807596a1d012c01395b1ab12208c5298 Mon Sep 17 00:00:00 2001 From: cf-ci-bot-v2 Date: Wed, 29 Apr 2026 14:27:39 +0000 Subject: [PATCH 1/6] Update Chart.yaml and changelog for 0.29.7 release --- charts/gitops-runtime/Chart.yaml | 2 +- charts/gitops-runtime/README.md | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/charts/gitops-runtime/Chart.yaml b/charts/gitops-runtime/Chart.yaml index e15b1e10..b01a5b29 100644 --- a/charts/gitops-runtime/Chart.yaml +++ b/charts/gitops-runtime/Chart.yaml @@ -16,7 +16,7 @@ annotations: artifacthub.io/containsSecurityUpdates: true artifacthub.io/changes: |- - kind: changed - description: 'chore: update cap-app-proxy to 1.4085.0 (#1177)' + description: 'docs(0.29): document ArgoCD compatibility (#1183)' 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 f6792169..1b23859a 100644 --- a/charts/gitops-runtime/README.md +++ b/charts/gitops-runtime/README.md @@ -1,5 +1,5 @@ ## Codefresh gitops runtime -![Version: 0.29.6](https://img.shields.io/badge/Version-0.29.6-informational?style=flat-square) ![AppVersion: 0.2.3](https://img.shields.io/badge/AppVersion-0.2.3-informational?style=flat-square) +![Version: 0.29.7](https://img.shields.io/badge/Version-0.29.7-informational?style=flat-square) ![AppVersion: 0.2.3](https://img.shields.io/badge/AppVersion-0.2.3-informational?style=flat-square) ## Table of Content @@ -205,7 +205,7 @@ We have created a helper utility to resolve this issue: The utility is packaged in a container image. Below are instructions on executing the utility using Docker: ``` -docker run -v :/output quay.io/codefresh/gitops-runtime-private-registry-utils:0.29.6 +docker run -v :/output quay.io/codefresh/gitops-runtime-private-registry-utils:0.29.7 ``` `output_dir` - is a local directory where the utility will output files.
`local_registry` - is your local registry where you want to mirror the images to @@ -218,7 +218,7 @@ The utility will output 4 files into the folder: For usage with external ArgoCD run the utility with `EXTERNAL_ARGOCD` environment variable set to `true`. ``` -docker run -e EXTERNAL_ARGOCD=true -v :/output quay.io/codefresh/gitops-runtime-private-registry-utils:0.29.6 +docker run -e EXTERNAL_ARGOCD=true -v :/output quay.io/codefresh/gitops-runtime-private-registry-utils:0.29.7 ``` ## Openshift @@ -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 d2e24a218ffaf785b06b7037f1ac6f3496adce61 Mon Sep 17 00:00:00 2001 From: Zhenya Tikhonov Date: Wed, 29 Apr 2026 19:05:41 +0400 Subject: [PATCH 2/6] ci: update release notes --- charts/gitops-runtime/Chart.yaml | 5 +++-- charts/gitops-runtime/README.md | 2 +- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/charts/gitops-runtime/Chart.yaml b/charts/gitops-runtime/Chart.yaml index b01a5b29..bba69f07 100644 --- a/charts/gitops-runtime/Chart.yaml +++ b/charts/gitops-runtime/Chart.yaml @@ -13,10 +13,11 @@ maintainers: url: https://codefresh-io.github.io/ annotations: artifacthub.io/alternativeName: "codefresh-gitops-runtime" - artifacthub.io/containsSecurityUpdates: true + artifacthub.io/containsSecurityUpdates: "false" + # Supported kinds: `added`, `changed`, `deprecated`, `removed`, `fixed`, `security`: artifacthub.io/changes: |- - kind: changed - description: 'docs(0.29): document ArgoCD compatibility (#1183)' + description: 'document ArgoCD compatibility with the Runtime' 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 1b23859a..ebdf7f40 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. # https://kubernetes.io/docs/concepts/scheduling-eviction/topology-spread-constraints/ | +| redis-ha.topologySpreadConstraints | object | `{"enabled":false,"maxSkew":"","topologyKey":"","whenUnsatisfiable":""}` | Assign custom [TopologySpreadConstraints] rules to the Redis pods. | | 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 9f1e98d2a5f51737435cbd9f318d3ef59adbaab8 Mon Sep 17 00:00:00 2001 From: cf-ci-bot-v2 Date: Thu, 30 Apr 2026 10:42:13 +0000 Subject: [PATCH 3/6] Update Chart.yaml and changelog for 0.29.7 release --- charts/gitops-runtime/Chart.yaml | 4 +++- charts/gitops-runtime/README.md | 2 +- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/charts/gitops-runtime/Chart.yaml b/charts/gitops-runtime/Chart.yaml index bba69f07..0d3f93a5 100644 --- a/charts/gitops-runtime/Chart.yaml +++ b/charts/gitops-runtime/Chart.yaml @@ -17,7 +17,9 @@ annotations: # Supported kinds: `added`, `changed`, `deprecated`, `removed`, `fixed`, `security`: artifacthub.io/changes: |- - kind: changed - description: 'document ArgoCD compatibility with the Runtime' + description: 'chore: fix various security vulnerabilities in argo-workflows (#1185)' + - kind: changed + description: 'docs(0.29): document ArgoCD compatibility (#1183)' 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 ebdf7f40..1b23859a 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 74a63d10dad257eef52247c7dc48387352994bf5 Mon Sep 17 00:00:00 2001 From: Vadim Kharin Date: Thu, 30 Apr 2026 15:36:27 +0300 Subject: [PATCH 4/6] update changelog --- charts/gitops-runtime/Chart.yaml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/charts/gitops-runtime/Chart.yaml b/charts/gitops-runtime/Chart.yaml index ec9673b0..62c0c691 100644 --- a/charts/gitops-runtime/Chart.yaml +++ b/charts/gitops-runtime/Chart.yaml @@ -17,9 +17,11 @@ annotations: # Supported kinds: `added`, `changed`, `deprecated`, `removed`, `fixed`, `security`: artifacthub.io/changes: |- - kind: changed - description: 'chore: fix various security vulnerabilities in argo-workflows (#1185)' + description: 'update argo-workflows to 0.45.21-v3.6.7-cap-CR-38757' + - kind: security + description: 'fix various security vulnerabilities in argo-workflows' - kind: changed - description: 'docs(0.29): document ArgoCD compatibility (#1183)' + description: 'document ArgoCD compatibility with the Runtime' dependencies: - name: argo-cd repository: https://argoproj.github.io/argo-helm From 7a8a0c53c7f46dd9c50348d292e70716a1fdb43d Mon Sep 17 00:00:00 2001 From: Vadim Kharin Date: Thu, 30 Apr 2026 15:37:23 +0300 Subject: [PATCH 5/6] 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 62c0c691..33bbcde9 100644 --- a/charts/gitops-runtime/Chart.yaml +++ b/charts/gitops-runtime/Chart.yaml @@ -13,7 +13,7 @@ maintainers: url: https://codefresh-io.github.io/ annotations: artifacthub.io/alternativeName: "codefresh-gitops-runtime" - artifacthub.io/containsSecurityUpdates: "false" + artifacthub.io/containsSecurityUpdates: "true" # Supported kinds: `added`, `changed`, `deprecated`, `removed`, `fixed`, `security`: artifacthub.io/changes: |- - kind: changed From fce92a5208b20eabcc7e3dbbeb0f23368a1e1ab1 Mon Sep 17 00:00:00 2001 From: Vadim Kharin Date: Thu, 30 Apr 2026 17:08:39 +0300 Subject: [PATCH 6/6] 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 33bbcde9..bda3cedd 100644 --- a/charts/gitops-runtime/Chart.yaml +++ b/charts/gitops-runtime/Chart.yaml @@ -17,7 +17,7 @@ annotations: # Supported kinds: `added`, `changed`, `deprecated`, `removed`, `fixed`, `security`: artifacthub.io/changes: |- - kind: changed - description: 'update argo-workflows to 0.45.21-v3.6.7-cap-CR-38757' + description: 'update argo-workflows to 0.45.21-v3.6.7-cap-CR-38757' - kind: security description: 'fix various security vulnerabilities in argo-workflows' - kind: changed