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.20.2
Browse files Browse the repository at this point in the history
  • Loading branch information
mboersma committed Jan 25, 2021
1 parent 5d932f1 commit 7bf6b28
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion pkg/api/common/versions.go
Original file line number Diff line number Diff line change
Expand Up @@ -243,8 +243,9 @@ var AllKubernetesSupportedVersions = map[string]bool{
"1.20.0-beta.1": false,
"1.20.0-beta.2": false,
"1.20.0-rc.0": false,
"1.20.0": true,
"1.20.0": false,
"1.20.1": true,
"1.20.2": true,
"1.21.0-alpha.1": true,
}

Expand Down
1 change: 1 addition & 0 deletions vhd/packer/configure-windows-vhd.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -125,6 +125,7 @@ function Get-FilesToCacheOnVHD {
"https://kubernetesartifacts.azureedge.net/kubernetes/v1.19.7/windowszip/v1.19.7-1int.zip",
"https://kubernetesartifacts.azureedge.net/kubernetes/v1.20.0/windowszip/v1.20.0-1int.zip",
"https://kubernetesartifacts.azureedge.net/kubernetes/v1.20.1/windowszip/v1.20.1-1int.zip",
"https://kubernetesartifacts.azureedge.net/kubernetes/v1.20.2/windowszip/v1.20.2-1int.zip",
"https://kubernetesartifacts.azureedge.net/kubernetes/v1.21.0-alpha.1/windowszip/v1.21.0-alpha.1-1int.zip"
);
"c:\akse-cache\win-vnet-cni\" = @(
Expand Down
2 changes: 1 addition & 1 deletion vhd/packer/install-dependencies.sh
Original file line number Diff line number Diff line change
Expand Up @@ -369,8 +369,8 @@ echo " - busybox" >> ${VHD_LOGS_FILEPATH}

K8S_VERSIONS="
1.21.0-alpha.1
1.20.2
1.20.1
1.20.0
1.19.7
1.19.6
1.18.15
Expand Down

0 comments on commit 7bf6b28

Please sign in to comment.