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
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.Learn more about bidirectional Unicode characters
description: "Release Notes for Codefresh Pipelines and GitOps"
---
## Features & enhancements
### Pipelines: RBAC for Pipeline Runtimes
We have further strengthened security for pipelines with RBAC permissions for Pipeline Runtimes.
RBAC for Pipeline Runtimes enhances the permissions system with granular access control not just for Pipeline Runtimes, but also for runtime environments and resources within pipelines.
### General: Personalized menus
We have introduced a powerful feature that gives admins even more control over the Codefresh platform: customizable menus!
Take control of your account's menu items and personalize the interface to create a more user-friendly and productive environment.
Simplify navigation by hiding unnecessary menu items and decluttering the sidebar, ensuring that users can quickly the pages they need.
##### Key benefits
* Granular control over runtimes
Precisely manage access to runtime environments. For example, restrict access to production environments to safeguard production resources, or grant exclusive access to high-performance runtime environments for high-priority projects, ensuring they have the necessary resources.
* Optimized resource management for runtimes
Optimize performance without admin intervention by allowing teams to adjust CPU and memory settings for pipeline builds.
* Optimized cloud builds
Optimize performance for cloud builds by enabling teams to set cloud builds and select the appropriate resource sizes for the build.
##### How does it work?
Similar to other entities, you implement RBAC for Pipeline Runtimes, runtime builds, and resources, through tags and rules. After adding tags to Pipeline Runtimes, you can define rules for the Pipeline Runtimes, and for runtime environments and resources within pipelines.
We've added a new page to Settings entitled **Modules**. Admins can decide exactly which menu items are displayed in the sidebar for all users in the account.
alt="Rules for runtime environments and resources in pipelines"
caption="Rules for runtime environments and resources in pipelines"
max-width="60%"
%}
Using the toggle method, you can easily customize what's visible: switch to ON to display an item and OFF to hide it.
For details, see [Assign tags to Pipeline Runtimes]({{site.baseurl}}/docs/administration/account-user-management/access-control/#assign-tags-to-pipeline-runtimes) and [Creating rules for Pipeline Runtimes and runtime environments]({{site.baseurl}}/docs/administration/account-user-management/access-control/#creating-rules-for-pipeline-runtimes-and-runtime-environments).
The Open Source ArgoCD project published a high-severity security vulnerability. We recommend upgrading your GitOps Runtime to version 0.9.0, which includes a fix for this issue, along with other small fixes and features.
For even more precise control, you can toggle individual pages on or off.
This CVE affects webhook processing and is relevant only to customers who have configured webhooks.
alt="Example of customized sidebar with pipeline menu items"
caption="Example of customized sidebar with pipeline menu items"
max-width="80%"
%}
To upgrade tothelatest release, follow theon-screen instructions to run `helm upgrade`.
Admins can always view all hidden items inthesidebar by toggling the**Show in sidebar option...** to ON.
Start streamlining your team's experience today!
### GitOps: External links for Kubernetes app & ingress resources (probably not in this release)
The Current State tab in our GitOps Apps dashboard is the central location to view and manage all the resources in your applications. We are always looking to enhance productivity and here's the
newest functionality: external Links for application and ingress resources!
##### External links to app resources
External links are user-defined URLs in Argo CD that can point to any external resource such as monitoring pages or documentation. These links, added through annotations in resources, are automatically rendered in Codefresh.
Now you can add external links to your resources in _directly in Codefresh_. Once added, a clickable link icon is displayed next to the resource in the Tree view for easy and smooth navigation.
alt="External link for resource in Current State Tree view"
caption="External link for resource in Current State Tree view"
max-width="60%"
%}
##### External links for ingress resources
We also support automatic links for ingress resources! Access links to ingress resources are also automatically generated and rendered in the Current State's Tree view for visibility and easier management.
### General: Brand-new search mechanism and experience
We’re excited to introduce the revamped search mechanism for our doc site!
**Context-aware**
Wherever you are in Codefresh and open search from the toolbar, either from Global Search & Navigation by typing `help` or by clicking the Help icon,
you’ll get a curated list of articles that are context-sensitive to your location in the UI to kick-start your search.
**AI for percise answers**
For even more relevant results, we have also integrated AI with the free-text search. Ask questions and receive precise answers to find exactly what you need.
Additionally, for an enriched information experience, check out our collection of blog posts from our experts.
### GitOps: Application menu enhancements in Environments & Products
We’ve restructured and redesigned the context menu for applications in the Environments and Products dashboards for streamlined navigation and quicker access to the information you need!
Here are more reasons to try the new search:
* **Preview**
Check out search results and preview articles before diving in. Just click an article in the list to display it in the Preview panel.
* **View Article**
Click View Article on the toolbar of the Preview panel to go straight to the article on the doc site.
* **Share Links**
Share useful articles easily with the deep link option, also on the Preview toolbar.
* **Additional Resources**
Access handy pages, including our collection of blogs, quickly with permalinks at the bottom of the search results.
A new menu groups handy links for direct access to useful application info.
* **Quick View**
Now conveniently available in the Application Info menu.
* **Go to application**
This new option takes you straight to the Current State tab in the GitOps Apps dashboard for the application.
* **Timeline**
Directly opens the deployment history for the application for easy access. No need to click the application name.
* **Diff View**
Enabled when an app is out-of-sync, providing direct access to our visual Diff View editor to identify discrepancies between desired and live states.
Try our new search and don’t forget to send us your feedback!
Other actions remain unchanged.
### Pipelines: Dedicated environment variables for pull request titles
For details, see [Working with applications in Environments]({{site.baseurl}}/docs/dashboards/gitops-environments/#working-with-applications-in-environments) and [Working with applications in Products]({{site.baseurl}}/docs/dashboards/gitops-products/#working-with-applications-in-products).
We’ve made a change to how pull request titles are handled by environment variables in pipelines.
The environment variables {% raw %}`${{CF_COMMIT_MESSAGE}}`{% endraw %} and {% raw %}`${{CF_COMMIT_MESSAGE_ESCAPED}}`{% endraw %} now return the commit message instead of the pull request title.
To get the pull request title, use the new environment variables:
* {% raw %}`${{CF_PULL_REQUEST_TITLE}}`{% endraw %}
* {% raw %}`${{CF_PULL_REQUEST_TITLE_ESCAPED}}`{% endraw %}
To use the new variables for pull request titles, update your pipelines accordingly. As they are already supported by the system, you can begin using them immediately.
For details, see [System variables]({{site.baseurl}}/docs/pipelines/variables/#system-variables).
### Docs: Brand-new search mechanism and experience (probably not in this release)
We’re excited to introduce the revamped search mechanism for our doc site!
Wherever you are in Codefresh, open search from the toolbar, either from Global Search & Navigation by typing help or by clicking the Help icon.
You’ll get a curated list of articles that are context-sensitive to your locationin the UI to kick-startyoursearch.
### GitOps: External links for Kubernetes app & ingress resources
The Current State tab in our GitOps Apps dashboard is the central locationto view and manage all the resources inyourapplications. We are always looking to enhance productivity, and here are the newest features we support: external Links for application and ingress resources!
To provide even more relevant results, we have also integrated AI with the free-text search.
Additionally, we have integrated our collection of blog posts from our experts for an enriched information experience.
##### External links to app resources
External links are user-defined URLs for Kubernetes resources in Argo CD that can point to any external resource such as monitoring pages or documentation. These links, added through annotations in resources, are also rendered in Codefresh, for smooth and easy navigation.
A Kubernetes resource with external links shows a clickable link icon below the resource's context menu, from which you can navigate to the next to the resource in the Tree view for easy and smooth navigation.
alt="External link for resource in Current State Tree view"
caption="External link for resource in Current State Tree view"
max-width="60%"
%}
Here are more reasons to try the new search:
* **Preview**
Check out search results and preview articles before diving in. Just click an article in the list to display it in the Preview panel.
* **View Article**
Click View Article on the toolbar of the Preview panel to go straight to the article on the doc site.
* **Share Links**
Share useful articles easily with the deep link option, also on the Preview toolbar.
* **Additional Resources**
Access handy pages, including our collection of blogs, quickly with permalinks at the bottom of the search results.
##### External links for ingress resources
We also support automatic links for ingress resources! Access links to ingress resources are also automatically generated and rendered in the Current State's Tree view for visibility and easier management.
alt="Ingress resource linksinCurrent State Tree view"
caption="Ingress resource linksinCurrent State Tree view"
max-width="60%"
%}
Try our new search and don’t forget to send us your feedback!
For details, see [Access external links]({{site.baseurl}}/docs/deployments/gitops/applications-dashboard/#access-external-links).
### Usability enhancements
#### General: Seamless redirection for shared links
We implemented a small but significant improvement to your Codefresh experience.
Now, when you try to access a shared link while not logged into the platform, you will be automatically redirected to the URL you entered after logging in, instead of being taken to the default Home dashboard view.
#### Pipelines: Project name in breadcrumbs in Builds page
In the Builds page, on selecting a build, the breadcrumbs path displays also the project name.
caption="Builds page: Project name in breadcrumbs"
max-width="60%"
%}
Expand All
@@ -189,19 +165,18 @@ In the Builds page, on selecting a build, the breadcrumbs path displays also the
## Bug fixes
##### General
* Download Audit downloads empty CSV file.
##### General
* Invite text in Welcome screen displays `undefined` instead of the organization name.
##### Pipelines
* Builds with `codefresh-run` step fails with error `Failed to write template value file Arguments to filesystem`. (Noam 24734 )
builds fails - build runtime settings are not configured (Kim - 24191)
* `build` step does not work with cross-account ECR. (Kim - 19269)
* Expired certificates causes builds to remain in Pending status.
* Pipeline with two triggers starts two builds on commits to the same file/folder instead of one build.
* Pull request push commit trigger for Bitbucket server not supported.
* `build` step does not work with cross-account ECR.
##### GitOps
* Annotations added during a build run or via CLI not displayed in the Summary tab of the Images dashboard.
* Secrets store integration breaks after upgrading `dind` to version 26.1.4-1.28.7.
* Current Release not displayed for multi-sourced apps.
* Sync statuses for applications within ApplicationSets not correctly displayed in Codefresh UI.
* Unresponsive **Close** button in Rollout drawer.
<!--- * `fullnameOverride` when set in Argo CD Helm chart results in failure to reach service. (CR-cr-25000 Ilya)-->
* Audit log does not show changes made to GitOps permissions.
* Manual Rollout actions not available in audit log.
* GitOps permissions do not function correctly when attributes are applied.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.