From 1abe433bae198dda7a087abc70dc852a0b1570ca Mon Sep 17 00:00:00 2001 From: alexbelgium Date: Sat, 13 Jan 2024 07:06:42 +0100 Subject: [PATCH] Updater bot : fireflyiii updated to 6.1.6 --- 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 cbc0d44f4..9453262d8 100644 --- a/fireflyiii/CHANGELOG.md +++ b/fireflyiii/CHANGELOG.md @@ -1,4 +1,7 @@ +## 6.1.6 (13-01-2024) +- Update to latest version from firefly-iii/firefly-iii + ## 6.1.4 (06-01-2024) - Update to latest version from firefly-iii/firefly-iii diff --git a/fireflyiii/Dockerfile b/fireflyiii/Dockerfile index 8f198c5c4..b1447007d 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.1.4" +ARG BUILD_UPSTREAM="6.1.6" 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 14172838d..f0287a51e 100644 --- a/fireflyiii/config.json +++ b/fireflyiii/config.json @@ -99,6 +99,6 @@ "startup": "services", "udev": true, "url": "https://github.com/alexbelgium/hassio-addons", - "version": "6.1.4", + "version": "6.1.6", "webui": "[PROTO:ssl]://[HOST]:[PORT:8080]" } diff --git a/fireflyiii/updater.json b/fireflyiii/updater.json index 367894c80..dd02cafe6 100644 --- a/fireflyiii/updater.json +++ b/fireflyiii/updater.json @@ -1,8 +1,8 @@ { - "last_update": "06-01-2024", + "last_update": "13-01-2024", "repository": "alexbelgium/hassio-addons", "slug": "fireflyiii", "source": "github", "upstream_repo": "firefly-iii/firefly-iii", - "upstream_version": "6.1.4" + "upstream_version": "6.1.6" }