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
+11-2Lines changed: 11 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -11,8 +11,17 @@ 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.
14
+
####Install/upgrade to v2.3
15
+
Welcome to our newest on-premises release!
16
+
17
+
**Installing v2.3**
18
+
For detailed instructions on installing v2.3, visit[ArtifactHub](https://artifacthub.io/packages/helm/codefresh-onprem/codefresh){:target="\_blank"}.
19
+
20
+
**Upgrading to v2.3**
21
+
In this release, we changed the default registry for Codefresh_private_ images from Google Container Registry (GCR)`gcr.io` to Google Artifact Registry (GAR)`us-docker.pkg.dev`.
22
+
If you are upgrading to v2.3, you will need to update`.Values.imageCredentials.registry` to`us-docker.pkg.dev`.
23
+
24
+
For details, see[Upgrade to 2.3.0 in ArtifactHub](https://artifacthub.io/packages/helm/codefresh-onprem/codefresh#to-2-3-0){:target="\_blank"}.
16
25
17
26
####Pipelines: New`strict_fail_fast` to control pipelines
18
27
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`.