Update prometheus to version 2.0.0

This commit is contained in:
Richard Kuhnt 2017-11-08 09:00:15 +00:00
parent c952f2db9e
commit cf98fa6ae3

View File

@ -1,17 +1,17 @@
{ {
"homepage": "https://prometheus.io/", "homepage": "https://prometheus.io/",
"license": "Apache-2.0", "license": "Apache-2.0",
"version": "1.8.2", "version": "2.0.0",
"architecture": { "architecture": {
"64bit": { "64bit": {
"url": "https://github.com/prometheus/prometheus/releases/download/v1.8.2/prometheus-1.8.2.windows-amd64.tar.gz", "url": "https://github.com/prometheus/prometheus/releases/download/v2.0.0/prometheus-2.0.0.windows-amd64.tar.gz",
"hash": "e78d3fe95db2911d16df9d3388d9ae2d7a871cedb7e8b80ad582f369bee93097", "hash": "fb3539b9468c28161d200dcfe3007e7631d05f72f384c2164e40ae098d03ed59",
"extract_dir": "prometheus-1.8.2.windows-amd64" "extract_dir": "prometheus-2.0.0.windows-amd64"
}, },
"32bit": { "32bit": {
"url": "https://github.com/prometheus/prometheus/releases/download/v1.8.2/prometheus-1.8.2.windows-386.tar.gz", "url": "https://github.com/prometheus/prometheus/releases/download/v2.0.0/prometheus-2.0.0.windows-386.tar.gz",
"hash": "e72396ed39e090d464d8d0e05d49605783587e1338785c3c6148359bc2c25569", "hash": "345691e5337e8d326e8c01b2e9fd15d8a078f4d1046085de24dc3c1f305f3b67",
"extract_dir": "prometheus-1.8.2.windows-386" "extract_dir": "prometheus-2.0.0.windows-386"
} }
}, },
"bin": "prometheus.exe", "bin": "prometheus.exe",