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: _docs/whats-new/gitops-whats-new.md
+152Lines changed: 152 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,6 +7,158 @@ toc: true
7
7
8
8
Built on Argo, the world’s most popular and fastest-growing open source software delivery, Codefresh unlocks the full enterprise potential of Argo Workflows, Argo CD, Argo Events, and Argo Rollouts, providing a control-plane for managing them at scale.
9
9
10
+
##January 2023
11
+
12
+
###Features & enhancements
13
+
14
+
<br />
15
+
16
+
####SSH for runtimes
17
+
We added the option to configure SSH for runtime accounts, in addition to the default HTTPS. You need the SSH private key for your Git provider, and add it to your Git credentials for the runtime in Codefresh. Switch to the List view, and select**Update Git Runtime Credentials**.
Adding SSH to runtime accounts allows you to also use SSH to connect to Git repositories when creating or editing application definitions.
31
+
32
+
For details, see[Configure SSH for runtimes]({{site.baseurl}}/docs/installation/gitops/monitor-manage-runtimes/#configure-ssh-for-runtimes).
33
+
34
+
####Artifact visualization in Argo Workflows
35
+
36
+
Argo Workflows v3.4 introduced artifact visualization in the Argo UI. You can now visualize workflow artifacts in Codefresh through the Artifacts tab in Workflows. You can also download it if you need to.
Manually rollback a completed rollout to a previous revision when and if needed. If after a successful analysis run and rollout, your application is not functioning as it should,
51
+
you can rollback to a prior revision from the Rollout's revision history (path[`spec.revisionHistoryLimit`](https://argoproj.github.io/argo-rollouts/features/specification/#rollout-specification){:target="\_blank"}). Manual rollback changes the live state of the rollout resource to the state in the previous commit that you select.
52
+
53
+
The rollback is implemented from the Timeline tab by clicking first the rollout name, selecting the revision to rollback to, and finally clicking the**Rollback to** button in the Rollout Player.
***Single filter for_Unhealthy_ applications in Applications dashboard**
94
+
The Health status filter in the Applications dashboard includes an option to filter by all statuses that are not Healthy, at the same time. Instead of having to filter by each status individually, select**Select all Unhealthy statuses** to filter by Degraded, Missing, Progressing, Suspended, Terminated and Unknown statuses.
alt="Applications dashboard: Unhealthy status filter"
102
+
caption="Applications dashboard: Unhealthy status filter"
103
+
max-width="60%"
104
+
%}
105
+
106
+
***SSH URLs for applications**
107
+
When you create or edit an application, if your runtime has been configured with SSH, you can also define the app's URL as SSH.
108
+
Select the SSH tab and the URL, and let Codefresh auto-complete the URL definition in the format required for SSH.
109
+
110
+
111
+
112
+
113
+
***Filter app resources through Resource Inventory**
114
+
From this release, all resource types in the Resource Inventory (bottom-left in the Current State > Tree view) are work as filters. Previously, you could filter only by the Out-of-sync resource type.
alt="Current State > Tree View: Filter by resource type"
122
+
caption="Current State > Tree View: Filter by resource type"
123
+
max-width="60%"
124
+
%}
125
+
126
+
127
+
####Argo Project enhancements
128
+
129
+
***New Workflow Templates in Codefresh Hub for Argo**
130
+
We are always working on ways to make your work easier. And in this release, we added several Workflow templates that focus on workflow commands to Codefresh Hub for Argo. Check out the[Terminate, Stop, Suspend, and Resume templates](https://codefresh.io/argohub/workflow-template/argo-workflows){:target="\_blank"}.
alt="New Workflow Templates in Codefresh Hub for Argo"
138
+
caption="New Workflow Templates in Codefresh Hub for Argo"
139
+
max-width="60%"
140
+
%}
141
+
***Argo CD upgrade**
142
+
We have upgraded Argo CD version to 2.5. Read more on what this version includes in the[official documentation](https://argo-cd.readthedocs.io/en/stable/operator-manual/upgrading/2.4-2.5/){:target="\_blank"}.
143
+
144
+
***Argo Rollouts upgrade**
145
+
We have upgraded our Argo Rollouts version to 1.4rc-1. Read more this version of Argo Rollouts in their[official blog](https://blog.argoproj.io/argo-rollouts-1-4-release-8275a0d364be){:target="\_blank"}.
146
+
147
+
148
+
###Bug fixes
149
+
150
+
**Runtimes**
151
+
* Hybrid runtime installation fails when Git repo definition includes subdirectory.
152
+
* Unable to add GKE Autopilot Cluster to Hosted runtime.
153
+
* Argo-hub pipeline does not work with PR from forked repo.
154
+
* Runtime fails to install after autopilot-bootstrap with a non-default branch.
155
+
156
+
**Workflows and applications**
157
+
* Workflow state not updated on clicking Retry.
158
+
*`jsonBody` displayed as an unknown field in AnalysisTemplate.