Skip to content

Commit 144a6e1

Browse files
chore(codefresh/2.8.16): prepare chart content for release (#118)
* Update Chart.yaml and artifacthub.io/changes annotation for 2.8.16 release * chore: update release notes * chore: update release notes --------- Co-authored-by: codefresh-git-integration[bot] <151943927+codefresh-git-integration[bot]@users.noreply.github.com> Co-authored-by: Vadim Kharin <[email protected]>
1 parent 037e749 commit 144a6e1

File tree

2 files changed

+5
-7
lines changed

2 files changed

+5
-7
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.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)
3+
![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)
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 & 6 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.8.15
4+
version: 2.8.16
55
keywords:
66
- codefresh
77
home: https://codefresh.io/
@@ -15,13 +15,11 @@ appVersion: 2.8.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: |-
21-
- kind: fixed
22-
description: 'engine: fixed cf_export command in Windows Runtime Environments.'
23-
- kind: security
24-
description: 'Contains security fixes.'
21+
- kind: added
22+
description: 'ability to disable postgres store for eventbus and set schema name for audit'
2523
dependencies:
2624
- name: cf-common
2725
repository: oci://quay.io/codefresh/charts

0 commit comments

Comments
 (0)