Skip to content

Commit

Permalink
Add support for k8s 1.8.15 (Azure#3464)
Browse files Browse the repository at this point in the history
  • Loading branch information
Cecile Robert-Michon authored and julienstroheker committed Jul 16, 2018
1 parent 7bf56a1 commit 1ce3e3d
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 @@ -41,6 +41,7 @@ var AllKubernetesSupportedVersions = map[string]bool{
"1.8.12": true,
"1.8.13": true,
"1.8.14": true,
"1.8.15": true,
"1.9.0": true,
"1.9.1": true,
"1.9.2": true,
Expand Down Expand Up @@ -223,6 +224,7 @@ func getAllKubernetesWindowsSupportedVersionsMap() map[string]bool {
"1.7.1",
"1.8.13",
"1.8.14",
"1.8.15",
"1.10.0-beta.2",
"1.10.0-beta.4",
"1.10.0-rc.1",
Expand Down

0 comments on commit 1ce3e3d

Please sign in to comment.