Skip to content

Commit 1fdfae7

Browse files
Release 5.10.2 (#288)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 3d5d558 commit 1fdfae7

File tree

3 files changed

+27447
-2
lines changed

3 files changed

+27447
-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.9.1",
2+
"current_version": "5.10.2",
33
"all_versions": [
44
"2.7.0",
55
"2.8.0",
@@ -35,6 +35,7 @@
3535
"5.7.0",
3636
"5.8.1",
3737
"5.8.2",
38-
"5.9.1"
38+
"5.9.1",
39+
"5.10.2"
3940
]
4041
}
Lines changed: 82 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,82 @@
1+
{
2+
"version": "5.10.2",
3+
"url": "https://pkg.osquery.io",
4+
"downloads": {
5+
"official": [
6+
{
7+
"type": "macOS",
8+
"package": "osquery-5.10.2.pkg",
9+
"platform": "darwin",
10+
"content": "a01d1f7da016f1e6bed54955e97982d491b7e55311433ff0fc985269160633af"
11+
},
12+
{
13+
"type": "Windows",
14+
"package": "osquery-5.10.2.msi",
15+
"platform": "windows",
16+
"content": "f5a6955db724559638e43aef181e26eadfe4bfb827907ffd134d9abb0512cc58"
17+
},
18+
{
19+
"type": "Linux (x86_64)",
20+
"package": "osquery-5.10.2_1.linux_x86_64.tar.gz",
21+
"platform": "linux",
22+
"content": "61ef2351a07dbc36ae9ebff605e8a7ecc4e09a07ac11f540d2aed78c143addbe"
23+
},
24+
{
25+
"type": "Debian (x86_64)",
26+
"package": "osquery_5.10.2-1.linux_amd64.deb",
27+
"platform": "deb",
28+
"content": "5a7e6a8bb5dd666a22afff092bd8b9e25a92a37f62e9f3cb6991ea3ea93efb08"
29+
},
30+
{
31+
"type": "RPM (x86_64)",
32+
"package": "osquery-5.10.2-1.linux.x86_64.rpm",
33+
"platform": "rpm",
34+
"content": "8cc7b1da7bb0de11310739c5fa20bf3b5cd76230ba6610a17315ef3e624989cf"
35+
},
36+
{
37+
"type": "Linux (arm64)",
38+
"package": "osquery-5.10.2_1.linux_aarch64.tar.gz",
39+
"platform": "linux",
40+
"content": "106ea8a90dff0ccff852f44137848fe47ab9e8cfd27e5cd3a5ef963024b0564b"
41+
},
42+
{
43+
"type": "Debian (arm64)",
44+
"package": "osquery_5.10.2-1.linux_arm64.deb",
45+
"platform": "deb",
46+
"content": "837470e7e24807f57359a79fad38c9c4e1cdfad9525fa090c999821cc77bce48"
47+
},
48+
{
49+
"type": "RPM (arm64)",
50+
"package": "osquery-5.10.2-1.linux.aarch64.rpm",
51+
"platform": "rpm",
52+
"content": "6c0cbc9dd488cc704a16748edb69f9ebd0c395f0e7a5eaa96097a0b5ccedc751"
53+
}
54+
],
55+
"debug": [
56+
{
57+
"type": "Debian (x86_64)",
58+
"package": "osquery-dbgsym_5.10.2-1.linux_amd64.deb",
59+
"platform": "deb",
60+
"content": "82f580daded466deeea4ae7500ce4c33fa7ebcd5e93754a31fb47e69a043bdef"
61+
},
62+
{
63+
"type": "RPM (x86_64)",
64+
"package": "osquery-debuginfo-5.10.2-1.linux.x86_64.rpm",
65+
"platform": "rpm",
66+
"content": "98f156363aebf355a9090b0d125c47493b6fe1d5c42a4a82b87d4c541c70cb9e"
67+
},
68+
{
69+
"type": "Debian (arm64)",
70+
"package": "osquery-dbgsym_5.10.2-1.linux_arm64.deb",
71+
"platform": "deb",
72+
"content": "b8dcfa290429ef976e61761f9942d8b6d0f5ee0a557b461acef3a9e93b393ec1"
73+
},
74+
{
75+
"type": "RPM (arm64)",
76+
"package": "osquery-debuginfo-5.10.2-1.linux.aarch64.rpm",
77+
"platform": "rpm",
78+
"content": "392a88f9236fa48743b705f975b61ed4a3f6089c26e546e81eeca657a3db8e1d"
79+
}
80+
]
81+
}
82+
}

0 commit comments

Comments
 (0)