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

Commit

Permalink
feat: add support for Kubernetes 1.15.3 (#1805)
Browse files Browse the repository at this point in the history
  • Loading branch information
mboersma committed Aug 19, 2019
1 parent 15cecdc commit ceec598
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 @@ -136,8 +136,9 @@ var AllKubernetesSupportedVersions = map[string]bool{
"1.15.0-beta.2": false,
"1.15.0-rc.1": false,
"1.15.0": false,
"1.15.1": true,
"1.15.1": false,
"1.15.2": true,
"1.15.3": true,
"1.16.0-alpha.1": true,
}

Expand Down

0 comments on commit ceec598

Please sign in to comment.