From 15300f19e82587e5b9fedc8426e99272b4edefb9 Mon Sep 17 00:00:00 2001 From: Tom Pantelis Date: Tue, 2 Apr 2024 12:16:31 -0400 Subject: [PATCH] Add 0.16 release notes for lighthouse PR #1529 https://github.com/submariner-io/lighthouse/pull/1529 Signed-off-by: Tom Pantelis --- src/content/community/releases/_index.en.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/content/community/releases/_index.en.md b/src/content/community/releases/_index.en.md index e6002abc9..dc79d9a8b 100644 --- a/src/content/community/releases/_index.en.md +++ b/src/content/community/releases/_index.en.md @@ -5,6 +5,11 @@ weight = 40 +++ +## v0.16.4 + +* Fixed an issue in Service Discovery where un-exporting a Service on one cluster and then quickly exporting it on another cluster could + result in a missing `ServiceImport` resource and cause name resolution failures. + ## v0.16.3 * Fixed an issue in Service Discovery which caused an erroneous ServiceExport Conflict status condition to be reported.