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.24.13 (#5090)
Browse files Browse the repository at this point in the history
  • Loading branch information
mboersma committed Apr 25, 2023
1 parent 4a29cd9 commit 278164e
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 @@ -356,7 +356,8 @@ var AllKubernetesSupportedVersions = map[string]bool{
"1.24.8": false,
"1.24.9": false,
"1.24.10": false,
"1.24.11": true,
"1.24.11": false,
"1.24.13": true,
}

// AllKubernetesSupportedVersionsAzureStack is a hash table of all supported Kubernetes version strings on Azure Stack
Expand Down
2 changes: 1 addition & 1 deletion vhd/packer/configure-windows-vhd.ps1
Expand Up @@ -126,7 +126,7 @@ function Get-FilesToCacheOnVHD {
"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.17/windowszip/v1.23.17-1int.zip",
"https://kubernetesartifacts.azureedge.net/kubernetes/v1.24.11/windowszip/v1.24.11-1int.zip"
"https://kubernetesartifacts.azureedge.net/kubernetes/v1.24.13/windowszip/v1.24.13-1int.zip"
);
"c:\akse-cache\win-vnet-cni\" = @(
"https://kubernetesartifacts.azureedge.net/azure-cni/v1.4.13/binaries/azure-vnet-cni-singletenancy-windows-amd64-v1.4.13.zip",
Expand Down
2 changes: 1 addition & 1 deletion vhd/packer/install-dependencies.sh
Expand Up @@ -219,7 +219,7 @@ loadContainerImage "mcr.microsoft.com/oss/busybox/busybox:1.33.1"
echo " - busybox" >> ${VHD_LOGS_FILEPATH}

K8S_VERSIONS="
1.24.11
1.24.13
1.23.17
1.22.17
1.21.14
Expand Down

0 comments on commit 278164e

Please sign in to comment.