|
| 1 | +## Release 1.9.6 |
| 2 | + |
| 3 | +Bug fixes and minor improvements |
| 4 | + |
| 5 | +* Ensure that Kubernetes pods can contact a service implemented within |
| 6 | + the same pod, by turning on "hairpin mode". This is required because |
| 7 | + of a quiet change between Kubernetes 1.5 and 1.6. #2993 |
| 8 | +* Network Policy Controller (`weave-npc`) now checks local addresses |
| 9 | + only, so it doesn't interfere with cross-cluster traffic. It should |
| 10 | + be more efficient too #2622,#2973,#2979 |
| 11 | +* Stop reporting back to Kubernetes any issues encountered when |
| 12 | + deleting a pod's network interface. This is required because |
| 13 | + of a quiet change between Kubernetes 1.5 and 1.6. #2921,#2928 |
| 14 | +* Fixed an issue whereby `weave-npc` couldn't start because one |
| 15 | + `ipset` was referring to another one and could not be destroyed #2915,#2949 |
| 16 | +* Improved the code which checks whether the kernel supports `ipset` #2934,#2935 |
| 17 | +* `weave-npc` now creates ipsets with only valid xml characters in the |
| 18 | + name #2958,#2959 |
| 19 | + |
| 20 | +Build and Testing |
| 21 | + |
| 22 | +* In build container use cross-compilers from debian package |
| 23 | + repository, so they match other components #2940 |
| 24 | +* Pin the version of the linting tool `shfmt` so the set of things it |
| 25 | + checks is stable #2987 |
| 26 | +* Fix lint error in script that runs smoke-tests #2962 |
| 27 | +* Moved website publishing from Wordpress to Netlify #2986 |
| 28 | + |
| 29 | +[Full list of changes](https://github.com/weaveworks/weave/milestone/55?closed=1). |
| 30 | + |
1 | 31 | ## Release 1.9.5 |
2 | 32 |
|
3 | 33 | Bug fixes and minor improvements |
|
0 commit comments