Fleet UI: Update osquery version options (#37519)
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:
co-authored by
RachelElysia
parent
3d14b1c962
commit
8375d6b9b2
@@ -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" },
|
||||
|
||||
Reference in New Issue
Block a user