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

Commit

Permalink
add support for k8s v1.10.2 (#2794)
Browse files Browse the repository at this point in the history
  • Loading branch information
jackfrancis committed Apr 27, 2018
1 parent 76a2cd0 commit 232907b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pkg/api/common/versions.go
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@ var AllKubernetesSupportedVersions = map[string]bool{
"1.10.0-rc.1": true,
"1.10.0": true,
"1.10.1": true,
"1.10.2": true,
"1.11.0-alpha.1": true,
}

Expand Down

0 comments on commit 232907b

Please sign in to comment.