From 1daf2e22023ff55be88588b3b44970d2f97d67a2 Mon Sep 17 00:00:00 2001 From: "tropibot[bot]" <285933081+tropibot[bot]@users.noreply.github.com> Date: Fri, 10 Jul 2026 10:53:19 +0000 Subject: [PATCH 1/2] chore: bump prometheus upstream to v3.13.1 --- dappnode_package.json | 40 ++++++++++++++++++++++++---------------- 1 file changed, 24 insertions(+), 16 deletions(-) diff --git a/dappnode_package.json b/dappnode_package.json index 84e98b0..a73d01d 100644 --- a/dappnode_package.json +++ b/dappnode_package.json @@ -1,28 +1,36 @@ { - "name": "ethical-metrics.dnp.dappnode.eth", - "version": "0.1.1", - "upstreamVersion": "v2.47.0", - "upstreamRepo": "prometheus/prometheus", - "upstreamArg": "UPSTREAM_VERSION", - "description": "Ethical metrics is privacy-ensured solution for monitoring your Dappnode. This service alerts you about your Dappnode's status, using Tor hidden services to maintain the privacy of your IP address. Setting up is straightforward, requiring only an email address to receive alerts. In forthcoming updates, look forward to more types of alerts. Ethical Monitor is a genuine reflection of Dappnode's commitment to delivering services that value user's privacy and provide control over your staking experience.", - "type": "service", + "architectures": [ + "linux/amd64" + ], "author": "DAppNode Association (https://github.com/dappnode)", - "architectures": ["linux/amd64"], - "categories": ["Monitoring"], - "links": { - "homepage": "https://dappnode.com/" - }, - "license": "GPL-3.0", + "categories": [ + "Monitoring" + ], "dependencies": { "dms.dnp.dappnode.eth": "latest" }, + "description": "Ethical metrics is privacy-ensured solution for monitoring your Dappnode. This service alerts you about your Dappnode's status, using Tor hidden services to maintain the privacy of your IP address. Setting up is straightforward, requiring only an email address to receive alerts. In forthcoming updates, look forward to more types of alerts. Ethical Monitor is a genuine reflection of Dappnode's commitment to delivering services that value user's privacy and provide control over your staking experience.", "globalEnvs": [ { - "envs": ["DOMAIN"], - "services": ["prometheus"] + "envs": [ + "DOMAIN" + ], + "services": [ + "prometheus" + ] } ], + "license": "GPL-3.0", + "links": { + "homepage": "https://dappnode.com/" + }, + "name": "ethical-metrics.dnp.dappnode.eth", "requirements": { "minimumDappnodeVersion": "0.2.78" - } + }, + "type": "service", + "upstreamArg": "UPSTREAM_VERSION", + "upstreamRepo": "prometheus/prometheus", + "upstreamVersion": "v3.13.1", + "version": "0.1.3" } From 47141e06b2bd0cfb9319ce28391d1f578d7be31c Mon Sep 17 00:00:00 2001 From: "tropibot[bot]" <285933081+tropibot[bot]@users.noreply.github.com> Date: Fri, 10 Jul 2026 10:53:20 +0000 Subject: [PATCH 2/2] chore: set UPSTREAM_VERSION to v3.13.1 --- docker-compose.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker-compose.yml b/docker-compose.yml index 224772e..3bc0a67 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -4,7 +4,7 @@ services: build: context: ./prometheus args: - UPSTREAM_VERSION: v2.47.0 + UPSTREAM_VERSION: v3.13.1 image: "prometheus.ethical-metrics.dnp.dappnode.eth:0.1.1" tor-hidden-service: build: