From 91e2ea0af2748a90d9e20feeda03459eff0d254d Mon Sep 17 00:00:00 2001 From: alexbelgium Date: Sat, 5 Jul 2025 01:56:19 +0200 Subject: [PATCH] Updater bot : fireflyiii_data_importer updated to 20250702.3 --- fireflyiii_data_importer/CHANGELOG.md | 3 +++ fireflyiii_data_importer/Dockerfile | 2 +- fireflyiii_data_importer/config.json | 14 +++++++++++--- fireflyiii_data_importer/updater.json | 4 ++-- 4 files changed, 17 insertions(+), 6 deletions(-) diff --git a/fireflyiii_data_importer/CHANGELOG.md b/fireflyiii_data_importer/CHANGELOG.md index a62522875..c7b0761bf 100644 --- a/fireflyiii_data_importer/CHANGELOG.md +++ b/fireflyiii_data_importer/CHANGELOG.md @@ -1,3 +1,6 @@ + +## 20250702.3 (05-07-2025) +- Update to latest version from firefly-iii/data-importer (changelog : https://github.com/firefly-iii/data-importer/releases) ## 20250627.1 (28-06-2025) - Update to latest version from firefly-iii/data-importer (changelog : https://github.com/firefly-iii/data-importer/releases) diff --git a/fireflyiii_data_importer/Dockerfile b/fireflyiii_data_importer/Dockerfile index aca4dac37..2f7f30d08 100644 --- a/fireflyiii_data_importer/Dockerfile +++ b/fireflyiii_data_importer/Dockerfile @@ -16,7 +16,7 @@ ARG BUILD_FROM ARG BUILD_VERSION -ARG BUILD_UPSTREAM="20250627.1" +ARG BUILD_UPSTREAM="20250702.3" FROM ${BUILD_FROM} ################## diff --git a/fireflyiii_data_importer/config.json b/fireflyiii_data_importer/config.json index 3b5dac929..eda1a7acf 100644 --- a/fireflyiii_data_importer/config.json +++ b/fireflyiii_data_importer/config.json @@ -1,5 +1,8 @@ { - "arch": ["aarch64", "amd64"], + "arch": [ + "aarch64", + "amd64" + ], "codenotary": "alexandrep.github@gmail.com", "description": "Data importer for Firefly III (separate addon)", "devices": [ @@ -70,7 +73,12 @@ }, "image": "ghcr.io/alexbelgium/fireflyiii_data_importer-{arch}", "init": false, - "map": ["addon_config:rw", "homeassistant_config:rw", "share:rw", "ssl"], + "map": [ + "addon_config:rw", + "homeassistant_config:rw", + "share:rw", + "ssl" + ], "name": "Firefly iii Data Importer", "options": { "CONFIG_LOCATION": "/config" @@ -99,6 +107,6 @@ "slug": "fireflyiii_data_importer", "udev": true, "url": "https://github.com/alexbelgium/hassio-addons", - "version": "20250627.1", + "version": "20250702.3", "webui": "[PROTO:ssl]://[HOST]:[PORT:8080]" } diff --git a/fireflyiii_data_importer/updater.json b/fireflyiii_data_importer/updater.json index 3cc2f0b2f..bd671ebe0 100644 --- a/fireflyiii_data_importer/updater.json +++ b/fireflyiii_data_importer/updater.json @@ -1,8 +1,8 @@ { - "last_update": "28-06-2025", + "last_update": "05-07-2025", "repository": "alexbelgium/hassio-addons", "slug": "fireflyiii_data_importer", "source": "github", "upstream_repo": "firefly-iii/data-importer", - "upstream_version": "20250627.1" + "upstream_version": "20250702.3" }