From 549c78a8c9c1d4070bfa7b437a2a1990b7c2388f Mon Sep 17 00:00:00 2001 From: "codefresh-git-integration[bot]" <151943927+codefresh-git-integration[bot]@users.noreply.github.com> Date: Tue, 4 Nov 2025 18:45:48 +0000 Subject: [PATCH 1/3] Update Chart.yaml and artifacthub.io/changes annotation for 2.9.8 release --- charts/codefresh/Chart.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/charts/codefresh/Chart.yaml b/charts/codefresh/Chart.yaml index 0efe2d676..4b769634f 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.7 +version: 2.9.8 keywords: - codefresh home: https://codefresh.io/ @@ -21,8 +21,8 @@ annotations: # - kind: # description: "" artifacthub.io/changes: |- - - kind: security - description: 'fix: security vulnerability fixes for cf-runtime images, such as: dind, engine, fs-ops, cf-git-cloner and cf-debugger (#148)' + - kind: changed + description: 'chore(CR-31787): bump helm-repo-manager, runtime images (#153)' dependencies: - name: cf-common repository: oci://quay.io/codefresh/charts From f02b19434c8d6457e34b3d6f16540ab10d147b2f Mon Sep 17 00:00:00 2001 From: vitaliichyrka Date: Sun, 16 Nov 2025 12:47:43 +0200 Subject: [PATCH 2/3] upd documentation --- 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 4b769634f..2cf3158ea 100644 --- a/charts/codefresh/Chart.yaml +++ b/charts/codefresh/Chart.yaml @@ -21,8 +21,8 @@ annotations: # - kind: # description: "" artifacthub.io/changes: |- - - kind: changed - description: 'chore(CR-31787): bump helm-repo-manager, runtime images (#153)' + - kind: security + description: 'bump helm-repo-manager, runtime images with security fixes' dependencies: - name: cf-common repository: oci://quay.io/codefresh/charts From f75ab96e75c74f563b827f6893f688834fa71df5 Mon Sep 17 00:00:00 2001 From: vitaliichyrka Date: Sun, 16 Nov 2025 12:56:56 +0200 Subject: [PATCH 3/3] upd documentation --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0ab0dd47d..4118ea812 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ ## Codefresh On-Premises -![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) +![Version: 2.9.8](https://img.shields.io/badge/Version-2.9.8-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.