summaryrefslogtreecommitdiffstats
path: root/recipes-networking/cni
diff options
context:
space:
mode:
authorBruce Ashfield <bruce.ashfield@gmail.com>2022-05-13 15:15:02 -0400
committerBruce Ashfield <bruce.ashfield@gmail.com>2022-06-03 09:32:13 -0400
commitcd0a2c949a929b9a9443ff489679d6203254b31a (patch)
treee7fc9aad9dc8eff60a23dc8b69f0e81cecc161e9 /recipes-networking/cni
parenta40e168766d967fa9e4fe15115cb146792e9027c (diff)
downloadmeta-virtualization-cd0a2c949a929b9a9443ff489679d6203254b31a.tar.gz
cni/plugins: update to 1.1.1
Bumping cni-plugins.git to version v1.1.1, which comprises the following commits: b1782e5 ipam/dhcp: Fix client id in renew/release b03deb6 call ipam.ExceDel after clean up device in netns fix #666 Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
Diffstat (limited to 'recipes-networking/cni')
-rw-r--r--recipes-networking/cni/cni_git.bb7
1 files changed, 3 insertions, 4 deletions
diff --git a/recipes-networking/cni/cni_git.bb b/recipes-networking/cni/cni_git.bb
index ce5e78ef..77493129 100644
--- a/recipes-networking/cni/cni_git.bb
+++ b/recipes-networking/cni/cni_git.bb
@@ -10,13 +10,12 @@ is simple to implement. \
10" 10"
11 11
12SRCREV_cni = "940e66269988c38f4c09b00bda4456d2db007b35" 12SRCREV_cni = "940e66269988c38f4c09b00bda4456d2db007b35"
13# Version 0.9.1 13SRCREV_plugins = "4744ec27b89c083194e7df498de50f03a8a1d3ec"
14SRCREV_plugins = "b8a10bbe111e9db72433f357c37077554ada7ca1"
15SRCREV_flannel_plugin = "076c4462d6c6887614fc881b806b690b9e56ceb2" 14SRCREV_flannel_plugin = "076c4462d6c6887614fc881b806b690b9e56ceb2"
16SRCREV_FORMAT = "cni_plugins" 15SRCREV_FORMAT = "cni_plugins"
17SRC_URI = "\ 16SRC_URI = "\
18 git://github.com/containernetworking/cni.git;nobranch=1;name=cni;protocol=https \ 17 git://github.com/containernetworking/cni.git;branch=main;name=cni;protocol=https \
19 git://github.com/containernetworking/plugins.git;nobranch=1;destsuffix=${S}/src/github.com/containernetworking/plugins;name=plugins;protocol=https \ 18 git://github.com/containernetworking/plugins.git;branch=release-1.1;destsuffix=${S}/src/github.com/containernetworking/plugins;name=plugins;protocol=https \
20 git://github.com/flannel-io/cni-plugin;branch=main;name=flannel_plugin;protocol=https;destsuffix=${S}/src/github.com/containernetworking/plugins/plugins/meta/flannel \ 19 git://github.com/flannel-io/cni-plugin;branch=main;name=flannel_plugin;protocol=https;destsuffix=${S}/src/github.com/containernetworking/plugins/plugins/meta/flannel \
21 " 20 "
22LICENSE = "Apache-2.0" 21LICENSE = "Apache-2.0"