diff --git a/codefresh/Chart.lock b/codefresh/Chart.lock index b1d6c0e26..d7bcf698b 100644 --- a/codefresh/Chart.lock +++ b/codefresh/Chart.lock @@ -25,7 +25,7 @@ dependencies: version: 4.26.1 - name: rabbitmq repository: https://charts.bitnami.com/bitnami - version: 15.0.1 + version: 14.6.9 - name: nats repository: https://charts.bitnami.com/bitnami version: 8.4.4 @@ -118,13 +118,13 @@ dependencies: version: 21.260.39 - name: cfui repository: oci://quay.io/codefresh/charts - version: 14.95.77 + version: 14.95.78 - name: k8s-monitor repository: oci://quay.io/codefresh/charts version: 4.11.8 - name: runtime-environment-manager repository: oci://quay.io/codefresh/charts - version: 3.36.3 + version: 3.36.4 - name: cf-broadcaster repository: oci://quay.io/codefresh/charts version: 1.12.16 @@ -148,12 +148,12 @@ dependencies: version: 0.49.63 - name: argo-platform repository: oci://quay.io/codefresh/charts - version: 1.3036.0-onprem-10b556f + version: 1.3037.0-onprem-680e6c9 - name: argo-hub-platform repository: oci://quay.io/codefresh/charts version: 0.1.16 - name: cf-oidc-provider repository: oci://quay.io/codefresh/charts version: 0.0.15 -digest: sha256:51979bbbb995332f38f4dee77b8d32e07241dba5a016d62e5b9c870a32633742 -generated: "2024-10-03T18:08:21.167159596+03:00" +digest: sha256:5caa90b76bb269d520322473dd9014d852412bdcfd912af7d99255e2ae8fd9e1 +generated: "2024-10-08T17:32:50.890794849+03:00" diff --git a/codefresh/Chart.yaml b/codefresh/Chart.yaml index a5070fc57..d85943627 100644 --- a/codefresh/Chart.yaml +++ b/codefresh/Chart.yaml @@ -1,7 +1,7 @@ apiVersion: v2 description: Helm Chart for Codefresh On-Prem name: codefresh -version: 2.5.2 +version: 2.5.3 keywords: - codefresh home: https://codefresh.io/ @@ -20,6 +20,18 @@ annotations: artifacthub.io/changes: | - kind: security description: "Miscellaneous security updates" + - kind: fixed + description: "Postgres cronjob errors (platform-analytics)" + links: + - name: JIRA Issue + url: https://codefresh-io.atlassian.net/browse/CR-23617 + - kind: fixed + description: User login through LDAP after the user sync + links: + - name: JIRA Issue + url: https://codefresh-io.atlassian.net/browse/CR-25498 + - kind: changed + description: "Revert RabbitMQ to 13.x version" dependencies: - name: cf-common repository: oci://quay.io/codefresh/charts @@ -53,7 +65,7 @@ dependencies: version: 4.26.1 condition: redis-ha.enabled - name: rabbitmq - version: 15.0.1 + version: 14.6.9 repository: https://charts.bitnami.com/bitnami condition: rabbitmq.enabled - name: nats @@ -237,7 +249,7 @@ dependencies: repository: oci://quay.io/codefresh/charts condition: argo-platform.enabled - name: argo-platform - version: "1.3036.0-onprem-10b556f" + version: "1.3037.0-onprem-680e6c9" repository: oci://quay.io/codefresh/charts condition: argo-platform.enabled - name: argo-hub-platform diff --git a/codefresh/README.md b/codefresh/README.md index 1470016e7..5e43c1426 100644 --- a/codefresh/README.md +++ b/codefresh/README.md @@ -1,6 +1,6 @@ ## Codefresh On-Premises -![Version: 2.5.2](https://img.shields.io/badge/Version-2.5.2-informational?style=flat-square) ![AppVersion: 2.5.0](https://img.shields.io/badge/AppVersion-2.5.0-informational?style=flat-square) +![Version: 2.5.3](https://img.shields.io/badge/Version-2.5.3-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.