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

Commit17843a9

Browse files
committed
Add jan what's new
Added Jan 2023 what's new content and screenshots
1 parentcc7e394 commit17843a9

9 files changed

+152
-0
lines changed

‎_docs/whats-new/gitops-whats-new.md‎

Lines changed: 152 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,158 @@ toc: true
77

88
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.
99

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**.
18+
19+
20+
{% include
21+
image.html
22+
lightbox="true"
23+
file="/images/whats-new/rel-notes-jan23-configure-ssh-for-runtimes.png"
24+
url="/images/whats-new/rel-notes-jan23-configure-ssh-for-runtimes.png"
25+
alt="SSH for runtime"
26+
caption="SSH for runtime"
27+
max-width="50%"
28+
%}
29+
30+
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.
37+
38+
{% include
39+
image.html
40+
lightbox="true"
41+
file="/images/whats-new/rel-notes-jan23-workflow-artifact.png"
42+
url="/images/whats-new/rel-notes-jan23-workflow-artifact.png"
43+
alt="Artifact visualization for workflow"
44+
caption="Artifact visualization for workflow"
45+
max-width="60%"
46+
%}
47+
48+
####Manual rollback for rollouts
49+
50+
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.
54+
55+
56+
{% include
57+
image.html
58+
lightbox="true"
59+
file="/images/whats-new/rel-notes-jan23-rollout-rollback.png"
60+
url="/images/whats-new/rel-notes-jan23-rollout-rollback.png"
61+
alt="Completed Rollout in Timeline"
62+
caption="Completed Rollout in Timeline"
63+
max-width="60%"
64+
%}
65+
66+
Before you approve and commit the rollback, you can view the changes in each revision.
67+
68+
{% include
69+
image.html
70+
lightbox="true"
71+
file="/images/whats-new/rel-notes-jan23-rollout-rev-select.png"
72+
url="/images/whats-new/rel-notes-jan23-rollout-rev-select.png"
73+
alt="Select rollout revision for rollback"
74+
caption="Select rollout revision for rollback"
75+
max-width="60%"
76+
%}
77+
78+
####Application enhancements
79+
80+
***Indication for disabled auto-sync**
81+
Whenever auto-sync is disabled for an application, the application header displays an indication that auto-sync is off.
82+
83+
{% include
84+
image.html
85+
lightbox="true"
86+
file="/images/whats-new/rel-notes-jan23-auto-sync-on-off.png"
87+
url="/images/whats-new/rel-notes-jan23-auto-sync-on-off.png"
88+
alt="Auto-sync OFF in application header"
89+
caption="Auto-sync OFF in application header"
90+
max-width="60%"
91+
%}
92+
93+
***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.
95+
96+
{% include
97+
image.html
98+
lightbox="true"
99+
file="/images/whats-new/rel-notes-jan23-unhealthy-status-filter.png"
100+
url="/images/whats-new/rel-notes-jan23-unhealthy-status-filter.png"
101+
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.
115+
116+
{% include
117+
image.html
118+
lightbox="true"
119+
file="/images/whats-new/rel-notes-jan23-inventory-filter-type.png"
120+
url="/images/whats-new/rel-notes-jan23-inventory-filter-type.png"
121+
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"}.
131+
132+
{% include
133+
image.html
134+
lightbox="true"
135+
file="/images/whats-new/rel-notes-jan23-workflow-templates.png"
136+
url="/images/whats-new/rel-notes-jan23-workflow-templates.png"
137+
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.
159+
* Incorrect data in Home and DORA dashboards.
160+
* Cron event inconsistency.
161+
10162
##December 2022
11163

12164
###Features & enhancements
89.2 KB
Loading
177 KB
Loading
159 KB
Loading
135 KB
Loading
142 KB
Loading
77.7 KB
Loading
239 KB
Loading
170 KB
Loading

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp