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

Commitb47d0a2

Browse files
committed
Create June release notes for SaaS
Added post for June release notes content
1 parent1c7e12f commitb47d0a2

File tree

2 files changed

+127
-1
lines changed

2 files changed

+127
-1
lines changed

‎_docs/whats-new/on-prem-release-notes.md‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ We are always adding more options, so stay tuned for announcements.
7171
####Pipelines Dashboard
7272
This release introduces the much-awaited Pipelines Dashboard! The dashboard, dedicated to pipelines and pipeline metrics, is a new experience of pipeline visibility and monitoring.
7373
Clicking Home Dashboard located at the top of the sidebar displays the Pipelines Dashboard.
74-
If you're currently using both GitOps and Pipelines, the Pipelines Dashboard is displayed afterthe GitOps and Argo Workflow dashboards..
74+
If you're currently using both GitOps and Pipelines, the Pipelines Dashboard is displayedbelowthe GitOps and Argo Workflow dashboards.
7575

7676
Use the Pipelines dashboard to:
7777
* Identify pipelines with low performance, both in terms of number of executions and execution duration
Lines changed: 126 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,126 @@
1+
---
2+
title:"Release Notes: June 2023"
3+
description:"Release Notes for Codefresh Pipelines and GitOps"
4+
---
5+
6+
##Features & enhancements
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](#pipelines-dashboard) later in this article.
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+
20+
###Global Search & Navigation
21+
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.
22+
23+
**Search & find**
24+
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.
25+
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.
27+
28+
**Switch accounts**
29+
Global Search & Navigation allows you to switch accounts without needing to navigate to your avatar drop-down menu in the toolbar. Simply search for the account, select the Switch Account action, and then choose the account you wish to switch to.
30+
31+
**Keyboard shortcuts**
32+
We have keyboard shortcuts to bring up Global Search & Navigation, and get to the entities you need in Projects, Pipelines, and Builds even quicker.
33+
34+
35+
For details, see[Global Search & Navigation]({{site.baseurl}}/docs/getting-started/command-bar/).
36+
37+
38+
###Gerrit as Git provider for Pipelines and GitOps
39+
We are excited to announce the integration of Gerrit, the popular open-source web-based code review tool for Git repositories, with Codefresh. This integration brings powerful code review capabilities, access controls, and automation to both Codefresh pipelines and Codefresh GitOps.
40+
41+
**Gerrit and Codefresh Pipelines**
42+
By integrating Gerrit as a Git provider for Codefresh Pipelines, you can leverage its capabilities to trigger builds and tests automatically whenever a new change is pushed to Git repositories hosted in Gerrit. This integration allows you to closely monitor the status of builds and tests within the Gerrit environment itself, providing you with a comprehensive view of your development process.
43+
With Codefresh’s`CF_PULL_REQUEST` group of environment variables, you can achieve similar functionality to Gerrit’s`Changes` directly within Codefresh.
44+
45+
For details, see[Pipeline integrations - Git providers]({{site.baseurl}}/docs/integrations/git-providers/#gerrit).
46+
47+
**Gerrit and Codefresh GitOps**
48+
By configuring Gerrit as the primary Git provider for your Hosted GitOps Runtime, you can integrate Gerrit information into your third-party CI tools or platforms for image enrichment and reporting in Codefresh.
49+
50+
For details, see[GitOps Gerrit Git provider integration]({{site.baseurl}}/docs/gitops-integrations/gerrit-integration/).
51+
52+
53+
###Pipelines Dashboard
54+
This release introduces the much-awaited Pipelines Dashboard! The dashboard, dedicated to Codefresh pipelines and pipeline metrics, is a new experience of pipeline visibility and monitoring.
55+
Clicking Home Dashboard located at the top of the sidebar displays the Pipelines Dashboard.
56+
If you're currently using both GitOps and Pipelines, the Pipelines Dashboard is displayed below the GitOps and Argo Workflow dashboards.
57+
58+
Use the Pipelines dashboard to:
59+
* Identify pipelines with low performance, both in terms of number of executions and execution duration
60+
* Review the performance of a specific pipeline or project
61+
* Compare KPIs to previous time periods to track progress
62+
* Ensure you are meeting your SLA with your customers*
63+
64+
For details, see[Pipelines Dashboard]({{site.baseurl}}/docs/dashboards/home-dashboard/#pipelines-dashboard) in the Home Dashboard.
65+
66+
###Pipelines: New icons for pipeline build statuses
67+
We are excited to announce that we have new status icons for pipeline builds. With distinct icons for each status, you can now easily differentiate between builds, bringing clarity and saving time. Previously, both terminated and failed builds had the same icon for example, causing confusion.
68+
69+
Here are the icons and the build statuses they represent:
70+
***Running**: {::nomarkdown}<imgsrc="../../../images/icons/pipeline-build-running.png"display=inline-block/> {:/}
71+
***Completed**: {::nomarkdown}<imgsrc="../../../images/icons/pipeline-build-successful.png"display=inline-block/> {:/}
72+
***Delayed**: {::nomarkdown}<imgsrc="../../../images/icons/pipeline-build-delayed.png"display=inline-block/> {:/}
73+
***Pending approval**: {::nomarkdown}<imgsrc="../../../images/icons/pipeline-build-pending-approval.png"display=inline-block/> {:/}
74+
***Denied approval**: {::nomarkdown}<imgsrc="../../../images/icons/pipeline-build-denied.png"display=inline-block/> {:/}
75+
***Terminating**: {::nomarkdown}<imgsrc="../../../images/icons/pipeline-build-terminating.png"display=inline-block/> {:/}
76+
***Terminated**: {::nomarkdown}<imgsrc="../../../images/icons/pipeline-build-terminated.png"display=inline-block/> {:/}
77+
***Failed**: {::nomarkdown}<imgsrc="../../../images/icons/pipeline-build-failed-error.png"display=inline-block/> {:/}
78+
79+
For details, see[Viewing status for pipeline builds]({{site.baseurl}}/docs/pipelines/monitoring-pipelines/#viewing-status-for-pipeline-builds).
80+
81+
###GitOps: Helm-based Hybrid & On-premises Runtimes
82+
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.
83+
84+
85+
* CLI deprecation for Hybrid GitOps
86+
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.
87+
For details, see[Hybrid GitOps Runtime installation]({{site.baseurl}}/docs/installation/gitops/hybrid-gitops-helm-installation/).
88+
89+
* On-Premises version of Codefresh GitOps Runtime
90+
We are also excited to introduce an on-premises version of the GitOps Runtime, allowing you to deploy and manage your Codefresh infrastructure within your private network.
91+
The on-premises version gives you greater control over your environment, ensuring data security and compliance while leveraging the powerful features and integrations of Codefresh GitOps and Argo CD.
92+
For details, see[On-premises GitOps Runtime installation]({{site.baseurl}}/docs/installation/gitops/on-prem-gitops-runtime-install/).
93+
94+
95+
96+
##Bug fixes
97+
**General**
98+
On-premises ony Codefresh Runner installation fails with Component existed with status code 1 error. (Mikhail)
99+
Unable to add users to Codefresh via team sync for Okta.
100+
101+
102+
**Pipelines**
103+
* 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`.
104+
* 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).
105+
* ??Security vulnerability with private key of Codefresh GitHub App.
106+
* Pipeline builds terminate with error message:`Pipeline could be executed because retry attempts limit has been exceeded...`. (Soifer)
107+
* Discrepancy in builds returned when running`GET {{baseUrl/workflow?pipeline=[pipeline-id]}}`query and applying same filter in Codefresh UI . (Olek)
108+
* Shallow clone for a specific branch with`depth` argument results in error:`pathspec 'test' did not match any file(s) known to git`. (Eti)
109+
* Composition stops randomly with error:`Could not get status for container <container-name>`.
110+
* Cross-account ECR pull in`freestyle` step fails with`(HTTP code 500) server error...`. (Maizel)
111+
* 404 errors on clicking documentation links in Build > Triggers.
112+
* In the Builds page, Output tab for a step displays`loading` instead of the step logs. (Sasha)
113+
* Creating a Git trigger for a repo name containing spaces fails with error:`Failed to create trigger...fails to match the required pattern...`.
114+
* Unable to set`requiredAvailableStorage` programmatically for Hybrid Pipeline Runtimes. (Yoni Koren)
115+
116+
117+
**GitOps**
118+
* Failure to clone large repo.
119+
* Health status for Hosted GitOps Runtime is DEGRADED, while applications for the same Runtime are Healthy.
120+
* (On premises) Rollouts Reporter for managed cluster uses SaaS instead of on-premises URL.
121+
* Inconsistent status for same application in the Home > GitOps Dashboard and in the GitOps Apps dashboard. (Olek)
122+
* Images not displayed in Images dashboard for GitLab Git provider (Denis)
123+
124+
125+
126+

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp