Skip to content

Commit

Permalink
Update hotfix version for 1.22.4 (Azure#1511)
Browse files Browse the repository at this point in the history
Co-authored-by: Ganeshkumar Ashokavardhanan <aganeshkumar@microsoft.com>
  • Loading branch information
ganeshkumarashok and ganeshkumarashok authored Feb 5, 2022
1 parent 84c80d6 commit 98e601f
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 4 deletions.
1 change: 1 addition & 0 deletions vhdbuilder/packer/generate-windows-vhd-configuration.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -156,6 +156,7 @@ $global:map = @{
"https://acs-mirror.azureedge.net/kubernetes/v1.22.2-hotfix.20220128/windowszip/v1.22.2-hotfix.20220128-1int.zip",
"https://acs-mirror.azureedge.net/kubernetes/v1.22.4/windowszip/v1.22.4-1int.zip",
"https://acs-mirror.azureedge.net/kubernetes/v1.22.4-hotfix.20220130/windowszip/v1.22.4-hotfix.20220130-1int.zip",
"https://acs-mirror.azureedge.net/kubernetes/v1.22.4-hotfix.20220201/windowszip/v1.22.4-hotfix.20220201-1int.zip",
"https://acs-mirror.azureedge.net/kubernetes/v1.22.6-hotfix.20220130/windowszip/v1.22.6-hotfix.20220130-1int.zip",
"https://acs-mirror.azureedge.net/kubernetes/v1.23.3/windowszip/v1.23.3-1int.zip",
"https://acs-mirror.azureedge.net/kubernetes/v1.23.3-hotfix.20220130/windowszip/v1.23.3-hotfix.20220130-1int.zip"
Expand Down
2 changes: 1 addition & 1 deletion vhdbuilder/packer/install-dependencies.sh
Original file line number Diff line number Diff line change
Expand Up @@ -459,7 +459,7 @@ MULTI_ARCH_KUBE_BINARY_VERSIONS="
1.20.15-hotfix.20220201
1.21.7-hotfix.20220130
1.21.9-hotfix.20220130
1.22.4-hotfix.20220130
1.22.4-hotfix.20220201
1.22.6-hotfix.20220130
1.23.3-hotfix.20220130
"
Expand Down
4 changes: 2 additions & 2 deletions vhdbuilder/packer/kube-proxy-images.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"1.20.15-hotfix.20220201",
"1.21.7-hotfix.20220130",
"1.21.9-hotfix.20220130",
"1.22.4-hotfix.20220130",
"1.22.4-hotfix.20220201",
"1.22.6-hotfix.20220130",
"1.23.3-hotfix.20220130"
]
Expand All @@ -30,7 +30,7 @@
"1.20.15-hotfix.20220201",
"1.21.7-hotfix.20220130",
"1.21.9-hotfix.20220130",
"1.22.4-hotfix.20220130",
"1.22.4-hotfix.20220201",
"1.22.6-hotfix.20220130",
"1.23.3-hotfix.20220130"
]
Expand Down
2 changes: 1 addition & 1 deletion vhdbuilder/packer/test/linux-vhd-content-test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -225,7 +225,7 @@ testKubeBinariesPresent() {
1.20.15-hotfix.20220201
1.21.7-hotfix.20220130
1.21.9-hotfix.20220130
1.22.4-hotfix.20220130
1.22.4-hotfix.20220201
1.22.6-hotfix.20220130
1.23.3-hotfix.20220130
"
Expand Down

0 comments on commit 98e601f

Please sign in to comment.