mirror of
https://github.com/fleetdm/fleet
synced 2026-05-23 17:08:53 +00:00
Fleet UI: Update osquery version options (#30139)
Automated update of MIN_OSQUERY_VERSION_OPTIONS with any new osquery release. (Note: This automatic update is the solution to issue #21431) Co-authored-by: RachelElysia <RachelElysia@users.noreply.github.com>
This commit is contained in:
parent
da5f8d88ee
commit
b1fe6b485c
1 changed files with 1 additions and 0 deletions
|
|
@ -84,6 +84,7 @@ export const MAX_OSQUERY_SCHEDULED_QUERY_INTERVAL = 604800;
|
|||
|
||||
export const MIN_OSQUERY_VERSION_OPTIONS = [
|
||||
{ label: "All", value: "" },
|
||||
{ label: "5.18.0 +", value: "5.18.0" },
|
||||
{ label: "5.17.0 +", value: "5.17.0" },
|
||||
{ label: "5.16.0 +", value: "5.16.0" },
|
||||
{ label: "5.15.0 +", value: "5.15.0" },
|
||||
|
|
|
|||
Loading…
Reference in a new issue