Skip to content

Commit 97783bd

Browse files
Release 5.21.0 (#325)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 3a529ae commit 97783bd

3 files changed

Lines changed: 28346 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.20.0",
2+
"current_version": "5.21.0",
33
"all_versions": [
44
"2.7.0",
55
"2.8.0",
@@ -46,6 +46,7 @@
4646
"5.17.0",
4747
"5.18.1",
4848
"5.19.0",
49-
"5.20.0"
49+
"5.20.0",
50+
"5.21.0"
5051
]
5152
}
Lines changed: 82 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,82 @@
1+
{
2+
"version": "5.21.0",
3+
"url": "https://pkg.osquery.io",
4+
"downloads": {
5+
"official": [
6+
{
7+
"type": "macOS",
8+
"package": "osquery-5.21.0.pkg",
9+
"platform": "darwin",
10+
"content": "94e146f864aec681f7d2b86917c640890d6d4ada25968de117617d75fdfb0006"
11+
},
12+
{
13+
"type": "Windows",
14+
"package": "osquery-5.21.0.msi",
15+
"platform": "windows",
16+
"content": "573e53f9c5e8be3b356cab1cd1a4c4bb175e811b89be7ad89d04afac8527b464"
17+
},
18+
{
19+
"type": "Linux (x86_64)",
20+
"package": "osquery-5.21.0_1.linux_x86_64.tar.gz",
21+
"platform": "linux",
22+
"content": "b6cf1db2c541863725b934d758a3a66ba295aa7bda94b6a3547a8b36f556a859"
23+
},
24+
{
25+
"type": "Debian (x86_64)",
26+
"package": "osquery_5.21.0-1.linux_amd64.deb",
27+
"platform": "deb",
28+
"content": "6152f7e4793d249be08d86f59f5d454bf037490e6ba2d120e09da5c6727d9255"
29+
},
30+
{
31+
"type": "RPM (x86_64)",
32+
"package": "osquery-5.21.0-1.linux.x86_64.rpm",
33+
"platform": "rpm",
34+
"content": "350e01241b967c38e14dd0bfe4a9ad5c082817eaaa6a4cb7f4a9557ed95ea618"
35+
},
36+
{
37+
"type": "Linux (arm64)",
38+
"package": "osquery-5.21.0_1.linux_aarch64.tar.gz",
39+
"platform": "linux",
40+
"content": "8d22d543773bb2bcabb933d3c82a35e241c8a0fe0fb5c8c92ab33fb9aac0a196"
41+
},
42+
{
43+
"type": "Debian (arm64)",
44+
"package": "osquery_5.21.0-1.linux_arm64.deb",
45+
"platform": "deb",
46+
"content": "c2c97df6c5bc6f0f0107076fbfdf8c96cea06a1bfd2c4be790991fd7ec650b4f"
47+
},
48+
{
49+
"type": "RPM (arm64)",
50+
"package": "osquery-5.21.0-1.linux.aarch64.rpm",
51+
"platform": "rpm",
52+
"content": "fc5721eddde586d9bd7b7222675e0d77125bbb1af4ed33aebbe2ceead2f39eec"
53+
}
54+
],
55+
"debug": [
56+
{
57+
"type": "Debian (x86_64)",
58+
"package": "osquery-dbgsym_5.21.0-1.linux_amd64.deb",
59+
"platform": "deb",
60+
"content": "3d3af5d553712df6bf2083bd86854ad2839686a792682f1488d37bbeefe95aff"
61+
},
62+
{
63+
"type": "RPM (x86_64)",
64+
"package": "osquery-debuginfo-5.21.0-1.linux.x86_64.rpm",
65+
"platform": "rpm",
66+
"content": "48cdbdea091b1fef91e2aa94f7f6ac42e1493cb752a0df655b069c92277174b8"
67+
},
68+
{
69+
"type": "Debian (arm64)",
70+
"package": "osquery-dbgsym_5.21.0-1.linux_arm64.deb",
71+
"platform": "deb",
72+
"content": "49787c07ec3a5273d6508473c1e6241e3448930d5e2a28b8c639132d6f97e01d"
73+
},
74+
{
75+
"type": "RPM (arm64)",
76+
"package": "osquery-debuginfo-5.21.0-1.linux.aarch64.rpm",
77+
"platform": "rpm",
78+
"content": "1c9b41527cc6b0b9a3d190c71740ddbce1887b89991cfcd2be26b9dcdcaebbe3"
79+
}
80+
]
81+
}
82+
}

0 commit comments

Comments
 (0)