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
+6-4Lines changed: 6 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -11,6 +11,9 @@ Welcome to the release notes for our on-premises releases.
11
11
###Features & enhancements
12
12
Here are the features and enhancements included in Codefresh On-Premises v2.3.
13
13
14
+
####Migrate container registry from GCR to GAR
15
+
In this release, we have migrated our container registry from Google Container Registry (GCR) to Google Artifact Registry (GAR). GAR extends the capabilities of GCR with support for both container images and non-container artifacts. Enjoy the benefits of this change.
16
+
14
17
####Pipelines: New`strict_fail_fast` to control pipelines
15
18
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`.
16
19
But what if you want to indicate that a step failed in the Build status even when the pipeline completes execution? Enter our new`strict_fail_fast` flag! Now, you can indicate that the step failed execution by simply adding`strict_fail_fast` to the step and setting it to`true`. After the pipeline completes execution, the Build status is designated as Failed.
@@ -261,7 +264,7 @@ The table below describes the _new_ Feature Flags in the Codefresh On-Premises r
|`buildsTreeView`|_New feature currently in development._<br>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|
267
+
|`gitopsRuntimeObservability`|_New feature currently in development._ <br>When enabled, displays metrics for GitOps Runtimes in dashboards.| FALSE|
265
268
|`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
269
|`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
270
|`promotionFlowsManagement`|_New feature currently in development._<br>When enabled, allows users to create and execute Promotion Lifecycles in Codefresh.| FALSE|
@@ -294,8 +297,7 @@ The table below lists existing Feature Flags which have been updated by default
294
297
295
298
296
299
#####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 to GitOps Runtime v0.4.2.
300
+
** Renaming an ApplicationSet or GitSource removes all application's resources and then adds them again.
299
301
* Unable to delete clusters in the Codefresh UI.
300
302
* Codefresh UI unresponsive when clicking Warnings/Errors button in the**GitOps Apps** dashboard.
301
303
*`Failed to create binary image error` from Image reporter for images exceeding 2GB.
@@ -542,7 +544,7 @@ Starting with this version, Helm becomes the default installation method for the
542
544
543
545
The new Helm installation for the Runner is described in [Chart Configuration](https://artifacthub.io/packages/helm/codefresh-runner/cf-runtime#chart-configuration){:target="\_blank"} on ArtifactHub.
544
546
545
-
Refer also to [Codefresh Runner installation]({{site.baseurl}}/docs/installation/codefresh-runner/) in the documentation.
547
+
Refer also to [Codefresh Runner installation]({{site.baseurl}}/docs/installation/runner/install-codefresh-runner/) in the documentation.