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

Commit

Permalink
add support for Kubernetes 1.9.10 (#3607)
Browse files Browse the repository at this point in the history
  • Loading branch information
mboersma authored and jackfrancis committed Aug 3, 2018
1 parent c249ab2 commit 293adfd
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 @@ -52,6 +52,7 @@ var AllKubernetesSupportedVersions = map[string]bool{
"1.9.7": true,
"1.9.8": true,
"1.9.9": true,
"1.9.10": true,
"1.10.0-beta.2": true,
"1.10.0-beta.4": true,
"1.10.0-rc.1": true,
Expand Down

0 comments on commit 293adfd

Please sign in to comment.