Skip to content

Commit 6343836

Browse files
chore(codefresh/2.11.22): prepare chart content for release (#396)
* Update Chart.yaml and artifacthub.io/changes annotation for 2.11.22 release * update release notes --------- Co-authored-by: codefresh-git-integration[bot] <151943927+codefresh-git-integration[bot]@users.noreply.github.com> Co-authored-by: alinashklyar <alina.shklyar@codefresh.io>
1 parent e58a605 commit 6343836

2 files changed

Lines changed: 9 additions & 5 deletions

File tree

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.11.21](https://img.shields.io/badge/Version-2.11.21-informational?style=flat-square) ![AppVersion: 0.0.0](https://img.shields.io/badge/AppVersion-0.0.0-informational?style=flat-square)
3+
![Version: 2.11.22](https://img.shields.io/badge/Version-2.11.22-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: 8 additions & 4 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.11.21
4+
version: 2.11.22
55
keywords:
66
- codefresh
77
home: https://codefresh.io/
@@ -15,14 +15,18 @@ appVersion: 0.0.0
1515
annotations:
1616
artifacthub.io/prerelease: "false"
1717
artifacthub.io/alternativeName: "codefresh-onprem"
18-
artifacthub.io/containsSecurityUpdates: "true"
18+
artifacthub.io/containsSecurityUpdates: "false"
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: security
25-
description: 'Update "cf-platform-analytics" chart to 0.53.10-onprem-4d18f1a. Security fix'
24+
- kind: changed
25+
description: 'Update "cf-ui" to 14.100.12.'
26+
- kind: changed
27+
description: 'Update "argo-platform" to 1.4073.10.'
28+
- kind: fixed
29+
description: 'Update documentation helper window configuration.'
2630
dependencies:
2731
- name: cf-common
2832
repository: oci://quay.io/codefresh/charts

0 commit comments

Comments
 (0)