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

Commit

Permalink
add support for k8s v1.12.0-rc.2 (#3893)
Browse files Browse the repository at this point in the history
  • Loading branch information
mboersma authored and jackfrancis committed Sep 24, 2018
1 parent d46750f commit d4cadd3
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 @@ -81,6 +81,7 @@ var AllKubernetesSupportedVersions = map[string]bool{
"1.12.0-beta.0": true,
"1.12.0-beta.1": true,
"1.12.0-rc.1": true,
"1.12.0-rc.2": true,
}

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

0 comments on commit d4cadd3

Please sign in to comment.