From 1bedd7b49cb47089057ce30187e30e6d8766a29f Mon Sep 17 00:00:00 2001 From: cf-ci-bot-v2 Date: Wed, 15 Apr 2026 11:33:36 +0000 Subject: [PATCH 1/6] Update Chart.yaml and changelog for 0.29.4 release --- charts/gitops-runtime/Chart.yaml | 8 ++++++-- charts/gitops-runtime/README.md | 4 ++-- 2 files changed, 8 insertions(+), 4 deletions(-) diff --git a/charts/gitops-runtime/Chart.yaml b/charts/gitops-runtime/Chart.yaml index 82ee2e2a..fdb07c86 100644 --- a/charts/gitops-runtime/Chart.yaml +++ b/charts/gitops-runtime/Chart.yaml @@ -2,7 +2,7 @@ apiVersion: v2 appVersion: 0.2.3 description: A Helm chart for Codefresh gitops runtime name: gitops-runtime -version: 0.29.5 +version: 0.29.4 home: https://github.com/codefresh-io/gitops-runtime-helm icon: https://avatars1.githubusercontent.com/u/11412079?v=3 keywords: @@ -16,7 +16,11 @@ annotations: artifacthub.io/containsSecurityUpdates: true artifacthub.io/changes: |- - kind: changed - description: 'fix: restore functionality and apply security fixes to the Gitops Operator(#1166)' + description: 'chore: Update cap-app-proxy to 1.4081.0 with non-root user (#1159)' + - kind: changed + description: 'prepare-version(0.29.4): prepare chart content for release (#1167)' + - kind: changed + description: '[Backport 0.29] chore: Apply CVE fixes on new main (tip of stable/0.26) (#1165) (#1166)' 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 6e6bb34a..e42bcbd0 100644 --- a/charts/gitops-runtime/README.md +++ b/charts/gitops-runtime/README.md @@ -511,14 +511,14 @@ global: | app-proxy.image-enrichment.serviceAccount.name | string | `"codefresh-image-enrichment-sa"` | Name of the service account to create or the name of the existing one to use | | app-proxy.image.pullPolicy | string | `"IfNotPresent"` | | | app-proxy.image.repository | string | `"quay.io/codefresh/cap-app-proxy"` | | -| app-proxy.image.tag | string | `"1.4077.0"` | | +| app-proxy.image.tag | string | `"1.4081.0"` | | | app-proxy.imagePullSecrets | list | `[]` | | | app-proxy.initContainer.command[0] | string | `"./init.sh"` | | | app-proxy.initContainer.env | object | `{}` | | | app-proxy.initContainer.extraVolumeMounts | list | `[]` | Extra volume mounts for init container | | app-proxy.initContainer.image.pullPolicy | string | `"IfNotPresent"` | | | app-proxy.initContainer.image.repository | string | `"quay.io/codefresh/cap-app-proxy-init"` | | -| app-proxy.initContainer.image.tag | string | `"1.4077.0"` | | +| app-proxy.initContainer.image.tag | string | `"1.4081.0"` | | | app-proxy.initContainer.resources.limits | object | `{}` | | | app-proxy.initContainer.resources.requests.cpu | string | `"0.2"` | | | app-proxy.initContainer.resources.requests.memory | string | `"256Mi"` | | From f2cf657d3952eec562c2d0231b432ec374af216b Mon Sep 17 00:00:00 2001 From: scme0 Date: Wed, 15 Apr 2026 13:37:53 +0200 Subject: [PATCH 2/6] add extra change to artifacthub changes annotation --- charts/gitops-runtime/Chart.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/charts/gitops-runtime/Chart.yaml b/charts/gitops-runtime/Chart.yaml index fdb07c86..0f4194b4 100644 --- a/charts/gitops-runtime/Chart.yaml +++ b/charts/gitops-runtime/Chart.yaml @@ -15,6 +15,8 @@ annotations: artifacthub.io/alternativeName: "codefresh-gitops-runtime" artifacthub.io/containsSecurityUpdates: true artifacthub.io/changes: |- + - kind: changed + description: 'fix: restore functionality and apply security fixes to the Gitops Operator(#1166)' - kind: changed description: 'chore: Update cap-app-proxy to 1.4081.0 with non-root user (#1159)' - kind: changed From f5e20637dda94e245f901b42408f1e66ea774328 Mon Sep 17 00:00:00 2001 From: Vadim Kharin Date: Wed, 15 Apr 2026 15:00:50 +0300 Subject: [PATCH 3/6] update changelog --- charts/gitops-runtime/Chart.yaml | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/charts/gitops-runtime/Chart.yaml b/charts/gitops-runtime/Chart.yaml index 0f4194b4..0ae18774 100644 --- a/charts/gitops-runtime/Chart.yaml +++ b/charts/gitops-runtime/Chart.yaml @@ -16,13 +16,11 @@ annotations: artifacthub.io/containsSecurityUpdates: true artifacthub.io/changes: |- - kind: changed - description: 'fix: restore functionality and apply security fixes to the Gitops Operator(#1166)' + description: 'restored previous functionality and applied security fixes to the Gitops Operator' - kind: changed - description: 'chore: Update cap-app-proxy to 1.4081.0 with non-root user (#1159)' + description: 'Update cap-app-proxy to 1.4081.0' - kind: changed - description: 'prepare-version(0.29.4): prepare chart content for release (#1167)' - - kind: changed - description: '[Backport 0.29] chore: Apply CVE fixes on new main (tip of stable/0.26) (#1165) (#1166)' + description: 'The cap-app-proxy has been reconfigured to execute under a non-root user' dependencies: - name: argo-cd repository: https://argoproj.github.io/argo-helm From 3163525b81cf01245f0478d49c548a9cac0589ed Mon Sep 17 00:00:00 2001 From: Vadim Kharin Date: Wed, 15 Apr 2026 15:26:09 +0300 Subject: [PATCH 4/6] update changelog --- charts/gitops-runtime/Chart.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/charts/gitops-runtime/Chart.yaml b/charts/gitops-runtime/Chart.yaml index 0ae18774..70c4bc3e 100644 --- a/charts/gitops-runtime/Chart.yaml +++ b/charts/gitops-runtime/Chart.yaml @@ -18,9 +18,9 @@ annotations: - kind: changed description: 'restored previous functionality and applied security fixes to the Gitops Operator' - kind: changed - description: 'Update cap-app-proxy to 1.4081.0' + description: 'update cap-app-proxy to 1.4081.0' - kind: changed - description: 'The cap-app-proxy has been reconfigured to execute under a non-root user' + description: 'reconfigure cap-app-proxy to execute under a non-root user' dependencies: - name: argo-cd repository: https://argoproj.github.io/argo-helm From 4f5a282d25646a8d1706464c755b15b0d1fcd4f5 Mon Sep 17 00:00:00 2001 From: Scott Merchant Date: Wed, 15 Apr 2026 14:40:54 +0200 Subject: [PATCH 5/6] Update charts/gitops-runtime/Chart.yaml Co-authored-by: Zhenya Tikhonov --- 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 70c4bc3e..8ba12757 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: 'restored previous functionality and applied security fixes to the Gitops Operator' + description: 'restore previous functionality and apply security fixes to the Gitops Operator' - kind: changed description: 'update cap-app-proxy to 1.4081.0' - kind: changed From bade423e019342457de12a516d0b67bf4b82365b Mon Sep 17 00:00:00 2001 From: scme0 Date: Wed, 15 Apr 2026 15:48:05 +0200 Subject: [PATCH 6/6] update artifacthub.io/changes annotation as per review comments. --- charts/gitops-runtime/Chart.yaml | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/charts/gitops-runtime/Chart.yaml b/charts/gitops-runtime/Chart.yaml index 8ba12757..63a27966 100644 --- a/charts/gitops-runtime/Chart.yaml +++ b/charts/gitops-runtime/Chart.yaml @@ -16,11 +16,15 @@ annotations: artifacthub.io/containsSecurityUpdates: true artifacthub.io/changes: |- - kind: changed - description: 'restore previous functionality and apply security fixes to the Gitops Operator' + description: 'update "gitops-operator" to bc5c4eb' - kind: changed - description: 'update cap-app-proxy to 1.4081.0' - - kind: changed - description: 'reconfigure cap-app-proxy to execute under a non-root user' + description: 'update "cap-app-proxy" to 1.4081.0' + - kind: fixed + description: 'fix Promotions functionality broken since Chart v0.27' + - kind: security + description: 'execute "cap-app-proxy" with non-root user' + - kind: security + description: 'fix various CVE in different components' dependencies: - name: argo-cd repository: https://argoproj.github.io/argo-helm