From 547e3259f020eb8bb999839402b9cc9c8b52693d Mon Sep 17 00:00:00 2001 From: cf-ci-bot-v2 Date: Thu, 26 Feb 2026 12:27:37 +0000 Subject: [PATCH 1/3] Update Chart.yaml and changelog for 0.27.6 release --- charts/gitops-runtime/Chart.yaml | 6 ++---- charts/gitops-runtime/README.md | 6 +++--- 2 files changed, 5 insertions(+), 7 deletions(-) diff --git a/charts/gitops-runtime/Chart.yaml b/charts/gitops-runtime/Chart.yaml index 8d411128..6e7e4fbf 100644 --- a/charts/gitops-runtime/Chart.yaml +++ b/charts/gitops-runtime/Chart.yaml @@ -15,10 +15,8 @@ annotations: artifacthub.io/alternativeName: "codefresh-gitops-runtime" artifacthub.io/containsSecurityUpdates: "true" artifacthub.io/changes: |- - - kind: security - description: 'bump Node.js to v22.22.0 for cap-app-proxy' - - kind: security - description: 'bump alpine/kubectl to v1.35.1' + - kind: changed + description: 'chore: update tunnel-chart (#1115)' 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 83e78954..614fccad 100644 --- a/charts/gitops-runtime/README.md +++ b/charts/gitops-runtime/README.md @@ -1,5 +1,5 @@ ## Codefresh gitops runtime -![Version: 0.27.5](https://img.shields.io/badge/Version-0.27.5-informational?style=flat-square) ![AppVersion: 0.2.1](https://img.shields.io/badge/AppVersion-0.2.1-informational?style=flat-square) +![Version: 0.27.6](https://img.shields.io/badge/Version-0.27.6-informational?style=flat-square) ![AppVersion: 0.2.1](https://img.shields.io/badge/AppVersion-0.2.1-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.27.5 +docker run -v :/output quay.io/codefresh/gitops-runtime-private-registry-utils:0.27.6 ``` `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.27.5 +docker run -e EXTERNAL_ARGOCD=true -v :/output quay.io/codefresh/gitops-runtime-private-registry-utils:0.27.6 ``` ## Openshift From 118458923e9c8dde7f800d5bb8032628be1ed6c8 Mon Sep 17 00:00:00 2001 From: alinashklyar Date: Thu, 26 Feb 2026 14:31:01 +0200 Subject: [PATCH 2/3] update release notes --- 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 6e7e4fbf..f0907651 100644 --- a/charts/gitops-runtime/Chart.yaml +++ b/charts/gitops-runtime/Chart.yaml @@ -16,7 +16,9 @@ annotations: artifacthub.io/containsSecurityUpdates: "true" artifacthub.io/changes: |- - kind: changed - description: 'chore: update tunnel-chart (#1115)' + description: 'update codefresh-tunnel-chart to 0.1.24 (#1115)' + - kind: security + description: 'fix multiple security vulnerabilities in codefresh/frps (#1115)' dependencies: - name: argo-cd repository: https://argoproj.github.io/argo-helm From 54b5ad5234e93b0514090eda5067be2edcc72205 Mon Sep 17 00:00:00 2001 From: alinashklyar Date: Thu, 26 Feb 2026 14:33:20 +0200 Subject: [PATCH 3/3] update release notes --- 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 f0907651..0dfc9d11 100644 --- a/charts/gitops-runtime/Chart.yaml +++ b/charts/gitops-runtime/Chart.yaml @@ -16,9 +16,9 @@ annotations: artifacthub.io/containsSecurityUpdates: "true" artifacthub.io/changes: |- - kind: changed - description: 'update codefresh-tunnel-chart to 0.1.24 (#1115)' + description: 'update codefresh-tunnel-chart to 0.1.24' - kind: security - description: 'fix multiple security vulnerabilities in codefresh/frps (#1115)' + description: 'fix multiple security vulnerabilities in codefresh/frps' dependencies: - name: argo-cd repository: https://argoproj.github.io/argo-helm