Skip to content

Commit 5106d62

Browse files
chore(codefresh/2.9.1): prepare chart content for release (#128)
* Update Chart.yaml and artifacthub.io/changes annotation for 2.9.1 release * fix: update description * fix: update README.md --------- Co-authored-by: codefresh-git-integration[bot] <151943927+codefresh-git-integration[bot]@users.noreply.github.com> Co-authored-by: Vasil Sudakou <[email protected]>
1 parent 7431cae commit 5106d62

File tree

2 files changed

+5
-17
lines changed

2 files changed

+5
-17
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
## Codefresh On-Premises
22

3-
![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)
3+
![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)
44

55
Helm chart for deploying [Codefresh On-Premises](https://codefresh.io/docs/docs/getting-started/intro-to-codefresh/) to Kubernetes.
66

charts/codefresh/Chart.yaml

Lines changed: 4 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
apiVersion: v2
22
description: Helm Chart for Codefresh On-Prem
33
name: codefresh
4-
version: 2.9.0
4+
version: 2.9.1
55
keywords:
66
- codefresh
77
home: https://codefresh.io/
@@ -15,26 +15,14 @@ appVersion: 0.0.0
1515
annotations:
1616
artifacthub.io/prerelease: "false"
1717
artifacthub.io/alternativeName: "codefresh-onprem"
18-
artifacthub.io/containsSecurityUpdates: "false"
18+
artifacthub.io/containsSecurityUpdates: "true"
1919
# supported kinds are added, changed, deprecated, removed, fixed and security.
2020
# artifacthub.io/changes: |
2121
# - kind:
2222
# description: ""
2323
artifacthub.io/changes: |-
24-
- kind: changed
25-
description: 'chore: argo platform with security fixes (#122)'
26-
- kind: changed
27-
description: 'chore(CR-29499): bump kubectl, mongosh, postgres (#115)'
28-
- kind: changed
29-
description: added ability to disable postgres store for eventbus and set schema name for audit (#120)
30-
- kind: changed
31-
description: 'docs(2.9): document indexes and DBs compatibility (#119)'
32-
- kind: changed
33-
description: 'feat: update runtime images (#108)'
34-
- kind: changed
35-
description: 'chore(deps): bump subcharts (#99)'
36-
- kind: changed
37-
description: 'replace vanilla docker:dind image with codefresh/dind in builder'
24+
- kind: security
25+
description: 'fix: security vulnerability in cf-broadcaster'
3826
dependencies:
3927
- name: cf-common
4028
repository: oci://quay.io/codefresh/charts

0 commit comments

Comments
 (0)