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

Commit

Permalink
feat: add support for Kubernetes 1.13.9 (#1732)
Browse files Browse the repository at this point in the history
  • Loading branch information
mboersma committed Aug 7, 2019
1 parent 4fa8a64 commit 1905657
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions packer/install-dependencies.sh
Expand Up @@ -376,6 +376,7 @@ K8S_VERSIONS="
1.14.4-azs
1.14.3
1.14.3-azs
1.13.9
1.13.8
1.13.8-azs
1.13.7
Expand Down
3 changes: 2 additions & 1 deletion pkg/api/common/versions.go
Expand Up @@ -113,8 +113,9 @@ var AllKubernetesSupportedVersions = map[string]bool{
"1.13.4": false,
"1.13.5": false,
"1.13.6": false, // disabled because of https://github.com/kubernetes/kubernetes/issues/78308
"1.13.7": true,
"1.13.7": true, // TODO: disable when Azure Stack supports 1.13.9
"1.13.8": true,
"1.13.9": true,
"1.14.0-alpha.1": false,
"1.14.0-alpha.2": false,
"1.14.0-beta.1": false,
Expand Down

0 comments on commit 1905657

Please sign in to comment.