chore(deps): update azure-cns (patch) - #8471
Conversation
41f0dba to
2ddb6e8
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 7b0f611..6e732b2 100644
--- a/vhd_files/2022-containerd-gen2.txt
+++ b/vhd_files/2022-containerd-gen2.txt
@@ -110,2 +110,2 @@ mcr.microsoft.com/containernetworking/azure-cns:v1.5.50
-mcr.microsoft.com/containernetworking/azure-cns:v1.6.43-0
-mcr.microsoft.com/containernetworking/azure-cns:v1.7.16-0
+mcr.microsoft.com/containernetworking/azure-cns:v1.6.44-0
+mcr.microsoft.com/containernetworking/azure-cns:v1.7.17-0
diff --git a/vhd_files/2022-containerd.txt b/vhd_files/2022-containerd.txt
index 8d3d00c..8ad3a22 100644
--- a/vhd_files/2022-containerd.txt
+++ b/vhd_files/2022-containerd.txt
@@ -110,2 +110,2 @@ mcr.microsoft.com/containernetworking/azure-cns:v1.5.50
-mcr.microsoft.com/containernetworking/azure-cns:v1.6.43-0
-mcr.microsoft.com/containernetworking/azure-cns:v1.7.16-0
+mcr.microsoft.com/containernetworking/azure-cns:v1.6.44-0
+mcr.microsoft.com/containernetworking/azure-cns:v1.7.17-0
diff --git a/vhd_files/2025-gen2.txt b/vhd_files/2025-gen2.txt
index 9e61267..3ea91f0 100644
--- a/vhd_files/2025-gen2.txt
+++ b/vhd_files/2025-gen2.txt
@@ -40,2 +40,2 @@ mcr.microsoft.com/containernetworking/azure-cns:v1.5.50
-mcr.microsoft.com/containernetworking/azure-cns:v1.6.43-0
-mcr.microsoft.com/containernetworking/azure-cns:v1.7.16-0
+mcr.microsoft.com/containernetworking/azure-cns:v1.6.44-0
+mcr.microsoft.com/containernetworking/azure-cns:v1.7.17-0
diff --git a/vhd_files/2025.txt b/vhd_files/2025.txt
index 1222b2f..55dc22d 100644
--- a/vhd_files/2025.txt
+++ b/vhd_files/2025.txt
@@ -40,2 +40,2 @@ mcr.microsoft.com/containernetworking/azure-cns:v1.5.50
-mcr.microsoft.com/containernetworking/azure-cns:v1.6.43-0
-mcr.microsoft.com/containernetworking/azure-cns:v1.7.16-0
+mcr.microsoft.com/containernetworking/azure-cns:v1.6.44-0
+mcr.microsoft.com/containernetworking/azure-cns:v1.7.17-0
diff --git a/vhd_files/23H2-gen2.txt b/vhd_files/23H2-gen2.txt
index d4b7d21..6137348 100644
--- a/vhd_files/23H2-gen2.txt
+++ b/vhd_files/23H2-gen2.txt
@@ -57,2 +57,2 @@ mcr.microsoft.com/containernetworking/azure-cns:v1.5.50
-mcr.microsoft.com/containernetworking/azure-cns:v1.6.43-0
-mcr.microsoft.com/containernetworking/azure-cns:v1.7.16-0
+mcr.microsoft.com/containernetworking/azure-cns:v1.6.44-0
+mcr.microsoft.com/containernetworking/azure-cns:v1.7.17-0
diff --git a/vhd_files/23H2.txt b/vhd_files/23H2.txt
index 03acb98..b3f41a7 100644
--- a/vhd_files/23H2.txt
+++ b/vhd_files/23H2.txt
@@ -57,2 +57,2 @@ mcr.microsoft.com/containernetworking/azure-cns:v1.5.50
-mcr.microsoft.com/containernetworking/azure-cns:v1.6.43-0
-mcr.microsoft.com/containernetworking/azure-cns:v1.7.16-0
+mcr.microsoft.com/containernetworking/azure-cns:v1.6.44-0
+mcr.microsoft.com/containernetworking/azure-cns:v1.7.17-0 |
There was a problem hiding this comment.
⛔ Please hold this merge — the proposed versions are ahead of aks-rp.
This PR bumps the cached azure-cns images past what the RP actually deploys:
| Family | This PR caches | aks-rp deploys (swift/synths/cns/pkg/values/versions.go) |
|---|---|---|
| CNS 1.7 | v1.7.17-0 |
CNS1_7 = v1.7.16-0 |
| CNS 1.6 | v1.6.44-0 |
CNS1_6 = v1.6.43-0 |
The containernetworking/azure-cns entries in parts/common/components.json have no
previousLatestVersion, so merging replaces v1.7.16-0 / v1.6.43-0 in the VHD cache.
Since aks-rp still schedules v1.7.16-0 / v1.6.43-0, nodes would miss the cache and pull
the image at runtime.
Unblock condition: merge only once aks-rp is bumped to the matching tags
(CNS1_7 → v1.7.17-0, CNS1_6 → v1.6.44-0), or land the two changes together.
This PR contains the following updates:
v1.7.16-0→v1.7.17-0v1.6.43-0→v1.6.44-0Warning
Some dependencies could not be looked up. Check the Dependency Dashboard for more information.
Configuration
📅 Schedule: (UTC)
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.
This PR was generated by Mend Renovate. View the repository job log.