diff --git a/fireflyiii/CHANGELOG.md b/fireflyiii/CHANGELOG.md index 7821bb949..76a43951d 100644 --- a/fireflyiii/CHANGELOG.md +++ b/fireflyiii/CHANGELOG.md @@ -1,3 +1,6 @@ + +## 5.7.15 (02-11-2022) +- Update to latest version from firefly-iii/firefly-iii ## 5.7.14-2 (29-10-2022) - Fix bug #530 diff --git a/fireflyiii/Dockerfile b/fireflyiii/Dockerfile index b00049a30..9ebe0ea89 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.14" +ARG BUILD_UPSTREAM="5.7.15" RUN \ ################# # Fix for 5.7.5 # ################# - if [ "$BUILD_UPSTREAM" = "5.7.14" ] ; then \ + if [ "$BUILD_UPSTREAM" = "5.7.15" ] ; 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 5f89a074c..ba53514e8 100644 --- a/fireflyiii/config.json +++ b/fireflyiii/config.json @@ -46,6 +46,6 @@ "slug": "fireflyiii", "startup": "services", "url": "https://github.com/alexbelgium/hassio-addons", - "version": "5.7.14-3", + "version": "5.7.15", "webui": "[PROTO:ssl]://[HOST]:[PORT:8080]" } diff --git a/fireflyiii/updater.json b/fireflyiii/updater.json index 49782dda5..161e58c2e 100644 --- a/fireflyiii/updater.json +++ b/fireflyiii/updater.json @@ -1,8 +1,8 @@ { - "last_update": "20-10-2022", + "last_update": "02-11-2022", "repository": "alexbelgium/hassio-addons", "slug": "fireflyiii", "source": "github", "upstream_repo": "firefly-iii/firefly-iii", - "upstream_version": "5.7.14" + "upstream_version": "5.7.15" }