diff --git a/bucket/promtail.json b/bucket/promtail.json new file mode 100644 index 0000000000..804fb4aeb7 --- /dev/null +++ b/bucket/promtail.json @@ -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" + } + } +}