package/cni-plugins: bump version to 1.2.0
Adds new device driver main/dummy and various bug fixes/cleanups. https://github.com/containernetworking/plugins/releases/tag/v1.2.0 Signed-off-by: Christian Stewart <christian@paral.in> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
This commit is contained in:
parent
67c92fbd50
commit
bb6410b09b
@ -1,3 +1,3 @@
|
||||
# Locally computed
|
||||
sha256 c86c44877c47f69cd23611e22029ab26b613f620195b76b3ec20f589367a7962 cni-plugins-1.1.1.tar.gz
|
||||
sha256 f3496ddda9c7770a0b695b67ae7ee80a4ee331ac2745af4830054b81627f79b7 cni-plugins-1.2.0.tar.gz
|
||||
sha256 b40930bbcf80744c86c46a12bc9da056641d722716c378f5659b9e555ef833e1 LICENSE
|
||||
|
@ -4,7 +4,7 @@
|
||||
#
|
||||
################################################################################
|
||||
|
||||
CNI_PLUGINS_VERSION = 1.1.1
|
||||
CNI_PLUGINS_VERSION = 1.2.0
|
||||
CNI_PLUGINS_SITE = $(call github,containernetworking,plugins,v$(CNI_PLUGINS_VERSION))
|
||||
CNI_PLUGINS_LICENSE = Apache-2.0
|
||||
CNI_PLUGINS_LICENSE_FILES = LICENSE
|
||||
@ -12,6 +12,7 @@ CNI_PLUGINS_LICENSE_FILES = LICENSE
|
||||
CNI_PLUGINS_BUILD_TARGETS = \
|
||||
plugins/ipam/dhcp \
|
||||
plugins/main/bridge \
|
||||
plugins/main/dummy \
|
||||
plugins/main/host-device \
|
||||
plugins/main/ipvlan \
|
||||
plugins/main/loopback \
|
||||
|
Loading…
Reference in New Issue
Block a user