Skip to content

Commit 6fcb223

Browse files
Release 5.18.1 (#317)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent fdeb064 commit 6fcb223

File tree

3 files changed

+28126
-2
lines changed

3 files changed

+28126
-2
lines changed

src/data/osquery_metadata.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"current_version": "5.17.0",
2+
"current_version": "5.18.1",
33
"all_versions": [
44
"2.7.0",
55
"2.8.0",
@@ -43,6 +43,7 @@
4343
"5.14.1",
4444
"5.15.0",
4545
"5.16.0",
46-
"5.17.0"
46+
"5.17.0",
47+
"5.18.1"
4748
]
4849
}
Lines changed: 82 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,82 @@
1+
{
2+
"version": "5.18.1",
3+
"url": "https://pkg.osquery.io",
4+
"downloads": {
5+
"official": [
6+
{
7+
"type": "macOS",
8+
"package": "osquery-5.18.1.pkg",
9+
"platform": "darwin",
10+
"content": "fa0c035be9456ced1f8b7267f209ca1ea3cf217074fec295d1b11e551cba3195"
11+
},
12+
{
13+
"type": "Windows",
14+
"package": "osquery-5.18.1.msi",
15+
"platform": "windows",
16+
"content": "ba4c5def84e35ef101fc4ec3f47dd2124c66d736f0f124acdb18c7b29df253fe"
17+
},
18+
{
19+
"type": "Linux (x86_64)",
20+
"package": "osquery-5.18.1_1.linux_x86_64.tar.gz",
21+
"platform": "linux",
22+
"content": "4617173d9df4459335fffcc9973496d55a410874b5509378add63afb9545bb00"
23+
},
24+
{
25+
"type": "Debian (x86_64)",
26+
"package": "osquery_5.18.1-1.linux_amd64.deb",
27+
"platform": "deb",
28+
"content": "5bfc02d26f98395f2c204947487e5b2cc0c36fd00654d3a28403458d07fb9b41"
29+
},
30+
{
31+
"type": "RPM (x86_64)",
32+
"package": "osquery-5.18.1-1.linux.x86_64.rpm",
33+
"platform": "rpm",
34+
"content": "9eb2997c33226ec0c9d4ace7ad7003feff2b27db791b4b4f3bdb861301879f48"
35+
},
36+
{
37+
"type": "Linux (arm64)",
38+
"package": "osquery-5.18.1_1.linux_aarch64.tar.gz",
39+
"platform": "linux",
40+
"content": "a056d66f9683f491e4829a23651a7001492bb636d9eecc4814dee3dca7e306c6"
41+
},
42+
{
43+
"type": "Debian (arm64)",
44+
"package": "osquery_5.18.1-1.linux_arm64.deb",
45+
"platform": "deb",
46+
"content": "2e4b50dcb1f43f8b32753c1ac5a9edfbd2f66125bde77002c1db23dd491a6920"
47+
},
48+
{
49+
"type": "RPM (arm64)",
50+
"package": "osquery-5.18.1-1.linux.aarch64.rpm",
51+
"platform": "rpm",
52+
"content": "97a41319b9f0026de596d40200eec34f86d4319fc34fff8784f20d62072de624"
53+
}
54+
],
55+
"debug": [
56+
{
57+
"type": "Debian (x86_64)",
58+
"package": "osquery-dbgsym_5.18.1-1.linux_amd64.deb",
59+
"platform": "deb",
60+
"content": "62db6c72e17195bdcf5d6c327281e87f2c2165debb20738c02ae3a9cf5c3c1ab"
61+
},
62+
{
63+
"type": "RPM (x86_64)",
64+
"package": "osquery-debuginfo-5.18.1-1.linux.x86_64.rpm",
65+
"platform": "rpm",
66+
"content": "441100d441cd447c477ba1bf95dd06f674102f42424d70d59ddd406951cfe475"
67+
},
68+
{
69+
"type": "Debian (arm64)",
70+
"package": "osquery-dbgsym_5.18.1-1.linux_arm64.deb",
71+
"platform": "deb",
72+
"content": "80ed77ae2e45d80434b548fb91cfa00e4d58958e4c2e8e24ec371999871c05ae"
73+
},
74+
{
75+
"type": "RPM (arm64)",
76+
"package": "osquery-debuginfo-5.18.1-1.linux.aarch64.rpm",
77+
"platform": "rpm",
78+
"content": "183503d5a8640bc46a88f96b3656a042b605a9d7209ec7a99d18851c006454e3"
79+
}
80+
]
81+
}
82+
}

0 commit comments

Comments
 (0)