Commit db9fcb06 authored by Kubernetes Submit Queue's avatar Kubernetes Submit Queue Committed by GitHub

Merge pull request #43536 from ethernetdan/cni_plugins_v0.5.1

Automatic merge from submit-queue bump Kubernetes packaged CNI to v0.5.1 Update version of packaged CNI to v0.5.1 in order as part of a fix for #43488. Next steps compiling these versions and updating references to artifacts. /cc @ixdy
parents 5f39ef81 04c20f44
...@@ -18,7 +18,7 @@ ...@@ -18,7 +18,7 @@
# [ARCH=amd64] [CNI_RELEASE=v0.3.0] make (build|push) # [ARCH=amd64] [CNI_RELEASE=v0.3.0] make (build|push)
ARCH?=amd64 ARCH?=amd64
CNI_RELEASE?=07a8a28637e97b22eb8dfe710eeae1344f69d16e CNI_RELEASE?=0799f5732f2a11b329d9e3d51b9c8f2e3759f2ff
CNI_TARBALL=cni-$(ARCH)-$(CNI_RELEASE).tar.gz CNI_TARBALL=cni-$(ARCH)-$(CNI_RELEASE).tar.gz
CUR_DIR=$(shell pwd) CUR_DIR=$(shell pwd)
OUTPUT_DIR=$(CUR_DIR)/output OUTPUT_DIR=$(CUR_DIR)/output
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment