diff options
| author | Bruce Ashfield <bruce.ashfield@gmail.com> | 2026-03-25 23:29:11 +0000 |
|---|---|---|
| committer | Bruce Ashfield <bruce.ashfield@gmail.com> | 2026-03-25 23:30:27 +0000 |
| commit | f17c470cce0e5f06cd2d082e9d9cc1615d7aba0b (patch) | |
| tree | c6026b571783b7ad8af9548f2663ec8489fb6878 | |
| parent | 4a1de5588e0c864d2f974fa240cd35744dd14428 (diff) | |
| download | meta-virtualization-f17c470cce0e5f06cd2d082e9d9cc1615d7aba0b.tar.gz | |
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 <bruce.ashfield@gmail.com>
| -rw-r--r-- | recipes-networking/cni/cni_git.bb | 8 |
1 files 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 \ | |||
| 9 | is simple to implement. \ | 9 | is simple to implement. \ |
| 10 | " | 10 | " |
| 11 | 11 | ||
| 12 | SRCREV_cni = "1d67f89a2e3cfc3c22da74d4f8490e65ca4a819c" | 12 | SRCREV_cni = "7c270076995b6a35f4774ce94dafcf266d1c6925" |
| 13 | SRCREV_plugins = "9b3772e1a7abf93cbb7c6526a28bc0d27b830e02" | 13 | SRCREV_plugins = "6d8f05b82e47b3bf573986146842c08f358270a7" |
| 14 | SRCREV_flannel_plugin = "5d45388ab25791ec961585d921d1a42d3cbcc139" | 14 | SRCREV_flannel_plugin = "09e4c7f9bee6abdf56e97f167a85248a7084f7ef" |
| 15 | SRCREV_FORMAT = "cni_plugins" | 15 | SRCREV_FORMAT = "cni_plugins" |
| 16 | SRC_URI = "\ | 16 | SRC_URI = "\ |
| 17 | git://github.com/containernetworking/cni.git;branch=main;name=cni;protocol=https;destsuffix=${GO_SRCURI_DESTSUFFIX} \ | 17 | 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 | |||
| 32 | 32 | ||
| 33 | GO_IMPORT = "import" | 33 | GO_IMPORT = "import" |
| 34 | 34 | ||
| 35 | PV = "v1.3.0+git" | 35 | PV = "1.3.0+git" |
| 36 | CNI_VERSION = "v1.3.0" | 36 | CNI_VERSION = "v1.3.0" |
| 37 | 37 | ||
| 38 | # go-mod-discovery configuration | 38 | # go-mod-discovery configuration |
