From 4b7d3c320cdfe7d4b9e68a0b74f77e604641d3a9 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 19 Jan 2024 16:27:37 +0000 Subject: [PATCH] prometheus-pushgateway: Update to version 1.7.0 --- 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 97931ffd62..f5dc0c4825 100644 --- a/bucket/prometheus-pushgateway.json +++ b/bucket/prometheus-pushgateway.json @@ -1,18 +1,18 @@ { - "version": "1.6.2", + "version": "1.7.0", "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.2/pushgateway-1.6.2.windows-amd64.tar.gz", - "hash": "2cda3462762b08b7b0596b0ebc908e08ab625a02558becc82917d5e4aa06d72a", - "extract_dir": "pushgateway-1.6.2.windows-amd64" + "url": "https://github.com/prometheus/pushgateway/releases/download/v1.7.0/pushgateway-1.7.0.windows-amd64.tar.gz", + "hash": "853569ed50db0594173a0a2b78082b19702f95e379a7d1b941a5efbc9954f0a5", + "extract_dir": "pushgateway-1.7.0.windows-amd64" }, "32bit": { - "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" + "url": "https://github.com/prometheus/pushgateway/releases/download/v1.7.0/pushgateway-1.7.0.windows-386.tar.gz", + "hash": "c57c7dde096ae4f8a7e054984a0624bcb264e2704fe1a7875ad225852920c3e4", + "extract_dir": "pushgateway-1.7.0.windows-386" } }, "bin": "pushgateway.exe",