From c8923333bde8d5469c4fd11bc47e415a05916450 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakub=20=C4=8C=C3=A1bera?= Date: Thu, 15 Oct 2020 19:15:06 +0200 Subject: [PATCH] prometheus: Update to version 2.22.0 --- bucket/prometheus.json | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/bucket/prometheus.json b/bucket/prometheus.json index 9592f12c39..3edc5d4791 100644 --- a/bucket/prometheus.json +++ b/bucket/prometheus.json @@ -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" } } }