From 9d9f0db51623d096e06e63681d6906d4c4c1a30e Mon Sep 17 00:00:00 2001 From: zhongwencool Date: Thu, 15 Jun 2023 17:19:01 +0800 Subject: [PATCH] chore: update 11056 changelog --- changes/ce/fix-11056.en.md | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 changes/ce/fix-11056.en.md diff --git a/changes/ce/fix-11056.en.md b/changes/ce/fix-11056.en.md new file mode 100644 index 000000000..7c3164289 --- /dev/null +++ b/changes/ce/fix-11056.en.md @@ -0,0 +1,3 @@ +- Fix the issue where newly created listeners do not start properly at times, + when you delete a system default listener and add a new one named 'default', it will not start correctly. +- Fix the bug where configuration failure on certain nodes can cause dashboard unavailability.