Fixed
- Add init container to apply Antrea-specific sysctl configuration. (#7651, @hongliangl)
- Improve stale IP recycling in AntreaIPAM controller. (#7538 #7571, @luolanzone)
- Clean up stale secondary IPs in IPPool when Node restarts with invalid OVSDB. (#7511, @luolanzone)
- Fix panic in Antrea monitor controller caused by unexpected delete event type. (#7568, @luolanzone)
- Exclude Egress VLAN sub-interfaces (
antrea-ext.VLAN) from NodePort addresses for consistency. (#7519, @antoninbas) - Fix a type assertion panic in
GetFlowTableIDfunction, which affected the/ovsflowsHTTP handler. (#7515, @antoninbas) - Handle missing Pod IP and Pod IP changes in NodePortLocal to prevent incorrect datapath rules. (#7512, @antoninbas)
- Update CNI plugins to 1.9.0 with CVE fix. (#7644, @luolanzone)