Releases: antrea-io/antrea
Releases · antrea-io/antrea
Antrea v2.4.3
Antrea v2.3.2
Fixed
- Fix overflow issue in network policy priority assigner. (#7496, @Dyanngg)
- Use a more robust way to extract the source Node IP from encapsulated IGMP messages for Multicast. (#7282, @hongliangl)
- Fix agent crash issue which is caused by unexpected interface store initialization for FlexibleIPAM uplink internal port. (#7389, @gran-vmv)
- Fix ACNP applied to NodePort failing to reject traffic in noEncap/hybrid mode. (#7265, @hongliangl)
Antrea v2.2.2
Fixed
- Fix ACNP applied to NodePort failing to reject traffic in noEncap/hybrid mode. (#7265, @hongliangl)
- Use a more robust way to extract the source Node IP from encapsulated IGMP messages for Multicast. (#7282, @hongliangl)
- Fix agent crash issue which is caused by unexpected interface store initialization for FlexibleIPAM uplink internal port. (#7389, @gran-vmv)
- Periodically sync permanent neighbors to ensure route correctness for Antrea host gateway interface. (#7238, @hongliangl)
- Enhance OVS commands for Antrea Windows to accelerate container recovery and improve robustness. (#7228, @XinShuYang)
- Sync affected groups in the Antrea Controller when a Pod goes into
Terminatedstate, to ensure that the Pod is excluded from NetworkPolicy source and destination immediately. (#7217, @Dyanngg) - Fix race condition when getting metrics via
antctlfor FlowAggregator. (#7230, @antoninbas) - Fix rollback when
configureContainerLinkVethfails, to ensure subsequent retries can succeed. (#7210 #7213, @tnqn) - Remove stale local members in the group cache for Multicast, which resolves an issue that the same receiver may fail to receive multicast packets after it rejoins the group. (#7154, @wenyingd)
Antrea v2.4.2
Fixed
- Fix agent crash issue which is caused by unexpected interface store initialization for FlexibleIPAM uplink internal port. (#7389, @gran-vmv)
- Ignore conntrack connections denied by policy for FlowExporter. (#7361, @antoninbas)
- Add missing policy UIDs for denied connections for FlowExporter. (#7388, @antoninbas)
- Fix ACNP applied to NodePort failing to reject traffic in noEncap/hybrid mode. (#7265, @hongliangl)
- Use a more robust way to extract the source Node IP from encapsulated IGMP messages for Multicast. (#7282, @hongliangl)
- Upgrade CNI plugins to v1.8.0 to fix CVEs. (#7397, @luolanzone)
Antrea v2.4.1
Added
- Add resource requests for Windows container in Antrea deployment. (#7254, @XinShuYang)
Fixed
- Add missing Run calls for nodeStore / serviceStore to start the garbage collection routines and fix a memory leak for FlowAggregator. (#7343, @antoninbas)
- Improve SR-IOV device assignment to ensure it's idempotent. (#7322, @luolanzone)
- Add validation to ensure IP range start is not greater than end in IPPool. (#7308, @wenqiq)
- Improve secondary interface reconciliation and fix a nil pointer exception when both SR-IOV and VLAN interfaces are enabled in Antrea SecondaryNetwork. (#7286, @jianjuns)
- Remove trailing whitespace from default manifests to fix
antrea-configConfigMap formatting issues. (#7311, @antoninbas)
Antrea v2.1.2
Fixed
- Periodically sync permanent neighbors to ensure route correctness for Antrea host gateway interface. (#7238, @hongliangl)
- Sync affected groups in the Antrea Controller when a Pod goes into
Terminatedstate, to ensure that the Pod is excluded from NetworkPolicy source and destination immediately. (#7217, @Dyanngg) - Fix rollback when
configureContainerLinkVethfails, to ensure subsequent retries can succeed. (#7210 #7213, @tnqn) - Fix Agent crash when deleting the Secret storing BGP passwords. (#7042, @hongliangl)
- Filter out the
hostNetworkPods locally on Linux to fix K8s compatibility issue, since thespec.hostNetworkfield selector for Pods is not supported before K8s v1.28. (#7012, @wenyingd) - Add
-ComputerName localhostexplicitly for VMSwitch commands to avoid potential validation issues on Windows with Active Directory. (#6985, @XinShuYang)
Antrea v2.4.0
Added
- Add BGP confederation support in BGPPolicy. (#6927 #6905, @hongliangl)
- Support mTLS when exporting flows to an external flow collector for FlowAggregator. (#7212, @antoninbas)
- Add
k8s.v1.cni.cncf.io/network-statusannotation to make SecondaryNetwork Pod IP visible. (#7069, @wenqiq) - Add
protocolFilterconfig to FlowExporter to filter and export flows only with the specified protocols. (#7145, @petertran-avgo) - Add
antctl get fqdncachesub-command to fetch the DNS mapping entries for FQDN policies. (#6868, @Dhruv-J) - Add TCP flags filter support for PacketCapture. (#7070, @AryanBakliwal)
- Add bidirectional packet capture support for PacketCapture. (#6882, @AryanBakliwal)
- Add ICMP messages filter support for PacketCapture. (#7164, @AryanBakliwal)
- Support
antctl packetcapturesub-commands for PacketCapture. (#6884, @hangyan) - Support enabling multicast snooping for SecondaryNetwork. (#7200, @tnqn)
- Allow defining static MAC addresses for SecondaryInterfaces for VLAN network. (#7137, @KMAnju-2021 @rajnkamr)
Changed
- Multiple enhancements for FlowAggregator are introduced:
- Move aggregation logic from go-ipfix to Antrea for FlowAggregator. (#7227, @antoninbas)
- Remove several instances of log spam in the Flow Aggregator, and improve handling of connection failures. (#7223, @antoninbas)
- Set
priorityClassNametosystem-node-criticalby default for FlowAggregator. (#7124, @luolanzone) - Support custom ClusterIDs attached to exported flow records for FlowAggregator. (#7197, @petertran-avgo)
- Clean up RBAC for FlowAggregator. (#7125, @antoninbas)
- Use Protobuf message in FlowAggregator to represent flows. (#7253, @antoninbas)
- Use Protobuf / gRPC between FlowExporter and FlowAggregator by default, and allow disabling IPFIX collector via
aggregatorTransportProtocol. (#7264, @antoninbas) - Add ability to export K8s UIDs in the IPFIX exporter. (#7279, @antoninbas)
- Add more configuration values to the flow-aggregator chart. (#7138, @antoninbas)
- Push flow-aggregator image to
ghcr.ioregistry. (#7036, @antoninbas)
- Log error when OVS meter drops packets, which helps to evaluate whether increasing the packetInRate configuration is needed. (#7242, @tnqn)
- Log PacketIn drops when dispatching to per-category queues to improve troubleshooting. (#7174, @tnqn)
- Increase the default packet-in rate limit to 5000. (#7243, @tnqn)
- Sync affected groups in the Antrea Controller when a Pod goes into
Terminatedstate, to ensure that the Pod is excluded from NetworkPolicy source and destination immediately. (#7217, @Dyanngg) - Decouple sending of ICMP probes & latency reporting for NodeLatencyMonitor, which can improve accuracy of measurements and reduce system load. (#7189, @g4rud4kun)
- Add ICMP Rule for NodeLatencyMonitor to make it work when the Node is configured with iptables default DROP policy. (#7011, @Dhruv-J)
- Handle Pod UID updates in PodStore to account for the corner case where old and new Pods from update handler are actually different objects. (#6964, @antoninbas)
- Support configuring file permissions for the Antrea CNI configuration file. (#7098, @luolanzone)
- Install iptables rules to allow WireGuard packets to ensure Antrea with WireGuard can work properly when the Node is configured with iptables default DROP policy. (#7030, @wenyingd)
- Make IPPool
prefixLengthandgatewayimmutable. (#7186, @wenqiq) - Periodically sync permanent neighbors to ensure route correctness for Antrea host gateway interface. (#7238, @hongliangl)
- Rename a SR-IOV VF device, which is configured as a secondary Pod interface, back to the original name when the Pod is deleted. (#7144, @luolanzone)
- Support removing the whole
k8s.v1.cni.cncf.io/networksannotation or resetting it to an empty value, which deletes the Pod's SecondaryNetwork interfaces. (#7119, @wenqiq) - Document Antrea native secondary network support for SR-IOV interfaces. (#7076, @tnqn)
Fixed
- Enhance OVS commands for Antrea Windows to accelerate container recovery and improve robustness. (#7228, @XinShuYang)
- Configure routes via
ip route addto avoid incorrect replacement of routes when the interface is managed by a network daemon. (#7134, @luolanzone) - Restore secondary VLAN interface information and reconcile OVS ports after Agent restarts. (#6853, @KMAnju-2021)
- Persist container netns with OVS port external IDs. (#7199, @[@jianjuns)
- Restore the existing SR-IOV secondary interface information when Agent restarts, using the information stored in the Pod NetworkStatus annotation, which ensures correct IP release and VF device name restoration after Pod deletion. (#7240, @luolanzone)
- Fix invalid template ID in FlowAggregator for IPFIX exporter. (#7208, @antoninbas)
- Fix race condition when getting metrics via
antctlfor FlowAggregator. (#7230, @antoninbas) - Fix invalid IPFIX UDP traffic fragmentation in the Flow Aggregator. (#7080, @antoninbas)
- Fix invalid Antrea IE registry ID in docs. (#7087, @ColonelBundy)
- Remove stale local members in the group cache for Multicast, which resolves an issue that the same receiver may fail to receive multicast packets after it rejoins the group. (#7154, @wenyingd)
- Fix Agent crash when deleting the Secret storing BGP passwords. (#7042, @hongliangl)
- Fix rollback when
configureContainerLinkVethfails, to ensure subsequent retries can succeed. (#7210 #7213, @tnqn) - Upgrade
otelhttpto v0.55.0 to fixWriteHeaderlogging flood. (#7196, @DeeBi9)
Antrea v2.3.1
Changed
- Update go-ipfix to v0.14.0. (#7080, @antoninbas)
- Document SecondaryNetwork support for SR-IOV. (#7076, @tnqn)
- Periodically sync permanent neighbors to ensure route correctness for Antrea host gateway interface. (#7238, @hongliangl)
Fixed
- Enhance OVS commands for Antrea Windows to accelerate container recovery after OVS processes restart and improve robustness. (#7228, @XinShuYang)
- Sync affected groups in the Antrea Controller when a Pod goes into
Terminatedstate, to ensure that the required updates are sent immediately to Agents. (#7217, @Dyanngg) - Fix race condition when getting metrics via
antctlfor FlowAggregator. (#7230, @antoninbas) - Fix rollback when
configureContainerLinkVethfails, to ensure subsequent retries can succeed. (#7210 #7213, @tnqn) - Remove stale local members in the group cache for Multicast, which resolves an issue that the same receiver may fail to receive multicast packets after it rejoins the group. (#7154, @wenyingd)
- Fix Agent crash when deleting the Secret storing BGP passwords. (#7042, @hongliangl)
Antrea v2.2.1
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
hostNetworkPods locally on Linux to fix K8s compatibility issue, since thespec.hostNetworkfield selector for Pods is not supported before K8s v1.28. (#7012, @wenyingd) - Add
-ComputerName localhostexplicitly for VMSwitch commands to avoid potential validation issues on Windows with Active Directory. (#6985, @XinShuYang) - Reconcile Pods with
hostNetworkafter 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
PacketCapturepcapng files withtcpdumpon macOS. (#6804, @hangyan) - Remove stale OVS interfaces in the CNIServer reconciler if the original Pod interface is disconnected. (#6919, @wenyingd)
- Ensure that
promote_secondariesis set onIPAssignerinterfaces 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)
Antrea v2.3.0
Added
- Add
Proxymode for Flow Aggregator to send flows directly without buffering or aggregation. (#6920 #6961, @antoninbas) - Support version skew between Antrea Agent and Flow Aggregator to improve upgrade robustness. (#6912, @antoninbas)
- Add
clusterIdto aggregated records for Flow Aggregator. (#6769, @antoninbas) - Add
checksum/configannotation to the Deployment of Flow Aggregator. (#6967, @antoninbas) - Support SecondaryNetwork of
SR-IOVtype for VM Nodes. (#6881, @tnqn) - Add more printer columns for
PacketCaptureCRD. (#6977, @antoninbas) - Add fallback log collection to the
antctl supportbundlecommand for Antrea components for which regular Support Bundle collection has failed. (#3659, @hangyan) - Add
antreaProxy.disableServiceHealthCheckServerconfig to disable the health check server run by Antrea Proxy to avoidkube-proxyerror logs. (#6939, @antoninbas) - Add route info to the output of
antctl get bgproutes. (#6803 #6823 #6835, @Atish-iaf)
Changed
- Promote feature
EgressSeparateSubnetfrom Alpha to Beta. (#6982, @luolanzone) - Promote feature
ServiceExternalIPfrom Alpha to Beta. (#6903, @xliuxu) - Allow running Flow Aggregator with no collector / sink. (#7006, @antoninbas)
- More efficient IP checks in the Flow Exporter when determining the type of flow being exported. (#6960, @antoninbas)
- Require
k8s.v1.cni.cncf.io/resourceNameannotations forSR-IOVtype ofNetworkAttachmentDefinitionsfor SecondaryNetwork. (#6999, @antoninbas) - Remove stale OVS interfaces in the CNIServer reconciler if the original Pod interface is disconnected. (#6919, @wenyingd)
- Remove local ASN range limitation in
BGPPolicyAPI. (#6914, @hongliangl) - Support providing a fixed public host key for SFTP uploads with a new field
hostPublicKeytoPacketCaptureandSupportBundleCollectionCRDs. (#6848, @antoninbas) - Upgrade CNI plugins from v1.5.1 to v1.6.2. (#6796, @luolanzone)
- Push Antrea Ubuntu-based images to
ghcr.io. (#6834, @antoninbas) - Upgrade go-ipfix to 0.13.0, which includes performance improvements and supports sending multiple data records in the same IPFIX message. (#6998, @antoninbas)
Fixed
- Add
-ComputerName localhostexplicitly for VMSwitch commands to avoid potential validation issues on Windows with Active Directory. (#6985, @XinShuYang) - Fix that Antrea L7NetworkPolicies do not handle Service traffic correctly. (#6941, @hongliangl)
- Disable TX checksum offload for Antrea host gateway interface when
disableTXChecksumOffloadis set totrue. (#6843, @hongliangl) - Add
fqdnCacheMinTTLconfiguration for Antrea-native policies which will ensure that resolved IPs are included in data path rules for at least the configured amount of time, in case some applications are caching the results of DNS queries. (#6808, @hkiiita) - 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)
- Ensure that
promote_secondariesis set onIPAssignerinterfaces to avoid the automatic removal of all other IP addresses in the same subnet when the primary IP address is deleted. (#6898 #6900, @antoninbas) - Set the maximum packet size explicitly to fix an issue with reading
PacketCapturepcapng files withtcpdumpon macOS. (#6804, @hangyan) - Reconcile Pods with
hostNetworkafter Antrea Agent is restarted on Windows. (#6944, @wenyingd) - Create a new kubeconfig for
SupportBundleClientto fixantctl supportbundlefailures on Windows. (#6840, @XinShuYang) - Fix PacketCapture bpf filter issue to avoid receiving packets when the socket is created but the bpf filter is not applied yet. (#6821, @hangyan)