Skip to content

Commit 1ba6111

Browse files
Release 5.11.0 (#291)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 1fdfae7 commit 1ba6111

File tree

3 files changed

+27585
-2
lines changed

3 files changed

+27585
-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.10.2",
2+
"current_version": "5.11.0",
33
"all_versions": [
44
"2.7.0",
55
"2.8.0",
@@ -36,6 +36,7 @@
3636
"5.8.1",
3737
"5.8.2",
3838
"5.9.1",
39-
"5.10.2"
39+
"5.10.2",
40+
"5.11.0"
4041
]
4142
}
Lines changed: 82 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,82 @@
1+
{
2+
"version": "5.11.0",
3+
"url": "https://pkg.osquery.io",
4+
"downloads": {
5+
"official": [
6+
{
7+
"type": "macOS",
8+
"package": "osquery-5.11.0.pkg",
9+
"platform": "darwin",
10+
"content": "7d0f97d0d4b463fcf03abedbf58939c900f310c214fd2fa3c28b1a848dcbffd9"
11+
},
12+
{
13+
"type": "Windows",
14+
"package": "osquery-5.11.0.msi",
15+
"platform": "windows",
16+
"content": "825bf75d0dca88a5e8cea699b90696738bd9be44c9b8cfce3906a3e2ab49b156"
17+
},
18+
{
19+
"type": "Linux (x86_64)",
20+
"package": "osquery-5.11.0_1.linux_x86_64.tar.gz",
21+
"platform": "linux",
22+
"content": "e29b4ca19b6952e51655243d473f913bd41319cab4c4663adc6c551ecc6273f7"
23+
},
24+
{
25+
"type": "Debian (x86_64)",
26+
"package": "osquery_5.11.0-1.linux_amd64.deb",
27+
"platform": "deb",
28+
"content": "a5a209525af44f7df464fc832c087c431927cf152b3a66b1e535251f2c92bf85"
29+
},
30+
{
31+
"type": "RPM (x86_64)",
32+
"package": "osquery-5.11.0-1.linux.x86_64.rpm",
33+
"platform": "rpm",
34+
"content": "11e1a3bb18f10058e714f4cce1060d4cb3edd199272d748eb145f22ec5202691"
35+
},
36+
{
37+
"type": "Linux (arm64)",
38+
"package": "osquery-5.11.0_1.linux_aarch64.tar.gz",
39+
"platform": "linux",
40+
"content": "4269ac6cca901591b961d00492195c003b1c214e17e0a4b7d7e51464ba138585"
41+
},
42+
{
43+
"type": "Debian (arm64)",
44+
"package": "osquery_5.11.0-1.linux_arm64.deb",
45+
"platform": "deb",
46+
"content": "9ae3b995db012233ccac87e59e5958b7a7e97ee05bb79f09335626b91a7b44ea"
47+
},
48+
{
49+
"type": "RPM (arm64)",
50+
"package": "osquery-5.11.0-1.linux.aarch64.rpm",
51+
"platform": "rpm",
52+
"content": "762919f6caa3f6400aa37286050d151ff35b0120df0ff95c9439880fa8e11425"
53+
}
54+
],
55+
"debug": [
56+
{
57+
"type": "Debian (x86_64)",
58+
"package": "osquery-dbgsym_5.11.0-1.linux_amd64.deb",
59+
"platform": "deb",
60+
"content": "85c1d124ab5778db297dd81c033c1a8043b57f8378802be08901a15114ada0d0"
61+
},
62+
{
63+
"type": "RPM (x86_64)",
64+
"package": "osquery-debuginfo-5.11.0-1.linux.x86_64.rpm",
65+
"platform": "rpm",
66+
"content": "e8694ac448ce626e22e41adcd4eddf70eada7f0832a5093bd492c53775238084"
67+
},
68+
{
69+
"type": "Debian (arm64)",
70+
"package": "osquery-dbgsym_5.11.0-1.linux_arm64.deb",
71+
"platform": "deb",
72+
"content": "4bb8402a586292c8cc3fb5a74b7abd0e6a1d3e8bb1453ebdfbf70103871f0f9a"
73+
},
74+
{
75+
"type": "RPM (arm64)",
76+
"package": "osquery-debuginfo-5.11.0-1.linux.aarch64.rpm",
77+
"platform": "rpm",
78+
"content": "3a6d313b9c92ae1a85f553441ff87823d9e8cdc8b77960f6c7cb35d725a02f71"
79+
}
80+
]
81+
}
82+
}

0 commit comments

Comments
 (0)