Skip to content

Commit

Permalink
Cherry-Pick: Fleet UI: Update osquery version options (#23567) (#23569)
Browse files Browse the repository at this point in the history
Cherry-pick automated update of MIN_OSQUERY_VERSION_OPTIONS with any new
osquery release.

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: RachelElysia <RachelElysia@users.noreply.github.com>
  • Loading branch information
3 people authored Nov 6, 2024
1 parent 0357473 commit 1172f88
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions frontend/utilities/constants.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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" },
Expand Down

0 comments on commit 1172f88

Please sign in to comment.