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.23.17 (#5081)
Browse files Browse the repository at this point in the history
  • Loading branch information
mboersma committed Mar 6, 2023
1 parent 84beb86 commit 6848391
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
Original file line number Diff line number Diff line change
Expand Up @@ -341,7 +341,8 @@ var AllKubernetesSupportedVersions = map[string]bool{
"1.23.13": false,
"1.23.14": false,
"1.23.15": false,
"1.23.16": true,
"1.23.16": false,
"1.23.17": true,
"1.24.0-alpha.2": false,
"1.24.0-alpha.3": false,
"1.24.0": false,
Expand Down
2 changes: 1 addition & 1 deletion vhd/packer/configure-windows-vhd.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ function Get-FilesToCacheOnVHD {
"c:\akse-cache\win-k8s\" = @(
"https://kubernetesartifacts.azureedge.net/kubernetes/v1.21.14/windowszip/v1.21.14-1int.zip",
"https://kubernetesartifacts.azureedge.net/kubernetes/v1.22.17/windowszip/v1.22.17-1int.zip",
"https://kubernetesartifacts.azureedge.net/kubernetes/v1.23.16/windowszip/v1.23.16-1int.zip",
"https://kubernetesartifacts.azureedge.net/kubernetes/v1.23.17/windowszip/v1.23.17-1int.zip",
"https://kubernetesartifacts.azureedge.net/kubernetes/v1.24.11/windowszip/v1.24.11-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 @@ -220,7 +220,7 @@ echo " - busybox" >> ${VHD_LOGS_FILEPATH}

K8S_VERSIONS="
1.24.11
1.23.16
1.23.17
1.22.17
1.21.14
"
Expand Down

0 comments on commit 6848391

Please sign in to comment.