forked from projectcalico/calico
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
31285d6
commit 7a0bae7
Showing
2 changed files
with
31 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
26 Jul 2019 | ||
|
||
#### Other changes | ||
|
||
- calico/node base image changed to debian:10-slim [node #275](https://github.com/projectcalico/node/pull/275) (@caseydavenport) | ||
- calico can run on systems which use iptables in nft compatibility mode | ||
- calico/node now includes legacy and nftables versions of the iptables tooling [node #267](https://github.com/projectcalico/node/pull/267) (@fasaxc) | ||
- Adjust VXLAN rules to be compatible with iptables in NFT mode [felix #2087](https://github.com/projectcalico/felix/pull/2087) (@caseydavenport) | ||
- Felix now supports iptables 1.8 in nftables mode. The correct mode must be selected through configuration. [felix #2074](https://github.com/projectcalico/felix/pull/2074) (@fasaxc) | ||
- Add FelixConfiguration option for IptablesBackend [libcalico-go #1105](https://github.com/projectcalico/libcalico-go/pull/1105) (@fasaxc) |