From 53c72b0a83c8c71256587a8d7d3abec8006949b2 Mon Sep 17 00:00:00 2001 From: GitHub Actions Date: Sat, 28 Mar 2026 00:46:37 +0000 Subject: [PATCH] Revert "Updater bot : fireflyiii_data_importer updated to 2.2.2" This reverts commit 6a72eddccc9e10f28d5c93277b6c961b958f53e7. --- 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 d8a921b8c..b3a435442 100644 --- a/fireflyiii_data_importer/CHANGELOG.md +++ b/fireflyiii_data_importer/CHANGELOG.md @@ -1,7 +1,4 @@ -## 2.2.2 (2026-03-28) -- Update to latest version from firefly-iii/data-importer (changelog : https://github.com/firefly-iii/data-importer/releases) - ## 2.2.1 (2026-03-14) - 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 32a6d5dea..0808424ab 100644 --- a/fireflyiii_data_importer/Dockerfile +++ b/fireflyiii_data_importer/Dockerfile @@ -16,7 +16,7 @@ ARG BUILD_FROM ARG BUILD_VERSION -ARG BUILD_UPSTREAM="2.2.2" +ARG BUILD_UPSTREAM="2.2.1" FROM ${BUILD_FROM} ################## diff --git a/fireflyiii_data_importer/config.yaml b/fireflyiii_data_importer/config.yaml index b21062aa6..c74e77753 100644 --- a/fireflyiii_data_importer/config.yaml +++ b/fireflyiii_data_importer/config.yaml @@ -101,5 +101,5 @@ schema: slug: fireflyiii_data_importer udev: true url: https://github.com/alexbelgium/hassio-addons -version: "2.2.2" +version: "2.2.1" webui: "[PROTO:ssl]://[HOST]:[PORT:8080]" diff --git a/fireflyiii_data_importer/updater.json b/fireflyiii_data_importer/updater.json index 761e8b3f1..b98732a72 100644 --- a/fireflyiii_data_importer/updater.json +++ b/fireflyiii_data_importer/updater.json @@ -1,9 +1,9 @@ { "github_exclude": "develop", - "last_update": "2026-03-28", + "last_update": "2026-03-14", "repository": "alexbelgium/hassio-addons", "slug": "fireflyiii_data_importer", "source": "github", "upstream_repo": "firefly-iii/data-importer", - "upstream_version": "2.2.2" + "upstream_version": "2.2.1" }