Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

onprem: 2.5.0-rc.2 #3

Merged
merged 6 commits into from
Sep 8, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
50 changes: 25 additions & 25 deletions codefresh/Chart.lock
Original file line number Diff line number Diff line change
Expand Up @@ -64,61 +64,61 @@ dependencies:
version: 1.14.14
- name: cfapi
repository: oci://quay.io/codefresh/charts
version: 21.260.27
version: 21.260.36
- name: cfapi
repository: oci://quay.io/codefresh/charts
version: 21.260.27
version: 21.260.36
- name: cfapi
repository: oci://quay.io/codefresh/charts
version: 21.260.27
version: 21.260.36
- name: cfapi
repository: oci://quay.io/codefresh/charts
version: 21.260.27
version: 21.260.36
- name: cfapi
repository: oci://quay.io/codefresh/charts
version: 21.260.27
version: 21.260.36
- name: cfapi
repository: oci://quay.io/codefresh/charts
version: 21.260.27
version: 21.260.36
- name: cfapi
repository: oci://quay.io/codefresh/charts
version: 21.260.27
version: 21.260.36
- name: cfapi
repository: oci://quay.io/codefresh/charts
version: 21.260.27
version: 21.260.36
- name: cfapi
repository: oci://quay.io/codefresh/charts
version: 21.260.27
version: 21.260.36
- name: cfapi
repository: oci://quay.io/codefresh/charts
version: 21.260.27
version: 21.260.36
- name: cfapi
repository: oci://quay.io/codefresh/charts
version: 21.260.27
version: 21.260.36
- name: cfapi
repository: oci://quay.io/codefresh/charts
version: 21.260.27
version: 21.260.36
- name: cfapi
repository: oci://quay.io/codefresh/charts
version: 21.260.27
version: 21.260.36
- name: cfapi
repository: oci://quay.io/codefresh/charts
version: 21.260.27
version: 21.260.36
- name: cfapi
repository: oci://quay.io/codefresh/charts
version: 21.260.27
version: 21.260.36
- name: cfapi
repository: oci://quay.io/codefresh/charts
version: 21.260.27
version: 21.260.36
- name: cfapi
repository: oci://quay.io/codefresh/charts
version: 21.260.27
version: 21.260.36
- name: cfapi
repository: oci://quay.io/codefresh/charts
version: 21.260.27
version: 21.260.36
- name: cfui
repository: oci://quay.io/codefresh/charts
version: 14.95.64
version: 14.95.75
- name: k8s-monitor
repository: oci://quay.io/codefresh/charts
version: 4.11.7
Expand All @@ -142,18 +142,18 @@ dependencies:
version: 0.8.6
- name: cf-platform-analytics
repository: oci://quay.io/codefresh/charts
version: 0.49.58
version: 0.49.59
- name: cf-platform-analytics
repository: oci://quay.io/codefresh/charts
version: 0.49.58
version: 0.49.59
- name: argo-platform
repository: oci://quay.io/codefresh/charts
version: 1.3023.0
version: 1.3035.0
- name: argo-hub-platform
repository: oci://quay.io/codefresh/charts
version: 0.1.13
version: 0.1.14
- name: cf-oidc-provider
repository: oci://quay.io/codefresh/charts
version: 0.0.15
digest: sha256:731374532d64878803d860e007cae56fc7e7edbc33b4c4fca146106c3ef9ec9e
generated: "2024-09-02T10:30:10.613371548+03:00"
digest: sha256:e141ffeb83a154c708a3b1fb87bb178eb2025bf1c7ea828a0d4e255f997ac15c
generated: "2024-09-08T10:51:48.623371288+03:00"
12 changes: 3 additions & 9 deletions codefresh/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
apiVersion: v2
description: Helm Chart for Codefresh On-Prem
name: codefresh
version: 2.5.0-rc.1
version: 2.5.0
keywords:
- codefresh
home: https://codefresh.io/
Expand All @@ -18,16 +18,10 @@ annotations:
# artifacthub.io/containsSecurityUpdates: "true"
# supported kinds are added, changed, deprecated, removed, fixed and security.
artifacthub.io/changes: |
- kind: changed
description: "Initial onprem 2.5.0-rc.1 release"
- kind: fixed
description: "Fix global.mongodbPassword updates via values.yaml"
- kind: added
description: "Add checksum/secret annotation for argo-platform pods"
- kind: fixed
description: "Make cf-codefresh-set-mongodb-compat-version job optional via .Values.mongodb.migration.enabled value"
description: "Fix E2E tests"
- kind: changed
description: "Update runtime images"
description: "Update feature flags"
dependencies:
- name: cf-common
repository: oci://quay.io/codefresh/charts
Expand Down
7 changes: 6 additions & 1 deletion codefresh/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
## Codefresh On-Premises

![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)
![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)

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

Expand Down Expand Up @@ -43,6 +43,7 @@ Helm chart for deploying [Codefresh On-Premises](https://codefresh.io/docs/docs/
- [To 2.2.0](#to-2-2-0)
- [To 2.3.0](#to-2-3-0)
- [To 2.4.0](#to-2-4-0)
- [To 2.5.0](#to-2-5-0)
- [Rollback](#rollback)
- [Troubleshooting](#troubleshooting)
- [Values](#values)
Expand Down Expand Up @@ -1918,6 +1919,10 @@ cfapi:
DEFAULT_SYSTEM_TYPE: CLASSIC
```

### To 2.5.0

### [What's new in 2.5.x](https://codefresh.io/docs/docs/whats-new/on-prem-release-notes/#on-premises-version-25)

## Troubleshooting

### Error: Failed to validate connection to Docker daemon; caused by Error: certificate has expired
Expand Down
5 changes: 5 additions & 0 deletions codefresh/README.md.gotmpl
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ Helm chart for deploying [Codefresh On-Premises](https://codefresh.io/docs/docs/
- [To 2.2.0](#to-2-2-0)
- [To 2.3.0](#to-2-3-0)
- [To 2.4.0](#to-2-4-0)
- [To 2.5.0](#to-2-5-0)
- [Rollback](#rollback)
- [Troubleshooting](#troubleshooting)
- [Values](#values)
Expand Down Expand Up @@ -1926,6 +1927,10 @@ cfapi:
DEFAULT_SYSTEM_TYPE: CLASSIC
```

### To 2.5.0

### [What's new in 2.5.x](https://codefresh.io/docs/docs/whats-new/on-prem-release-notes/#on-premises-version-25)

## Troubleshooting

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