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.0-rc.0 (#4756)
Browse files Browse the repository at this point in the history
  • Loading branch information
mboersma committed Nov 30, 2021
1 parent b1d30e2 commit 67924d3
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions pkg/api/common/versions.go
Original file line number Diff line number Diff line change
Expand Up @@ -301,6 +301,7 @@ var AllKubernetesSupportedVersions = map[string]bool{
"1.23.0-alpha.3": true,
"1.23.0-alpha.4": true,
"1.23.0-beta.0": true,
"1.23.0-rc.0": 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
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ function Get-FilesToCacheOnVHD {
"https://kubernetesartifacts.azureedge.net/kubernetes/v1.20.13/windowszip/v1.20.13-1int.zip",
"https://kubernetesartifacts.azureedge.net/kubernetes/v1.21.7/windowszip/v1.21.7-1int.zip",
"https://kubernetesartifacts.azureedge.net/kubernetes/v1.22.4/windowszip/v1.22.4-1int.zip",
"https://kubernetesartifacts.azureedge.net/kubernetes/v1.23.0-beta.0/windowszip/v1.23.0-beta.0-1int.zip"
"https://kubernetesartifacts.azureedge.net/kubernetes/v1.23.0-rc.0/windowszip/v1.23.0-rc.0-1int.zip"
);
"c:\akse-cache\win-vnet-cni\" = @(
"https://kubernetesartifacts.azureedge.net/azure-cni/v1.4.12/binaries/azure-vnet-cni-singletenancy-windows-amd64-v1.4.12.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 @@ -219,7 +219,7 @@ loadContainerImage "busybox"
echo " - busybox" >> ${VHD_LOGS_FILEPATH}

K8S_VERSIONS="
1.23.0-beta.0
1.23.0-rc.0
1.22.4
1.21.7
1.20.13
Expand Down

0 comments on commit 67924d3

Please sign in to comment.