Skip to content

Commit c9620ee

Browse files
bump kubevirt to tag v1.3.1-v12n.9
Signed-off-by: Yaroslav Borbat <[email protected]>
1 parent 638d175 commit c9620ee

File tree

2 files changed

+3
-2
lines changed
  • build/components
  • images/virtualization-artifact/pkg/controller/vmop/internal/service

2 files changed

+3
-2
lines changed

build/components/versions.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ firmware:
33
libvirt: 10.9.0
44
edk2: stable202411
55
core:
6-
3p-kubevirt: v1.3.1-v12n.8
6+
3p-kubevirt: v1.3.1-v12n.9
77
3p-containerized-data-importer: v1.60.3-v12n.7
88
distribution: 2.8.3
99
package:

images/virtualization-artifact/pkg/controller/vmop/internal/service/stop.go

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,8 @@ func (o StopOperation) IsApplicableForVMPhase(phase virtv2.MachinePhase) bool {
5656
return phase == virtv2.MachineRunning ||
5757
phase == virtv2.MachineDegraded ||
5858
phase == virtv2.MachineStarting ||
59-
phase == virtv2.MachinePause
59+
phase == virtv2.MachinePause ||
60+
phase == virtv2.MachinePending
6061
}
6162

6263
func (o StopOperation) IsApplicableForRunPolicy(runPolicy virtv2.RunPolicy) bool {

0 commit comments

Comments
 (0)