promtail: Add version 1.3.0 (#753)

This commit is contained in:
Bruno Bigras 2020-02-02 21:05:07 -05:00 committed by GitHub
parent a56d70e14f
commit 8c75611e8b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

31
bucket/promtail.json Normal file
View 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"
}
}
}