Skip to content

Commit 74485ea

Browse files
committed
Move release note to bug fixes
1 parent ab45fc5 commit 74485ea

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

release-notes/v3.30.7-release-notes.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,11 @@
1010
- Fix failure to enable ingress bandwidth QoS controls when a non-default qdisc previously existed on the workload interface (handle != 0). [calico 11984](https://github.com/projectcalico/calico/pull/11984) (@coutinhop)
1111
- Fix CNI delete timeout to start after IPAM lock acquisition, preventing "context deadline exceeded" failures during high pod churn. [calico 11943](https://github.com/projectcalico/calico/pull/11943) (@sridhartigera)
1212
- Fix advertisement of /32 LB IP addresses when not present in the Service Spec [calico 11928](https://github.com/projectcalico/calico/pull/11928) (@caseydavenport)
13+
- Prevent nil pointer dereference in LoadBalancer controller `handleBlockUpdate` [calico 11923](https://github.com/projectcalico/calico/pull/11923) (@MichalFupso)
1314
- Bugfix: fix rendering of NatPortRange option when using nftables. [calico 11740](https://github.com/projectcalico/calico/pull/11740) (@nelljerram)
1415
- Don't uninstall CNI and kube-proxy service when using non-Calico CNI on Windows with operator install. [calico 11723](https://github.com/projectcalico/calico/pull/11723) (@coutinhop)
1516
- Fix that the CNI plugin installer generated a malformed URL for IPv4 addresses. This bug was exposed by a fix to the golang URL parser. [calico 11720](https://github.com/projectcalico/calico/pull/11720) (@fasaxc)
1617

1718
#### Other changes
1819

19-
- Update LoadBalancer controller to not run when not explicitly configured as part of `ENABLED_CONTROLLERS` [calico 12055](https://github.com/projectcalico/calico/pull/12055) (@MichalFupso)
20-
- Prevent nil pointer dereference in LoadBalancer controller `handleBlockUpdate` [calico 11923](https://github.com/projectcalico/calico/pull/11923) (@MichalFupso)
20+
- Update LoadBalancer controller to not run when not explicitly configured as part of `ENABLED_CONTROLLERS` [calico 12055](https://github.com/projectcalico/calico/pull/12055) (@MichalFupso)

0 commit comments

Comments
 (0)