Release Notes: June 2023
Release Notes for Codefresh Pipelines and GitOps
Features & enhancements
Global Search & Navigation
Boost your Codefresh experience with our latest feature, Global Search & Navigation! Be it navigation, actions such as switching accounts, or finding entities such as projects or pipelines, Global Search & Navigation lets you get to what and where you need without extra clicks.
Search & find
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.
We’ll be adding applications to our entity list, so stay tuned for the announcement.
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.
Switch accounts
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.
Keyboard shortcuts
We have also added keyboard shortcuts to save time and get things done even faster. You can quickly bring up Global Search & Navigation, and get to the entities you need in Projects and Pipelines.
For details, see Global Search & Navigation.
Gerrit as Git provider for Pipelines and GitOps
We are excited to announce the integration of Gerrit, the open-source web-based code review tool for Git repositories, with Codefresh.
Gerrit and Codefresh Pipelines
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. The 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.
With Codefresh’s CF_PULL_REQUEST
group of environment variables, you can achieve similar functionality to Gerrit’s Changes
directly within Codefresh.
For details, see Pipeline integrations - Git providers.
Gerrit and Codefresh GitOps
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.
If you are interested in using Gerrit for Hybrid GitOps Runtimes, please contact us.
For details, see GitOps Gerrit Git provider integration.
Pipelines: Pipeline Dashboard enhancements
Review the latest enhancements in the Pipelines Dashboard.
Filter by favorite pipelines
The Pipelines Dashboard now has a Favorites filter. If you starred any projects or pipelines as favorites, you can easily view your favorite pipelines, both by projects or individual pipelines.
Recent update indication
The Last Update timestamp on the top right of the Pipelines Dashboard, refreshes automatically to show you the exact time the data was retrieved.
Full path display for pipelines in filter
Previously, in the Pipelines filter, it was challenging to identify the correct pipeline, when multiple pipelines shared the same name across different projects. Now, when you mouse over a pipeline name in the list, the tooltip displays the full path, including the name of the project to which the pipeline belongs, followed by the name of the pipeline.
For details, see Pipelines Dashboard.
Pipelines: New icons for pipeline build statuses
Pipeline builds have new status icons. With distinct icons for each status, you can easily differentiate between builds, bringing clarity and saving time. Previously, both terminated and failed builds had the same icon for example, causing confusion.
Here are the icons and the build statuses they represent:
- Running:
- Completed:
- Delayed:
- Pending approval:
- Denied approval:
- Terminating:
- Terminated:
- Failed:
For details, see Viewing status for pipeline builds.
GitOps: Helm-based Hybrid Runtimes
As part of our ongoing commitment to improving efficiency and simplifying installations, we have transitioned from the previous CLI-based installation method to native Kubernetes installation using Helm charts. This change simplifies the installation process and aligns with industry-standard practices for Kubernetes deployments.
Helm installation for Hybrid GitOps
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.
For details, see Hybrid GitOps Runtime installation.
Bug fixes
General
- Unable to add users to Codefresh via team sync for Okta.
Pipelines
- Pipeline builds terminate with error message:
Pipeline could not be executed because retry attempts limit has been exceeded...
. - Discrepancy in list of builds returned when running
GET {{baseUrl/workflow?pipeline=[pipeline-id]}}
query. - Shallow clone for a specific revision with
depth
argument results in error:pathspec 'test' did not match any file(s) known to git
. - Composition stops randomly with error:
Could not get status for container <container-name>
. - Cross-account ECR pull in
freestyle
step fails with(HTTP code 500) server error...
. - In the Builds page, steps are grayed out, and the Output tab for a step displays
loading
instead of the step logs. - Creating a Git trigger for a repo name containing spaces fails with error:
Failed to create trigger...fails to match the required pattern...
. - Unable to set
requiredAvailableStorage
programmatically for Hybrid Pipeline Runtimes. - 404 errors on clicking documentation links in Build > Triggers.
GitOps
- Unable to delete Argo CD application from Git Source.
- Same application shows different statuses in the Home > GitOps Dashboard and in the GitOps Apps dashboard.
- Images not displayed in Images dashboard for GitLab Git provider
- (On premises) Rollouts Reporter for managed cluster uses SaaS instead of on-premises URL.