diff --git a/src/content/community/releases/_index.en.md b/src/content/community/releases/_index.en.md index e365964a5..c160817c1 100644 --- a/src/content/community/releases/_index.en.md +++ b/src/content/community/releases/_index.en.md @@ -44,6 +44,7 @@ weight = 40 * Enhanced Calico CNI detection now includes searching for calico-node CNI pods when the calico-config map is not detected. * Fixed an issue with Service Discovery with Globalnet enabled where a service was inaccessible after recreating it. * Fixed an issue with Service Discovery where a remote cluster's service was inaccessible after recreating its local namespace. +* Fixed an issue in the podCIDR detection logic, ensuring that node.Spec.PodCIDR is exclusively used for single-node deployments. * `subctl verify` no longer requires the KUBECONFIG environment variable to be set. * The Globalnet component now handles out-of-order remote endpoint notifications properly.