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>
This commit is contained in:
Bruce Ashfield 2022-05-13 15:15:02 -04:00
parent a40e168766
commit cd0a2c949a

View File

@ -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"