From a40e168766d967fa9e4fe15115cb146792e9027c Mon Sep 17 00:00:00 2001 From: Bruce Ashfield Date: Fri, 13 May 2022 15:12:09 -0400 Subject: 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 --- recipes-networking/cni/cni_git.bb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'recipes-networking/cni') 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 \ is simple to implement. \ " -SRCREV_cni = "35efaabf93d23a28fb2fb01dccbe80caed196d19" +SRCREV_cni = "940e66269988c38f4c09b00bda4456d2db007b35" # Version 0.9.1 SRCREV_plugins = "b8a10bbe111e9db72433f357c37077554ada7ca1" SRCREV_flannel_plugin = "076c4462d6c6887614fc881b806b690b9e56ceb2" @@ -24,7 +24,7 @@ LIC_FILES_CHKSUM = "file://src/import/LICENSE;md5=fa818a259cbed7ce8bc2a22d35a464 GO_IMPORT = "import" -PV = "v1.0.1+git${SRCREV_cni}" +PV = "v1.1.0+git${SRCREV_cni}" inherit go inherit goarch -- cgit v1.2.3-54-g00ecf