Skip to content

Commit a7863e6

Browse files
authored
feat: consume Windows Container Networking (WCN) Package v1.3.0 (#7454)
Linux VHD build failure unrelated to this PR.
1 parent 6b6290c commit a7863e6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

parts/common/components.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1706,7 +1706,7 @@
17061706
"windowsVersions": [
17071707
{
17081708
"renovateTag": "<DO_NOT_UPDATE>",
1709-
"latestVersion": "1.1.0",
1709+
"latestVersion": "1.3.0",
17101710
"windowsSkuMatch": "23H2*"
17111711
}
17121712
]

vhdbuilder/packer/windows/configure-windows-vhd.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -746,7 +746,7 @@ function Install-WindowsCiliumNetworking
746746

747747
# Invoke install script.
748748
try {
749-
& $wcnInstallScript -DisableCiliumStack -SourceDirectory $wcnDirectory -SkipNugetUnpack
749+
& $wcnInstallScript -DisableCiliumStack -SourceDirectory $wcnDirectory
750750
}
751751
catch {
752752
Write-Log "Error occurred while installing Windows Cilium Networking: $_"

0 commit comments

Comments
 (0)