Skip to content

Fixed typo in on-prem-release-notes.md #1343

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion _docs/whats-new/on-prem-release-notes.md
Original file line number Diff line number Diff line change
Expand Up @@ -1047,7 +1047,7 @@ The table below describes the _new_ Feature Flags in the Codefresh On-Premises r
| `delightedSurvey` | When enabled (the default), 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|
| `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 |
| `gitopsDynamicBreadcrumbs` | When enabled (the default), supports rendering dynamic breadcrumbs for GitOps.<br>See [GitOps breadcrumbs](#gitops-breadcrumbs) in this article. | TRUE |
| `piplineCreditConsumption` | When enabled (the default), supports credit-consumption analytics for pipelines. | TRUE |
| `pipelineCreditConsumption` | When enabled (the default), supports credit-consumption analytics for pipelines. | TRUE |
| `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 |
| `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 |
| `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 |
Expand Down