From 9cb87a1b25b2b6d7166ab4c5499cf5f98189fe2c Mon Sep 17 00:00:00 2001 From: Richard Kuhnt Date: Mon, 27 Jan 2020 19:01:49 +0000 Subject: [PATCH] prometheus-pushgateway: Update to version 1.1.0 --- bucket/prometheus-pushgateway.json | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/bucket/prometheus-pushgateway.json b/bucket/prometheus-pushgateway.json index e512e6f19d..13aeaff1d6 100644 --- a/bucket/prometheus-pushgateway.json +++ b/bucket/prometheus-pushgateway.json @@ -2,17 +2,17 @@ "homepage": "https://github.com/prometheus/pushgateway", "description": "Prometheus push acceptor for ephemeral and batch jobs.", "license": "Apache-2.0", - "version": "1.0.1", + "version": "1.1.0", "architecture": { "64bit": { - "url": "https://github.com/prometheus/pushgateway/releases/download/v1.0.1/pushgateway-1.0.1.windows-amd64.tar.gz", - "hash": "1aa529e0c41e3ed60ce84a18342ab640313fe109577c40015b4e20e5c098a516", - "extract_dir": "pushgateway-1.0.1.windows-amd64" + "url": "https://github.com/prometheus/pushgateway/releases/download/v1.1.0/pushgateway-1.1.0.windows-amd64.tar.gz", + "hash": "d3b5174f5a00438018fd6bd4106e4d7196e66ab22430913bb7bc0712d9e0b2dc", + "extract_dir": "pushgateway-1.1.0.windows-amd64" }, "32bit": { - "url": "https://github.com/prometheus/pushgateway/releases/download/v1.0.1/pushgateway-1.0.1.windows-386.tar.gz", - "hash": "e016e7169a09cb99ebb4a2ecb344d5c9eaa5c10243365157f9a08c553b5ff88f", - "extract_dir": "pushgateway-1.0.1.windows-386" + "url": "https://github.com/prometheus/pushgateway/releases/download/v1.1.0/pushgateway-1.1.0.windows-386.tar.gz", + "hash": "8028af460f986c405857f973622dec27a1cf69cf4c546e24a879724e14c26aa7", + "extract_dir": "pushgateway-1.1.0.windows-386" } }, "bin": "pushgateway.exe",