From dde09ba84f44e9f7d23b571bbb221ed6f433f5d4 Mon Sep 17 00:00:00 2001 From: techmore Date: Fri, 19 Dec 2025 00:10:34 +0000 Subject: [PATCH] Update MIN_OSQUERY_VERSION_OPTIONS --- frontend/utilities/constants.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/frontend/utilities/constants.tsx b/frontend/utilities/constants.tsx index 3d276a6b880a..99c16bdc6709 100644 --- a/frontend/utilities/constants.tsx +++ b/frontend/utilities/constants.tsx @@ -88,6 +88,7 @@ export const MAX_OSQUERY_SCHEDULED_QUERY_INTERVAL = 604800; export const MIN_OSQUERY_VERSION_OPTIONS = [ { label: "All", value: "" }, + { label: "5.21.0 +", value: "5.21.0" }, { label: "5.20.0 +", value: "5.20.0" }, { label: "5.19.0 +", value: "5.19.0" }, { label: "5.18.1 +", value: "5.18.1" },