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/2024-01-28-jan-release-notes.md
+3-2Lines changed: 3 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,7 +6,8 @@ description: "Release Notes for Codefresh Pipelines and GitOps"
6
6
##Features & enhancements
7
7
8
8
###Pipelines: Empty variables
9
-
We are happy to announce a highly-requested feature: the ability to use_empty variables_ in Codefresh pipelines. Now, you can add variables without any values to any entity in Codefresh, whether it's a project, pipeline, or trigger. The enhancement unlocks a myriad of possibilities that were previously unavailable.
9
+
We are happy to announce a highly-requested feature: the ability to use_empty variables_ in Codefresh pipelines.
10
+
Now, you can add variables without any values to entities in Codefresh, whether it's a project, pipeline, or trigger. The enhancement unlocks a myriad of possibilities that were previously unavailable.
10
11
11
12
{% include
12
13
image.html
@@ -142,7 +143,7 @@ As a reminder, here's where you can find the **View logs** option:
142
143
For details, see[View/download logs for GitOps Runtime components]({{site.baseurl}}/docs/installation/gitops/monitor-manage-runtimes/#viewdownload-logs-for-runtime-components).
143
144
144
145
###GitOps: Argo Events upgrade
145
-
We've recently upgraded Argo Events to its latest version, v1.9.0, ensuring you can leverage all enhancements. For detailed information about the changes in this version, please refer to the[Argo documentation](https://github.com/argoproj/argo-events/releases).
146
+
We've recently upgraded Argo Events to its latest version, v1.9.0, ensuring you can leverage all enhancements. For detailed information about the changes in this version, please refer to the[Argo documentation](https://github.com/argoproj/argo-events/releases){:target="\_blank"}.
146
147
147
148
Please be aware that this upgrade may introduce a potential breaking change for existing event sources that have defined`githubBaseUrl` without defining`githubUploadURL` which is required. In such cases, event sources will fail to sync, and the Git Source application will return a`..githubUploadURL is required when githubBaseURL is set` error.