Skip to content

Commit ae7b377

Browse files
authored
Cf january release notes (#312)
* 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
1 parent 2b3b677 commit ae7b377

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

_docs/whats-new/whats-new.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,9 +49,12 @@ Argo Workflows v3.4 introduced artifact visualization in the Argo UI. You can no
4949
%}
5050

5151
#### Manual rollback for rollouts
52-
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, you can rollback to a prior revision from the Rollout's revision history.
5352

54-
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.
53+
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+
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+
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+
5558

5659
{% include
5760
image.html

0 commit comments

Comments
 (0)