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 v1.19.15 (#4668)
Browse files Browse the repository at this point in the history
  • Loading branch information
mboersma committed Sep 24, 2021
1 parent 6453b68 commit 6d96126
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion pkg/api/common/versions.go
Expand Up @@ -247,7 +247,8 @@ var AllKubernetesSupportedVersions = map[string]bool{
"1.19.11": false,
"1.19.12": false,
"1.19.13": false,
"1.19.14": true,
"1.19.14": false,
"1.19.15": true,
"1.20.0-alpha.1": false,
"1.20.0-alpha.2": false,
"1.20.0-alpha.3": false,
Expand Down
2 changes: 1 addition & 1 deletion vhd/packer/configure-windows-vhd.ps1
Expand Up @@ -121,7 +121,7 @@ function Get-FilesToCacheOnVHD {
"https://kubernetesartifacts.azureedge.net/kubernetes/v1.19.10-azs/windowszip/v1.19.10-azs-1int.zip",
"https://kubernetesartifacts.azureedge.net/kubernetes/v1.20.6-azs/windowszip/v1.20.6-azs-1int.zip",
"https://kubernetesartifacts.azureedge.net/kubernetes/v1.18.20/windowszip/v1.18.20-1int.zip",
"https://kubernetesartifacts.azureedge.net/kubernetes/v1.19.14/windowszip/v1.19.14-1int.zip",
"https://kubernetesartifacts.azureedge.net/kubernetes/v1.19.15/windowszip/v1.19.15-1int.zip",
"https://kubernetesartifacts.azureedge.net/kubernetes/v1.20.11/windowszip/v1.20.11-1int.zip",
"https://kubernetesartifacts.azureedge.net/kubernetes/v1.21.4/windowszip/v1.21.4-1int.zip",
"https://kubernetesartifacts.azureedge.net/kubernetes/v1.22.2/windowszip/v1.22.2-1int.zip",
Expand Down
2 changes: 1 addition & 1 deletion vhd/packer/install-dependencies.sh
Expand Up @@ -231,7 +231,7 @@ K8S_VERSIONS="
1.21.4
1.20.11
1.20.6-azs
1.19.14
1.19.15
1.19.10-azs
1.18.20
1.18.18-azs
Expand Down

0 comments on commit 6d96126

Please sign in to comment.