From f17c470cce0e5f06cd2d082e9d9cc1615d7aba0b Mon Sep 17 00:00:00 2001 From: Bruce Ashfield Date: Wed, 25 Mar 2026 23:29:11 +0000 Subject: cni: update to v1.3.0 Bumping cni to version v0.8.0-340-g7c27007, which comprises the following commits: f1cb561 docs: Fix broken link to "Version considerations" in SPEC.md 77b1001 spec: update number of specifically defined terms Bumping cni-plugins.git to version v1.1.0-395-g6d8f05b8, which comprises the following commits: 6d8f05b8 Bump go version to 1.26 f9f86fdf fix revive linter b2f23299 Update go.mod to Go 1.25. adc3e6b5 bridge: include attempted IP address in AddrAdd error message 4161e445 build(deps): bump golangci/golangci-lint-action from 8 to 9 dada84a9 CVE-2025-52881: Bump selinux to 1.13.0 dfb1f9ac fix(test): use shorter veth peer name ccc8314d vrf: fix route filtering to preserve IPAM-configured routes 8c4a6b3b bandwidth: handle nil bandwidth in CHECK 9b3772e1 portmap: ensure nftables backend only intercept local traffic Bumping flannel-cni-plugin.git to version v1.9.0-flannel1-12-g09e4c7f, which comprises the following commits: 09e4c7f Bump google.golang.org/grpc from 1.69.0 to 1.79.3 99c8f33 Bump golang from 1.25.6-alpine3.22 to 1.25.7-alpine3.22 a1f477f Bump github.com/onsi/ginkgo/v2 from 2.27.5 to 2.28.1 9d9dbae Bump github.com/onsi/gomega from 1.39.0 to 1.39.1 122c4fd Bump alpine from 3.23.2 to 3.23.3 f5fdb63 Bump golang from 1.25.5-alpine3.22 to 1.25.6-alpine3.22 e70badd Bump github.com/onsi/ginkgo/v2 from 2.27.3 to 2.27.5 b84eef9 Bump github.com/onsi/gomega from 1.38.3 to 1.39.0 a10ad00 Bump alpine from 3.23.0 to 3.23.2 8b6781f Bump github.com/onsi/ginkgo/v2 from 2.27.2 to 2.27.3 be2d572 Bump github.com/onsi/gomega from 1.38.2 to 1.38.3 0940aaf Bump github.com/containernetworking/plugins from 1.8.0 to 1.9.0 521b4f6 Bump alpine from 3.22.2 to 3.23.0 dfcb1ec Bump golang from 1.25.4-alpine3.22 to 1.25.5-alpine3.22 5d45388 Bump golang from 1.24.9-alpine3.22 to 1.25.4-alpine3.22 Signed-off-by: Bruce Ashfield --- recipes-networking/cni/cni_git.bb | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/recipes-networking/cni/cni_git.bb b/recipes-networking/cni/cni_git.bb index 88f9b483..f6617c1f 100644 --- a/recipes-networking/cni/cni_git.bb +++ b/recipes-networking/cni/cni_git.bb @@ -9,9 +9,9 @@ Because of this focus, CNI has a wide range of support and the specification \ is simple to implement. \ " -SRCREV_cni = "1d67f89a2e3cfc3c22da74d4f8490e65ca4a819c" -SRCREV_plugins = "9b3772e1a7abf93cbb7c6526a28bc0d27b830e02" -SRCREV_flannel_plugin = "5d45388ab25791ec961585d921d1a42d3cbcc139" +SRCREV_cni = "7c270076995b6a35f4774ce94dafcf266d1c6925" +SRCREV_plugins = "6d8f05b82e47b3bf573986146842c08f358270a7" +SRCREV_flannel_plugin = "09e4c7f9bee6abdf56e97f167a85248a7084f7ef" SRCREV_FORMAT = "cni_plugins" SRC_URI = "\ git://github.com/containernetworking/cni.git;branch=main;name=cni;protocol=https;destsuffix=${GO_SRCURI_DESTSUFFIX} \ @@ -32,7 +32,7 @@ LIC_FILES_CHKSUM = "file://src/import/LICENSE;md5=fa818a259cbed7ce8bc2a22d35a464 GO_IMPORT = "import" -PV = "v1.3.0+git" +PV = "1.3.0+git" CNI_VERSION = "v1.3.0" # go-mod-discovery configuration -- cgit v1.2.3-54-g00ecf