Skip to content

Commit 39e57ef

Browse files
onprem: 2.5.0-rc.2 (#3)
1 parent 709dba1 commit 39e57ef

File tree

4 files changed

+39
-35
lines changed

4 files changed

+39
-35
lines changed

codefresh/Chart.lock

Lines changed: 25 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -64,61 +64,61 @@ dependencies:
6464
version: 1.14.14
6565
- name: cfapi
6666
repository: oci://quay.io/codefresh/charts
67-
version: 21.260.27
67+
version: 21.260.36
6868
- name: cfapi
6969
repository: oci://quay.io/codefresh/charts
70-
version: 21.260.27
70+
version: 21.260.36
7171
- name: cfapi
7272
repository: oci://quay.io/codefresh/charts
73-
version: 21.260.27
73+
version: 21.260.36
7474
- name: cfapi
7575
repository: oci://quay.io/codefresh/charts
76-
version: 21.260.27
76+
version: 21.260.36
7777
- name: cfapi
7878
repository: oci://quay.io/codefresh/charts
79-
version: 21.260.27
79+
version: 21.260.36
8080
- name: cfapi
8181
repository: oci://quay.io/codefresh/charts
82-
version: 21.260.27
82+
version: 21.260.36
8383
- name: cfapi
8484
repository: oci://quay.io/codefresh/charts
85-
version: 21.260.27
85+
version: 21.260.36
8686
- name: cfapi
8787
repository: oci://quay.io/codefresh/charts
88-
version: 21.260.27
88+
version: 21.260.36
8989
- name: cfapi
9090
repository: oci://quay.io/codefresh/charts
91-
version: 21.260.27
91+
version: 21.260.36
9292
- name: cfapi
9393
repository: oci://quay.io/codefresh/charts
94-
version: 21.260.27
94+
version: 21.260.36
9595
- name: cfapi
9696
repository: oci://quay.io/codefresh/charts
97-
version: 21.260.27
97+
version: 21.260.36
9898
- name: cfapi
9999
repository: oci://quay.io/codefresh/charts
100-
version: 21.260.27
100+
version: 21.260.36
101101
- name: cfapi
102102
repository: oci://quay.io/codefresh/charts
103-
version: 21.260.27
103+
version: 21.260.36
104104
- name: cfapi
105105
repository: oci://quay.io/codefresh/charts
106-
version: 21.260.27
106+
version: 21.260.36
107107
- name: cfapi
108108
repository: oci://quay.io/codefresh/charts
109-
version: 21.260.27
109+
version: 21.260.36
110110
- name: cfapi
111111
repository: oci://quay.io/codefresh/charts
112-
version: 21.260.27
112+
version: 21.260.36
113113
- name: cfapi
114114
repository: oci://quay.io/codefresh/charts
115-
version: 21.260.27
115+
version: 21.260.36
116116
- name: cfapi
117117
repository: oci://quay.io/codefresh/charts
118-
version: 21.260.27
118+
version: 21.260.36
119119
- name: cfui
120120
repository: oci://quay.io/codefresh/charts
121-
version: 14.95.64
121+
version: 14.95.75
122122
- name: k8s-monitor
123123
repository: oci://quay.io/codefresh/charts
124124
version: 4.11.7
@@ -142,18 +142,18 @@ dependencies:
142142
version: 0.8.6
143143
- name: cf-platform-analytics
144144
repository: oci://quay.io/codefresh/charts
145-
version: 0.49.58
145+
version: 0.49.59
146146
- name: cf-platform-analytics
147147
repository: oci://quay.io/codefresh/charts
148-
version: 0.49.58
148+
version: 0.49.59
149149
- name: argo-platform
150150
repository: oci://quay.io/codefresh/charts
151-
version: 1.3023.0
151+
version: 1.3035.0
152152
- name: argo-hub-platform
153153
repository: oci://quay.io/codefresh/charts
154-
version: 0.1.13
154+
version: 0.1.14
155155
- name: cf-oidc-provider
156156
repository: oci://quay.io/codefresh/charts
157157
version: 0.0.15
158-
digest: sha256:731374532d64878803d860e007cae56fc7e7edbc33b4c4fca146106c3ef9ec9e
159-
generated: "2024-09-02T10:30:10.613371548+03:00"
158+
digest: sha256:e141ffeb83a154c708a3b1fb87bb178eb2025bf1c7ea828a0d4e255f997ac15c
159+
generated: "2024-09-08T10:51:48.623371288+03:00"

codefresh/Chart.yaml

Lines changed: 3 additions & 9 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.5.0-rc.1
4+
version: 2.5.0
55
keywords:
66
- codefresh
77
home: https://codefresh.io/
@@ -18,16 +18,10 @@ annotations:
1818
# artifacthub.io/containsSecurityUpdates: "true"
1919
# supported kinds are added, changed, deprecated, removed, fixed and security.
2020
artifacthub.io/changes: |
21-
- kind: changed
22-
description: "Initial onprem 2.5.0-rc.1 release"
23-
- kind: fixed
24-
description: "Fix global.mongodbPassword updates via values.yaml"
25-
- kind: added
26-
description: "Add checksum/secret annotation for argo-platform pods"
2721
- kind: fixed
28-
description: "Make cf-codefresh-set-mongodb-compat-version job optional via .Values.mongodb.migration.enabled value"
22+
description: "Fix E2E tests"
2923
- kind: changed
30-
description: "Update runtime images"
24+
description: "Update feature flags"
3125
dependencies:
3226
- name: cf-common
3327
repository: oci://quay.io/codefresh/charts

codefresh/README.md

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

3-
![Version: 2.5.0-rc.1](https://img.shields.io/badge/Version-2.5.0--rc.1-informational?style=flat-square) ![AppVersion: 2.5.0](https://img.shields.io/badge/AppVersion-2.5.0-informational?style=flat-square)
3+
![Version: 2.5.0](https://img.shields.io/badge/Version-2.5.0-informational?style=flat-square) ![AppVersion: 2.5.0](https://img.shields.io/badge/AppVersion-2.5.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

@@ -43,6 +43,7 @@ Helm chart for deploying [Codefresh On-Premises](https://codefresh.io/docs/docs/
4343
- [To 2.2.0](#to-2-2-0)
4444
- [To 2.3.0](#to-2-3-0)
4545
- [To 2.4.0](#to-2-4-0)
46+
- [To 2.5.0](#to-2-5-0)
4647
- [Rollback](#rollback)
4748
- [Troubleshooting](#troubleshooting)
4849
- [Values](#values)
@@ -1918,6 +1919,10 @@ cfapi:
19181919
DEFAULT_SYSTEM_TYPE: CLASSIC
19191920
```
19201921

1922+
### To 2.5.0
1923+
1924+
### [What's new in 2.5.x](https://codefresh.io/docs/docs/whats-new/on-prem-release-notes/#on-premises-version-25)
1925+
19211926
## Troubleshooting
19221927

19231928
### Error: Failed to validate connection to Docker daemon; caused by Error: certificate has expired

codefresh/README.md.gotmpl

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@ Helm chart for deploying [Codefresh On-Premises](https://codefresh.io/docs/docs/
4343
- [To 2.2.0](#to-2-2-0)
4444
- [To 2.3.0](#to-2-3-0)
4545
- [To 2.4.0](#to-2-4-0)
46+
- [To 2.5.0](#to-2-5-0)
4647
- [Rollback](#rollback)
4748
- [Troubleshooting](#troubleshooting)
4849
- [Values](#values)
@@ -1926,6 +1927,10 @@ cfapi:
19261927
DEFAULT_SYSTEM_TYPE: CLASSIC
19271928
```
19281929

1930+
### To 2.5.0
1931+
1932+
### [What's new in 2.5.x](https://codefresh.io/docs/docs/whats-new/on-prem-release-notes/#on-premises-version-25)
1933+
19291934
## Troubleshooting
19301935

19311936
### Error: Failed to validate connection to Docker daemon; caused by Error: certificate has expired

0 commit comments

Comments
 (0)