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

Commit f50fe5f

Browse files
Cecile Robert-Michonjackfrancis
authored andcommitted
added support for k8s 1.9.9 (#3388)
1 parent 9071b15 commit f50fe5f

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
@@ -50,6 +50,7 @@ var AllKubernetesSupportedVersions = map[string]bool{
5050
"1.9.6": true,
5151
"1.9.7": true,
5252
"1.9.8": true,
53+
"1.9.9": true,
5354
"1.10.0-beta.2": true,
5455
"1.10.0-beta.4": true,
5556
"1.10.0-rc.1": true,

0 commit comments

Comments
 (0)