summaryrefslogtreecommitdiffstats
path: root/recipes-networking/cni
diff options
context:
space:
mode:
authorBruce Ashfield <bruce.ashfield@gmail.com>2022-12-22 11:36:27 -0500
committerBruce Ashfield <bruce.ashfield@gmail.com>2023-01-10 13:58:07 -0500
commita969b554a6143da614e401b3230dc55f3b084e23 (patch)
treeb993e0fc5bbe206041fcff17c5d8dca5eed139e8 /recipes-networking/cni
parent66b585073516c58936033ffad75354a009f9337e (diff)
downloadmeta-virtualization-a969b554a6143da614e401b3230dc55f3b084e23.tar.gz
cni: update to 1.1,2
Bumping cni to version v0.8.0-126-gf024754, which comprises the following commits: f024754 refactor: move from io/ioutil to io and os packages e18f632 Update email to gmail 58488a6 Upgrade GitHub actions packages to resolve NodeJS 12 warnings 62709e0 Removed loxilight as it is not supported anymore 76aaefb libcni: handle string-type disableCheck values 04dce8c testhelpers: use `go mod tidy` to ensure all necessary dependencies before building be9139d cdc: update email dc22d04 go.mod: bump to go1.18 6996769 github: bump go version to v1.19 08fb460 go fmt dbf33e2 fix 714-plugin add netns validation reinforcement 8dba382 libcni: add specific type for CHECK not supported a710a7b Updated Calico project link 1c7c696 Fix successfully unmarshalled nil raw result 58b77bd spec: fix format 55fe94e invoke: if Result CNIVersion is empty use netconf CNIVersion 99eac24 cnitool: address golint error Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com> cni-flannel: update to 1.1,2 Bumping flannel-cni-plugin.git to version v1.1.2-2-ga2398ab, which comprises the following commits: 1537c92 update of GH workflows acb770d Make sure the CNI delete function does not fail when the json config is wrong e541b70 Allow multiple flannel networks and upgrade to Go 1.19.2 6e8bb11 upgrade cni and plugins deps 076c446 add mips64le dockerfile Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
Diffstat (limited to 'recipes-networking/cni')
-rw-r--r--recipes-networking/cni/cni_git.bb6
1 files changed, 3 insertions, 3 deletions
diff --git a/recipes-networking/cni/cni_git.bb b/recipes-networking/cni/cni_git.bb
index 58431da4..35aea39a 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 \
9is simple to implement. \ 9is simple to implement. \
10" 10"
11 11
12SRCREV_cni = "940e66269988c38f4c09b00bda4456d2db007b35" 12SRCREV_cni = "f024754da8d49bdac31d99d04355ddfe0340f8eb"
13SRCREV_plugins = "4744ec27b89c083194e7df498de50f03a8a1d3ec" 13SRCREV_plugins = "4744ec27b89c083194e7df498de50f03a8a1d3ec"
14SRCREV_flannel_plugin = "076c4462d6c6887614fc881b806b690b9e56ceb2" 14SRCREV_flannel_plugin = "a2398ab1a85101d5b2d2180dc731215d65b2be9a"
15SRCREV_FORMAT = "cni_plugins" 15SRCREV_FORMAT = "cni_plugins"
16SRC_URI = "\ 16SRC_URI = "\
17 git://github.com/containernetworking/cni.git;branch=main;name=cni;protocol=https \ 17 git://github.com/containernetworking/cni.git;branch=main;name=cni;protocol=https \
@@ -23,7 +23,7 @@ LIC_FILES_CHKSUM = "file://src/import/LICENSE;md5=fa818a259cbed7ce8bc2a22d35a464
23 23
24GO_IMPORT = "import" 24GO_IMPORT = "import"
25 25
26PV = "v1.1.0+git${SRCREV_cni}" 26PV = "v1.1.2+git${SRCREV_cni}"
27 27
28inherit go 28inherit go
29inherit goarch 29inherit goarch