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
+18-8Lines changed: 18 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,7 +6,7 @@ toc: true
6
6
7
7
Welcome to the release notes for our on-premises releases.
8
8
9
-
##On-premises version???
9
+
##On-premises version2.3
10
10
11
11
###Features & enhancements
12
12
Features and enhancements are divided into those in general availability and those currently in Beta.
@@ -254,21 +254,31 @@ As we have transitioned to Helm-based Runtimes for GitOps, we have permanently d
254
254
###Feature Flags
255
255
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.
256
256
257
-
**New Feature Flags inv???**
258
-
The table below describes the_new_ Feature Flags in the Codefresh On-Premises releasev???.
257
+
**New Feature Flags inv2.3**
258
+
The table below describes the_new_ Feature Flags in the Codefresh On-Premises releasev2.3.
|`abacAndRule`| When enabled, supports creating ABAC rules for entities in Codefresh pipelines using "AND". <br>See[Pipelines: Enhanced RBAC with AND logic for tags](#pipelines-enhanced-rbac-with-and-logic-for-tags) in this article.| TRUE|
263
+
|`buildsTreeView`| When enabled, shows a visualization of the parent and child builds of pipelines.<br> ???| FALSE|
264
+
|`gitopsRuntimeObservability`| When enabled, displays metrics for GitOps Runtimes in dashboards. NIMA: which dashboards ??| FALSE|
265
+
|`headerLiveState`| When enabled (the default), in Codefresh GitOps, updates Health and Sync statuses in the Application Header from Argo CD instead of Argo Events.<br>NIMA: Add xref| TRUE|
266
+
|`preFillBuildVariablesFromURL`| When enabled (the default), allows sharing pipeline build settings through the**Share build settings** button.<br> See[Pipelines: Share build run settings](#pipelines-share-build-run-settings) in this article.| TRUE|
267
+
|`promotionFlowsManagement`|_New feature currently in development._<br>When enabled, allows users to create and execute Promotion Lifecycles in Codefresh.| FALSE|
268
+
|`productReleasesPage`|_New feature currently in development._<br>When enabled, displays the Releases tab in the GitOps Products dashboard.| FALSE|
269
+
|`promotionPolicies`|_New feature currently in development._<br>When enabled, shows the Promotion Policies option in the sidebar. Clicking this displays the Promotion Policy page where you can create and view Promotion Policies.| FALSE|
270
+
|`helmHostedRuntime`|_This feature is not relevant for on-premises environments._ <br>When enabled, installs the Hosted GitOps Runtime using the GitOps Runtime's Helm chart.| FALSE|
271
+
272
+
264
273
265
274
**Updated Feature Flags in v???**
266
275
The table below lists existing Feature Flags which have been updated by default to be either enabled (set to_TRUE_), or disabled (set to_FALSE_).
|`accountInfoCopyButton`| When enabled, the account ID is added to the URL. When sharing the URL with the account information, recipients can seamlessly switch accounts.|_FALSE_|
280
+
|`appDiffView`|_This feature is currently in Beta, and the Feature Flag can be enabled only for SaaS environments. We will notify you when you can enable the Feature Flag for on-premises environments._ <br>When enabled, and the application is out of sync, displays the differences for each resource in the application in either Compact or Split view modes.|_TRUE_|
281
+
|`useRepoAndBranchesNextPagination`| When enabled, the**Repository** dropdown to select branches and repositories for Triggers, supports infinite scrolling, and search on the server. NIMA: IDan same value as before|_TRUE_|
272
282
273
283
###Bug fixes
274
284
@@ -414,13 +424,13 @@ The table below describes the _new_ Feature Flags in the Codefresh On-Premises r
| `abacAndRule` | When enabled, supports creating ABAC rules for entities in Codefresh pipelines using "AND". <br>See [Pipelines:Enhanced RBAC with AND logic for tags](#pipelines-enhanced-rbac-with-and-logic-for-tags) in this article.| TRUE |
417
-
| `appDiffView` | _This feature is currently in Beta, and the Feature Flag can be enabled only for SaaS environments._ We will notify you when you can enable the Feature Flag for on-premises environments. <br>When enabled, and the application is out of sync, displays the differences for each resource in the application in either Compact or Split view modes.| FALSE |
427
+
| `appDiffView` | _This feature is currently in Beta, and the Feature Flag can be enabled only for SaaS environments. We will notify you when you can enable the Feature Flag for on-premises environments._ <br>When enabled, and the application is out of sync, displays the differences for each resource in the application in either Compact or Split view modes.| FALSE |
418
428
|`csdpFilterAppsByGitPermissions` | When enabled (the default), does not display the Git Sources and the Argo CD applications committed to these Git Sources for users without Git permissions or Git credentials for the same. | TRUE |
419
429
| `genAICronExpression` | When enabled, supports generating Cron expressions in the Codefresh UI using Generative AI.| FALSE |
420
430
| `hideCompositionsMenuItem` | When enabled, does not show Compositions within Artifacts & Insights in the sidebar of the Codefresh UI. | FALSE |
421
431
| `promotionFlow` | New feature currently in development.<br>When enabled, allows you to drag an application in the GitOps Product dashboard from its current Environment to a different Environment and trigger a promotion flow. | FALSE |
422
-
| `promotionWorkflows` |New feature currently in development.<br>When enabled, allows you create and run workflows when a promotion is triggered. | FALSE |
423
-
| `restrictedGitSource` | _This feature is currently in Beta, and the Feature Flag can be enabled only for SaaS environments._ We will notify you when you can enable the Feature Flag for on-premises environments.<br> When enabled, allows you to create a Restricted Git Source in addition to a standard Git Source. | FALSE |
432
+
| `promotionWorkflows` |_New feature currently in development._<br>When enabled, allows you create and run workflows when a promotion is triggered. | FALSE |
433
+
| `restrictedGitSource` | _This feature is currently in Beta, and the Feature Flag can be enabled only for SaaS environments. We will notify you when you can enable the Feature Flag for on-premises environments._<br> When enabled, allows you to create a Restricted Git Source in addition to a standard Git Source. | FALSE |
424
434
| `stepTimeout` | When enabled (the default), allows you to add the `timeout` flag with the `<duration>` and `<units>` to steps in pipelines. When added, the step terminates execution automatically if the step exceeds the duration of the specified timeout.<br> See [Pipelines:New timeout functionality for pipeline steps](#pipelines-new-timeout-functionality-for-pipeline-steps) in this article. | TRUE |
425
435
| `useRepoAndBranchesNextPagination` | When enabled, the **Repository** dropdown to select branches and repositories for Triggers, supports infinite scrolling, and search on the server. | FALSE |