From 73bb28f29ac489a26780f60643c1e5765d070348 Mon Sep 17 00:00:00 2001 From: "codefresh-git-integration[bot]" <151943927+codefresh-git-integration[bot]@users.noreply.github.com> Date: Mon, 8 Sep 2025 15:52:19 +0000 Subject: [PATCH 1/4] Update Chart.yaml and artifacthub.io/changes annotation for 2.8.14 release --- charts/codefresh/Chart.yaml | 11 +++-------- 1 file changed, 3 insertions(+), 8 deletions(-) diff --git a/charts/codefresh/Chart.yaml b/charts/codefresh/Chart.yaml index 0a82bf5c3..8630240bc 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.13 +version: 2.8.14 keywords: - codefresh home: https://codefresh.io/ @@ -17,14 +17,9 @@ annotations: artifacthub.io/alternativeName: "codefresh-onprem" artifacthub.io/containsSecurityUpdates: "false" # supported kinds are added, changed, deprecated, removed, fixed and security. - artifacthub.io/changes: | + artifacthub.io/changes: |- - kind: changed - description: "Update internal-gateway" - - kind: changed - description: "Change bitnami subcharts to use bitnamilegacy repository" - links: - - name: GitHub Issue - url: https://github.com/bitnami/charts/issues/35164 + description: 'chore(cfapi): migrate to @node-saml/passport-saml to fix ' dependencies: - name: cf-common repository: oci://quay.io/codefresh/charts From 64c58a467b74180f31d8b1eec726198edacc09ae Mon Sep 17 00:00:00 2001 From: "codefresh-git-integration[bot]" <151943927+codefresh-git-integration[bot]@users.noreply.github.com> Date: Mon, 8 Sep 2025 16:00:24 +0000 Subject: [PATCH 2/4] Update Chart.yaml and artifacthub.io/changes annotation for 2.8.14 release --- charts/codefresh/Chart.yaml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/charts/codefresh/Chart.yaml b/charts/codefresh/Chart.yaml index 8630240bc..7027015ca 100644 --- a/charts/codefresh/Chart.yaml +++ b/charts/codefresh/Chart.yaml @@ -18,8 +18,7 @@ annotations: artifacthub.io/containsSecurityUpdates: "false" # 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 ' + [] dependencies: - name: cf-common repository: oci://quay.io/codefresh/charts From b905eb6a3aaeddda86cd8cb2dff4189c7256f7bc Mon Sep 17 00:00:00 2001 From: "codefresh-git-integration[bot]" <151943927+codefresh-git-integration[bot]@users.noreply.github.com> Date: Mon, 8 Sep 2025 16:07:15 +0000 Subject: [PATCH 3/4] Update Chart.yaml and artifacthub.io/changes annotation for 2.8.14 release --- charts/codefresh/Chart.yaml | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/charts/codefresh/Chart.yaml b/charts/codefresh/Chart.yaml index 7027015ca..c70d7bca7 100644 --- a/charts/codefresh/Chart.yaml +++ b/charts/codefresh/Chart.yaml @@ -18,7 +18,16 @@ annotations: artifacthub.io/containsSecurityUpdates: "false" # 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)' + - kind: changed + description: update onprem-release-2.8 branch + - kind: changed + description: update onprem-release-2.8 branch + - kind: changed + description: update onprem-release-2.8 branch + - kind: changed + description: update onprem-release-2.8 branch dependencies: - name: cf-common repository: oci://quay.io/codefresh/charts From f31dd9bf11d5d44d49c9c283372c115ef6a5e992 Mon Sep 17 00:00:00 2001 From: Mikhail Klimko Date: Mon, 8 Sep 2025 19:10:30 +0300 Subject: [PATCH 4/4] fix helm-docs --- README.md | 2 +- charts/codefresh/Chart.yaml | 10 +--------- scripts/{helm-doc.sh => helm-docs.sh} | 0 3 files changed, 2 insertions(+), 10 deletions(-) rename scripts/{helm-doc.sh => helm-docs.sh} (100%) mode change 100644 => 100755 diff --git a/README.md b/README.md index e0b141dc2..6fc468f7f 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ ## Codefresh On-Premises -![Version: 2.8.13](https://img.shields.io/badge/Version-2.8.13-informational?style=flat-square) ![AppVersion: 2.8.0](https://img.shields.io/badge/AppVersion-2.8.0-informational?style=flat-square) +![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) 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 c70d7bca7..2868160e8 100644 --- a/charts/codefresh/Chart.yaml +++ b/charts/codefresh/Chart.yaml @@ -15,19 +15,11 @@ appVersion: 2.8.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: changed description: 'chore(cfapi): migrate to @node-saml/passport-saml to fix critical security vulnerability (#101)' - - kind: changed - description: update onprem-release-2.8 branch - - kind: changed - description: update onprem-release-2.8 branch - - kind: changed - description: update onprem-release-2.8 branch - - kind: changed - description: update onprem-release-2.8 branch dependencies: - name: cf-common repository: oci://quay.io/codefresh/charts diff --git a/scripts/helm-doc.sh b/scripts/helm-docs.sh old mode 100644 new mode 100755 similarity index 100% rename from scripts/helm-doc.sh rename to scripts/helm-docs.sh