Skip to content

Commit 2e4da40

Browse files
committed
Add release notes for v3.31.5
1 parent 3ec448b commit 2e4da40

File tree

1 file changed

+22
-0
lines changed

1 file changed

+22
-0
lines changed
Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
14 Apr 2026
2+
3+
#### Bug fixes
4+
5+
- Fix memory leak in LoadBalancer controller where `deleteService` and `releaseAddressFromService` left stale entries in the `ipsByBlock` index, causing unbounded memory growth in kube-controllers in clusters with high LoadBalancer service churn. [calico 12369](https://github.com/projectcalico/calico/pull/12369) (@caseydavenport)
6+
- ebpf: Fix conntrack counter accounting for NAT-outgoing flows where bytes_in and packets_in were always zero. [calico 12324](https://github.com/projectcalico/calico/pull/12324) (@lucastigera)
7+
- ebpf: Fix that BPF programs could be incorrectly removed from workload interfaces on recent kernels due to change in kernel use of IFLA_LINK netlink message. [calico 12210](https://github.com/projectcalico/calico/pull/12210) (@tomastigera)
8+
- Fix memory leak in routing table logic. The "interfaces to ARP" set was not properly cleaned out when an interface was removed, resulting in leaving old interface names in the set. [calico 12193](https://github.com/projectcalico/calico/pull/12193) (@fasaxc)
9+
- Fix a goroutine leak in Felix's interface monitor that could occur on netlink reconnect. [calico 12193](https://github.com/projectcalico/calico/pull/12193) (@fasaxc)
10+
- Fix goroutine leak after nflog reader restart. [calico 12193](https://github.com/projectcalico/calico/pull/12193) (@fasaxc)
11+
- Fix BGP syncing on Windows [calico 12063](https://github.com/projectcalico/calico/pull/12063) (@rbrtbnfgl)
12+
- Fix failure to enable ingress bandwidth QoS controls when a non-default qdisc previously existed on the workload interface (handle != 0). [calico 11972](https://github.com/projectcalico/calico/pull/11972) (@coutinhop)
13+
- Fix CNI delete timeout to start after IPAM lock acquisition, preventing "context deadline exceeded" failures during high pod churn [calico 11942](https://github.com/projectcalico/calico/pull/11942) (@sridhartigera)
14+
- LoadBalancer controller prevent nil pointer dereference in handleBlockUpdate [calico 11924](https://github.com/projectcalico/calico/pull/11924) (@MichalFupso)
15+
- ebpf: corrected setting of bpf_skb_adjust_room flags for UDP [calico 11661](https://github.com/projectcalico/calico/pull/11661) (@tomastigera)
16+
17+
#### Other changes
18+
19+
- ebpf: Add JSON output support to calico-bpf dump commands (counters, conntrack, NAT, routes, arp, ifstate, maps) [calico 12313](https://github.com/projectcalico/calico/pull/12313) (@tomastigera)
20+
v- Use indexer for EndpointSlice lookups to avoid O(n) scans in confd [calico 11936](https://github.com/projectcalico/calico/pull/11936) (@haojiwu)
21+
- Skip nftables cache reload for cleaned disabled tables [calico 11869](https://github.com/projectcalico/calico/pull/11869) (@haojiwu)
22+
- ebpf: Added support to Kubernetes Service Traffic Distribution for Services and for the `service.kubernetes.io/topology-mode` annotation, replacing the deprecated `service.kubernetes.io/topology-aware-hints` behavior. [calico 11859](https://github.com/projectcalico/calico/pull/11859) (@lucastigera)

0 commit comments

Comments
 (0)