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 0a82bf5c3..2868160e8 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/ @@ -15,16 +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: | + 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 critical security vulnerability (#101)' 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