From e6ceedc5c8a74fda9a49e81728e49dfb11acf9be Mon Sep 17 00:00:00 2001 From: "codefresh-git-integration[bot]" <151943927+codefresh-git-integration[bot]@users.noreply.github.com> Date: Fri, 31 Oct 2025 19:32:14 +0000 Subject: [PATCH 1/3] Update Chart.yaml and artifacthub.io/changes annotation for 2.9.7 release --- charts/codefresh/Chart.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/charts/codefresh/Chart.yaml b/charts/codefresh/Chart.yaml index 7ab95abcf..5a46ea083 100644 --- a/charts/codefresh/Chart.yaml +++ b/charts/codefresh/Chart.yaml @@ -1,7 +1,7 @@ apiVersion: v2 description: Helm Chart for Codefresh On-Prem name: codefresh -version: 2.9.6 +version: 2.9.7 keywords: - codefresh home: https://codefresh.io/ @@ -22,7 +22,7 @@ annotations: # description: "" artifacthub.io/changes: |- - kind: changed - description: 'feat(internal-gateway): optional ipv6 support (#146)' + description: 'fix: security fixes for cf-runtime images (#148)' dependencies: - name: cf-common repository: oci://quay.io/codefresh/charts From 57dc49f8710b483ceb4e51f438bc354a825a652f Mon Sep 17 00:00:00 2001 From: Vasil Sudakou Date: Fri, 31 Oct 2025 22:42:55 +0300 Subject: [PATCH 2/3] chore: update changes list --- charts/codefresh/Chart.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/charts/codefresh/Chart.yaml b/charts/codefresh/Chart.yaml index 5a46ea083..9677d1da1 100644 --- a/charts/codefresh/Chart.yaml +++ b/charts/codefresh/Chart.yaml @@ -21,8 +21,8 @@ annotations: # - kind: # description: "" artifacthub.io/changes: |- - - kind: changed - description: 'fix: security fixes for cf-runtime images (#148)' + - kind: security + description: 'fix: security vulnerability fixes for cf-runtime images, such as: dind, engine, fs-ops, cf-git-cloner and cf-debugger (#148)' dependencies: - name: cf-common repository: oci://quay.io/codefresh/charts From ff7ecca943fabc09d61acbbb84034f6f4cd6929a Mon Sep 17 00:00:00 2001 From: Vasil Sudakou Date: Fri, 31 Oct 2025 22:44:48 +0300 Subject: [PATCH 3/3] fix: update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 56d980b2f..0ab0dd47d 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ ## Codefresh On-Premises -![Version: 2.9.6](https://img.shields.io/badge/Version-2.9.6-informational?style=flat-square) ![AppVersion: 2.9.0](https://img.shields.io/badge/AppVersion-2.9.0-informational?style=flat-square) +![Version: 2.9.7](https://img.shields.io/badge/Version-2.9.7-informational?style=flat-square) ![AppVersion: 2.9.0](https://img.shields.io/badge/AppVersion-2.9.0-informational?style=flat-square) Helm chart for deploying [Codefresh On-Premises](https://codefresh.io/docs/docs/getting-started/intro-to-codefresh/) to Kubernetes.