From b49f0cd3a8d2671f58392806576b697b23030c9c Mon Sep 17 00:00:00 2001 From: GitHub Actions Date: Sat, 18 Oct 2025 00:02:19 +0000 Subject: [PATCH] Revert 'Updater bot : fireflyiii_data_importer updated to 1.8.4' [nobuild] --- fireflyiii_data_importer/CHANGELOG.md | 3 --- fireflyiii_data_importer/Dockerfile | 2 +- fireflyiii_data_importer/config.yaml | 2 +- fireflyiii_data_importer/updater.json | 4 ++-- 4 files changed, 4 insertions(+), 7 deletions(-) diff --git a/fireflyiii_data_importer/CHANGELOG.md b/fireflyiii_data_importer/CHANGELOG.md index 5a4b9a752..5f9aff462 100644 --- a/fireflyiii_data_importer/CHANGELOG.md +++ b/fireflyiii_data_importer/CHANGELOG.md @@ -1,7 +1,4 @@ -## 1.8.4 (18-10-2025) -- Update to latest version from firefly-iii/data-importer (changelog : https://github.com/firefly-iii/data-importer/releases) - ## 1.8.2 (11-10-2025) - Update to latest version from firefly-iii/data-importer (changelog : https://github.com/firefly-iii/data-importer/releases) ## 1.8.0-2 (06-10-2025) diff --git a/fireflyiii_data_importer/Dockerfile b/fireflyiii_data_importer/Dockerfile index 99e9eb8c3..0299b0948 100644 --- a/fireflyiii_data_importer/Dockerfile +++ b/fireflyiii_data_importer/Dockerfile @@ -16,7 +16,7 @@ ARG BUILD_FROM ARG BUILD_VERSION -ARG BUILD_UPSTREAM="1.8.4" +ARG BUILD_UPSTREAM="1.8.2" FROM ${BUILD_FROM} ################## diff --git a/fireflyiii_data_importer/config.yaml b/fireflyiii_data_importer/config.yaml index 850c20d0a..14840ab0f 100644 --- a/fireflyiii_data_importer/config.yaml +++ b/fireflyiii_data_importer/config.yaml @@ -98,5 +98,5 @@ schema: slug: fireflyiii_data_importer udev: true url: https://github.com/alexbelgium/hassio-addons -version: "1.8.4" +version: 1.8.2 webui: '[PROTO:ssl]://[HOST]:[PORT:8080]' diff --git a/fireflyiii_data_importer/updater.json b/fireflyiii_data_importer/updater.json index 82f63bf0d..41dcb2361 100644 --- a/fireflyiii_data_importer/updater.json +++ b/fireflyiii_data_importer/updater.json @@ -1,9 +1,9 @@ { "github_exclude": "develop", - "last_update": "18-10-2025", + "last_update": "11-10-2025", "repository": "alexbelgium/hassio-addons", "slug": "fireflyiii_data_importer", "source": "github", "upstream_repo": "firefly-iii/data-importer", - "upstream_version": "1.8.4" + "upstream_version": "1.8.2" }