From b3e1b9e52ff1377e2d2fe14aa57192efbf2c415f Mon Sep 17 00:00:00 2001 From: Fimeg Date: Sat, 25 Oct 2025 12:40:16 -0400 Subject: [PATCH] Bump agent version to 0.1.8 --- aggregator-agent/cmd/agent/main.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aggregator-agent/cmd/agent/main.go b/aggregator-agent/cmd/agent/main.go index 4aaacd2..ae917c0 100644 --- a/aggregator-agent/cmd/agent/main.go +++ b/aggregator-agent/cmd/agent/main.go @@ -21,7 +21,7 @@ import ( ) const ( - AgentVersion = "0.1.7" // Windows Update data enrichment: CVEs, MSRC severity, dates, version parsing + AgentVersion = "0.1.8" // Added dnf makecache to security allowlist, retry tracking ) // getConfigPath returns the platform-specific config path