prometheus: Update to version 2.22.0

This commit is contained in:
Jakub Čábera 2020-10-15 19:15:06 +02:00
parent 53b8512d99
commit c8923333bd

View File

@ -1,25 +1,25 @@
{
"version": "2.21.0",
"description": "Power your metrics and alerting with a leading open-source monitoring solution.",
"homepage": "https://prometheus.io/",
"version": "2.22.0",
"description": "Systems monitoring and alerting toolkit",
"homepage": "https://prometheus.io",
"license": "Apache-2.0",
"architecture": {
"64bit": {
"url": "https://github.com/prometheus/prometheus/releases/download/v2.21.0/prometheus-2.21.0.windows-amd64.tar.gz",
"hash": "f3139fbfe1731ae2bba678441f03270701eb4a095466c7a834819cedd3a0d9e3",
"extract_dir": "prometheus-2.21.0.windows-amd64"
"url": "https://github.com/prometheus/prometheus/releases/download/v2.22.0/prometheus-2.22.0.windows-amd64.tar.gz",
"hash": "234b86f57d0caae4645e2252c7265b39c523b0af24ce64f7bf7c1ba0f347da34",
"extract_dir": "prometheus-2.22.0.windows-amd64"
},
"32bit": {
"url": "https://github.com/prometheus/prometheus/releases/download/v2.21.0/prometheus-2.21.0.windows-386.tar.gz",
"hash": "d8e37eab2b4bf57ad55925948eed4162ce8a0f54e8d9488162650d2ad38571c7",
"extract_dir": "prometheus-2.21.0.windows-386"
"url": "https://github.com/prometheus/prometheus/releases/download/v2.22.0/prometheus-2.22.0.windows-386.tar.gz",
"hash": "2ab51f6b6682967e8c3ca91a85b01765517f396246126e78f90151ac96f8c7af",
"extract_dir": "prometheus-2.22.0.windows-386"
}
},
"bin": [
[
"prometheus.exe",
"prometheus",
"--config.file $persist_dir/prometheus.yml"
"--config.file \"$persist_dir\\prometheus.yml\""
],
"promtool.exe"
],
@ -42,7 +42,7 @@
}
},
"hash": {
"url": "https://github.com/prometheus/prometheus/releases/download/v$version/sha256sums.txt"
"url": "$baseurl/sha256sums.txt"
}
}
}