Skip to content
This repository was archived by the owner on Dec 15, 2020. It is now read-only.

Commit 7f35ced

Browse files
authored
Update osquery versions available in schedule query UI (#2323)
1 parent 59ba129 commit 7f35ced

File tree

1 file changed

+21
-8
lines changed

1 file changed

+21
-8
lines changed

frontend/components/forms/ConfigurePackQueryForm/ConfigurePackQueryForm.jsx

Lines changed: 21 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -25,15 +25,28 @@ const loggingTypeOptions = [
2525
];
2626
const minOsqueryVersionOptions = [
2727
{ label: 'All', value: '' },
28-
{ label: '1.8.1 +', value: '1.8.1' },
29-
{ label: '1.8.2 +', value: '1.8.2' },
30-
{ label: '2.0.0 +', value: '2.0.0' },
31-
{ label: '2.1.1 +', value: '2.1.1' },
32-
{ label: '2.1.2 +', value: '2.1.2' },
33-
{ label: '2.2.0 +', value: '2.2.0' },
34-
{ label: '2.2.1 +', value: '2.2.1' },
35-
{ label: '3.2.6 +', value: '3.2.6' },
28+
{ label: '4.5.1 +', value: '4.5.1' },
29+
{ label: '4.5.0 +', value: '4.5.0' },
30+
{ label: '4.4.0 +', value: '4.4.0' },
31+
{ label: '4.3.0 +', value: '4.3.0' },
32+
{ label: '4.2.0 +', value: '4.2.0' },
33+
{ label: '4.1.2 +', value: '4.1.2' },
34+
{ label: '4.1.1 +', value: '4.1.1' },
35+
{ label: '4.1.0 +', value: '4.1.0' },
36+
{ label: '4.0.2 +', value: '4.0.2' },
37+
{ label: '4.0.1 +', value: '4.0.1' },
38+
{ label: '4.0.0 +', value: '4.0.0' },
39+
{ label: '3.4.0 +', value: '3.4.0' },
40+
{ label: '3.3.2 +', value: '3.3.2' },
3641
{ label: '3.3.1 +', value: '3.3.1' },
42+
{ label: '3.2.6 +', value: '3.2.6' },
43+
{ label: '2.2.1 +', value: '2.2.1' },
44+
{ label: '2.2.0 +', value: '2.2.0' },
45+
{ label: '2.1.2 +', value: '2.1.2' },
46+
{ label: '2.1.1 +', value: '2.1.1' },
47+
{ label: '2.0.0 +', value: '2.0.0' },
48+
{ label: '1.8.2 +', value: '1.8.2' },
49+
{ label: '1.8.1 +', value: '1.8.1' },
3750
];
3851

3952
export class ConfigurePackQueryForm extends Component {

0 commit comments

Comments
 (0)