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