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
* Add Jan 23 features
Update what's new with Jan 23 features
* Update what's new for Jan 2023
* Update whats-new.md
* Update whats-new.md
* Update whats-new.md
* Update whats-new.md
* Update whats-new.md
Copy file name to clipboardExpand all lines: _docs/whats-new/whats-new.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -50,12 +50,12 @@ Argo Workflows v3.4 introduced artifact visualization in the Argo UI. You can no
50
50
51
51
#### Manual rollback for rollouts
52
52
53
+
53
54
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,
54
55
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.
55
56
56
57
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.
57
58
58
-
59
59
{% include
60
60
image.html
61
61
lightbox="true"
@@ -157,7 +157,7 @@ Before you approve and commit the rollback, you can view the changes in each rev
157
157
* Runtime fails to install after autopilot-bootstrap with a non-default branch.
158
158
159
159
**Workflows and applications**
160
-
* Workflow state not updated on clicking Retry.[CR-16676]
160
+
* Workflow state not updated on clicking Retry.
161
161
*`jsonBody` displayed as an unknown field in AnalysisTemplate.
0 commit comments