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

Commit c8feb6c

Browse files
committed
add support for k8s v1.11.1 (#3495)
1 parent 9cdc09b commit c8feb6c

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
@@ -69,6 +69,7 @@ var AllKubernetesSupportedVersions = map[string]bool{
6969
"1.11.0-rc.2": true,
7070
"1.11.0-rc.3": true,
7171
"1.11.0": true,
72+
"1.11.1": true,
7273
}
7374

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

0 commit comments

Comments
 (0)