From b308002146a666b21adb1a748ef91e8a9c3a5c30 Mon Sep 17 00:00:00 2001 From: Richard Kuhnt Date: Fri, 11 Oct 2019 00:00:28 +0000 Subject: [PATCH] prometheus-pushgateway: Update to version 0.10.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 a25356b427..dd43eb038f 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": "0.9.1", + "version": "0.10.0", "architecture": { "64bit": { - "url": "https://github.com/prometheus/pushgateway/releases/download/v0.9.1/pushgateway-0.9.1.windows-amd64.tar.gz", - "hash": "69b6815824db024833f0dda6d654694f227b1de8117660e16961d0cc03d67d20", - "extract_dir": "pushgateway-0.9.1.windows-amd64" + "url": "https://github.com/prometheus/pushgateway/releases/download/v0.10.0/pushgateway-0.10.0.windows-amd64.tar.gz", + "hash": "e39955c1e2058feeb934b232a5687c2334db0ce6af25c89e28288a1844b4a247", + "extract_dir": "pushgateway-0.10.0.windows-amd64" }, "32bit": { - "url": "https://github.com/prometheus/pushgateway/releases/download/v0.9.1/pushgateway-0.9.1.windows-386.tar.gz", - "hash": "1a4c5bb8c56376bdf7d841999c05029ab43632d9416440a1b92cdc7093bd2e8b", - "extract_dir": "pushgateway-0.9.1.windows-386" + "url": "https://github.com/prometheus/pushgateway/releases/download/v0.10.0/pushgateway-0.10.0.windows-386.tar.gz", + "hash": "e272a8e51a1e28f33f5838de1478f999365a0e7f68a75e27a67a5ead6a3c6d61", + "extract_dir": "pushgateway-0.10.0.windows-386" } }, "bin": "pushgateway.exe",