Skip to content

Commit

Permalink
Prepare for v0.4.2 release
Browse files Browse the repository at this point in the history
  • Loading branch information
dghubble committed Feb 14, 2021
1 parent 0cd2ff4 commit 77573cb
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 77573cb

Please sign in to comment.