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 1.19.0-rc.4 (#3666)
Browse files Browse the repository at this point in the history
* feat: add support for Kubernetes 1.19.0-rc.4

See https://github.com/kubernetes/kubernetes/blob/master/CHANGELOG/CHANGELOG-1.19.md#changelog-since-v1190-rc3

* ci: give Windows VHD pipeline 2.5 hours to do its work
  • Loading branch information
mboersma committed Aug 7, 2020
1 parent b4be117 commit 0ca3854
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .pipelines/vhd-builder-windows.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ pr: none

jobs:
- job: build_vhd_windows
timeoutInMinutes: 120
timeoutInMinutes: 150
strategy:
maxParallel: 0
pool:
Expand Down Expand Up @@ -130,5 +130,5 @@ jobs:
- script: |
sudo chown -R $USER:$USER .
displayName: cleanup - chown all files in work directory
displayName: cleanup - chown all files in work directory
condition: always()
1 change: 1 addition & 0 deletions pkg/api/common/versions.go
Original file line number Diff line number Diff line change
Expand Up @@ -208,6 +208,7 @@ var AllKubernetesSupportedVersions = map[string]bool{
"1.19.0-beta.1": true,
"1.19.0-beta.2": true,
"1.19.0-rc.3": true,
"1.19.0-rc.4": 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 @@ -112,7 +112,7 @@ function Get-FilesToCacheOnVHD
"https://kubernetesartifacts.azureedge.net/kubernetes/v1.18.4-hotfix.20200624/windowszip/v1.18.4-hotfix.20200624-1int.zip",
"https://kubernetesartifacts.azureedge.net/kubernetes/v1.18.5/windowszip/v1.18.5-1int.zip",
"https://kubernetesartifacts.azureedge.net/kubernetes/v1.18.6/windowszip/v1.18.6-1int.zip",
"https://kubernetesartifacts.azureedge.net/kubernetes/v1.19.0-rc.3/windowszip/v1.19.0-rc.3-1int.zip"
"https://kubernetesartifacts.azureedge.net/kubernetes/v1.19.0-rc.4/windowszip/v1.19.0-rc.4-1int.zip"
);
"c:\akse-cache\win-vnet-cni\" = @(
"https://kubernetesartifacts.azureedge.net/azure-cni/v1.1.2/binaries/azure-vnet-cni-singletenancy-windows-amd64-v1.1.2.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 @@ -360,7 +360,7 @@ pullContainerImage "docker" "busybox"
echo " - busybox" >> ${VHD_LOGS_FILEPATH}

K8S_VERSIONS="
1.19.0-rc.3
1.19.0-rc.4
1.18.6
1.18.5
1.17.9
Expand Down

0 comments on commit 0ca3854

Please sign in to comment.