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

Commit

Permalink
add k8s 1.8.14 (#3303)
Browse files Browse the repository at this point in the history
  • Loading branch information
Cecile Robert-Michon authored and jackfrancis committed Jun 19, 2018
1 parent 45b9fc3 commit 2212e09
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pkg/api/common/versions.go
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ var AllKubernetesSupportedVersions = map[string]bool{
"1.8.11": true,
"1.8.12": true,
"1.8.13": true,
"1.8.14": true,
"1.9.0": true,
"1.9.1": true,
"1.9.2": true,
Expand Down Expand Up @@ -215,6 +216,7 @@ func getAllKubernetesWindowsSupportedVersionsMap() map[string]bool {
"1.7.0",
"1.7.1",
"1.8.13",
"1.8.14",
"1.10.0-beta.2",
"1.10.0-beta.4",
"1.10.0-rc.1",
Expand Down

0 comments on commit 2212e09

Please sign in to comment.