From 27cc28ccc81525e95af0f9f04e2e972c21b08456 Mon Sep 17 00:00:00 2001 From: giloctopus Date: Wed, 31 Dec 2025 13:34:35 +0200 Subject: [PATCH 1/5] on-prem 2.10 release notes - 1 --- _docs/whats-new/on-prem-release-notes.md | 50 ++++++++++++++++++++++++ 1 file changed, 50 insertions(+) diff --git a/_docs/whats-new/on-prem-release-notes.md b/_docs/whats-new/on-prem-release-notes.md index cdba7accb..e1d01efc7 100644 --- a/_docs/whats-new/on-prem-release-notes.md +++ b/_docs/whats-new/on-prem-release-notes.md @@ -5,6 +5,56 @@ toc: true --- Welcome to the release notes for our on-premises releases. +## On-premises version 2.10 + +### Installation & Upgrade + +#### Installing v2.10 +For detailed instructions on installing v2.9, visit [ArtifactHub](https://artifacthub.io/packages/helm/codefresh-onprem/codefresh){:target="\_blank"}. + + +#### Upgrading to v2.10 +The maximum GitOps runtime that is supported for this version is **0.26.x**. + + +### Features & enhancements +**Pipeline Trigger Optimization** +Improves the efficiency of how trigger information is retrieved by optimizing internal requests between the pipeline manager and the cf-api, resulting in faster and more reliable trigger evaluation: +- Reduces the number and cost of internal API calls when resolving pipeline triggers. +- Improves trigger evaluation performance, especially in environments with many pipelines or triggers. +- Lowers internal API load, contributing to overall platform stability + + +### Feature Flags +Feature Flags are divided into new Feature Flags released in the current version, and changes to existing Feature Flags which are now enabled by default. + + +#### Updated Feature Flags in v2.10 +The table below describes the changes to existing Feature Flags in the Codefresh On-Premises release v2.9. + +{: .table .table-bordered .table-hover} +| Feature Flag | Description | Default Value | +| ----------- | --------------| ------------- | +| `pipelineTriggerOptimization` | Enables optimization for requests from pipeline manager to cf-api internal for getting trigger information | TRUE | + + + +### Bug fixes + + +##### Pipelines +* Fixed an issue where the branch selection dropdown in trigger configuration and run dialogs failed to load branches for some GitHub integrations, preventing users from selecting existing branches. +* Fixed an issue where pipelines stopped triggering for newly created pull requests after a commit containing a [skip ci] tag, while older branches continued to trigger as expected. +* Improved Hybrid and Classic Runtime documentation to clarify how Helm chart values, upgrade/install hooks, and reconciliation jobs affect the runtime specification, helping prevent issues caused by excessive runtime spec updates. +* Fixed an issue where the Manage Runtime Environments modal in on-prem installations returned an INTERNAL_SERVER_ERROR despite changes applying correctly, reducing user confusion in the Admin panel. +* Fixed an issue in new Windows runtimes where image pulls could fail due to temporary files being written to the system drive despite a custom Docker root directory, causing disk-space errors during builds. + + +##### GitOps +* Fixed an issue where installing a Hybrid GitOps Runtime failed if the shared configuration Git repository was empty, ensuring runtime setup now succeeds on first-time installations. +* Fixed an issue where some Git source and child applications were shown multiple times in the Codefresh UI, ensuring the application list now correctly matches what is displayed in the native Argo UI. + + ## On-premises version 2.9 From 8d6e9efdb797c5f1409f254ca1ee8751d57402ab Mon Sep 17 00:00:00 2001 From: giloctopus Date: Wed, 31 Dec 2025 14:23:22 +0200 Subject: [PATCH 2/5] on-prem 2.10 release notes - 2 --- _docs/whats-new/on-prem-release-notes.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_docs/whats-new/on-prem-release-notes.md b/_docs/whats-new/on-prem-release-notes.md index e1d01efc7..20397809d 100644 --- a/_docs/whats-new/on-prem-release-notes.md +++ b/_docs/whats-new/on-prem-release-notes.md @@ -10,7 +10,7 @@ Welcome to the release notes for our on-premises releases. ### Installation & Upgrade #### Installing v2.10 -For detailed instructions on installing v2.9, visit [ArtifactHub](https://artifacthub.io/packages/helm/codefresh-onprem/codefresh){:target="\_blank"}. +For detailed instructions on installing v2.10, visit [ArtifactHub](https://artifacthub.io/packages/helm/codefresh-onprem/codefresh){:target="\_blank"}. #### Upgrading to v2.10 From 5350275bd91e9e0fb0a2d49cb0d2fc3042980ed7 Mon Sep 17 00:00:00 2001 From: giloctopus Date: Wed, 31 Dec 2025 14:38:54 +0200 Subject: [PATCH 3/5] 2.10 on-prem release notes - 3 --- _docs/whats-new/on-prem-release-notes.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_docs/whats-new/on-prem-release-notes.md b/_docs/whats-new/on-prem-release-notes.md index 20397809d..16d2dcc9d 100644 --- a/_docs/whats-new/on-prem-release-notes.md +++ b/_docs/whats-new/on-prem-release-notes.md @@ -17,7 +17,7 @@ For detailed instructions on installing v2.10, visit [ArtifactHub](https://artif The maximum GitOps runtime that is supported for this version is **0.26.x**. -### Features & enhancements +### Features & enhancements in 2.10 **Pipeline Trigger Optimization** Improves the efficiency of how trigger information is retrieved by optimizing internal requests between the pipeline manager and the cf-api, resulting in faster and more reliable trigger evaluation: - Reduces the number and cost of internal API calls when resolving pipeline triggers. From 34e47f903f5bea5f9cde0c750bbff5bfe8eabeb5 Mon Sep 17 00:00:00 2001 From: giloctopus Date: Wed, 31 Dec 2025 16:11:44 +0200 Subject: [PATCH 4/5] on-prem 2.10 release notes - 4 --- _docs/whats-new/on-prem-release-notes.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_docs/whats-new/on-prem-release-notes.md b/_docs/whats-new/on-prem-release-notes.md index 16d2dcc9d..8ce034755 100644 --- a/_docs/whats-new/on-prem-release-notes.md +++ b/_docs/whats-new/on-prem-release-notes.md @@ -29,7 +29,7 @@ Improves the efficiency of how trigger information is retrieved by optimizing in Feature Flags are divided into new Feature Flags released in the current version, and changes to existing Feature Flags which are now enabled by default. -#### Updated Feature Flags in v2.10 +#### Updated Feature Flags The table below describes the changes to existing Feature Flags in the Codefresh On-Premises release v2.9. {: .table .table-bordered .table-hover} From 3feb14d5b1b7cf39106f210335508a2ebf7d79ec Mon Sep 17 00:00:00 2001 From: giloctopus Date: Wed, 31 Dec 2025 16:28:53 +0200 Subject: [PATCH 5/5] on-prem 2.10 release notes -5 --- _docs/whats-new/on-prem-release-notes.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_docs/whats-new/on-prem-release-notes.md b/_docs/whats-new/on-prem-release-notes.md index 8ce034755..8598fadbb 100644 --- a/_docs/whats-new/on-prem-release-notes.md +++ b/_docs/whats-new/on-prem-release-notes.md @@ -30,7 +30,7 @@ Feature Flags are divided into new Feature Flags released in the current version #### Updated Feature Flags -The table below describes the changes to existing Feature Flags in the Codefresh On-Premises release v2.9. +The table below describes the changes to existing Feature Flags in the Codefresh On-Premises release v2.10. {: .table .table-bordered .table-hover} | Feature Flag | Description | Default Value |