From 7c8d6ff2653aca5b79f48281f0f1d586f970b7af Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 6 Sep 2023 16:27:19 +0000 Subject: [PATCH] prometheus-pushgateway: Update to version 1.6.1 --- 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 6b93546739..7f4665fd8c 100644 --- a/bucket/prometheus-pushgateway.json +++ b/bucket/prometheus-pushgateway.json @@ -1,18 +1,18 @@ { - "version": "1.6.0", + "version": "1.6.1", "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.0/pushgateway-1.6.0.windows-amd64.tar.gz", - "hash": "0de6b1ee3567f38a918bbc7fb36b980d77eb8a7adb7b4894ff30d28502895ddb", - "extract_dir": "pushgateway-1.6.0.windows-amd64" + "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" }, "32bit": { - "url": "https://github.com/prometheus/pushgateway/releases/download/v1.6.0/pushgateway-1.6.0.windows-386.tar.gz", - "hash": "11c847d0237505e329d61863e304d852466fb0a5d792d895d2c0bd034d3f87a8", - "extract_dir": "pushgateway-1.6.0.windows-386" + "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" } }, "bin": "pushgateway.exe",