From 164175160a35e2ba4c4213cf1c08ec8206a7de8d Mon Sep 17 00:00:00 2001 From: Bryan Boreham Date: Mon, 18 Jan 2021 14:51:21 +0000 Subject: [PATCH] Add release v2.8.0 --- CHANGELOG.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index a48791595e..df26d1f670 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,18 @@ +## Release 2.8.0 + +This release makes some important changes to trim the "attack surface" of the +Kubernetes install, and improves a couple of reported issues. + +* Workaround to fix ipset conflict with iptables #3851, #3882 +* Kubernetes: move kernel and CNI setup to init container #3880 +* For K8s, stop running in host PID namespace #3876 +* NetworkPolicy: avoid logging dropped packets that were not actually dropped #3852 +* Build with Go version 1.15.6 #3883 + +Many thanks to contributors @drigz, @KevDBG and @NeonSludge. + +[Full list of changes](https://github.com/weaveworks/weave/milestone/87?closed=1) + ## Release 2.7.0 This release improves resiliency in a number of areas,