From 5bbd8acbf806f932db3dc0c4db465eb95cff1da5 Mon Sep 17 00:00:00 2001 From: Sridhar Gaddam Date: Tue, 12 Sep 2023 16:43:56 +0530 Subject: [PATCH] Add release notes for Submariner PR#2599 Release notes for https://github.com/submariner-io/submariner/pull/2599 Signed-off-by: Sridhar Gaddam --- src/content/community/releases/_index.en.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/content/community/releases/_index.en.md b/src/content/community/releases/_index.en.md index 58374ce31..2a743ec12 100644 --- a/src/content/community/releases/_index.en.md +++ b/src/content/community/releases/_index.en.md @@ -19,6 +19,8 @@ weight = 40 * Submariner gateway pods now skip invoking cable engine cleanup during termination, as this is handled by the route agent during gateway migration. * Fixed issue which caused the IPsec pluto process to crash when the remote endpoint was unstable. +* Submariner now explicitly configures dpddelay when initiating IPsec connections to prevent excessively frequent + liveness probes. * The status condition type "Allocated" for Globalnet resources now adheres to the intended design of status conditions in Kubernetes by reflecting only the latest observed status. * The Globalnet component now handles out-of-order remote endpoint notifications properly.