Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitb39c6d3

Browse files
committed
Update on-prem-release-notes.md
Added list of FFs
1 parentc9b5d30 commitb39c6d3

File tree

1 file changed

+18
-8
lines changed

1 file changed

+18
-8
lines changed

‎_docs/whats-new/on-prem-release-notes.md‎

Lines changed: 18 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ toc: true
66

77
Welcome to the release notes for our on-premises releases.
88

9-
##On-premises version???
9+
##On-premises version2.3
1010

1111
###Features & enhancements
1212
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
254254
###Feature Flags
255255
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.
256256

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.
259259

260260
{: .table .table-bordered .table-hover}
261261
| Feature Flag| Description| Default Value|
262262
| -----------| ---------------------------------------------------------| -------------------------|
263-
|`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+
264273

265274
**Updated Feature Flags in v???**
266275
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_).
267276

268277
{: .table .table-bordered .table-hover}
269278
| Feature Flag| Description| Default Value|
270279
| -----------| ---------------------------------------------------------| -------------------------|
271-
|`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_|
272282

273283
###Bug fixes
274284

@@ -414,13 +424,13 @@ The table below describes the _new_ Feature Flags in the Codefresh On-Premises r
414424
| Feature Flag | Description | Default Value |
415425
| ----------- | --------------------------------------------------------- | ------------------------- |
416426
| `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 |
418428
|`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 |
419429
| `genAICronExpression` | When enabled, supports generating Cron expressions in the Codefresh UI using Generative AI.| FALSE |
420430
| `hideCompositionsMenuItem` | When enabled, does not show Compositions within Artifacts & Insights in the sidebar of the Codefresh UI. | FALSE |
421431
| `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 |
424434
| `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 |
425435
| `useRepoAndBranchesNextPagination` | When enabled, the **Repository** dropdown to select branches and repositories for Triggers, supports infinite scrolling, and search on the server. | FALSE |
426436

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp