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

Commit7b1fc8c

Browse files
authored
On prem 2.4 release notes (#999)
* Update on-prem-release-notes.mdAdded initial draft of release notes for on-prem 2.4* Update on-prem-release-notes.mdUpdated bug fix list for on-prem* Update on-prem-release-notes.mdAdded initial version of new and updated feature flags* Update on-prem-release-notes.mdAdded bug fixes up to 10 June* Update on-prem release notesReordered bug fixes in order of severity; updated features & enhancements* Update on-prem-release-notes.mdUpdated FF descriptions for runtimeEnvironments and runtimeEnvironmentTags* Update feature flagsUpdated FF descriptions in on-prem release notes and added new ffs to on-prem feature management list* Update on-prem-release-notes.mdRemoved deprecated FF and updated description for abacRuntimeEnvironments* Update on-prem-release-notes.md* Add missing imagesAdded missing images to release notes* Update on-prem-release-notes.md* Update feature flag descriptionsUpdated description for abacRuntimeEnvironments and delightedSurvey feature flags* Update on-prem-release-notes.mdAdded more bug fix decriptions* Update on-prem-release-notes.mdAdded one more bug fix for pipelines* Update on-prem-release-notes.md* Update codefresh-on-prem-upgrade.md* Update on-prem-release-notes.md* Update fullstory ff descriptionAdded note to fullstory FF description on air-gapped environments* Update on-prem-release-notes.md
1 parentd6d73b1 commit7b1fc8c

File tree

4 files changed

+316
-7
lines changed

4 files changed

+316
-7
lines changed

‎_docs/installation/installation-options/on-premises/codefresh-on-prem-upgrade.md‎

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -665,16 +665,16 @@ Helm is the recommended way to install Codefresh On-Premises. The `kcfi config.y
665665

666666
Follow the instructions in [Upgrading to 2.0.0](https://artifacthub.io/packages/helm/codefresh-onprem/codefresh/#to-2-0-0){:target="\_blank"}.
667667

668-
## Upgrade to 2.2.0
669-
Version 2.2.0 incorporates changes.
670-
671-
Follow the instructions in [Upgrading to 2.2.0](https://artifacthub.io/packages/helm/codefresh-onprem/codefresh/#to-2-2-0){:target="\_blank"}.
672668

673669
## Upgrade to 2.3.0
674670
Version 2.3.0 incorporates a change to the default registry for Codefresh private images from GCR `gcr.io` to GAR `us-docker.pkg.dev`.
675671

676672
Follow the instructions in [Upgrading to 2.3.0](https://artifacthub.io/packages/helm/codefresh-onprem/codefresh#to-2-3-0){:target="\_blank"}.
677673

674+
## Upgrade to 2.4.0
675+
Version 2.4.0 includes the `cfapi-auth` role, and a change to `PROJECT_ONE` as the default `SYSTEM_TYPE`.
676+
677+
Follow the instructions in [Upgrading to 2.4.0](https://artifacthub.io/packages/helm/codefresh-onprem/codefresh#to-2-4-0){:target="\_blank"}.
678678

679679
## Related articles
680680
[Codefresh on-premises setup]({{site.baseurl}}/docs/installation/on-premises/on-prem-configuration/)

‎_docs/installation/installation-options/on-premises/on-prem-feature-management.md‎

Lines changed: 17 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,31 +66,46 @@ The table describes the features you can open for Codefresh accounts, in alphabe
6666
| --------------| --------------| -------|
6767
|`appDiffView`|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.<br>See[Analyze out-of-sync applications with Diff View]({{site.baseurl}}/docs/deployments/gitops/applications-dashboard/#analyze-out-of-sync-applications-with-diff-view)| TRUE|
6868
|`abacAndRule`| When enabled, supports creating ABAC rules for entities in Codefresh pipelines using "AND". <br>See[Configuring rules for access control in pipelines]({{site.baseurl}}/docs/administration/account-user-management/access-control/#rules-for-access-control).| TRUE|
69+
|`abacRuntimeEnvironments`| When enabled, allows creating rules in**Permissions** which impacts options in <b>Pipeline > Settings > Build Runtime</b>: {::nomarkdown}<ul><li><b>Build Runtime Environment</b>: When enabled, allows restricting Runtime Environments available for pipelines based on tags. Restricted Runtime Environments are disabled in the Runtime Environments list for the pipeline/build run.</li><li><b>Pipeline</b> actions:<ul><li><b>Manage resources</b>: Select CPU, memory, and minimum disk space for the pipeline/build run.</li><li><b>Set runtime environment</b>: Select a Runtime Environment from those available in the Runtime Environments list for the pipeline/build run.</li><li><b>Set cloud builds</b>: Set Cloud build and select the resource size for the pipeline/build run.</li></ul></li></ul> {:/}| FALSE|| FALSE|
6970
|`abacHermesTriggers`| When enabled, restricts access to the legacy version of Cron triggers for users without permissions to edit pipelines.| FALSE|
71+
|`abacUIEnforcement`| When enabled, for Pipelines, prevents the user from selecting options and performing actions which are not permitted.| FALSE|
72+
|`abacV2UIEnforcement`| When enabled, for GitOps, prevents the user from selecting options and performing actions which are not permitted.| FALSE|
7073
|`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|
7174
|`accessibilityContrast`| When enabled, displays an icon in the Codefresh toolbar allowing you to control the contrast by selecting the option that best suits the logged in user:{::nomarkdown}<ul><li><b>Invert colors</b> and <b>Bold colors (saturate)</b>: Optimized for visually impaired users.</li><li><b>Smart Contrast</b>: Increases the contrast between the text and the background to the maximum possible.</li></ul>{:/}| FALSE|
7275
|`allowUserUpdateBoards`| When enabled, allows users without admin roles to update Helm boards. Users can install, promote, create, and update sections.<br>See[Promoting Helm environments]({{site.baseurl}}/docs/deployments/helm/helm-environment-promotion/).|FALSE|
76+
|`autoBuildSwitchAccount`| When enabled, and a user accesses a build from a different account, automatically switches to the corresponding account instead of the user having to do so manually.| FALSE|
77+
|`buildsTreeView`| When enabled (the default), shows a visualization of the parent and child builds of pipelines.<br>See[Creating build views]({{site.baseurl}}/docs/pipelines/monitoring-pipelines/#creating-build-views).|_TRUE_|
7378
|`cronTriggersInPipelineSpec`| When enabled, allows users to define Cron triggers in the pipeline YAMLs as a`spec.cronTriggers` array, instead of using a separate API.<br>See[Cron trigger specifications]({{site.baseurl}}/docs/integrations/codefresh-api/#cron-triggers).| TRUE|
7479
|`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.<!--- add ref-->| TRUE|
80+
|`delightedSurvey`| When enabled, displays Delighted CX surveys in the Codefresh UI. <br>If there are security concerns because of outbound requests from clients, disable this Feature Flag.| TRUE|
7581
|`dindPodRequestsEqualLimits`| When enabled, sets both the resource requests and limits for the pod to the same values.|FALSE|
7682
|`disableWelcomeScreen`| When enabled, bypasses the Codefresh Welcome screen that requires the user to enter additional information on first sign-in. <br>Required mostly in on-premises environments, especially for LDAP, which has all login info already configured.| FALSE|
7783
|`disableRolloutActionsWithoutRBAC`|Relevant to GitOps application deployments. <br>When enabled, disables rollback and rollout controls in the Timeline's tab's Rollout Player for the application. {::nomarkdown}<ul><li>Rollback for the selected Rollout. The <b>Choose version to Rollback</b> dropdown is disabled.<br>See <ahref="https://codefresh.io/docs/docs/deployments/gitops/manage-application/#manually-rollback-completed-rollout-to-previous-revision">Manually rollback completed rollout to previous revision</a>. </li><li>The <b>Pause</b>, <b>Resume</b>, <b>Skip Step</b> and <b>Promote Full</b> controls in the Rollout Player are also disabled.<br>See <ahref="https://codefresh.io/docs/docs/deployments/gitops/manage-application/#manage-an-ongoing-rollout-with-the-rollout-player">Manage an ongoing rollout with Rollout Player</a>.</li></ul>{:/}| FALSE|
7884
|`disableInviteWelcomeMail`| When enabled, does not send the Welcome email to users invited to an account.| FALSE|
7985
|`forbidDecrypt`|When enabled, prevents users from decrypting secrets when running the`codefresh get context --decrypt` command. <br>Users can bypass this by running`--decrypt` with the built-in`CF_API_KEY` command that is injected into every build.|FALSE|
86+
|`fullstory`| When enabled, allows Codefresh to track user activity in the Codefresh UI through Fullstory.<br>**NOTE**: When enabled for air-gapped environments, client attempts to communicate with a Fullstory service may result in network errors.| FALSE|
8087
|`genAICronExpression`| When enabled, supports generating Cron expressions in the Codefresh UI using Generative AI.| FALSE|
8188
|`gerritIntegration`| When enabled, enables Gerrit integration in Account settings. See also`supportGerrit`. <br>See[Gerrit as Git provider for pipelines]({{site.baseurl}}/docs/integrations/git-providers/#gerrit).| FALSE|
8289
|`gitopsArgoCdRollback`|Relevant to GitOps application deployments.<br>When enabled, allows you to rollback active GitOps applications to previously deployed versions.<br>See[Rollback GitOps applications]({{site.baseurl}}/docs/deployments/gitops/manage-application/#rollback-gitops-applications).| FALSE|
8390
|`gitopsAppGroups`| When enabled, allows users to group GitOps applications by annotations, and view these applications in the Groups tab of the GitOps Apps dashboard. <br>See[Application Groups for GitOps applications]({{site.baseurl}}/docs/deployments/gitops/gitops-app-groups/).| TRUE|
91+
|`gitopsDynamicBreadcrumbs`| When enabled (the default), supports rendering dynamic breadcrumbs for GitOps.| TRUE|
8492
|`gitopsImageReporting`|Relevant to ProjectOne.<br>When enabled, reports images created with Codefresh Pipelines to the Images dashboard. <br>See[Images in Codefresh]({{site.baseurl}}/docs/dashboards/images/).| FALSE|
8593
|`hideCompositionsMenuItem`| When enabled, does not show Compositions within Artifacts & Insights in the sidebar of the Codefresh UI.| FALSE|
8694
|`injectClusterListFromPipelineSettings`| When enabled, turns on the pipeline setting**Kubernetes cluster context pipeline injection** for the account. Individual users can then selectively inject clusters for pipelines from those to which they they access.<br><br> This feature requires the users to have the Update Cluster permission. If not granted, then this feature has no impact when enabled. <br>See[Enabling cluster-contexts for pipelines]({{site.baseurl}}/docs/pipelines/configuration/pipeline-settings/#kubernetes-cluster-contexts-for-pipelines).| FALSE|
8795
|`logMasking`|When enabled, secrets in build logs, both online and offline logs, are masked and replaced by asterisks. <br><br>This feature is currently available only for Enterprise customers.|FALSE|
8896
|`parallelKubectlOperations`|When enabled, allows running parallel steps that includes`kubectl`. Especially Helm`install` and`deploy` steps that deploy to multiple clusters with`kubectl` in parallel.|FALSE|
97+
|`pipelineCreditConsumption`| When enabled (the default), supports credit-consumption analytics for pipelines.| TRUE|
8998
|`pipelineScopes`| When enabled, enables Codefresh administrators to configure the API scopes for pipelines at account level. All pipelines in the account inherit these scopes. Codefresh administrators can also override these scopes for individual pipelines.<br>See[Pipeline scopes]({{site.baseurl}}/docs/pipelines/configuration/pipeline-settings/#pipeline-scopes).| TRUE|
90-
|`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|
91-
|`promotionWorkflows`| New feature currently in development.<br>When enabled, allows you create and run workflows when a promotion is triggered.| FALSE|
99+
|`productCRD`|_New feature currently in development for GitOps._ <br>When enabled, allows creating a Custom Resource Definition (CRD) for the Product entity in GitOps.| FALSE|
100+
|`promotionOrchestration`|_New feature currently in development for GitOps._ <br>When enabled, allows promotion orchestration for products including product's releases API and promotion flow API.| FALSE|
101+
|`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|
102+
|`promotionWorkflows`|_New feature currently in development._<br>When enabled, allows you create and run workflows when a promotion is triggered.| FALSE|
103+
|`reportBuildStatusPerPipelineTriggerEvent`| Currently supported for Bitbucket cloud.<br>When enabled, for builds with the same`pipelineId`, reports build statuses separately per`triggerId` and trigger event.| FALSE|
92104
|`restrictedGitSource`| When enabled, allows you to create a Restricted Git Source in addition to a standard Git Source. <br>See[Managing Git Sources in GitOps Runtimes]({{site.baseurl}}/docs/installation/gitops/git-sources/).| FALSE|
93105
|`supportGerrit`| When enabled, adds the capability to connect to Gerrit as a Git provider. <br>See[Gerrit as Git provider for pipelines]({{site.baseurl}}/docs/integrations/git-providers/#gerrit).| FALSE|
106+
|`rolloutPlayerLiveState`| When enabled (the default), updates Rollout events directly from AppProxy for faster response times.| TRUE|
107+
|`runtimeEnvironmentTags`| When enabled, allows creating rules in**Permissions** for**Build Runtime Environments** to enable or disable the Runtime Environments available for assignment to pipelines based on tags. Restricted Runtime Environments will appear disabled in**Pipeline > Settings > Build Runtime**.| FALSE|
108+
|`serviceAccounts`| When enabled, allows Codefresh administrators to create shared Service Accounts not associated with specific users for centralized access and permissions management.| FALSE|
94109
|`supportOpenIdConnectInBuilds`| When enabled (the default), supports OIDC in pipeline builds, including obtaining and using ID tokens to authenticate and authorize pipeline actions on cloud providers.<br>See[OpenID Connect for pipeline integrations]({{site.baseurl}}/docs/integrations/oidc-pipelines/).|TRUE|
95110
|`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[Steps in pipelines]({{site.baseurl}}/docs/pipelines/steps/) and browse the Field descriptions for any step type that is supported,[git-clone]({{site.baseurl}}/docs/pipelines/steps/git-clone/#fields) for example.| TRUE|
96111
|`useLogsTimestamps`|When enabled, prepends the date and time to every line in the log. <br>This flag must be enabled to share URL for build logs.<br>When enabled, and you have build automation, you may need to adjust the regex for search as the line does not start with the log text.| FALSE|

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp