From c6c9961ca735028a45179b6389af4d60a1b71d73 Mon Sep 17 00:00:00 2001 From: Dalton Hubble Date: Mon, 7 Sep 2020 16:53:34 -0700 Subject: [PATCH] Update CNI plugins from v0.8.6 to v0.8.7 * https://github.com/containernetworking/plugins/releases/tag/v0.8.7 --- CHANGES.md | 4 ++++ Makefile | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGES.md b/CHANGES.md index 081ee36..3a1b1c6 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -2,6 +2,10 @@ Notable changes between versions +## v0.4.1 + +* Update CNI plugins from v0.8.6 to v0.8.7 ([#3](https://github.com/poseidon/flannel-cni/pull/3)) + ## v0.4.0 * Update CNI plugins from v0.6.0 to v0.8.6 diff --git a/Makefile b/Makefile index fb2603d..464c46d 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,5 @@ VERSION=$(shell git describe --tags --match=v* --always --dirty) -CNI_VERSION=v0.8.6 +CNI_VERSION=v0.8.7 LOCAL_REPO?=poseidon/flannel-cni IMAGE_REPO?=quay.io/poseidon/flannel-cni