|
| 1 | +## Release 2.1.0 |
| 2 | + |
| 3 | +##New Features |
| 4 | + |
| 5 | +Improved Kubernetes Network Policy - Weave Net now supports the |
| 6 | +'v1' policies introduced in Kubernetes 1.7 as well as the 'beta' |
| 7 | +policies supported previously. See [Kubernetes 1.7 changelog](https://github.com/kubernetes/kubernetes/blob/master/CHANGELOG-1.7.md#network) |
| 8 | +for differences. To use old policies, `--use-legacy-netpol` argument |
| 9 | +should be passed to `weave-npc`. #3105,#3141,#3151,#3169 |
| 10 | + |
| 11 | +Weave Net now reclaims IP addresses owned by Kubernetes nodes which |
| 12 | +have been deleted from the cluster - this avoids running out of IP |
| 13 | +addresses when many nodes are added and deleted over a long period. |
| 14 | +#2797,#3149,#3170,#3172 |
| 15 | + |
| 16 | +##Other improvements |
| 17 | + |
| 18 | +* Export a Prometheus-style metric giving count of unreachable peers #3119 |
| 19 | +* Update 'gopacket' library to reduce memory use by approx 15MB #3160 |
| 20 | +* Replace bundling the 'docker' binary with our own code to avoid |
| 21 | + security vulnerability alerts and save space #2957,#3110 |
| 22 | + |
| 23 | +##Bug fixes |
| 24 | + |
| 25 | +* When `weave expose` is used, allow traffic into the Weave network - |
| 26 | + up till version 1.12 Docker would do this for us, but in 1.13 they |
| 27 | + stopped so now we do it. This change makes `weave expose` require |
| 28 | + Weave Net to be running. #2758,#3122 |
| 29 | +* Arm64 build now works on non-kubernetes installs #2832,#3110 |
| 30 | +* TX offload was being disabled in 'awsvpc' mode, which slows down packet sending #3089 |
| 31 | +* Removed spurious 'nil' in logs from CNI DEL operation #3143 |
| 32 | + |
| 33 | +##Build and test |
| 34 | + |
| 35 | +* Images are now also built for the ppc64le platform #3129 |
| 36 | +* Tweak build scripts to run on OSX as well as Linux #3135 |
| 37 | + |
| 38 | +##External Contributers |
| 39 | + |
| 40 | +Thanks to the following contributors: |
| 41 | +@caarlos0 |
| 42 | +@dtshepherd |
| 43 | + |
| 44 | +[Full list of changes](https://github.com/weaveworks/weave/milestone/59?closed=1) |
| 45 | + |
| 46 | + |
1 | 47 | ## Release 2.0.5 |
2 | 48 |
|
3 | 49 | Bug fixes |
|
0 commit comments