From c5a7ee5709809292e856e7d0afbae4919d71c679 Mon Sep 17 00:00:00 2001 From: "codefresh-git-integration[bot]" <151943927+codefresh-git-integration[bot]@users.noreply.github.com> Date: Mon, 23 Mar 2026 15:19:33 +0400 Subject: [PATCH 1/4] Update Chart.yaml and artifacthub.io/changes annotation for 2.11.0 release --- charts/codefresh/Chart.yaml | 70 ++++++++++++++++++++++++------------- 1 file changed, 45 insertions(+), 25 deletions(-) diff --git a/charts/codefresh/Chart.yaml b/charts/codefresh/Chart.yaml index 8d813dae9..c7fd6e6d9 100644 --- a/charts/codefresh/Chart.yaml +++ b/charts/codefresh/Chart.yaml @@ -1,7 +1,7 @@ apiVersion: v2 description: Helm Chart for Codefresh On-Prem name: codefresh -version: 0.0.0 +version: 2.11.0 keywords: - codefresh home: https://codefresh.io/ @@ -22,37 +22,57 @@ annotations: # description: "" artifacthub.io/changes: |- - kind: changed - description: 'Update "argo-platform" to 1.4068.0.' - - kind: security - description: 'Fix various security vulnerabilities in argo-platform' + description: 'feat: create release-2.11 (#279)' - kind: changed - description: 'Update "cf-ui" to 14.100.1.' - - kind: security - description: 'Fix various security vulnerabilities in cf-ui' + description: 'chore(deps): bump subcharts (#174)' - kind: changed - description: 'Update "cf-api" to 22.2.1.' - - kind: security - description: 'Fix various security vulnerabilities in cf-api' + description: create release-2.11 branch - kind: changed - description: 'Update "cf-platform-analytics" to 0.53.3.' - - kind: security - description: 'Fix various security vulnerabilities in cf-platform-analytics' + description: 'feat: drop bitnami charts (#268)' - kind: changed - description: 'Update "cf-tls-sign" to 1.8.18.' - - kind: security - description: 'Fix various security vulnerabilities in cf-tls-sign' + description: update components (#266) - kind: changed - description: 'Update "tasker-kubernetes" to 1.28.8.' - - kind: security - description: 'Fix various security vulnerabilities in tasker-kubernetes' + description: 'docs: add compatibility for Nats and Consul (#264)' - kind: changed - description: 'Update "engine" to 3.2.2.' - - kind: security - description: 'Fix various security vulnerabilities in engine' + description: 'chore: update components (#257)' - kind: changed - description: 'Update "cf-container-logger" to 2.0.9.' - - kind: security - description: 'Fix various security vulnerabilities in cf-container-logger' + description: 'chore(main): security release patch (#254)' + - kind: changed + description: update values for main branch (#249) + - kind: changed + description: 'chore: update components for main (#248)' + - kind: changed + description: update mongosh and rabbitmqadmin (#244) + - kind: changed + description: 'docs: add notes for migrations from built-in bitnami subcharts (#243)' + - kind: changed + description: 'chore: remove docker-tag-pusher; update components (main base) (#240)' + - kind: changed + description: 'build(classic): upgrade Classic Runtime components (#219) (#221)' + - kind: changed + description: 'chore: docs on nats (#218)' + - kind: changed + description: 'docs: add external consul (#217)' + - kind: changed + description: 'chore: docs on hermes (#216)' + - kind: changed + description: 'chore: promote argo-hub platform and engine (#208)' + - kind: changed + description: 'docs: document external services compatibility (#211)' + - kind: changed + description: updated kubectl to 1.35.0 (#204) + - kind: changed + description: 'docs: document index changes (#194) (#203)' + - kind: changed + description: bump ingress-nginx (#201) + - kind: changed + description: 'chore: added masontikhonov as codeowner (#196)' + - kind: changed + description: updated curl to 8.17.0 (#190) + - kind: changed + description: 'build: upgrade runtime images (#188)' + - kind: changed + description: upd argo-hub-platform and mongosh (#181) dependencies: - name: cf-common repository: oci://quay.io/codefresh/charts From bb06ad000c16ea7c77a5c3efe4158aa62b207f45 Mon Sep 17 00:00:00 2001 From: Zhenya Tikhonov Date: Mon, 23 Mar 2026 15:19:33 +0400 Subject: [PATCH 2/4] build: enable MongoDB compression; disable New Relic --- README.md | 8 ++++++++ README.md.gotmpl | 7 +++++++ charts/codefresh/values.yaml | 4 +++- 3 files changed, 18 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index df3b3d0d4..25fbeab05 100644 --- a/README.md +++ b/README.md @@ -56,6 +56,7 @@ Helm chart for deploying [Codefresh On-Premises](https://codefresh.io/docs/docs/ - [To 2.8.0](#to-2-8-0) - [To 2.9.0](#to-2-9-0) - [To 2.9.9](#to-2-9-9) + - [To 2.11.0](#to-2-11-0) - [Rollback](#rollback) - [Troubleshooting](#troubleshooting) - [Values](#values) @@ -2624,6 +2625,13 @@ Changes in collections: following collections can be safely dropped *after* the - `read-models.application-tree` - `read-models.-history` — every collection with `~-history` suffix, such as `read-models.applications-history`, `read-models.services-history`, etc. +### To 2-11-0 + +#### Notable changes: + +- Support for New Relic instrumentation is discontinued and disabled by default via `.Values.global.env.NEW_RELIC_ENABLED=false`. If you are relying on New Relic for monitoring, please reach out to Support team for alternatives. +- Zstd compression is enabled by default for MongoDB traffic. Please ensure that Zstd compression is supported and enabled on your MongoDB server. If you'd like to opt out, you can disable it via `.Values.global.env.MONGO_ENABLE_ZSTD_NETWORK_COMPRESSION=false`. + ## Troubleshooting ### Error: Failed to validate connection to Docker daemon; caused by Error: certificate has expired diff --git a/README.md.gotmpl b/README.md.gotmpl index 351e71109..7a91045c8 100644 --- a/README.md.gotmpl +++ b/README.md.gotmpl @@ -2639,6 +2639,13 @@ Changes in collections: following collections can be safely dropped *after* the - `read-models.application-tree` - `read-models.-history` — every collection with `~-history` suffix, such as `read-models.applications-history`, `read-models.services-history`, etc. +### To 2-11-0 + +#### Notable changes: + +- Support for New Relic instrumentation is discontinued and disabled by default via `.Values.global.env.NEW_RELIC_ENABLED=false`. If you are relying on New Relic for monitoring, please reach out to Support team for alternatives. +- Zstd compression is enabled by default for MongoDB traffic. Please ensure that Zstd compression is supported and enabled on your MongoDB server. If you'd like to opt out, you can disable it via `.Values.global.env.MONGO_ENABLE_ZSTD_NETWORK_COMPRESSION=false`. + ## Troubleshooting diff --git a/charts/codefresh/values.yaml b/charts/codefresh/values.yaml index 0a43fa8c3..bf45b2d13 100644 --- a/charts/codefresh/values.yaml +++ b/charts/codefresh/values.yaml @@ -175,7 +175,9 @@ global: storageClass: "" # -- Global Env vars - env: {} + env: + NEW_RELIC_ENABLED: "false" + MONGO_ENABLE_ZSTD_NETWORK_COMPRESSION: "true" # -- Global tolerations constraints # Apply toleratons to all Codefresh subcharts. Will not be applied on Bitnami subcharts. From efb18c296372ba848d351b4053d074732c63dd77 Mon Sep 17 00:00:00 2001 From: Zhenya Tikhonov Date: Mon, 23 Mar 2026 15:20:26 +0400 Subject: [PATCH 3/4] Revert "Update Chart.yaml and artifacthub.io/changes annotation for 2.11.0 release" This reverts commit c5a7ee5709809292e856e7d0afbae4919d71c679. --- charts/codefresh/Chart.yaml | 70 +++++++++++++------------------------ 1 file changed, 25 insertions(+), 45 deletions(-) diff --git a/charts/codefresh/Chart.yaml b/charts/codefresh/Chart.yaml index c7fd6e6d9..8d813dae9 100644 --- a/charts/codefresh/Chart.yaml +++ b/charts/codefresh/Chart.yaml @@ -1,7 +1,7 @@ apiVersion: v2 description: Helm Chart for Codefresh On-Prem name: codefresh -version: 2.11.0 +version: 0.0.0 keywords: - codefresh home: https://codefresh.io/ @@ -22,57 +22,37 @@ annotations: # description: "" artifacthub.io/changes: |- - kind: changed - description: 'feat: create release-2.11 (#279)' + description: 'Update "argo-platform" to 1.4068.0.' + - kind: security + description: 'Fix various security vulnerabilities in argo-platform' - kind: changed - description: 'chore(deps): bump subcharts (#174)' + description: 'Update "cf-ui" to 14.100.1.' + - kind: security + description: 'Fix various security vulnerabilities in cf-ui' - kind: changed - description: create release-2.11 branch + description: 'Update "cf-api" to 22.2.1.' + - kind: security + description: 'Fix various security vulnerabilities in cf-api' - kind: changed - description: 'feat: drop bitnami charts (#268)' + description: 'Update "cf-platform-analytics" to 0.53.3.' + - kind: security + description: 'Fix various security vulnerabilities in cf-platform-analytics' - kind: changed - description: update components (#266) + description: 'Update "cf-tls-sign" to 1.8.18.' + - kind: security + description: 'Fix various security vulnerabilities in cf-tls-sign' - kind: changed - description: 'docs: add compatibility for Nats and Consul (#264)' + description: 'Update "tasker-kubernetes" to 1.28.8.' + - kind: security + description: 'Fix various security vulnerabilities in tasker-kubernetes' - kind: changed - description: 'chore: update components (#257)' + description: 'Update "engine" to 3.2.2.' + - kind: security + description: 'Fix various security vulnerabilities in engine' - kind: changed - description: 'chore(main): security release patch (#254)' - - kind: changed - description: update values for main branch (#249) - - kind: changed - description: 'chore: update components for main (#248)' - - kind: changed - description: update mongosh and rabbitmqadmin (#244) - - kind: changed - description: 'docs: add notes for migrations from built-in bitnami subcharts (#243)' - - kind: changed - description: 'chore: remove docker-tag-pusher; update components (main base) (#240)' - - kind: changed - description: 'build(classic): upgrade Classic Runtime components (#219) (#221)' - - kind: changed - description: 'chore: docs on nats (#218)' - - kind: changed - description: 'docs: add external consul (#217)' - - kind: changed - description: 'chore: docs on hermes (#216)' - - kind: changed - description: 'chore: promote argo-hub platform and engine (#208)' - - kind: changed - description: 'docs: document external services compatibility (#211)' - - kind: changed - description: updated kubectl to 1.35.0 (#204) - - kind: changed - description: 'docs: document index changes (#194) (#203)' - - kind: changed - description: bump ingress-nginx (#201) - - kind: changed - description: 'chore: added masontikhonov as codeowner (#196)' - - kind: changed - description: updated curl to 8.17.0 (#190) - - kind: changed - description: 'build: upgrade runtime images (#188)' - - kind: changed - description: upd argo-hub-platform and mongosh (#181) + description: 'Update "cf-container-logger" to 2.0.9.' + - kind: security + description: 'Fix various security vulnerabilities in cf-container-logger' dependencies: - name: cf-common repository: oci://quay.io/codefresh/charts From de69d5db17b2f57e8f94b5204829f113e2fe1f84 Mon Sep 17 00:00:00 2001 From: Zhenya Tikhonov Date: Mon, 23 Mar 2026 15:26:06 +0400 Subject: [PATCH 4/4] docs: fix docs template --- README.md.gotmpl | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md.gotmpl b/README.md.gotmpl index 7a91045c8..e99fc99f2 100644 --- a/README.md.gotmpl +++ b/README.md.gotmpl @@ -56,6 +56,7 @@ Helm chart for deploying [Codefresh On-Premises](https://codefresh.io/docs/docs/ - [To 2.8.0](#to-2-8-0) - [To 2.9.0](#to-2-9-0) - [To 2.9.9](#to-2-9-9) + - [To 2.11.0](#to-2-11-0) - [Rollback](#rollback) - [Troubleshooting](#troubleshooting) - [Values](#values)