From 2ebadc1a62a1b33957b9726200b5b326a2a91406 Mon Sep 17 00:00:00 2001 From: Stephen Kitt Date: Mon, 6 Nov 2023 15:26:22 +0100 Subject: [PATCH] Document the 0.16.1 fix for host-mounted sockets Signed-off-by: Stephen Kitt --- src/content/community/releases/_index.en.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/content/community/releases/_index.en.md b/src/content/community/releases/_index.en.md index 4940e1f10..a92f1d50f 100644 --- a/src/content/community/releases/_index.en.md +++ b/src/content/community/releases/_index.en.md @@ -12,6 +12,9 @@ weight = 40 * The Gateway leader election was enhanced to not restart the pod when leadership is lost to avoid possible data path disruption. * Fixed an issue in Service Discovery where stale endpoint IPs, corresponding to services that no longer exist, were returned from DNS queries. +* Sockets from the host are mounted through their parent directory, which ensures that the sockets themselves aren't replaced by directories + (which prevents OVN components from starting). Additionally, stray directories are cleaned up at startup. This fixes the known issue with + upgrades involving OVN, [documented in the known issues in v0.16.0](#v0160). ## v0.16.0