From 5666233bf9075ccd3e311db3a87a07c99a5236e1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakub=20=C4=8C=C3=A1bera?= Date: Fri, 2 Oct 2020 10:08:43 +0200 Subject: [PATCH] prometheus-pushgateway: Update to version 1.3.0 --- bucket/prometheus-pushgateway.json | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/bucket/prometheus-pushgateway.json b/bucket/prometheus-pushgateway.json index c7536e79d1..1337dba39e 100644 --- a/bucket/prometheus-pushgateway.json +++ b/bucket/prometheus-pushgateway.json @@ -1,18 +1,18 @@ { - "homepage": "https://github.com/prometheus/pushgateway", + "version": "1.3.0", "description": "Prometheus push acceptor for ephemeral and batch jobs.", + "homepage": "https://github.com/prometheus/pushgateway", "license": "Apache-2.0", - "version": "1.2.0", "architecture": { "64bit": { - "url": "https://github.com/prometheus/pushgateway/releases/download/v1.2.0/pushgateway-1.2.0.windows-amd64.tar.gz", - "hash": "8335bec0ca1982f8d7e6f51b9d79ce2f991a5e4b825117c2cfdb372158f247e5", - "extract_dir": "pushgateway-1.2.0.windows-amd64" + "url": "https://github.com/prometheus/pushgateway/releases/download/v1.3.0/pushgateway-1.3.0.windows-amd64.tar.gz", + "hash": "7e01228e15b7e97bdcb7085410e2723f67502d7799088178e7c5a51e9245c1a9", + "extract_dir": "pushgateway-1.3.0.windows-amd64" }, "32bit": { - "url": "https://github.com/prometheus/pushgateway/releases/download/v1.2.0/pushgateway-1.2.0.windows-386.tar.gz", - "hash": "988df6a60368b9c50011ca265ef362cbff2fb004841485637a9fdef1d8069834", - "extract_dir": "pushgateway-1.2.0.windows-386" + "url": "https://github.com/prometheus/pushgateway/releases/download/v1.3.0/pushgateway-1.3.0.windows-386.tar.gz", + "hash": "cd14cab7763569f187e4377bf281420689dbb6414c4c33fd206f016f9d071dbc", + "extract_dir": "pushgateway-1.3.0.windows-386" } }, "bin": "pushgateway.exe",