From 4206679817a0bb2482563a880ceaedad98a0800b Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 13 Sep 2023 20:23:50 +0000 Subject: [PATCH] prometheus-pushgateway: Update to version 1.6.2 --- bucket/prometheus-pushgateway.json | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/bucket/prometheus-pushgateway.json b/bucket/prometheus-pushgateway.json index 7f4665fd8c..97931ffd62 100644 --- a/bucket/prometheus-pushgateway.json +++ b/bucket/prometheus-pushgateway.json @@ -1,18 +1,18 @@ { - "version": "1.6.1", + "version": "1.6.2", "description": "Prometheus push acceptor for ephemeral and batch jobs.", "homepage": "https://github.com/prometheus/pushgateway", "license": "Apache-2.0", "architecture": { "64bit": { - "url": "https://github.com/prometheus/pushgateway/releases/download/v1.6.1/pushgateway-1.6.1.windows-amd64.tar.gz", - "hash": "491c98219185b8f41ea8802020f0bea602e8cb9c737e298cf898599abdba9965", - "extract_dir": "pushgateway-1.6.1.windows-amd64" + "url": "https://github.com/prometheus/pushgateway/releases/download/v1.6.2/pushgateway-1.6.2.windows-amd64.tar.gz", + "hash": "2cda3462762b08b7b0596b0ebc908e08ab625a02558becc82917d5e4aa06d72a", + "extract_dir": "pushgateway-1.6.2.windows-amd64" }, "32bit": { - "url": "https://github.com/prometheus/pushgateway/releases/download/v1.6.1/pushgateway-1.6.1.windows-386.tar.gz", - "hash": "34848a1f777ffaf1da262ec6471b967024d5641ef432dd0454d733a10a083b67", - "extract_dir": "pushgateway-1.6.1.windows-386" + "url": "https://github.com/prometheus/pushgateway/releases/download/v1.6.2/pushgateway-1.6.2.windows-386.tar.gz", + "hash": "38ad12d3812b41a69ad5dcceab3909290dfb370623fe766e83d5466869bc408e", + "extract_dir": "pushgateway-1.6.2.windows-386" } }, "bin": "pushgateway.exe",