Skip to content

Commit 15adadb

Browse files
Release 5.19.0 (#321)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 058fa1b commit 15adadb

File tree

3 files changed

+28220
-2
lines changed

3 files changed

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

0 commit comments

Comments
 (0)