chore: replace cni and cns versions with v1.8.1#7936
Conversation
There was a problem hiding this comment.
Pull request overview
This pull request adds azure-cni and azure-cns version v1.8.0-0 to the cached container images in components.json for VHD building. This allows AKS nodes to pre-cache the new v1.8.0-0 versions of these critical networking components alongside the existing v1.5.50, v1.6.35-0, and v1.7.9-0 versions.
Changes:
- Added v1.8.0-0 entries for azure-cni in both
windowsVersionsandmultiArchVersionsV2arrays - Added v1.8.0-0 entries for azure-cns in both
windowsVersionsandmultiArchVersionsV2arrays - Included appropriate
containerImagePrefetchconfiguration with binaries for the new multiArch versions
parts/common/components.json
Outdated
| } | ||
| } | ||
| }, | ||
| { |
There was a problem hiding this comment.
indentation is off
There was a problem hiding this comment.
thank you, addressed
ad92d87 to
049dc12
Compare
049dc12 to
04f8f9a
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/2022-containerd-gen2.txt b/vhd_files/2022-containerd-gen2.txt
index 915662b..7f77aac 100644
--- a/vhd_files/2022-containerd-gen2.txt
+++ b/vhd_files/2022-containerd-gen2.txt
@@ -108,0 +109 @@ mcr.microsoft.com/containernetworking/azure-cni:v1.7.9-0
+mcr.microsoft.com/containernetworking/azure-cni:v1.8.1-0
@@ -111,0 +113 @@ mcr.microsoft.com/containernetworking/azure-cns:v1.7.9-0
+mcr.microsoft.com/containernetworking/azure-cns:v1.8.1-0
diff --git a/vhd_files/2022-containerd.txt b/vhd_files/2022-containerd.txt
index 574ee87..d5ecc84 100644
--- a/vhd_files/2022-containerd.txt
+++ b/vhd_files/2022-containerd.txt
@@ -108,0 +109 @@ mcr.microsoft.com/containernetworking/azure-cni:v1.7.9-0
+mcr.microsoft.com/containernetworking/azure-cni:v1.8.1-0
@@ -111,0 +113 @@ mcr.microsoft.com/containernetworking/azure-cns:v1.7.9-0
+mcr.microsoft.com/containernetworking/azure-cns:v1.8.1-0
diff --git a/vhd_files/2025-gen2.txt b/vhd_files/2025-gen2.txt
index 2dfb17c..f24d695 100644
--- a/vhd_files/2025-gen2.txt
+++ b/vhd_files/2025-gen2.txt
@@ -38,0 +39 @@ mcr.microsoft.com/containernetworking/azure-cni:v1.7.9-0
+mcr.microsoft.com/containernetworking/azure-cni:v1.8.1-0
@@ -41,0 +43 @@ mcr.microsoft.com/containernetworking/azure-cns:v1.7.9-0
+mcr.microsoft.com/containernetworking/azure-cns:v1.8.1-0
diff --git a/vhd_files/2025.txt b/vhd_files/2025.txt
index 8006c8d..ccf74ce 100644
--- a/vhd_files/2025.txt
+++ b/vhd_files/2025.txt
@@ -38,0 +39 @@ mcr.microsoft.com/containernetworking/azure-cni:v1.7.9-0
+mcr.microsoft.com/containernetworking/azure-cni:v1.8.1-0
@@ -41,0 +43 @@ mcr.microsoft.com/containernetworking/azure-cns:v1.7.9-0
+mcr.microsoft.com/containernetworking/azure-cns:v1.8.1-0
diff --git a/vhd_files/23H2-gen2.txt b/vhd_files/23H2-gen2.txt
index f9e8193..49c7126 100644
--- a/vhd_files/23H2-gen2.txt
+++ b/vhd_files/23H2-gen2.txt
@@ -58,0 +59 @@ mcr.microsoft.com/containernetworking/azure-cni:v1.7.9-0
+mcr.microsoft.com/containernetworking/azure-cni:v1.8.1-0
@@ -61,0 +63 @@ mcr.microsoft.com/containernetworking/azure-cns:v1.7.9-0
+mcr.microsoft.com/containernetworking/azure-cns:v1.8.1-0
diff --git a/vhd_files/23H2.txt b/vhd_files/23H2.txt
index 731799d..b421348 100644
--- a/vhd_files/23H2.txt
+++ b/vhd_files/23H2.txt
@@ -58,0 +59 @@ mcr.microsoft.com/containernetworking/azure-cni:v1.7.9-0
+mcr.microsoft.com/containernetworking/azure-cni:v1.8.1-0
@@ -61,0 +63 @@ mcr.microsoft.com/containernetworking/azure-cns:v1.7.9-0
+mcr.microsoft.com/containernetworking/azure-cns:v1.8.1-0 |
| "renovateTag": "registry=https://mcr.microsoft.com, name=containernetworking/azure-cni", | ||
| "latestVersion": "v1.7.9-0" | ||
| }, | ||
| { | ||
| "renovateTag": "registry=https://mcr.microsoft.com, name=containernetworking/azure-cni", | ||
| "latestVersion": "v1.8.1-0" |
There was a problem hiding this comment.
PR title says "replace" CNI/CNS versions, but this change adds v1.8.1-0 alongside existing versions (v1.5.50/v1.6.35-0/v1.7.9-0). If the intent is to deprecate older cached tags, please either remove them here or adjust the PR title/description to reflect that we’re expanding the cached set rather than replacing it.
| "renovateTag": "registry=https://mcr.microsoft.com, name=containernetworking/azure-cni", | ||
| "latestVersion": "v1.8.1-0", | ||
| "containerImagePrefetch": { | ||
| "latestVersion": { | ||
| "binaries": [ | ||
| "/dropgz" | ||
| ] | ||
| } | ||
| } | ||
| } |
There was a problem hiding this comment.
Since this change touches parts/common/components.json, please run make generate (which includes validate-components via CUE vet) and commit any regenerated testdata/artifacts if they change. This helps avoid CI failures from out-of-date generated outputs.
What this PR does / why we need it:
Bump cni and cns cached versions to 1.8.1
Which issue(s) this PR fixes:
Fixes #