Skip to content

Commit

Permalink
Add support for Kubernetes 1.10.12 (Azure#178)
Browse files Browse the repository at this point in the history
  • Loading branch information
mboersma authored and jackfrancis committed Dec 19, 2018
1 parent aaa22b6 commit fd8bab2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pkg/api/common/versions.go
Original file line number Diff line number Diff line change
Expand Up @@ -69,8 +69,9 @@ var AllKubernetesSupportedVersions = map[string]bool{
"1.10.5": false,
"1.10.6": false,
"1.10.7": false,
"1.10.8": true,
"1.10.8": false,
"1.10.9": true,
"1.10.12": true,
"1.11.0-alpha.1": false,
"1.11.0-alpha.2": false,
"1.11.0-beta.1": false,
Expand Down

0 comments on commit fd8bab2

Please sign in to comment.