You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The Egress feature is graduated from Alpha to Beta and is therefore enabled by default.
The support for proxying all Service traffic by Antrea Proxy (enabled by antreaProxy.proxyAll) is now Beta.
Added
Add the following capabilities to the Antrea IPAM feature:
Support pre-allocating continuous IPs for StatefulSet. (#3281, @annakhm)
Support specifying VLAN for IPPool. Traffic from Pods whose IPPools are configured with a VLAN ID will be tagged when leaving the Node uplink. (#3247, @gran-vmv)
Remove all legacy (*.antrea.tanzu.vmware.com) APIs. (#3299, @antoninbas)
Remove Kind-specific manifest and scripts. Antrea now uses OVS kernel datapath for Kind clusters. (#3413, @antoninbas)
[Windows] Use uplink MAC as source MAC when transmitting packets to underlay network from Windows Nodes. Therefore, MAC address spoofing configuration like "Forged transmits" in VMware vSphere doesn't need to be enabled. (#3516, @wenyingd)
Add an agent config parameter "enableBridgingMode" for enabling flexible IPAM (bridging mode). (#3297#3365, @jianjuns)
Use iptables-wrapper in Antrea container to support distros that runs iptables in "nft" mode. (#3276, @antoninbas)
Install CNI configuration files after installing CNI binaries to support container runtime cri-o. (#3154, @tnqn)
Upgrade packaged Whereabouts version to v0.5.1. (#3511, @antoninbas)