Skip to content

Commit

Permalink
feat: add support for Kubernetes v1.22.16 (Azure#5008)
Browse files Browse the repository at this point in the history
  • Loading branch information
mboersma authored Nov 14, 2022
1 parent bfbe815 commit 9e4471d
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 @@ -315,7 +315,8 @@ var AllKubernetesSupportedVersions = map[string]bool{
"1.22.12": false,
"1.22.13": false,
"1.22.14": false,
"1.22.15": true,
"1.22.15": false,
"1.22.16": true,
"1.23.0-alpha.1": false,
"1.23.0-alpha.2": false,
"1.23.0-alpha.3": 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.7/windowszip/v1.22.7-1int.zip",
"https://kubernetesartifacts.azureedge.net/kubernetes/v1.22.15/windowszip/v1.22.15-1int.zip",
"https://kubernetesartifacts.azureedge.net/kubernetes/v1.22.16/windowszip/v1.22.16-1int.zip",
"https://kubernetesartifacts.azureedge.net/kubernetes/v1.23.6/windowszip/v1.23.6-1int.zip",
"https://kubernetesartifacts.azureedge.net/kubernetes/v1.23.13/windowszip/v1.23.13-1int.zip",
"https://kubernetesartifacts.azureedge.net/kubernetes/v1.24.7/windowszip/v1.24.7-1int.zip"
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 @@ -222,7 +222,7 @@ K8S_VERSIONS="
1.24.7
1.23.13
1.23.6
1.22.15
1.22.16
1.22.7
1.21.14
"
Expand Down

0 comments on commit 9e4471d

Please sign in to comment.