prometheus-pushgateway: Update to version 1.2.0

This commit is contained in:
Richard Kuhnt 2020-03-11 20:01:49 +00:00
parent ce12835322
commit e863547a6d

View File

@ -2,17 +2,17 @@
"homepage": "https://github.com/prometheus/pushgateway", "homepage": "https://github.com/prometheus/pushgateway",
"description": "Prometheus push acceptor for ephemeral and batch jobs.", "description": "Prometheus push acceptor for ephemeral and batch jobs.",
"license": "Apache-2.0", "license": "Apache-2.0",
"version": "1.1.0", "version": "1.2.0",
"architecture": { "architecture": {
"64bit": { "64bit": {
"url": "https://github.com/prometheus/pushgateway/releases/download/v1.1.0/pushgateway-1.1.0.windows-amd64.tar.gz", "url": "https://github.com/prometheus/pushgateway/releases/download/v1.2.0/pushgateway-1.2.0.windows-amd64.tar.gz",
"hash": "d3b5174f5a00438018fd6bd4106e4d7196e66ab22430913bb7bc0712d9e0b2dc", "hash": "8335bec0ca1982f8d7e6f51b9d79ce2f991a5e4b825117c2cfdb372158f247e5",
"extract_dir": "pushgateway-1.1.0.windows-amd64" "extract_dir": "pushgateway-1.2.0.windows-amd64"
}, },
"32bit": { "32bit": {
"url": "https://github.com/prometheus/pushgateway/releases/download/v1.1.0/pushgateway-1.1.0.windows-386.tar.gz", "url": "https://github.com/prometheus/pushgateway/releases/download/v1.2.0/pushgateway-1.2.0.windows-386.tar.gz",
"hash": "8028af460f986c405857f973622dec27a1cf69cf4c546e24a879724e14c26aa7", "hash": "988df6a60368b9c50011ca265ef362cbff2fb004841485637a9fdef1d8069834",
"extract_dir": "pushgateway-1.1.0.windows-386" "extract_dir": "pushgateway-1.2.0.windows-386"
} }
}, },
"bin": "pushgateway.exe", "bin": "pushgateway.exe",