From 6ce15acca0bd6f7912e8ad5a6affd9d623e549cc Mon Sep 17 00:00:00 2001 From: "codefresh-git-integration[bot]" <151943927+codefresh-git-integration[bot]@users.noreply.github.com> Date: Tue, 9 Sep 2025 13:49:13 +0000 Subject: [PATCH 1/3] Update Chart.yaml and artifacthub.io/changes annotation for 2.8.15 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 2868160e8..ef8ab8865 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.8.14 +version: 2.8.15 keywords: - codefresh home: https://codefresh.io/ @@ -19,7 +19,7 @@ annotations: # supported kinds are added, changed, deprecated, removed, fixed and security. artifacthub.io/changes: |- - kind: changed - description: 'chore(cfapi): migrate to @node-saml/passport-saml to fix critical security vulnerability (#101)' + description: 'patch: cr 29499 and 30190 (#105)' dependencies: - name: cf-common repository: oci://quay.io/codefresh/charts From 5700b21529537a6ff29fb0436527edc306712b66 Mon Sep 17 00:00:00 2001 From: Vasil Sudakou Date: Tue, 9 Sep 2025 16:55:16 +0300 Subject: [PATCH 2/3] chore: update release notes --- charts/codefresh/Chart.yaml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/charts/codefresh/Chart.yaml b/charts/codefresh/Chart.yaml index ef8ab8865..9716bc392 100644 --- a/charts/codefresh/Chart.yaml +++ b/charts/codefresh/Chart.yaml @@ -18,8 +18,10 @@ annotations: artifacthub.io/containsSecurityUpdates: "true" # supported kinds are added, changed, deprecated, removed, fixed and security. artifacthub.io/changes: |- - - kind: changed - description: 'patch: cr 29499 and 30190 (#105)' + - kind: fixed + description: 'engine: fixed cf_export command in Windows Runtime Environments.' + - kind: security + description: 'Contains security fixes.' dependencies: - name: cf-common repository: oci://quay.io/codefresh/charts From bda260f5e24f7f952699c85f14cbbf54d2d489cb Mon Sep 17 00:00:00 2001 From: Vasil Sudakou Date: Tue, 9 Sep 2025 17:01:34 +0300 Subject: [PATCH 3/3] chore: update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6fc468f7f..3e16ac091 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ ## Codefresh On-Premises -![Version: 2.8.14](https://img.shields.io/badge/Version-2.8.14-informational?style=flat-square) ![AppVersion: 2.8.0](https://img.shields.io/badge/AppVersion-2.8.0-informational?style=flat-square) +![Version: 2.8.15](https://img.shields.io/badge/Version-2.8.15-informational?style=flat-square) ![AppVersion: 2.8.0](https://img.shields.io/badge/AppVersion-2.8.0-informational?style=flat-square) Helm chart for deploying [Codefresh On-Premises](https://codefresh.io/docs/docs/getting-started/intro-to-codefresh/) to Kubernetes.