chore(windows): bump cilium networking package to 1.7.0 for Windows 2025#8542
Conversation
There was a problem hiding this comment.
Pull request overview
This PR updates the Windows Cilium networking platform OCI artifact version used for the Windows Server 2025 SKU, by bumping the cached mcr.microsoft.com/wcn/package tag in components.json. This impacts what the Windows VHD build caches under c:\akse-cache\wcn\ for 2025-matching SKUs.
Changes:
- Bump Windows Server 2025 (
windowsSkuMatch: "2025*") WCN/Cilium networking package version from1.6.0to1.7.0inparts/common/components.json.
Package Update Analysis: windows cilium networking platform
Version change: 1.6.0 → 1.7.0 (minor update)
OS variants affected: Windows Server 2025 SKU (windowsSkuMatch: "2025*")
OS variants NOT updated: Windows 23H2 SKU remains on 1.3.0
Changelog between versions: Upstream changelog/release notes for mcr.microsoft.com/wcn/package were not found in this repository, so changes between 1.6.0 and 1.7.0 can’t be verified from in-repo sources. Manual validation is recommended (at minimum: confirm the tag exists and the artifact pulls during VHD build, plus basic Windows 2025 Cilium dataplane validation).
Signed-off-by: Dawei Wei <wei.dawei.cn@gmail.com>
13a9433 to
1c53af6
Compare
Changes cached containers or packages on windows VHDsPlease get a Windows SIG member to approve. The following dif file shows any additions or deletions from what will be cached on windows VHDs organised by VHD type.
diff --git a/vhd_files/2025-gen2.txt b/vhd_files/2025-gen2.txt
index d5aea5a..68eacef 100644
--- a/vhd_files/2025-gen2.txt
+++ b/vhd_files/2025-gen2.txt
@@ -15 +15 @@ c:\akse-cache\csi-proxy\: https://packages.aks.azure.com/csi-proxy/v1.1.2-hotfix
-c:\akse-cache\wcn\: mcr.microsoft.com/wcn/package:1.6.0-cpu-arch
+c:\akse-cache\wcn\: mcr.microsoft.com/wcn/package:1.7.0-cpu-arch
diff --git a/vhd_files/2025.txt b/vhd_files/2025.txt
index 7012908..6d11288 100644
--- a/vhd_files/2025.txt
+++ b/vhd_files/2025.txt
@@ -15 +15 @@ c:\akse-cache\csi-proxy\: https://packages.aks.azure.com/csi-proxy/v1.1.2-hotfix
-c:\akse-cache\wcn\: mcr.microsoft.com/wcn/package:1.6.0-cpu-arch
+c:\akse-cache\wcn\: mcr.microsoft.com/wcn/package:1.7.0-cpu-arch |
Bumps Windows Cilium networking package (mcr.microsoft.com/wcn/package) from 1.6.0 to 1.7.0 for the Windows 2025 SKU.