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

Commit 35d85bd

Browse files
author
Cecile Robert-Michon
committed
Add support for k8s 1.8.15 (#3464)
1 parent ae6f059 commit 35d85bd

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

pkg/api/common/versions.go

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@ var AllKubernetesSupportedVersions = map[string]bool{
4141
"1.8.12": true,
4242
"1.8.13": true,
4343
"1.8.14": true,
44+
"1.8.15": true,
4445
"1.9.0": true,
4546
"1.9.1": true,
4647
"1.9.2": true,
@@ -223,6 +224,7 @@ func getAllKubernetesWindowsSupportedVersionsMap() map[string]bool {
223224
"1.7.1",
224225
"1.8.13",
225226
"1.8.14",
227+
"1.8.15",
226228
"1.10.0-beta.2",
227229
"1.10.0-beta.4",
228230
"1.10.0-rc.1",

0 commit comments

Comments
 (0)