From 77573cbb6a7e19440a0b8ca704add1c723fe5994 Mon Sep 17 00:00:00 2001 From: Dalton Hubble Date: Sun, 14 Feb 2021 11:41:25 -0800 Subject: [PATCH] Prepare for v0.4.2 release --- CHANGES.md | 4 +++- README.md | 2 +- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/CHANGES.md b/CHANGES.md index 04e12d5..edda3ee 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -4,7 +4,9 @@ Notable changes between versions ## Latest -* Update CNI plugins from v0.8.7 to v0.9.0 ([#4](https://github.com/poseidon/flannel-cni/pull/4)) +## v0.4.2 + +* Update CNI plugins from v0.8.7 to v0.9.1 ([#4](https://github.com/poseidon/flannel-cni/pull/4), [#5](https://github.com/poseidon/flannel-cni/pull/5)) ## v0.4.1 diff --git a/README.md b/README.md index 2b5acfa..5ff73e2 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,7 @@ Add `flannel-cni` as an init container to a [flannel](https://github.com/coreos/ ```yaml initContainers: - name: install-cni - image: quay.io/poseidon/flannel-cni:v0.4.1 + image: quay.io/poseidon/flannel-cni:v0.4.2 command: ["/install-cni.sh"] env: - name: CNI_NETWORK_CONFIG