prometheus-pushgateway: Update to version 1.0.0

This commit is contained in:
Richard Kuhnt 2019-10-15 21:00:21 +00:00
parent 080bdfe236
commit a489427ee3

View File

@ -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.10.0",
"version": "1.0.0",
"architecture": {
"64bit": {
"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"
"url": "https://github.com/prometheus/pushgateway/releases/download/v1.0.0/pushgateway-1.0.0.windows-amd64.tar.gz",
"hash": "a90e028a37dcc2ecc2775c097857d216f6c42045f2f92d888d8a2d53c3b4448b",
"extract_dir": "pushgateway-1.0.0.windows-amd64"
},
"32bit": {
"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"
"url": "https://github.com/prometheus/pushgateway/releases/download/v1.0.0/pushgateway-1.0.0.windows-386.tar.gz",
"hash": "a8d3702a41d936da7a6372d5dfdf2920a44306a9fc444bbb81d9498266c21fe8",
"extract_dir": "pushgateway-1.0.0.windows-386"
}
},
"bin": "pushgateway.exe",