Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit583d518

Browse files
committed
Update 2023-06-30-june-release-notes.md
Removed New experience blurb and placeholder for App groups
1 parent5b6dbd4 commit583d518

File tree

1 file changed

+12
-25
lines changed

1 file changed

+12
-25
lines changed

‎_posts/2023-06-30-june-release-notes.md‎

Lines changed: 12 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -5,17 +5,6 @@ description: "Release Notes for Codefresh Pipelines and GitOps"
55

66
##Features & enhancements
77

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/).
198

209
###Global Search & Navigation
2110
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%"
3120
%}
3221

3322
**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
3525

3626
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.
3727

@@ -78,9 +68,7 @@ For details, see [Viewing status for pipeline builds]({{site.baseurl}}/docs/pipe
7868
###GitOps: Helm-based Hybrid & On-premises Runtimes
7969
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.
8070

81-
82-
83-
* CLI deprecation for Hybrid GitOps
71+
* Helm installation for Hybrid GitOps
8472
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.
8573
For details, see[Hybrid GitOps Runtime installation]({{site.baseurl}}/docs/installation/gitops/hybrid-gitops-helm-installation/).
8674

@@ -90,33 +78,32 @@ As part of our ongoing commitment to improving efficiency and simplifying instal
9078
For details, see[On-premises GitOps Runtime installation]({{site.baseurl}}/docs/installation/gitops/on-prem-gitops-runtime-install/).
9179

9280

93-
9481
##Bug fixes
9582
**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.
9885

9986

10087
**Pipelines**
10188
* 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`.
10289
* 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).
10390
* ??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...`.
10592
* 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`.
10794
* Composition stops randomly with error:`Could not get status for container <container-name>`.
108-
* Cross-account ECR pull in`freestyle` step fails with`(HTTP code 500) server error...`.(Maizel)
95+
* Cross-account ECR pull in`freestyle` step fails with`(HTTP code 500) server error...`.
10996
* 404 errors on clicking documentation links in Build > Triggers.
110-
* In the Builds page, Output tab for a step displays`loading` instead of the step logs. (Sasha)
97+
* In the Builds page, Output tab for a step displays`loading` instead of the step logs.
11198
* Creating a Git trigger for a repo name containing spaces fails with error:`Failed to create trigger...fails to match the required pattern...`.
112-
* Unable to set`requiredAvailableStorage` programmatically for Hybrid Pipeline Runtimes.(Yoni Koren)
99+
* Unable to set`requiredAvailableStorage` programmatically for Hybrid Pipeline Runtimes.
113100

114101

115102
**GitOps**
116103
* Failure to clone large repo.
117-
* Health status for Hosted GitOps Runtime is DEGRADED, while applications for the same Runtime are Healthy.
104+
*???Health status for Hosted GitOps Runtime is DEGRADED, while applications for the same Runtime are Healthy.
118105
* (On premises) Rollouts Reporter for managed cluster uses SaaS instead of on-premises URL.
119-
*Inconsistent status for same application in the Home > GitOps Dashboard and in the GitOps Apps dashboard.
106+
*Different statuses for same application in the**Home > GitOps Dashboard** and in the**GitOps Apps** dashboard.
120107
* Images not displayed in Images dashboard for GitLab Git provider (Denis)
121108

122109

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp