Skip to content

Commit 3a529ae

Browse files
Release 5.20.0 (#324)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 8900c14 commit 3a529ae

3 files changed

Lines changed: 28221 additions & 2 deletions

File tree

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.19.0",
2+
"current_version": "5.20.0",
33
"all_versions": [
44
"2.7.0",
55
"2.8.0",
@@ -45,6 +45,7 @@
4545
"5.16.0",
4646
"5.17.0",
4747
"5.18.1",
48-
"5.19.0"
48+
"5.19.0",
49+
"5.20.0"
4950
]
5051
}
Lines changed: 82 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,82 @@
1+
{
2+
"version": "5.20.0",
3+
"url": "https://pkg.osquery.io",
4+
"downloads": {
5+
"official": [
6+
{
7+
"type": "macOS",
8+
"package": "osquery-5.20.0.pkg",
9+
"platform": "darwin",
10+
"content": "569751a8bc4fdd3aba94071a4b840003066b2cff8e1b0ef9abf46c7a482173c0"
11+
},
12+
{
13+
"type": "Windows",
14+
"package": "osquery-5.20.0.msi",
15+
"platform": "windows",
16+
"content": "68bc735b82aeb7af8660a770b6626be2adba5403e8112c62bab254ba5b917960"
17+
},
18+
{
19+
"type": "Linux (x86_64)",
20+
"package": "osquery-5.20.0_1.linux_x86_64.tar.gz",
21+
"platform": "linux",
22+
"content": "4f0e4e23c864a72dcb20bf4661ea0d2719358c938ec342105a633cc732dc03c3"
23+
},
24+
{
25+
"type": "Debian (x86_64)",
26+
"package": "osquery_5.20.0-1.linux_amd64.deb",
27+
"platform": "deb",
28+
"content": "f8127704c3baab597bd990b9bd148e6af2764139282d3c054634e38a614848b8"
29+
},
30+
{
31+
"type": "RPM (x86_64)",
32+
"package": "osquery-5.20.0-1.linux.x86_64.rpm",
33+
"platform": "rpm",
34+
"content": "f8ff309af5b669622328845c819da1100ebe47aa43155a9a3f6bf42f07cee7de"
35+
},
36+
{
37+
"type": "Linux (arm64)",
38+
"package": "osquery-5.20.0_1.linux_aarch64.tar.gz",
39+
"platform": "linux",
40+
"content": "cb8d942943c765ebd87c5a3b01fc09988c8ad31acf094207fc49e7acf88ec573"
41+
},
42+
{
43+
"type": "Debian (arm64)",
44+
"package": "osquery_5.20.0-1.linux_arm64.deb",
45+
"platform": "deb",
46+
"content": "83565be55d5811d9c041ad33c2e25badee86b5e8bd3658089a9328d7c3c34943"
47+
},
48+
{
49+
"type": "RPM (arm64)",
50+
"package": "osquery-5.20.0-1.linux.aarch64.rpm",
51+
"platform": "rpm",
52+
"content": "4733bb35bbdb3dc60e8548dd4c07009edfd4294efc2d5cf2df0888ed585421a6"
53+
}
54+
],
55+
"debug": [
56+
{
57+
"type": "Debian (x86_64)",
58+
"package": "osquery-dbgsym_5.20.0-1.linux_amd64.deb",
59+
"platform": "deb",
60+
"content": "3b80c8eacf33b35acea239cd56a42ab5c539216da8b0339e168b1187ac96e9fc"
61+
},
62+
{
63+
"type": "RPM (x86_64)",
64+
"package": "osquery-debuginfo-5.20.0-1.linux.x86_64.rpm",
65+
"platform": "rpm",
66+
"content": "52fd2c4870770d04b3d58550115ede604e8e6ced7c2c22d91ab51bce8e042e57"
67+
},
68+
{
69+
"type": "Debian (arm64)",
70+
"package": "osquery-dbgsym_5.20.0-1.linux_arm64.deb",
71+
"platform": "deb",
72+
"content": "c41c468124c4f929e0e9a9148f144663889cdd66008c049b8e7f30064d4dcf8f"
73+
},
74+
{
75+
"type": "RPM (arm64)",
76+
"package": "osquery-debuginfo-5.20.0-1.linux.aarch64.rpm",
77+
"platform": "rpm",
78+
"content": "1294a896b2e56fe6cc33f8746d7d098b35fd01e334b344e38d08452f1a13a0b7"
79+
}
80+
]
81+
}
82+
}

0 commit comments

Comments
 (0)