From 29b05b74cfffbab6904931f0c03e5f570f8ce135 Mon Sep 17 00:00:00 2001 From: "codefresh-git-integration[bot]" <151943927+codefresh-git-integration[bot]@users.noreply.github.com> Date: Thu, 25 Sep 2025 13:38:37 +0000 Subject: [PATCH 1/3] Update Chart.yaml and artifacthub.io/changes annotation for 2.8.16 release --- charts/codefresh/Chart.yaml | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/charts/codefresh/Chart.yaml b/charts/codefresh/Chart.yaml index 84379e9f8..9df601631 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.15 +version: 2.8.16 keywords: - codefresh home: https://codefresh.io/ @@ -18,10 +18,8 @@ annotations: artifacthub.io/containsSecurityUpdates: "true" # supported kinds are added, changed, deprecated, removed, fixed and security. artifacthub.io/changes: |- - - kind: fixed - description: 'engine: fixed cf_export command in Windows Runtime Environments.' - - kind: security - description: 'Contains security fixes.' + - kind: changed + description: 'added: ability to disable postgres store for eventbus and set schema name for audit (#116)' dependencies: - name: cf-common repository: oci://quay.io/codefresh/charts From 44310652ebdaf5ccb6a8efaa2f26e1f73d4c8771 Mon Sep 17 00:00:00 2001 From: Vadim Kharin Date: Thu, 25 Sep 2025 16:44:58 +0300 Subject: [PATCH 2/3] chore: update release notes --- README.md | 2 +- charts/codefresh/Chart.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 284f18656..62b2d60a1 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ ## Codefresh On-Premises -![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) +![Version: 2.8.16](https://img.shields.io/badge/Version-2.8.16-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. diff --git a/charts/codefresh/Chart.yaml b/charts/codefresh/Chart.yaml index 9df601631..244cfeb11 100644 --- a/charts/codefresh/Chart.yaml +++ b/charts/codefresh/Chart.yaml @@ -19,7 +19,7 @@ annotations: # supported kinds are added, changed, deprecated, removed, fixed and security. artifacthub.io/changes: |- - kind: changed - description: 'added: ability to disable postgres store for eventbus and set schema name for audit (#116)' + description: 'added ability to disable postgres store for eventbus and set schema name for audit' dependencies: - name: cf-common repository: oci://quay.io/codefresh/charts From 696d37d89106de94de83fdbb71b8382cefeb24fe Mon Sep 17 00:00:00 2001 From: Vadim Kharin Date: Thu, 25 Sep 2025 16:48:51 +0300 Subject: [PATCH 3/3] chore: update release notes --- 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 244cfeb11..e91954e9c 100644 --- a/charts/codefresh/Chart.yaml +++ b/charts/codefresh/Chart.yaml @@ -15,11 +15,11 @@ appVersion: 2.8.0 annotations: artifacthub.io/prerelease: "false" artifacthub.io/alternativeName: "codefresh-onprem" - artifacthub.io/containsSecurityUpdates: "true" + artifacthub.io/containsSecurityUpdates: "false" # supported kinds are added, changed, deprecated, removed, fixed and security. artifacthub.io/changes: |- - - kind: changed - description: 'added ability to disable postgres store for eventbus and set schema name for audit' + - kind: added + description: 'ability to disable postgres store for eventbus and set schema name for audit' dependencies: - name: cf-common repository: oci://quay.io/codefresh/charts