From 0cba53c2407cde258b2aa0c6766e386b63e5cd0e Mon Sep 17 00:00:00 2001 From: alexbelgium Date: Sat, 5 Jul 2025 01:56:15 +0200 Subject: [PATCH] Updater bot : fireflyiii updated to 6.2.20 --- fireflyiii/CHANGELOG.md | 3 +++ fireflyiii/config.json | 16 ++++++++++++---- fireflyiii/updater.json | 4 ++-- 3 files changed, 17 insertions(+), 6 deletions(-) diff --git a/fireflyiii/CHANGELOG.md b/fireflyiii/CHANGELOG.md index 20c637e19..871b028bf 100644 --- a/fireflyiii/CHANGELOG.md +++ b/fireflyiii/CHANGELOG.md @@ -1,3 +1,6 @@ + +## 6.2.20 (05-07-2025) +- Update to latest version from firefly-iii/firefly-iii (changelog : https://github.com/firefly-iii/firefly-iii/releases) ## 6.2.18 (21-06-2025) - Update to latest version from firefly-iii/firefly-iii (changelog : https://github.com/firefly-iii/firefly-iii/releases) diff --git a/fireflyiii/config.json b/fireflyiii/config.json index af7db578a..fa0bed722 100644 --- a/fireflyiii/config.json +++ b/fireflyiii/config.json @@ -1,5 +1,8 @@ { - "arch": ["aarch64", "amd64"], + "arch": [ + "aarch64", + "amd64" + ], "codenotary": "alexandrep.github@gmail.com", "description": "A free and open source personal finance manager", "devices": [ @@ -70,7 +73,10 @@ }, "image": "ghcr.io/alexbelgium/fireflyiii-{arch}", "init": false, - "map": ["config:rw", "share:rw"], + "map": [ + "config:rw", + "share:rw" + ], "name": "Firefly iii", "options": { "APP_KEY": "CHANGEME_32_CHARS_EuC5dfn3LAPzeO", @@ -98,11 +104,13 @@ "Updates": "list(|hourly|daily|weekly)?", "silent": "bool?" }, - "services": ["mysql:want"], + "services": [ + "mysql:want" + ], "slug": "fireflyiii", "startup": "services", "udev": true, "url": "https://github.com/alexbelgium/hassio-addons", - "version": "6.2.18", + "version": "6.2.20", "webui": "[PROTO:ssl]://[HOST]:[PORT:8080]" } diff --git a/fireflyiii/updater.json b/fireflyiii/updater.json index e0fa2090e..b5f240945 100644 --- a/fireflyiii/updater.json +++ b/fireflyiii/updater.json @@ -1,9 +1,9 @@ { "github_exclude": "2025", - "last_update": "21-06-2025", + "last_update": "05-07-2025", "repository": "alexbelgium/hassio-addons", "slug": "fireflyiii", "source": "github", "upstream_repo": "firefly-iii/firefly-iii", - "upstream_version": "6.2.18" + "upstream_version": "6.2.20" }