From 1ce10c3899b77397ebee9bf19c52184248414c58 Mon Sep 17 00:00:00 2001 From: "codefresh-git-integration[bot]" <151943927+codefresh-git-integration[bot]@users.noreply.github.com> Date: Thu, 2 Oct 2025 15:03:44 +0000 Subject: [PATCH 1/3] Update Chart.yaml and artifacthub.io/changes annotation for 2.9.1 release --- charts/codefresh/Chart.yaml | 16 ++-------------- 1 file changed, 2 insertions(+), 14 deletions(-) diff --git a/charts/codefresh/Chart.yaml b/charts/codefresh/Chart.yaml index bc34c798b..9557a3762 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.0 +version: 2.9.1 keywords: - codefresh home: https://codefresh.io/ @@ -22,19 +22,7 @@ annotations: # description: "" artifacthub.io/changes: |- - kind: changed - description: 'chore: argo platform with security fixes (#122)' - - kind: changed - description: 'chore(CR-29499): bump kubectl, mongosh, postgres (#115)' - - kind: changed - description: added ability to disable postgres store for eventbus and set schema name for audit (#120) - - kind: changed - description: 'docs(2.9): document indexes and DBs compatibility (#119)' - - kind: changed - description: 'feat: update runtime images (#108)' - - kind: changed - description: 'chore(deps): bump subcharts (#99)' - - kind: changed - description: 'replace vanilla docker:dind image with codefresh/dind in builder' + description: 'fix: update cf-broadcaster helm chart (#126)' dependencies: - name: cf-common repository: oci://quay.io/codefresh/charts From bb40f06943cf4c2bdfbc0f9b4078ddbf1e45bab9 Mon Sep 17 00:00:00 2001 From: Vasil Sudakou Date: Thu, 2 Oct 2025 18:16:50 +0300 Subject: [PATCH 2/3] fix: update description --- 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 9557a3762..7ea6cac4d 100644 --- a/charts/codefresh/Chart.yaml +++ b/charts/codefresh/Chart.yaml @@ -15,14 +15,14 @@ appVersion: 0.0.0 annotations: artifacthub.io/prerelease: "false" artifacthub.io/alternativeName: "codefresh-onprem" - artifacthub.io/containsSecurityUpdates: "false" + artifacthub.io/containsSecurityUpdates: "true" # supported kinds are added, changed, deprecated, removed, fixed and security. # artifacthub.io/changes: | # - kind: # description: "" artifacthub.io/changes: |- - - kind: changed - description: 'fix: update cf-broadcaster helm chart (#126)' + - kind: security + description: 'fix: security vulnerability in cf-broadcaster' dependencies: - name: cf-common repository: oci://quay.io/codefresh/charts From aedda61e0b1d2fae0dc37fb10878eb6ea052b87e Mon Sep 17 00:00:00 2001 From: Vasil Sudakou Date: Thu, 2 Oct 2025 18:18:11 +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 b687379aa..0a00ad881 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ ## Codefresh On-Premises -![Version: 2.9.0](https://img.shields.io/badge/Version-2.9.0-informational?style=flat-square) ![AppVersion: 0.0.0](https://img.shields.io/badge/AppVersion-0.0.0-informational?style=flat-square) +![Version: 2.9.1](https://img.shields.io/badge/Version-2.9.1-informational?style=flat-square) ![AppVersion: 0.0.0](https://img.shields.io/badge/AppVersion-0.0.0-informational?style=flat-square) Helm chart for deploying [Codefresh On-Premises](https://codefresh.io/docs/docs/getting-started/intro-to-codefresh/) to Kubernetes.