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
+8-4Lines changed: 8 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -32,6 +32,9 @@ Navigation is now clearer and faster with:
32
32
- Runtime link in breadcrumbs – click to view all apps for that runtime.
33
33
- New icons for Runtime, GitSource, ApplicationSet, and Application, making app hierarchy easier to understand at a glance.
34
34
35
+
**Applications are now associated with Products only via an Annotation.**
36
+
The older "Manage Apps" section for product association has been deprecated.
37
+
35
38
**Easily Add Secret Variables**
36
39
You can now create secret variables directly in the UI:
37
40
- One-step creation – no manual encryption needed.
@@ -49,13 +52,14 @@ The table below describes the _new_ Feature Flags in the Codefresh On-Premises r
49
52
| Feature Flag| Description| Default Value|
50
53
| -----------| --------------| -------------|
51
54
|`hideProductManageApps`| Hide ability to manage apps directly from the product view| TRUE|
52
-
|`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|
53
-
|`pipelineTriggerOptimization`| Enables optimization for requests from pipeline manager to cf-api internal for getting trigger information| TRUE|
54
-
|`newVariablesConfiguration`| New component for variables configuration| TRUE|
55
+
55
56
56
57
57
58
####Updated Feature Flags in v2.9
58
-
There are no updated feature flags in this release.
59
+
{: .table .table-bordered .table-hover}
60
+
| Feature Flag| Description| Default Value|
61
+
| -----------| --------------| -------------|
62
+
|`newVariablesConfiguration`| New component for variables configuration| TRUE|