You signed in with another tab or window.Reload to refresh your session.You signed out in another tab or window.Reload to refresh your session.You switched accounts on another tab or window.Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: _docs/whats-new/on-prem-release-notes.md
+9-4Lines changed: 9 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -15,14 +15,16 @@ For detailed instructions on installing v2.9, visit [ArtifactHub](https://artifa
15
15
16
16
17
17
####Upgrading to v2.9
18
+
The maximum GitOps runtime that is supported for this version is**0.24.x**.
19
+
18
20
>**NOTE**
19
21
⚠️ Breaking Changes in On-Prem 2.9
20
22
21
-
**[Classic runtime 8.x](https://github.com/codefresh-io/venona/tree/main/charts/cf-runtime?utm_source=beamer&utm_medium=sidebar&utm_campaign=Hybrid-Customers-Classic-Runner-80-Is-Here-Action-Required&utm_content=textlink#migrating-from-cli-based-installation-to-helm-chart) now uses Docker v28, which drops support for legacy (manifest v2 schema 1) images.**
22
-
Pipelines using these images will fail after upgrade — update them before proceeding.
23
+
**[Classic runtime 8.x](https://github.com/codefresh-io/venona/tree/main/charts/cf-runtime?utm_source=beamer&utm_medium=sidebar&utm_campaign=Hybrid-Customers-Classic-Runner-80-Is-Here-Action-Required&utm_content=textlink#migrating-from-cli-based-installation-to-helm-chart) now uses Docker v28, which drops support for legacy ([manifest v2 schema 1](https://docs.docker.com/engine/deprecated/#pushing-and-pulling-with-image-manifest-v2-schema-1)) images.**
24
+
Pipelines using these images will fail after upgrade —[update them before proceeding](https://codefresh.io/docs/docs/kb/articles/upgrade-deprecated-docker-images/).
23
25
24
26
**CLI-based runtime installs are deprecated.**
25
-
To upgrade to the new Docker runtime 8.x, you must first migrate to the Helm-based runtime in
27
+
To upgrade to the new Docker runtime 8.x, you must first[migrate to the Helm-based runtime](https://codefresh.io/docs/docs/installation/runner/install-codefresh-runner/) in[this repo](https://github.com/codefresh-io/venona/tree/main/charts/cf-runtime#migrating-from-cli-based-installation-to-helm-chart)
26
28
27
29
###Features & enhancements
28
30
This release focuses on stability for an improved user experience.
@@ -37,7 +39,10 @@ The table below describes the _new_ Feature Flags in the Codefresh On-Premises r
37
39
{: .table .table-bordered .table-hover}
38
40
| Feature Flag| Description| Default Value|
39
41
| -----------| --------------| -------------|
40
-
|`newUsersAndTeamsPages`| Activates the new user and team management experience with an updated layout and streamlined controls.| FALSE|
42
+
|`hideProductManageApps`| Hide ability to manage apps directly from the product view| TRUE|
43
+
|`csdpAppAndAppSetWithoutManifestFields`| Gitops Application Tree optimization. It will use an improved MongoDB aggregation pipeline when enabled. Gitops apps and app sets will be extracted from DB without heavy manifest fields (when need to read >2k items)| TRUE|
44
+
|`pipelineTriggerOptimization`| Enables optimization for requests from pipeline manager to cf-api internal for getting trigger information| TRUE|
45
+
|`newVariablesConfiguration`| New component for variables configuration| TRUE|