diff --git a/changes/14991-bump-minimum-osquery-versions b/changes/14991-bump-minimum-osquery-versions new file mode 100644 index 0000000000..1ac0da95ef --- /dev/null +++ b/changes/14991-bump-minimum-osquery-versions @@ -0,0 +1 @@ +- - Updated the list of minimum osquery versions to include the latest releases up to 5.10.2 diff --git a/frontend/utilities/constants.ts b/frontend/utilities/constants.ts index b911d225a6..61fb0bc4e1 100644 --- a/frontend/utilities/constants.ts +++ b/frontend/utilities/constants.ts @@ -55,6 +55,8 @@ export const MAX_OSQUERY_SCHEDULED_QUERY_INTERVAL = 604800; export const MIN_OSQUERY_VERSION_OPTIONS = [ { label: "All", value: "" }, + { label: "5.10.2 +", value: "5.10.2" }, + { label: "5.9.1 +", value: "5.9.1" }, { label: "5.8.2 +", value: "5.8.2" }, { label: "5.8.1 +", value: "5.8.1" }, { label: "5.7.0 +", value: "5.7.0" },