From 40891b874472609c4237afa2a3793f186ee90949 Mon Sep 17 00:00:00 2001 From: Sridhar Gaddam Date: Tue, 26 Sep 2023 20:07:35 +0530 Subject: [PATCH] Release notes for podCIDR detection This PR includes release notes for https://github.com/submariner-io/submariner-operator/pull/2770 Signed-off-by: Sridhar Gaddam --- src/content/community/releases/_index.en.md | 1 + 1 file changed, 1 insertion(+) diff --git a/src/content/community/releases/_index.en.md b/src/content/community/releases/_index.en.md index 889e85597..26e3c3900 100644 --- a/src/content/community/releases/_index.en.md +++ b/src/content/community/releases/_index.en.md @@ -148,6 +148,7 @@ weight = 40 and will provide an appropriate error message. * 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. +* The pod CIDR detection logic now ensures that the node's `podCIDR` is exclusively used for single-node deployments. * `subctl verify` no longer requires the KUBECONFIG environment variable to be set. ## v0.13.6 (June 7, 2023)