Conversation
PR Title Lint Failed ❌Current Title: Your PR title doesn't follow the expected format. Please update your PR title to follow one of these patterns: Conventional Commits Format:
Guidelines:
Examples:
Please update your PR title and the lint check will run again automatically. |
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/2022-containerd-gen2.txt b/vhd_files/2022-containerd-gen2.txt
index 8fcec06..84889ba 100644
--- a/vhd_files/2022-containerd-gen2.txt
+++ b/vhd_files/2022-containerd-gen2.txt
@@ -108 +108 @@ mcr.microsoft.com/containernetworking/azure-cns:v1.6.35-0
-mcr.microsoft.com/containernetworking/azure-cns:v1.7.15-0
+mcr.microsoft.com/containernetworking/azure-cns:v1.7.16-0
diff --git a/vhd_files/2022-containerd.txt b/vhd_files/2022-containerd.txt
index fa3e38c..3cb15cb 100644
--- a/vhd_files/2022-containerd.txt
+++ b/vhd_files/2022-containerd.txt
@@ -108 +108 @@ mcr.microsoft.com/containernetworking/azure-cns:v1.6.35-0
-mcr.microsoft.com/containernetworking/azure-cns:v1.7.15-0
+mcr.microsoft.com/containernetworking/azure-cns:v1.7.16-0
diff --git a/vhd_files/2025-gen2.txt b/vhd_files/2025-gen2.txt
index 7a80cc4..3fafdbb 100644
--- a/vhd_files/2025-gen2.txt
+++ b/vhd_files/2025-gen2.txt
@@ -39 +39 @@ mcr.microsoft.com/containernetworking/azure-cns:v1.6.35-0
-mcr.microsoft.com/containernetworking/azure-cns:v1.7.15-0
+mcr.microsoft.com/containernetworking/azure-cns:v1.7.16-0
diff --git a/vhd_files/2025.txt b/vhd_files/2025.txt
index dd4e431..76c8abf 100644
--- a/vhd_files/2025.txt
+++ b/vhd_files/2025.txt
@@ -39 +39 @@ mcr.microsoft.com/containernetworking/azure-cns:v1.6.35-0
-mcr.microsoft.com/containernetworking/azure-cns:v1.7.15-0
+mcr.microsoft.com/containernetworking/azure-cns:v1.7.16-0
diff --git a/vhd_files/23H2-gen2.txt b/vhd_files/23H2-gen2.txt
index af60e9b..046382f 100644
--- a/vhd_files/23H2-gen2.txt
+++ b/vhd_files/23H2-gen2.txt
@@ -58 +58 @@ mcr.microsoft.com/containernetworking/azure-cns:v1.6.35-0
-mcr.microsoft.com/containernetworking/azure-cns:v1.7.15-0
+mcr.microsoft.com/containernetworking/azure-cns:v1.7.16-0
diff --git a/vhd_files/23H2.txt b/vhd_files/23H2.txt
index 657aec1..ca63fc9 100644
--- a/vhd_files/23H2.txt
+++ b/vhd_files/23H2.txt
@@ -58 +58 @@ mcr.microsoft.com/containernetworking/azure-cns:v1.6.35-0
-mcr.microsoft.com/containernetworking/azure-cns:v1.7.15-0
+mcr.microsoft.com/containernetworking/azure-cns:v1.7.16-0 |
There was a problem hiding this comment.
Pull request overview
Updates the Azure CNS (container networking service) image version tracked in components.json, which is used by the VHD/provisioning pipelines to prefetch/pin component container images.
Changes:
- Bump
mcr.microsoft.com/containernetworking/azure-cnsfromv1.7.15-0→v1.7.16-0in bothwindowsVersionsandmultiArchVersionsV2. - Keep existing CNS version lanes (
v1.5.x,v1.6.x,v1.8.x) unchanged.
| }, | ||
| { | ||
| "renovateTag": "registry=https://mcr.microsoft.com, name=containernetworking/azure-cns", | ||
| "latestVersion": "v1.7.15-0", | ||
| "latestVersion": "v1.7.16-0", | ||
| "containerImagePrefetch": { |
There was a problem hiding this comment.
PR description still contains the placeholder Fixes # (no linked issue). Please either remove the placeholder line or replace it with an actual issue number/link so the PR metadata is accurate.
What this PR does / why we need it:
Update the cns to v1.7.16
Which issue(s) this PR fixes:
Fixes #