This repository was archived by the owner on Oct 24, 2023. It is now read-only.
File tree 3 files changed +4
-3
lines changed
3 files changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -356,7 +356,8 @@ var AllKubernetesSupportedVersions = map[string]bool{
356
356
"1.24.8" : false ,
357
357
"1.24.9" : false ,
358
358
"1.24.10" : false ,
359
- "1.24.11" : true ,
359
+ "1.24.11" : false ,
360
+ "1.24.13" : true ,
360
361
}
361
362
362
363
// AllKubernetesSupportedVersionsAzureStack is a hash table of all supported Kubernetes version strings on Azure Stack
Original file line number Diff line number Diff line change @@ -126,7 +126,7 @@ function Get-FilesToCacheOnVHD {
126
126
" https://kubernetesartifacts.azureedge.net/kubernetes/v1.21.14/windowszip/v1.21.14-1int.zip" ,
127
127
" https://kubernetesartifacts.azureedge.net/kubernetes/v1.22.17/windowszip/v1.22.17-1int.zip" ,
128
128
" https://kubernetesartifacts.azureedge.net/kubernetes/v1.23.17/windowszip/v1.23.17-1int.zip" ,
129
- " https://kubernetesartifacts.azureedge.net/kubernetes/v1.24.11 /windowszip/v1.24.11 -1int.zip"
129
+ " https://kubernetesartifacts.azureedge.net/kubernetes/v1.24.13 /windowszip/v1.24.13 -1int.zip"
130
130
);
131
131
" c:\akse-cache\win-vnet-cni\" = @ (
132
132
" https://kubernetesartifacts.azureedge.net/azure-cni/v1.4.13/binaries/azure-vnet-cni-singletenancy-windows-amd64-v1.4.13.zip" ,
Original file line number Diff line number Diff line change @@ -219,7 +219,7 @@ loadContainerImage "mcr.microsoft.com/oss/busybox/busybox:1.33.1"
219
219
echo " - busybox" >> ${VHD_LOGS_FILEPATH}
220
220
221
221
K8S_VERSIONS="
222
- 1.24.11
222
+ 1.24.13
223
223
1.23.17
224
224
1.22.17
225
225
1.21.14
You can’t perform that action at this time.
0 commit comments