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

Commit

Permalink
chore: add support for Kuberenetes 1.14.0-alpha.1
Browse files Browse the repository at this point in the history
  • Loading branch information
mboersma committed Jan 17, 2019
1 parent 3995207 commit 67b75b8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pkg/api/common/versions.go
Original file line number Diff line number Diff line change
Expand Up @@ -99,6 +99,7 @@ var AllKubernetesSupportedVersions = map[string]bool{
"1.13.0-alpha.2": false,
"1.13.1": true,
"1.13.2": true,
"1.14.0-alpha.1": true,
}

// GetDefaultKubernetesVersion returns the default Kubernetes version, that is the latest patch of the default release
Expand Down

0 comments on commit 67b75b8

Please sign in to comment.