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

Add support for k8s 1.8.14 #3303

Merged
merged 1 commit into from
Jun 19, 2018
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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