Fleet UI: Update osquery version options (#23567)

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:
github-actions[bot] 2024-11-05 18:12:11 -06:00 committed by GitHub
parent e892a826ee
commit bf4ba76e02
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -84,6 +84,7 @@ export const MAX_OSQUERY_SCHEDULED_QUERY_INTERVAL = 604800;
export const MIN_OSQUERY_VERSION_OPTIONS = [
{ label: "All", value: "" },
{ label: "5.14.1 +", value: "5.14.1" },
{ label: "5.13.1 +", value: "5.13.1" },
{ label: "5.12.2 +", value: "5.12.2" },
{ label: "5.12.1 +", value: "5.12.1" },