From ae3e3a338f9585b7b43a68a98dde971150ca3ab8 Mon Sep 17 00:00:00 2001 From: Tom Pantelis Date: Wed, 11 Dec 2024 07:37:12 -0500 Subject: [PATCH] Add 0.20 release note for submariner-operator PR #3295 https://github.com/submariner-io/submariner-operator/pull/3295 Signed-off-by: Tom Pantelis --- 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 e13935cb3..89bfd8e8c 100644 --- a/src/content/community/releases/_index.en.md +++ b/src/content/community/releases/_index.en.md @@ -15,6 +15,7 @@ weight = 40 * Fixed an issue with Service Discovery that caused `ServiceImport` resources to be deleted on `submariner-lighthouse-agent` pod restart. * An exported non-headless Service's `publishNotReadyAddresses` flag is now propagated to the Globalnet ingress Service to allow forwarding traffic if there is no backing ready pod. +* Service Discovery now correctly detects and configures the CoreDNS ConfigMap for the RKE2 platform. ## v0.18.2 (October 30, 2024)