From 7050a4d425a42133e2affb84f5f2c4795ac75b1a Mon Sep 17 00:00:00 2001 From: cf-ci-bot-v2 Date: Tue, 24 Mar 2026 10:02:48 +0000 Subject: [PATCH 1/2] Update Chart.yaml and changelog for 0.28.3 release --- charts/gitops-runtime/Chart.yaml | 2 +- charts/gitops-runtime/README.md | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/charts/gitops-runtime/Chart.yaml b/charts/gitops-runtime/Chart.yaml index 6a4256cf..54f47727 100644 --- a/charts/gitops-runtime/Chart.yaml +++ b/charts/gitops-runtime/Chart.yaml @@ -15,7 +15,7 @@ annotations: artifacthub.io/alternativeName: "codefresh-gitops-runtime" artifacthub.io/changes: |- - kind: changed - description: 'fix: update constrains of byoa argocd upto 3.3 (#1123)' + description: 'chore: fix various security vulnerabilities in cap-app-proxy (#1138)' 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 49a9eae3..9927073e 100644 --- a/charts/gitops-runtime/README.md +++ b/charts/gitops-runtime/README.md @@ -1,5 +1,5 @@ ## Codefresh gitops runtime -![Version: 0.28.2](https://img.shields.io/badge/Version-0.28.2-informational?style=flat-square) ![AppVersion: 0.1.72](https://img.shields.io/badge/AppVersion-0.1.72-informational?style=flat-square) +![Version: 0.28.3](https://img.shields.io/badge/Version-0.28.3-informational?style=flat-square) ![AppVersion: 0.1.72](https://img.shields.io/badge/AppVersion-0.1.72-informational?style=flat-square) ## Table of Content @@ -193,7 +193,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.28.2 +docker run -v :/output quay.io/codefresh/gitops-runtime-private-registry-utils:0.28.3 ``` `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 @@ -206,7 +206,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.28.2 +docker run -e EXTERNAL_ARGOCD=true -v :/output quay.io/codefresh/gitops-runtime-private-registry-utils:0.28.3 ``` ## Openshift From a0ed4ea8151c56f0070af8ece5c6df87fcdd3f58 Mon Sep 17 00:00:00 2001 From: Vadim Kharin Date: Tue, 24 Mar 2026 12:36:59 +0200 Subject: [PATCH 2/2] update artifacthub.io/changes --- charts/gitops-runtime/Chart.yaml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/charts/gitops-runtime/Chart.yaml b/charts/gitops-runtime/Chart.yaml index 54f47727..7be427ac 100644 --- a/charts/gitops-runtime/Chart.yaml +++ b/charts/gitops-runtime/Chart.yaml @@ -15,7 +15,9 @@ annotations: artifacthub.io/alternativeName: "codefresh-gitops-runtime" artifacthub.io/changes: |- - kind: changed - description: 'chore: fix various security vulnerabilities in cap-app-proxy (#1138)' + description: 'update app-proxy to 1.4074.0' + - kind: security + description: 'fix various security vulnerabilities in app-proxy' dependencies: - name: argo-cd repository: https://argoproj.github.io/argo-helm