From 8c75611e8bb65530e0fd9a1abf2583e0be61a934 Mon Sep 17 00:00:00 2001 From: Bruno Bigras Date: Sun, 2 Feb 2020 21:05:07 -0500 Subject: [PATCH] promtail: Add version 1.3.0 (#753) --- bucket/promtail.json | 31 +++++++++++++++++++++++++++++++ 1 file changed, 31 insertions(+) create mode 100644 bucket/promtail.json 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" + } + } +}