Skip to content
This repository was archived by the owner on Jan 11, 2023. It is now read-only.

Commit 8516375

Browse files
committed
add support for 1.10.6 (#3559)
1 parent 6b406ba commit 8516375

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pkg/api/common/versions.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,7 @@ var AllKubernetesSupportedVersions = map[string]bool{
6161
"1.10.3": true,
6262
"1.10.4": true,
6363
"1.10.5": true,
64+
"1.10.6": true,
6465
"1.11.0-alpha.1": true,
6566
"1.11.0-alpha.2": true,
6667
"1.11.0-beta.1": true,

0 commit comments

Comments
 (0)