We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6b6290c commit a7863e6Copy full SHA for a7863e6
parts/common/components.json
@@ -1706,7 +1706,7 @@
1706
"windowsVersions": [
1707
{
1708
"renovateTag": "<DO_NOT_UPDATE>",
1709
- "latestVersion": "1.1.0",
+ "latestVersion": "1.3.0",
1710
"windowsSkuMatch": "23H2*"
1711
}
1712
]
vhdbuilder/packer/windows/configure-windows-vhd.ps1
@@ -746,7 +746,7 @@ function Install-WindowsCiliumNetworking
746
747
# Invoke install script.
748
try {
749
- & $wcnInstallScript -DisableCiliumStack -SourceDirectory $wcnDirectory -SkipNugetUnpack
+ & $wcnInstallScript -DisableCiliumStack -SourceDirectory $wcnDirectory
750
751
catch {
752
Write-Log "Error occurred while installing Windows Cilium Networking: $_"
0 commit comments