From 9d437c8faeb2c9f33bd2aec8a9a1a4dd8d06e00c Mon Sep 17 00:00:00 2001 From: "tropibot[bot]" <285933081+tropibot[bot]@users.noreply.github.com> Date: Thu, 18 Jun 2026 16:24:56 +0000 Subject: [PATCH 1/2] chore: bump rotki upstream to v1.43.2 --- dappnode_package.json | 51 ++++++++++++++++++++++++------------------- 1 file changed, 28 insertions(+), 23 deletions(-) diff --git a/dappnode_package.json b/dappnode_package.json index 79780db..793ddc4 100644 --- a/dappnode_package.json +++ b/dappnode_package.json @@ -1,35 +1,40 @@ { - "name": "rotki.dnp.dappnode.eth", - "version": "0.1.54", - "upstreamVersion": "v1.43.1", - "architectures": ["linux/amd64", "linux/arm64"], - "upstreamRepo": "rotki/rotki", - "upstreamArg": "UPSTREAM_VERSION", - "shortDescription": "Accounting and analytics tool that protects your privacy", - "description": "Rotki is an open source portfolio tracker, accounting and analytics tool that protects your privacy.\n\nRotki offers tracking of all your crypto assets no matter where they are. Be it on a blockchain, a DeFi protocol or on one of the supported exchanges.\n\nMore information about the source project can be found at [their official website](https://rotki.com/)", - "type": "service", - "author": "DAppNode Association (https://github.com/dappnode)", - "contributors": [ - "pablo (https://github.com/pablomendezroyo)" + "architectures": [ + "linux/amd64", + "linux/arm64" ], - "categories": ["Blockchain"], - "repository": { - "type": "git", - "url": "git+https://github.com/dappnode/DAppNodePackage-rotki.git" - }, - "bugs": { - "url": "https://github.com/dappnode/DAppNodePackage-rotki/issues" - }, + "author": "DAppNode Association (https://github.com/dappnode)", "backup": [ { "name": "rotki_data", "path": "/data" } ], + "bugs": { + "url": "https://github.com/dappnode/DAppNodePackage-rotki/issues" + }, + "categories": [ + "Blockchain" + ], + "contributors": [ + "pablo (https://github.com/pablomendezroyo)" + ], + "description": "Rotki is an open source portfolio tracker, accounting and analytics tool that protects your privacy.\n\nRotki offers tracking of all your crypto assets no matter where they are. Be it on a blockchain, a DeFi protocol or on one of the supported exchanges.\n\nMore information about the source project can be found at [their official website](https://rotki.com/)", + "license": "AGPL-3.0", "links": { - "ui": "http://rotki.dappnode/", "homepage": "https://rotki.com/", - "readme": "https://github.com/dappnode/DAppNodePackage-rotki" + "readme": "https://github.com/dappnode/DAppNodePackage-rotki", + "ui": "http://rotki.dappnode/" }, - "license": "AGPL-3.0" + "name": "rotki.dnp.dappnode.eth", + "repository": { + "type": "git", + "url": "git+https://github.com/dappnode/DAppNodePackage-rotki.git" + }, + "shortDescription": "Accounting and analytics tool that protects your privacy", + "type": "service", + "upstreamArg": "UPSTREAM_VERSION", + "upstreamRepo": "rotki/rotki", + "upstreamVersion": "v1.43.2", + "version": "0.1.55" } From b7819dcbc391b4edcb46390cace87adbcbacb633 Mon Sep 17 00:00:00 2001 From: "tropibot[bot]" <285933081+tropibot[bot]@users.noreply.github.com> Date: Thu, 18 Jun 2026 16:24:58 +0000 Subject: [PATCH 2/2] chore: set UPSTREAM_VERSION to v1.43.2 --- docker-compose.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker-compose.yml b/docker-compose.yml index 7ecf9df..60cc7bb 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -5,7 +5,7 @@ services: build: context: . args: - UPSTREAM_VERSION: v1.43.1 + UPSTREAM_VERSION: v1.43.2 volumes: - rotki_data:/data - rotki_logs:/logs