From 57d8a51604bf76f34e047117b05feb1a29a6203b Mon Sep 17 00:00:00 2001 From: mikhail-klimko Date: Tue, 8 Oct 2024 18:20:48 +0300 Subject: [PATCH 1/4] onprem: 2.5.4 --- codefresh/Chart.lock | 6 +++--- codefresh/Chart.yaml | 18 +++--------------- 2 files changed, 6 insertions(+), 18 deletions(-) diff --git a/codefresh/Chart.lock b/codefresh/Chart.lock index d7bcf698b..4e7d75292 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: 14.6.9 + version: 15.0.2 - name: nats repository: https://charts.bitnami.com/bitnami version: 8.4.4 @@ -155,5 +155,5 @@ dependencies: - name: cf-oidc-provider repository: oci://quay.io/codefresh/charts version: 0.0.15 -digest: sha256:5caa90b76bb269d520322473dd9014d852412bdcfd912af7d99255e2ae8fd9e1 -generated: "2024-10-08T17:32:50.890794849+03:00" +digest: sha256:cf3d101d82b8d5979da35603e288e560d554a82af5a5d830a27d0414543aec2c +generated: "2024-10-08T18:19:12.608588947+03:00" diff --git a/codefresh/Chart.yaml b/codefresh/Chart.yaml index d85943627..7e558e372 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.3 +version: 2.5.4 keywords: - codefresh home: https://codefresh.io/ @@ -18,20 +18,8 @@ annotations: # artifacthub.io/containsSecurityUpdates: "true" # supported kinds are added, changed, deprecated, removed, fixed and security. 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" + description: "Bump RabbitMQ to 14.x version; Added upgrade instruction" dependencies: - name: cf-common repository: oci://quay.io/codefresh/charts @@ -65,7 +53,7 @@ dependencies: version: 4.26.1 condition: redis-ha.enabled - name: rabbitmq - version: 14.6.9 + version: 15.0.2 repository: https://charts.bitnami.com/bitnami condition: rabbitmq.enabled - name: nats From 11912cce88c3af8e4a7c730b4687ffe0f0c1be20 Mon Sep 17 00:00:00 2001 From: mikhail-klimko Date: Tue, 8 Oct 2024 18:24:12 +0300 Subject: [PATCH 2/4] onprem: 2.5.4 --- codefresh/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/codefresh/README.md b/codefresh/README.md index 5e43c1426..b54a96c12 100644 --- a/codefresh/README.md +++ b/codefresh/README.md @@ -1,6 +1,6 @@ ## Codefresh On-Premises -![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) +![Version: 2.5.4](https://img.shields.io/badge/Version-2.5.4-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. From 33c712b69eb3a5695fe347f541ff819e60403204 Mon Sep 17 00:00:00 2001 From: mikhail-klimko Date: Fri, 11 Oct 2024 09:23:26 +0300 Subject: [PATCH 3/4] onprem: 2.5.4 --- codefresh/Chart.yaml | 4 ++-- codefresh/values.yaml | 2 ++ 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/codefresh/Chart.yaml b/codefresh/Chart.yaml index 7e558e372..09cc6971f 100644 --- a/codefresh/Chart.yaml +++ b/codefresh/Chart.yaml @@ -19,7 +19,7 @@ annotations: # supported kinds are added, changed, deprecated, removed, fixed and security. artifacthub.io/changes: | - kind: changed - description: "Bump RabbitMQ to 14.x version; Added upgrade instruction" + description: "Enable allow-snippet-annotations by default for ingress-nginx" dependencies: - name: cf-common repository: oci://quay.io/codefresh/charts @@ -53,7 +53,7 @@ dependencies: version: 4.26.1 condition: redis-ha.enabled - name: rabbitmq - version: 15.0.2 + version: 14.6.9 repository: https://charts.bitnami.com/bitnami condition: rabbitmq.enabled - name: nats diff --git a/codefresh/values.yaml b/codefresh/values.yaml index e5b90c4f7..c6a93c0ea 100644 --- a/codefresh/values.yaml +++ b/codefresh/values.yaml @@ -965,6 +965,8 @@ hermes: ingress-nginx: enabled: true controller: + enableAnnotationValidations: true + allowSnippetAnnotations: true ingressClassResource: enabled: true default: false From 7fe3e423526775713e7ac683b1fee7d72c6dd4d8 Mon Sep 17 00:00:00 2001 From: mikhail-klimko Date: Fri, 11 Oct 2024 09:39:24 +0300 Subject: [PATCH 4/4] onprem: 2.5.4 --- codefresh/Chart.lock | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/codefresh/Chart.lock b/codefresh/Chart.lock index 4e7d75292..f61904348 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.2 + version: 14.6.9 - name: nats repository: https://charts.bitnami.com/bitnami version: 8.4.4 @@ -155,5 +155,5 @@ dependencies: - name: cf-oidc-provider repository: oci://quay.io/codefresh/charts version: 0.0.15 -digest: sha256:cf3d101d82b8d5979da35603e288e560d554a82af5a5d830a27d0414543aec2c -generated: "2024-10-08T18:19:12.608588947+03:00" +digest: sha256:5caa90b76bb269d520322473dd9014d852412bdcfd912af7d99255e2ae8fd9e1 +generated: "2024-10-11T09:24:24.192115705+03:00"