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

Commit 312770f

Browse files
committed
added support for k8s v1.11.0 (#3379)
1 parent f0997de commit 312770f

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
@@ -66,6 +66,7 @@ var AllKubernetesSupportedVersions = map[string]bool{
6666
"1.11.0-rc.1": true,
6767
"1.11.0-rc.2": true,
6868
"1.11.0-rc.3": true,
69+
"1.11.0": true,
6970
}
7071

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

0 commit comments

Comments
 (0)