From 67686ab6d2d6301ca27b346823a2ff6efdf5bfcc Mon Sep 17 00:00:00 2001 From: Apipa169 Date: Sat, 23 Sep 2023 16:11:36 +0200 Subject: [PATCH] Updates Firefly III to 6.0.25 --- fireflyiii/CHANGELOG.md | 3 +++ fireflyiii/Dockerfile | 2 +- fireflyiii/config.json | 2 +- fireflyiii/updater.json | 4 ++-- 4 files changed, 7 insertions(+), 4 deletions(-) diff --git a/fireflyiii/CHANGELOG.md b/fireflyiii/CHANGELOG.md index fbb121579..7c7771838 100644 --- a/fireflyiii/CHANGELOG.md +++ b/fireflyiii/CHANGELOG.md @@ -1,6 +1,9 @@ +## 6.0.25 (23-09-2023) +- Update to latest version from firefly-iii/firefly-iii ## 6.0.24 (16-09-2023) - Update to latest version from firefly-iii/firefly-iii + ### 6.0.23-2 (09-09-2023) - Minor bugs fixed diff --git a/fireflyiii/Dockerfile b/fireflyiii/Dockerfile index 0714b1f29..43766d7c9 100644 --- a/fireflyiii/Dockerfile +++ b/fireflyiii/Dockerfile @@ -34,7 +34,7 @@ ENV S6_CMD_WAIT_FOR_SERVICES=1 \ # # Change data location # grep -rl "/var/www/html" /etc/ | xargs sed -i 's|/var/www/html|/data/firefly|g' -ARG BUILD_UPSTREAM="6.0.24" +ARG BUILD_UPSTREAM="6.0.25" RUN \ # Change upload folder to "ha_upload" since the default one is binded to a volume (see base image) sed -i "s/'root' => storage_path('upload'),/'root' => storage_path('ha_upload'),/g" /var/www/html/config/filesystems.php diff --git a/fireflyiii/config.json b/fireflyiii/config.json index c864fa3cc..fa0563ae7 100644 --- a/fireflyiii/config.json +++ b/fireflyiii/config.json @@ -94,6 +94,6 @@ "slug": "fireflyiii", "startup": "services", "url": "https://github.com/alexbelgium/hassio-addons", - "version": "6.0.24", + "version": "6.0.25", "webui": "[PROTO:ssl]://[HOST]:[PORT:8080]" } diff --git a/fireflyiii/updater.json b/fireflyiii/updater.json index b5136eb17..6966ba87d 100644 --- a/fireflyiii/updater.json +++ b/fireflyiii/updater.json @@ -1,8 +1,8 @@ { - "last_update": "16-09-2023", + "last_update": "23-09-2023", "repository": "alexbelgium/hassio-addons", "slug": "fireflyiii", "source": "github", "upstream_repo": "firefly-iii/firefly-iii", - "upstream_version": "6.0.24" + "upstream_version": "6.0.25" }