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-11Lines changed: 18 additions & 11 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,7 +9,7 @@ Welcome to the release notes for our on-premises releases.
9
9
##On-premises version 2.3
10
10
11
11
###Features & enhancements
12
-
Features and enhancementsaredivided into those in general availabilityandthose currently inBeta.
12
+
Herearethe featuresandenhancements included inCodefresh On-Premises v2.3.
13
13
14
14
####Pipelines: New`strict_fail_fast` to control pipelines
15
15
You’re probably familiar with the`fail_fast` flag available for steps in Codefresh pipelines. The flag determines the pipeline’s behavior when there is a step failure. Accordingly, when set to`false`, the pipeline continues execution and returns a Build status of`Build completed successfully`.
@@ -260,7 +260,7 @@ The table below describes the _new_ Feature Flags in the Codefresh On-Premises r
|`buildsTreeView`| When enabled, shows a visualization of the parent and child builds of pipelines.<br> ???| FALSE|
263
+
|`buildsTreeView`|_New feature currently in development._<br>When enabled, shows a visualization of the parent and child builds of pipelines.<br> ???| FALSE|
264
264
|`gitopsRuntimeObservability`| When enabled, displays metrics for GitOps Runtimes in dashboards. NIMA: which dashboards ??| FALSE|
265
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
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|
@@ -271,34 +271,41 @@ The table below describes the _new_ Feature Flags in the Codefresh On-Premises r
271
271
272
272
273
273
274
-
**Updated Feature Flags inv???**
274
+
**Updated Feature Flags inv2.3**
275
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_).
|`appDiffView`|_This feature iscurrently 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_|
280
+
|`appDiffView`|_This feature isnow available 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
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|_FALSE_|
282
282
283
283
###Bug fixes
284
284
285
-
Jan 2024
286
-
**Pipelines**
285
+
#####General
286
+
* GitOps features not loaded on accessing Account Settings from the Admin Management panel with both GitOps and Pipeline modules.
287
+
* ABAC (Attribute-based access control) rules in GO not correctly resolved when multiple rules are configured for the same user.
288
+
289
+
#####Pipelines
290
+
* Unable to deploy Helm charts to Helm boards after upgrade to v2.2.4
287
291
* For Bitbucket Cloud,`codefresh-report-image` step fails with errors to get Pull Requests (PRs) and branches.
288
292
* Builds for Gerrit in Codefresh are triggered twice because of webhook data delivery request timeouts or connection issues.
289
293
* Replaced misleading warning message "The security token included in the request is invalid" for successful builds.
290
294
291
295
292
-
<br>
293
-
294
-
**GitOps**
295
-
296
-
** Codefresh UI unresponsive when clicking Warnings/Errors button in the**GitOps Apps** dashboard.
296
+
#####GitOps
297
+
** Renaming an ApplicationSet or GitSource removes all application's resources and then adds them again.
298
+
**`Prune skipped` message for Argo CD applications after upgrading toGitOps Runtime v0.4.2.
299
+
* Unable to delete clusters in the Codefresh UI.
300
+
* Codefresh UI unresponsive when clicking Warnings/Errors button in the**GitOps Apps** dashboard.
297
301
*`Failed to create binary image error` from Image reporter for images exceeding 2GB.
298
302
* Audit log missing manual actions executed in Rollouts Player.
299
303
* Delay for new Argo CD applications to appear in Codefresh GitOps Apps dashboard.
304
+
* Error on enabling Argo CD notifications in Helm chart`values.yaml` for Codefresh GitOps Runtime v0.4.2.
300
305
* For GitLab Actions,`codefresh-image-reporter` log displays actual values of encrypted secrets.
301
306
* Codefresh UI not in sync with native Argo CD UI.
307
+
* When adding a Git Source and manually defining the branch, metacharacters are not encoded as HTML in the YAML.
308
+
* Empty page on clicking**View Native Workflow** for the selected workflow in the Workflows tab.