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: _posts/2023-06-30-june-release-notes.md
+12-25Lines changed: 12 additions & 25 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,17 +5,6 @@ description: "Release Notes for Codefresh Pipelines and GitOps"
5
5
6
6
##Features & enhancements
7
7
8
-
###Codefresh New Experience
9
-
Unveiling the Codefresh New Experience, bringing you new navigation, features, and functionality, with seamless access to both Codefresh Pipelines and Codefresh GitOps.
10
-
As a Codefresh admin, you can enable the Codefresh New Experience for a specific account. You also have the flexibility to switch back to the previous version of Codefresh at any time.
11
-
12
-
Here are a few highlights:
13
-
* Pipelines Dashboard: Our Home dashboard includes a dedicated Pipelines Dashboard to easily monitor pipeline metrics and performance to gain insights and optimize pipeline definitions. Read[more]({{site.baseurl}}/docs/dashboards/home-dashboard/#pipelines-dashboard).
14
-
* Images Dashboard: We have redesigned the Images dashboard with a new layout, grouping images by repository.
15
-
* Global Search & Navigation: Quickly locate specific features or functionalities in Codefresh while staying where you are. Read[more](#global-search--navigation) below.
16
-
* Enhanced navigation: Navigation options are categorized by user options (accessed by clicking your Avatar in the toolbar), account-level administration and configuration, and features and functionality.
17
-
18
-
For details, see[The Codefresh New Experience]({{site.baseurl}}/docs/new-codefresh/enable-new-experience/).
19
8
20
9
###Global Search & Navigation
21
10
Boost your Codefresh experience with our latest feature, Global Search & Navigation! Be it navigation, actions such as switching accounts, or finding entities such as pipelines or builds, Global Search & Navigation lets you get to what and where you need without extra clicks.
@@ -31,7 +20,8 @@ max-width="60%"
31
20
%}
32
21
33
22
**Search & find**
34
-
With Global Search & Navigation, you can easily monitor and find resources in your projects, pipelines, and builds, with frequently used entities organized into categories for quick search. Easily find a specific project, pipeline, or build, or browse them all.
23
+
With Global Search & Navigation, you can easily monitor and find resources in your projects and pipelines, with frequently used entities organized into categories for quick search. Easily find a specific project, or pipeline, or browse them all.
24
+
Coming soon: we'll be adding applications to
35
25
36
26
In addition, Global Search & Navigation pulls up links to relevant information from our documentation that may be useful within your current context, making it even easier to find what you need.
37
27
@@ -78,9 +68,7 @@ For details, see [Viewing status for pipeline builds]({{site.baseurl}}/docs/pipe
As part of our ongoing commitment to improving efficiency and simplifying installations, we have transitioned from the previous Kustomize-based installation method to a native Kubernetes installation using Helm charts. This change simplifies the installation process and aligns with industry-standard practices for Kubernetes deployments.
80
70
81
-
82
-
83
-
* CLI deprecation for Hybrid GitOps
71
+
* Helm installation for Hybrid GitOps
84
72
Moving forward, we are deprecating the CLI-based installation method for Hybrid GitOps Runtimes. Helm provides better control and ensures compatibility, enabling you to seamlessly manage GitOps Runtimes deployments across various clusters.
85
73
For details, see[Hybrid GitOps Runtime installation]({{site.baseurl}}/docs/installation/gitops/hybrid-gitops-helm-installation/).
86
74
@@ -90,33 +78,32 @@ As part of our ongoing commitment to improving efficiency and simplifying instal
90
78
For details, see[On-premises GitOps Runtime installation]({{site.baseurl}}/docs/installation/gitops/on-prem-gitops-runtime-install/).
91
79
92
80
93
-
94
81
##Bug fixes
95
82
**General**
96
-
On-premises ony Codefresh Runner installation fails with Component existed with status code 1 error. (Mikhail)
97
-
Unable to add users to Codefresh via team sync for Okta.
83
+
*On-premises ony Codefresh Runner installation fails with Component existed with status code 1 error. (Mikhail)
84
+
*Unable to add users to Codefresh via team sync for Okta.
98
85
99
86
100
87
**Pipelines**
101
88
* Log in to Codefresh results in error:`Failed to authenticate the user. Please try again in a few minutes` OR`token is not valid because it was revoked`.
102
89
* Git operations in pipeline build fails on authentication leading to build failures (Pipeline build fails due to uilds Git operations in JSON web token decode failure results Git operations failure in builds).
103
90
* ??Security vulnerability with private key of Codefresh GitHub App.
104
-
* Pipeline builds terminate with error message:`Pipeline could be executed because retry attempts limit has been exceeded...`. (Soifer)
91
+
* Pipeline builds terminate with error message:`Pipeline couldnotbe executed because retry attempts limit has been exceeded...`.
105
92
* Discrepancy in list of builds returned when running`GET {{baseUrl/workflow?pipeline=[pipeline-id]}}` query.
106
-
* Shallow clone for a specificbranch with`depth` argument results in error:`pathspec 'test' did not match any file(s) known to git`. (Eti)
93
+
* Shallow clone for a specificrevision with`depth` argument results in error:`pathspec 'test' did not match any file(s) known to git`.
107
94
* Composition stops randomly with error:`Could not get status for container <container-name>`.