From ef1caa449902dad15da722da96bd69892783f343 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 10 Feb 2025 17:06:27 -0600 Subject: [PATCH] Fleet UI: Update osquery version options (#26198) --- frontend/utilities/constants.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/frontend/utilities/constants.tsx b/frontend/utilities/constants.tsx index 4b79da95e4..4d9d7854ca 100644 --- a/frontend/utilities/constants.tsx +++ b/frontend/utilities/constants.tsx @@ -84,6 +84,7 @@ export const MAX_OSQUERY_SCHEDULED_QUERY_INTERVAL = 604800; export const MIN_OSQUERY_VERSION_OPTIONS = [ { label: "All", value: "" }, + { label: "5.16.0 +", value: "5.16.0" }, { label: "5.15.0 +", value: "5.15.0" }, { label: "5.14.1 +", value: "5.14.1" }, { label: "5.13.1 +", value: "5.13.1" },