Skip to content

Update the cns to v1.7.16#8372

Open
csfmomo wants to merge 1 commit intomainfrom
shchen/cns1.7.16
Open

Update the cns to v1.7.16#8372
csfmomo wants to merge 1 commit intomainfrom
shchen/cns1.7.16

Conversation

@csfmomo
Copy link
Copy Markdown
Contributor

@csfmomo csfmomo commented Apr 22, 2026

What this PR does / why we need it:
Update the cns to v1.7.16

Which issue(s) this PR fixes:

Fixes #

Copilot AI review requested due to automatic review settings April 22, 2026 05:16
@github-actions github-actions Bot added the components This pull request updates cached components on Linux or Windows VHDs label Apr 22, 2026
@github-actions
Copy link
Copy Markdown
Contributor

PR Title Lint Failed ❌

Current Title: Update the cns to v1.7.16

Your PR title doesn't follow the expected format. Please update your PR title to follow one of these patterns:

Conventional Commits Format:

  • feat: add new feature - for new features
  • fix: resolve bug in component - for bug fixes
  • docs: update README - for documentation changes
  • refactor: improve code structure - for refactoring
  • test: add unit tests - for test additions
  • chore: remove dead code - for maintenance tasks
  • chore(deps): update dependencies - for updating dependencies
  • ci: update build pipeline - for CI/CD changes

Guidelines:

  • Use lowercase for the type and description
  • Keep the description concise but descriptive
  • Use imperative mood (e.g., "add" not "adds" or "added")
  • Don't end with a period

Examples:

  • feat(windows): add secure TLS bootstrapping for Windows nodes
  • fix: resolve kubelet certificate rotation issue
  • docs: update installation guide
  • Added new feature
  • Fix bug.
  • Update docs

Please update your PR title and the lint check will run again automatically.

@github-actions
Copy link
Copy Markdown
Contributor

Changes cached containers or packages on windows VHDs

Please 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.

  • Additions are new things cached.
  • Deletions are things no longer cached.
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

Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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-cns from v1.7.15-0v1.7.16-0 in both windowsVersions and multiArchVersionsV2.
  • Keep existing CNS version lanes (v1.5.x, v1.6.x, v1.8.x) unchanged.

Comment on lines 288 to 292
},
{
"renovateTag": "registry=https://mcr.microsoft.com, name=containernetworking/azure-cns",
"latestVersion": "v1.7.15-0",
"latestVersion": "v1.7.16-0",
"containerImagePrefetch": {
Copy link

Copilot AI Apr 22, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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.

Copilot uses AI. Check for mistakes.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

components This pull request updates cached components on Linux or Windows VHDs

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants