Skip to content

Commit a395856

Browse files
chore(codefresh/2.11.1): prepare chart content for release (#315)
* Update Chart.yaml and artifacthub.io/changes annotation for 2.11.1 release * Update Chart.yaml and artifacthub.io/changes annotation for 2.11.1 release * docs: prepare release notes * ci: mark as GA release --------- Co-authored-by: codefresh-git-integration[bot] <151943927+codefresh-git-integration[bot]@users.noreply.github.com> Co-authored-by: Zhenya Tikhonov <zhenya.tikhonov@octopus.com> Co-authored-by: Zhenya Tikhonov <masontikhonov@gmail.com>
1 parent 78ae21e commit a395856

2 files changed

Lines changed: 8 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.0](https://img.shields.io/badge/Version-2.11.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.11.1](https://img.shields.io/badge/Version-2.11.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: 7 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.0
4+
version: 2.11.1
55
keywords:
66
- codefresh
77
home: https://codefresh.io/
@@ -13,22 +13,25 @@ maintainers:
1313
url: https://codefresh-io.github.io/
1414
appVersion: 0.0.0
1515
annotations:
16-
artifacthub.io/prerelease: "true"
16+
artifacthub.io/prerelease: "false"
1717
artifacthub.io/alternativeName: "codefresh-onprem"
1818
artifacthub.io/containsSecurityUpdates: "true"
1919
# supported kinds are added, changed, deprecated, removed, fixed and security.
2020
# artifacthub.io/changes: |
2121
# - kind:
2222
# description: ""
23-
# ↓↓↓ ⚠️ Verify that the "Release Notes" URL is correct before releasing globally. ↓↓↓
2423
artifacthub.io/changes: |-
2524
- kind: changed
26-
description: 'Initial 2.11.0-rc.1 release'
25+
description: 'Initial 2.11 release'
2726
links:
2827
- name: Release notes
2928
url: https://codefresh.io/docs/docs/whats-new/on-prem-release-notes/#on-premises-version-211
3029
- name: How to upgrade to 2.11.0
3130
url: https://github.com/codefresh-io/codefresh-onprem-helm?tab=readme-ov-file#to-2-11-0
31+
- kind: deprecated
32+
description: 'Deprecate built-in Ingress NGINX'
33+
- kind: deprecated
34+
description: 'Deprecate support for New Relic'
3235
dependencies:
3336
- name: cf-common
3437
repository: oci://quay.io/codefresh/charts

0 commit comments

Comments
 (0)