Open
Conversation
Contributor
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. |
Contributor
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..50fcef4 100644
--- a/vhd_files/2022-containerd-gen2.txt
+++ b/vhd_files/2022-containerd-gen2.txt
@@ -107 +107 @@ mcr.microsoft.com/containernetworking/azure-cns:v1.5.50
-mcr.microsoft.com/containernetworking/azure-cns:v1.6.35-0
+mcr.microsoft.com/containernetworking/azure-cns:v1.6.43-0
diff --git a/vhd_files/2022-containerd.txt b/vhd_files/2022-containerd.txt
index fa3e38c..d79511e 100644
--- a/vhd_files/2022-containerd.txt
+++ b/vhd_files/2022-containerd.txt
@@ -107 +107 @@ mcr.microsoft.com/containernetworking/azure-cns:v1.5.50
-mcr.microsoft.com/containernetworking/azure-cns:v1.6.35-0
+mcr.microsoft.com/containernetworking/azure-cns:v1.6.43-0
diff --git a/vhd_files/2025-gen2.txt b/vhd_files/2025-gen2.txt
index 7a80cc4..08816ad 100644
--- a/vhd_files/2025-gen2.txt
+++ b/vhd_files/2025-gen2.txt
@@ -38 +38 @@ mcr.microsoft.com/containernetworking/azure-cns:v1.5.50
-mcr.microsoft.com/containernetworking/azure-cns:v1.6.35-0
+mcr.microsoft.com/containernetworking/azure-cns:v1.6.43-0
diff --git a/vhd_files/2025.txt b/vhd_files/2025.txt
index dd4e431..545c024 100644
--- a/vhd_files/2025.txt
+++ b/vhd_files/2025.txt
@@ -38 +38 @@ mcr.microsoft.com/containernetworking/azure-cns:v1.5.50
-mcr.microsoft.com/containernetworking/azure-cns:v1.6.35-0
+mcr.microsoft.com/containernetworking/azure-cns:v1.6.43-0
diff --git a/vhd_files/23H2-gen2.txt b/vhd_files/23H2-gen2.txt
index af60e9b..3994e25 100644
--- a/vhd_files/23H2-gen2.txt
+++ b/vhd_files/23H2-gen2.txt
@@ -57 +57 @@ mcr.microsoft.com/containernetworking/azure-cns:v1.5.50
-mcr.microsoft.com/containernetworking/azure-cns:v1.6.35-0
+mcr.microsoft.com/containernetworking/azure-cns:v1.6.43-0
diff --git a/vhd_files/23H2.txt b/vhd_files/23H2.txt
index 657aec1..3835d19 100644
--- a/vhd_files/23H2.txt
+++ b/vhd_files/23H2.txt
@@ -57 +57 @@ mcr.microsoft.com/containernetworking/azure-cns:v1.5.50
-mcr.microsoft.com/containernetworking/azure-cns:v1.6.35-0
+mcr.microsoft.com/containernetworking/azure-cns:v1.6.43-0 |
Contributor
There was a problem hiding this comment.
Pull request overview
This PR updates the pinned Azure CNS (Container Networking Service) container image version in parts/common/components.json, which is used to drive image selection/prefetch across VHD builds and provisioning.
Changes:
- Bumps
mcr.microsoft.com/containernetworking/azure-cnsversion fromv1.6.35-0tov1.6.43-0in bothwindowsVersionsandmultiArchVersionsV2.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What this PR does / why we need it:
Update the cns to v1.6.43
Which issue(s) this PR fixes:
Fixes #