From 1b813786fe1c3f77cbd607095a3814e03b93f9ed Mon Sep 17 00:00:00 2001 From: Sergey Kipnis Date: Tue, 14 Jan 2025 09:35:45 +0100 Subject: [PATCH] 17298 Windows agent reports the version of custom exe plugin as n/a For any exe plugin except for mk-sql.exe, the version is reported as n/a. For mk-sql.exe, its actual version is reported. Change-Id: Ifdafc4c28f87400e3d51f483687e1a876948502d --- .werks/17298.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 .werks/17298.md diff --git a/.werks/17298.md b/.werks/17298.md new file mode 100644 index 00000000000..363d1496844 --- /dev/null +++ b/.werks/17298.md @@ -0,0 +1,15 @@ +[//]: # (werk v2) +# Windows agent reports the version of custom exe plugin as n/a + +key | value +---------- | --- +date | 2025-01-14T07:58:04+00:00 +version | 2.5.0b1 +class | feature +edition | cre +component | checks +level | 1 +compatible | yes + +For any exe plugin except for mk-sql.exe, the version is reported as n/a. +For mk-sql.exe, its actual version is reported.