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

Commit

Permalink
add k8s v1.8.12 support (#2803)
Browse files Browse the repository at this point in the history
  • Loading branch information
jackfrancis committed May 2, 2018
1 parent 232907b commit f75f600
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 @@ -37,6 +37,7 @@ var AllKubernetesSupportedVersions = map[string]bool{
"1.8.9": true,
"1.8.10": true,
"1.8.11": true,
"1.8.12": true,
"1.9.0": true,
"1.9.1": true,
"1.9.2": true,
Expand Down

0 comments on commit f75f600

Please sign in to comment.