Skip to content

Commit 11ec212

Browse files
committed
feat: support release rollback
1 parent d3115e3 commit 11ec212

31 files changed

+2226
-1558
lines changed

pkg/apis/api.kusion.io/v1/types.go

+3
Original file line numberDiff line numberDiff line change
@@ -741,6 +741,9 @@ const (
741741
// ReleasePhaseApplying indicates the stage of applying.
742742
ReleasePhaseApplying ReleasePhase = "applying"
743743

744+
// ReleasePhaseRollbacking indicates the stage of rollbacking.
745+
ReleasePhaseRollbacking ReleasePhase = "rollbacking"
746+
744747
// ReleasePhaseDestroying indicates the stage of destroying.
745748
ReleasePhaseDestroying ReleasePhase = "destroying"
746749

0 commit comments

Comments
 (0)