From 55f57b108fe1334d4b978739d44d32cd214f6fbe Mon Sep 17 00:00:00 2001 From: Bruce Ashfield Date: Wed, 3 Jun 2026 17:08:34 +0000 Subject: cni: bump plugins to v1.9.1-tip and flannel to v1.9.1-flannel1-tip MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The cni recipe pins three upstream components. Per-component state: - containernetworking/cni (SRCREV_cni): unchanged at 7c270076 = v1.3.0-27-g7c27007, already at master HEAD. - containernetworking/plugins (SRCREV_plugins): 6d8f05b8 -> d653d38d (v1.9.1-3 -> v1.9.1-10). - flannel-io/cni-plugin (SRCREV_flannel_plugin): 09e4c7f9 -> e4902565 (v1.9.0-flannel1-12 -> v1.9.1-flannel1-6 — crosses to the v1.9.1 flannel line). PV stays at 1.3.0+git since the canonical "cni" component didn't move. Regenerated go-mod sidecars via `bitbake cni -c discover_and_generate` for the new go.sum that the plugins + flannel SRCREV bumps imply. Added `include go-mod-licenses.inc` for first-time per-dependency license tracking on this recipe. Signed-off-by: Bruce Ashfield --- recipes-networking/cni/cni_git.bb | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'recipes-networking/cni/cni_git.bb') diff --git a/recipes-networking/cni/cni_git.bb b/recipes-networking/cni/cni_git.bb index 727a9799..54735174 100644 --- a/recipes-networking/cni/cni_git.bb +++ b/recipes-networking/cni/cni_git.bb @@ -10,8 +10,8 @@ is simple to implement. \ " SRCREV_cni = "7c270076995b6a35f4774ce94dafcf266d1c6925" -SRCREV_plugins = "6d8f05b82e47b3bf573986146842c08f358270a7" -SRCREV_flannel_plugin = "09e4c7f9bee6abdf56e97f167a85248a7084f7ef" +SRCREV_plugins = "d653d38d4f3699653aa25cc1697924b2a9c2ae3e" +SRCREV_flannel_plugin = "e4902565b662b0fcc7ac7e6abf6b74e15518e024" SRCREV_FORMAT = "cni_plugins" SRC_URI = "\ git://github.com/containernetworking/cni.git;branch=main;name=cni;protocol=https;destsuffix=${GO_SRCURI_DESTSUFFIX} \ @@ -23,6 +23,9 @@ SRC_URI += "git://github.com/flannel-io/cni-plugin;branch=main;name=flannel_plug include go-mod-git.inc include go-mod-cache.inc +# Per-dependency license tracking +include go-mod-licenses.inc + DEPENDS = " \ rsync-native \ " -- cgit v1.2.3-54-g00ecf