Skip to content
This repository was archived by the owner on Feb 8, 2021. It is now read-only.

Commit 75c4d80

Browse files
authored
Update hyper minimum version to v0.6.0
1 parent dc927d4 commit 75c4d80

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/kubelet/hyper/hyper.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ import (
5151
)
5252

5353
const (
54-
hyperMinimumVersion = "0.5.0"
54+
hyperMinimumVersion = "0.6.0"
5555

5656
typeHyper = "hyper"
5757
hyperContainerNamePrefix = "kube"

0 commit comments

Comments
 (0)