From cd0a2c949a929b9a9443ff489679d6203254b31a Mon Sep 17 00:00:00 2001 From: Bruce Ashfield Date: Fri, 13 May 2022 15:15:02 -0400 Subject: 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 --- recipes-networking/cni/cni_git.bb | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) (limited to 'recipes-networking/cni') 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. \ " SRCREV_cni = "940e66269988c38f4c09b00bda4456d2db007b35" -# Version 0.9.1 -SRCREV_plugins = "b8a10bbe111e9db72433f357c37077554ada7ca1" +SRCREV_plugins = "4744ec27b89c083194e7df498de50f03a8a1d3ec" SRCREV_flannel_plugin = "076c4462d6c6887614fc881b806b690b9e56ceb2" SRCREV_FORMAT = "cni_plugins" SRC_URI = "\ - git://github.com/containernetworking/cni.git;nobranch=1;name=cni;protocol=https \ - git://github.com/containernetworking/plugins.git;nobranch=1;destsuffix=${S}/src/github.com/containernetworking/plugins;name=plugins;protocol=https \ + git://github.com/containernetworking/cni.git;branch=main;name=cni;protocol=https \ + git://github.com/containernetworking/plugins.git;branch=release-1.1;destsuffix=${S}/src/github.com/containernetworking/plugins;name=plugins;protocol=https \ git://github.com/flannel-io/cni-plugin;branch=main;name=flannel_plugin;protocol=https;destsuffix=${S}/src/github.com/containernetworking/plugins/plugins/meta/flannel \ " LICENSE = "Apache-2.0" -- cgit v1.2.3-54-g00ecf