From 81ec34da70726009a3510de962d8feb9958f80a0 Mon Sep 17 00:00:00 2001 From: alexbelgium Date: Sat, 18 Mar 2023 11:26:30 +0100 Subject: [PATCH] Updater bot : fireflyiii updated to 6.0.4 --- 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 56ccc5878..c7ebe335c 100644 --- a/fireflyiii/CHANGELOG.md +++ b/fireflyiii/CHANGELOG.md @@ -1,4 +1,7 @@ +## 6.0.4 (18-03-2023) +- Update to latest version from firefly-iii/firefly-iii + ## 6.0.1 (11-03-2023) - Update to latest version from firefly-iii/firefly-iii - Implemented healthcheck diff --git a/fireflyiii/Dockerfile b/fireflyiii/Dockerfile index d73599f4a..8ab3c7f91 100644 --- a/fireflyiii/Dockerfile +++ b/fireflyiii/Dockerfile @@ -33,7 +33,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.1" +ARG BUILD_UPSTREAM="6.0.4" 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 5c6790906..61167e454 100644 --- a/fireflyiii/config.json +++ b/fireflyiii/config.json @@ -47,6 +47,6 @@ "slug": "fireflyiii", "startup": "services", "url": "https://github.com/alexbelgium/hassio-addons", - "version": "6.0.1", + "version": "6.0.4", "webui": "[PROTO:ssl]://[HOST]:[PORT:8080]" } diff --git a/fireflyiii/updater.json b/fireflyiii/updater.json index d7efc7632..f42354cea 100644 --- a/fireflyiii/updater.json +++ b/fireflyiii/updater.json @@ -1,8 +1,8 @@ { - "last_update": "11-03-2023", + "last_update": "18-03-2023", "repository": "alexbelgium/hassio-addons", "slug": "fireflyiii", "source": "github", "upstream_repo": "firefly-iii/firefly-iii", - "upstream_version": "6.0.1" + "upstream_version": "6.0.4" }