From 90134a8cd20e9017953d1b3adfcdee6e84afdb6a Mon Sep 17 00:00:00 2001 From: Daniel Farrell Date: Mon, 23 Oct 2023 13:01:41 -0400 Subject: [PATCH] Fix typo in 0.16.0 release notes Signed-off-by: Daniel Farrell --- src/content/community/releases/_index.en.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/content/community/releases/_index.en.md b/src/content/community/releases/_index.en.md index 76580223d..c27a845ce 100644 --- a/src/content/community/releases/_index.en.md +++ b/src/content/community/releases/_index.en.md @@ -43,7 +43,7 @@ weight = 40 * Submariner now uses case-insensitive comparison while parsing CNI names. * Enhanced Calico CNI detection now includes searching for calico-node CNI pods when the calico-config map is not detected. * Submariner now automatically creates the necessary Calico IPPools for remote cluster connectivity when the Calico API Server is - installed within in the cluster. + installed in the cluster. * 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. * Service Discovery with Globalnet enabled now correctly handles headless services without a selector.