mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-05 16:21:20 +00:00
promtail: Add version 1.3.0 (#753)
This commit is contained in:
parent
a56d70e14f
commit
8c75611e8b
31
bucket/promtail.json
Normal file
31
bucket/promtail.json
Normal file
@ -0,0 +1,31 @@
|
|||||||
|
{
|
||||||
|
"version": "1.3.0",
|
||||||
|
"description": "Multi-tenant log aggregation system",
|
||||||
|
"homepage": "https://grafana.com/oss/loki/",
|
||||||
|
"license": "Apache-2.0",
|
||||||
|
"architecture": {
|
||||||
|
"64bit": {
|
||||||
|
"url": "https://github.com/grafana/loki/releases/download/v1.3.0/promtail-windows-amd64.exe.zip",
|
||||||
|
"hash": "988e1c314101a5afbd4dd322e396dff3fc7e2feece1cb5c299c70321f1135ce5",
|
||||||
|
"bin": [
|
||||||
|
[
|
||||||
|
"promtail-windows-amd64.exe",
|
||||||
|
"promtail"
|
||||||
|
]
|
||||||
|
]
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"checkver": {
|
||||||
|
"github": "https://github.com/grafana/loki"
|
||||||
|
},
|
||||||
|
"autoupdate": {
|
||||||
|
"architecture": {
|
||||||
|
"64bit": {
|
||||||
|
"url": "https://github.com/grafana/loki/releases/download/v$version/promtail-windows-amd64.exe.zip"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"hash": {
|
||||||
|
"url": "$baseurl/SHA256SUMS"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
Loading…
x
Reference in New Issue
Block a user