Changed
- Upgrade CNI plugins from v1.5.1 to v1.6.2. (#6796, @luolanzone)
- Update some golang.org/x dependencies to resolve CVEs. (#6930, @antoninbas)
Fixed
- Fix antrea-agent crash issue when deleting the Secret which is storing BGP passwords. (#7042, @hongliangl)
- Filter out the
hostNetwork
Pods locally on Linux to fix K8s compatibility issue, since thespec.hostNetwork
field selector for Pods is not supported before K8s v1.28. (#7012, @wenyingd) - Add
-ComputerName localhost
explicitly for VMSwitch commands to avoid potential validation issues on Windows with Active Directory. (#6985, @XinShuYang) - Reconcile Pods with
hostNetwork
after Antrea Agent is restarted on Windows. (#6944, @wenyingd) - Fix PacketCapture bpf filter issue to avoid receiving packets when the socket is created but the bpf filter is not applied yet. (#6821, @hangyan)
- Set the maximum packet size explicitly to fix an issue with reading
PacketCapture
pcapng files withtcpdump
on macOS. (#6804, @hangyan) - Remove stale OVS interfaces in the CNIServer reconciler if the original Pod interface is disconnected. (#6919, @wenyingd)
- Ensure that
promote_secondaries
is set onIPAssigner
interfaces to avoid the automatic removal of all other IP addresses in the same subnet when the primary IP address is deleted. (#6898 #6900, @antoninbas) - Ensure that OpenFlow rules for a Windows Pod are installed as long as the OpenFlow port is allocated, even if its state is incorrectly reported as "LINK_DOWN". (#6889, @wenyingd)
- Fix audit logging for default deny-all K8s NetworkPolicy rules. (#6855, @qiyueyao)
- Fix race condition when getting BGP routes in BGPController. (#6823, @Atish-iaf)