Skip to content
This repository has been archived by the owner on Jun 20, 2024. It is now read-only.

Weave Net 2.8.0

Compare
Choose a tag to compare
@bboreham bboreham released this 18 Jan 17:52
· 17 commits to master since this release

Release 2.8.0

This release makes some important changes to trim the "attack surface" of the Kubernetes install, addressing CVE-2020-26278, 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
    (We also stopped including config for Kubernetes releases 1.6 and 1.7 which are very old.)
  • 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