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
Add support for multicast that allows forwarding multicast traffic within the cluster network (i.e., between Pods) and between the external network and the cluster network. (#2652#3142#2835#3171#2986, @wenyingd@ceclinux@XinShuYang) [Alpha - Feature Gate: Multicast]
In this release the feature is only supported on Linux Nodes for IPv4 traffic in noEncap mode
Add support for SR-IOV secondary network. Antrea can now create secondary network interfaces for Pods using SR-IOV VFs on bare metal Nodes. (#2651, @arunvelayutham) [Alpha - Feature Gate: SecondaryNetwork]
Add support for allocating external IPs for Services of type LoadBalancer from an ExternalIPPool. (#3147@Shengkai2000) [Alpha - Feature Gate: ServiceExternalIP]
Add support for antctl in the flow aggregator Pod. (#2878, @yanjunz97)
Support antctl log-level for changing log verbosity level
Support antctl get flowrecords [-o json] for dumping flow records
Support antctl get recordmetrics for dumping flow records metrics
Add support for the "Pass" action in Antrea-native policies to skip evaluation of further Antrea-native policy rules and delegate evaluation to Kubernetes NetworkPolicy. (#2964, @Dyanngg)
Add user documentation for using Project Antrea with Fluentd in order to collect audit logs from each Node. (#2853, @qiyueyao)
Document how to run Antrea e2e tests on an existing K8s cluster (#3045, @xiaoxiaobaba)
Changed
Make LoadBalancer IP proxying configurable for AntreaProxy to support scenarios in which it is desirable to send Pod-to-ExternalIP traffic to the external LoadBalancer. (#3130, @antoninbas)
Add startTime to the Traceflow Status to avoid issues caused by clock skew. (#2952, @antoninbas)
Add reason field in antctl traceflow command output. (#3175, @Jexf)
Validate serviceCIDR configuration only if AntreaProxy is disabled. (#2936, @wenyingd)
Improve configuration parameter validation for NodeIPAM. (#3009, @tnqn)
Update Antrea Octant plugin to support Octant 0.24 and to use the Dashboard client to perform CRUD operations on Antrea CRDs. (#2951, @antoninbas)
Omit hostNetwork Pods when computing members of ClusterGroup and AddressGroup. (#3080, @Dyanngg)
Support for using an env parameter ALLOW_NO_ENCAP_WITHOUT_ANTREA_PROXY to allow running Antrea in noEncap mode without AntreaProxy. (#3116, @Jexf@WenzelZ)
Move throughput calculation for network flow visibility from logstash to flow-aggregator. (#2692, @heanlan)
Add Go version information to full version string for Antrea binaries. (#3182, @antoninbas)
Improve kind-setup.sh script and Kind documentation. (#2937, @antoninbas)
Upgrade Windows OVS version to 2.15.2 to pick up some recent patches. (#2996, @lzhecheng) [Windows]
Remove HNSEndpoint only if infra container fails to create. (#2976, @lzhecheng) [Windows]
Use OVS Port externalIDs instead of HNSEndpoint to cache the externalIDS when using containerd as the runtime on Windows. (#2931, @wenyingd) [Windows]
Reduce network downtime when starting antrea-agent on Windows Node by using Windows management virtual network adapter as OVS internal port. (#3067, @wenyingd) [Windows]
Fixed
Fix error handling of the "Reject" action of Antrea-native policies when determining if the packet belongs to Service traffic. (#3010, @GraysonWu)
Make the "Reject" action of Antrea-native policies work in AntreaIPAM mode. (#3003, @GraysonWu)
Set ClusterGroup with child groups to groupMembersComputed after all its child groups are created and processed. (#3030, @Dyanngg)
Fix status report of Antrea-native policies with multiple rules that have different AppliedTo. (#3074, @tnqn)
Restore the gateway route automatically configured by kernel when configuring IP address if it is missing. (#2835, @antoninbas)
Fix incorrect parameter used to check if a container is the infra container, which caused errors when reattaching HNS Endpoint. (#3089, @XinShuYang) [Windows]
Fix gateway interface MTU configuration error on Windows. (#3043, @[lzhecheng]) [Windows]
Fix initialization error of antrea-agent on Windows by specifying hostname explicitly in VMSwitch commands. (#3169, @XinShuYang) [Windows]