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

Commit 293adfd

Browse files
mboersmajackfrancis
authored andcommitted
add support for Kubernetes 1.9.10 (#3607)
1 parent c249ab2 commit 293adfd

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
@@ -52,6 +52,7 @@ var AllKubernetesSupportedVersions = map[string]bool{
5252
"1.9.7": true,
5353
"1.9.8": true,
5454
"1.9.9": true,
55+
"1.9.10": true,
5556
"1.10.0-beta.2": true,
5657
"1.10.0-beta.4": true,
5758
"1.10.0-rc.1": true,

0 commit comments

Comments
 (0)