From d6c368d98cd9769144cd232b7e214345f9495ba6 Mon Sep 17 00:00:00 2001 From: alexbelgium Date: Sat, 7 Jan 2023 01:57:09 +0100 Subject: [PATCH] Updater bot : fireflyiii updated to 5.7.18 --- fireflyiii/CHANGELOG.md | 3 +++ fireflyiii/Dockerfile | 4 ++-- fireflyiii/config.json | 2 +- fireflyiii/updater.json | 4 ++-- 4 files changed, 8 insertions(+), 5 deletions(-) diff --git a/fireflyiii/CHANGELOG.md b/fireflyiii/CHANGELOG.md index 1591854b6..b5debdcfc 100644 --- a/fireflyiii/CHANGELOG.md +++ b/fireflyiii/CHANGELOG.md @@ -1,4 +1,7 @@ +## 5.7.18 (07-01-2023) +- Update to latest version from firefly-iii/firefly-iii + ## 5.7.17 (31-12-2022) - Update to latest version from firefly-iii/firefly-iii diff --git a/fireflyiii/Dockerfile b/fireflyiii/Dockerfile index 26267f362..1b0baa13f 100644 --- a/fireflyiii/Dockerfile +++ b/fireflyiii/Dockerfile @@ -33,12 +33,12 @@ 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="5.7.17" +ARG BUILD_UPSTREAM="5.7.18" RUN \ ################# # Fix for 5.7.5 # ################# - if [ "$BUILD_UPSTREAM" = "5.7.17" ] ; then \ + if [ "$BUILD_UPSTREAM" = "5.7.18" ] ; then \ sed -i "s|, \$transaction\[\x27amount\x27\] ?? \x270\x27);|, (string)(\$transaction\[\x27amount\x27\] ?? \x270\x27));|g" /var/www/html/app/Helpers/Collector/GroupCollector.php; else echo "not 5.7.5"; fi RUN \ # Change upload folder to "ha_upload" since the default one is binded to a volume (see base image) diff --git a/fireflyiii/config.json b/fireflyiii/config.json index 9b638661d..556388e88 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": "5.7.17", + "version": "5.7.18", "webui": "[PROTO:ssl]://[HOST]:[PORT:8080]" } diff --git a/fireflyiii/updater.json b/fireflyiii/updater.json index 85bcf11ed..14ba3905d 100644 --- a/fireflyiii/updater.json +++ b/fireflyiii/updater.json @@ -1,8 +1,8 @@ { - "last_update": "31-12-2022", + "last_update": "07-01-2023", "repository": "alexbelgium/hassio-addons", "slug": "fireflyiii", "source": "github", "upstream_repo": "firefly-iii/firefly-iii", - "upstream_version": "5.7.17" + "upstream_version": "5.7.18" }