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

Commit 132dab3

Browse files
ritazhjackfrancis
authored andcommitted
Add support for k8s 1.12.0-beta.0 (#3685)
1 parent 0119bc1 commit 132dab3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pkg/api/common/versions.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,7 @@ var AllKubernetesSupportedVersions = map[string]bool{
7676
"1.11.1": true,
7777
"1.11.2": true,
7878
"1.12.0-alpha.1": true,
79+
"1.12.0-beta.0": true,
7980
}
8081

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

0 commit comments

Comments
 (0)