|
1 | 1 | # Changelog 2.2
|
2 | 2 |
|
| 3 | +## 2.2.1 - 2025-03-13 |
| 4 | + |
| 5 | +### Changed |
| 6 | + |
| 7 | +- Upgrade CNI plugins from v1.5.1 to v1.6.2. ([#6796](https://github.com/antrea-io/antrea/pull/6796), [@luolanzone]) |
| 8 | +- Update some golang.org/x dependencies to resolve CVEs. ([#6930](https://github.com/antrea-io/antrea/pull/6930), [@antoninbas]) |
| 9 | + |
| 10 | +### Fixed |
| 11 | + |
| 12 | +- Fix antrea-agent crash issue when deleting the Secret which is storing BGP passwords. ([#7042](https://github.com/antrea-io/antrea/pull/7042), [@hongliangl]) |
| 13 | +- Filter out the `hostNetwork` Pods locally on Linux to fix K8s compatibility issue, since the `spec.hostNetwork` field selector for Pods is not supported before K8s v1.28. ([#7012](https://github.com/antrea-io/antrea/pull/7012), [@wenyingd]) |
| 14 | +- Add `-ComputerName localhost` explicitly for VMSwitch commands to avoid potential validation issues on Windows with Active Directory. ([#6985](https://github.com/antrea-io/antrea/pull/6985), [@XinShuYang]) |
| 15 | +- Reconcile Pods with `hostNetwork` after Antrea Agent is restarted on Windows. ([#6944](https://github.com/antrea-io/antrea/pull/6944), [@wenyingd]) |
| 16 | +- Fix PacketCapture bpf filter issue to avoid receiving packets when the socket is created but the bpf filter is not applied yet. ([#6821](https://github.com/antrea-io/antrea/pull/6821), [@hangyan]) |
| 17 | +- Set the maximum packet size explicitly to fix an issue with reading `PacketCapture` pcapng files with `tcpdump` on macOS. ([#6804](https://github.com/antrea-io/antrea/pull/6804), [@hangyan]) |
| 18 | +- Remove stale OVS interfaces in the CNIServer reconciler if the original Pod interface is disconnected. ([#6919](https://github.com/antrea-io/antrea/pull/6919), [@wenyingd]) |
| 19 | +- Ensure that `promote_secondaries` is set on `IPAssigner` interfaces to avoid the automatic removal of all other IP addresses in the same subnet when the primary IP address is deleted. ([#6898](https://github.com/antrea-io/antrea/pull/6898) [#6900](https://github.com/antrea-io/antrea/pull/6900), [@antoninbas]) |
| 20 | +- 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](https://github.com/antrea-io/antrea/pull/6889), [@wenyingd]) |
| 21 | +- Fix audit logging for default deny-all K8s NetworkPolicy rules. ([#6855](https://github.com/antrea-io/antrea/pull/6855), [@qiyueyao]) |
| 22 | +- Fix race condition when getting BGP routes in BGPController. ([#6823](https://github.com/antrea-io/antrea/pull/6823), [@Atish-iaf]) |
| 23 | + |
3 | 24 | ## 2.2.0 - 2024-11-10
|
4 | 25 |
|
5 | 26 | ### Added
|
|
0 commit comments