From a0bfc28c438cd16977db1dcda8adac5510c98c4e Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 20 Sep 2024 00:34:33 +0000 Subject: [PATCH] prometheus-pushgateway: Update to version 1.10.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 afa02d70eb..db9ebc89d0 100644 --- a/bucket/prometheus-pushgateway.json +++ b/bucket/prometheus-pushgateway.json @@ -1,18 +1,18 @@ { - "version": "1.9.0", + "version": "1.10.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.9.0/pushgateway-1.9.0.windows-amd64.tar.gz", - "hash": "251edd5c42174e3117244988386092686d25afc4c9ff1025bbc198dc88bc55ba", - "extract_dir": "pushgateway-1.9.0.windows-amd64" + "url": "https://github.com/prometheus/pushgateway/releases/download/v1.10.0/pushgateway-1.10.0.windows-amd64.tar.gz", + "hash": "5100881a8e388efcb3ee79fcd79bfcd219e10a156a95da4ae3b14a162808d23e", + "extract_dir": "pushgateway-1.10.0.windows-amd64" }, "32bit": { - "url": "https://github.com/prometheus/pushgateway/releases/download/v1.9.0/pushgateway-1.9.0.windows-386.tar.gz", - "hash": "d18a88a49cfc03bb44089164f8c2feff03edb3ea08290758aec631a5dbb0664f", - "extract_dir": "pushgateway-1.9.0.windows-386" + "url": "https://github.com/prometheus/pushgateway/releases/download/v1.10.0/pushgateway-1.10.0.windows-386.tar.gz", + "hash": "e8f2581b5239fcba4ca0431313ac8824d79b8e78d82a7a8b501bbc57d9cac7a1", + "extract_dir": "pushgateway-1.10.0.windows-386" } }, "bin": "pushgateway.exe",