From 41727e5dd167c71a63fb8b8f4e3136867b0e65b3 Mon Sep 17 00:00:00 2001 From: mpriyank Date: Mon, 4 Dec 2023 18:01:07 +0000 Subject: [BUG] Dminame to valid topic suffix - dmi name can be in the form of URL , and we are using dmi-name as topic suffix , which results in the invalid topic name. - fix to extract out domain name excluding port from the url - test case for the same - updated the documentation - fix only supports ipv4 addresses at the moment Issue-ID: CPS-1979 Change-Id: I9c6ea113afae816f727b45a30c94070af013a16d Signed-off-by: mpriyank --- docs/release-notes.rst | 1 + 1 file changed, 1 insertion(+) (limited to 'docs') diff --git a/docs/release-notes.rst b/docs/release-notes.rst index 8bdc3fc9a6..63a877d811 100755 --- a/docs/release-notes.rst +++ b/docs/release-notes.rst @@ -38,6 +38,7 @@ Release Data Bug Fixes --------- + - `CPS-1979 `_ Bug fix for Invalid topic name suffix. Features -------- -- cgit 1.2.3-korg