summaryrefslogtreecommitdiffstats
path: root/recipes-networking/cni
diff options
context:
space:
mode:
authorBruce Ashfield <bruce.ashfield@gmail.com>2022-05-13 15:12:09 -0400
committerBruce Ashfield <bruce.ashfield@gmail.com>2022-06-03 09:32:13 -0400
commita40e168766d967fa9e4fe15115cb146792e9027c (patch)
tree0233276d2263c658861d1266d13b7e3f26522e56 /recipes-networking/cni
parentb7485d340da97c1b01addbdc2a97a79c6303e401 (diff)
downloadmeta-virtualization-a40e168766d967fa9e4fe15115cb146792e9027c.tar.gz
cni: update to 1.1.0
Bumping cni to version v0.8.0-102-g940e662, which comprises the following commits: 99eac24 cnitool: address golint error 1054f8e libcni: handle empty version when parsing version 54f1587 Switch to ginkgo/v2 aba8f8b add security heading to README 4b46fe6 Maintainers: add Mike Zappa 2f6d8b1 introduce hybridnet to thrid-party plugins 48fac6a Update README.md 798e63d Updated README.md to include Netlox loxilight CNI Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
Diffstat (limited to 'recipes-networking/cni')
-rw-r--r--recipes-networking/cni/cni_git.bb4
1 files changed, 2 insertions, 2 deletions
diff --git a/recipes-networking/cni/cni_git.bb b/recipes-networking/cni/cni_git.bb
index 63c39293..ce5e78ef 100644
--- a/recipes-networking/cni/cni_git.bb
+++ b/recipes-networking/cni/cni_git.bb
@@ -9,7 +9,7 @@ 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 = "35efaabf93d23a28fb2fb01dccbe80caed196d19" 12SRCREV_cni = "940e66269988c38f4c09b00bda4456d2db007b35"
13# Version 0.9.1 13# Version 0.9.1
14SRCREV_plugins = "b8a10bbe111e9db72433f357c37077554ada7ca1" 14SRCREV_plugins = "b8a10bbe111e9db72433f357c37077554ada7ca1"
15SRCREV_flannel_plugin = "076c4462d6c6887614fc881b806b690b9e56ceb2" 15SRCREV_flannel_plugin = "076c4462d6c6887614fc881b806b690b9e56ceb2"
@@ -24,7 +24,7 @@ LIC_FILES_CHKSUM = "file://src/import/LICENSE;md5=fa818a259cbed7ce8bc2a22d35a464
24 24
25GO_IMPORT = "import" 25GO_IMPORT = "import"
26 26
27PV = "v1.0.1+git${SRCREV_cni}" 27PV = "v1.1.0+git${SRCREV_cni}"
28 28
29inherit go 29inherit go
30inherit goarch 30inherit goarch