Updater bot : fireflyiii updated to 5.7.17

This commit is contained in:
alexbelgium
2022-12-31 01:57:02 +01:00
parent c5de0827b2
commit 4d7a9e2931
4 changed files with 8 additions and 5 deletions

View File

@@ -1,4 +1,7 @@
## 5.7.17 (31-12-2022)
- Update to latest version from firefly-iii/firefly-iii
## 5.7.16 (25-12-2022)
- Update to latest version from firefly-iii/firefly-iii
- WARNING : update to supervisor 2022.11 before installing

View File

@@ -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.16"
ARG BUILD_UPSTREAM="5.7.17"
RUN \
#################
# Fix for 5.7.5 #
#################
if [ "$BUILD_UPSTREAM" = "5.7.16" ] ; then \
if [ "$BUILD_UPSTREAM" = "5.7.17" ] ; 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)

View File

@@ -47,6 +47,6 @@
"slug": "fireflyiii",
"startup": "services",
"url": "https://github.com/alexbelgium/hassio-addons",
"version": "5.7.16",
"version": "5.7.17",
"webui": "[PROTO:ssl]://[HOST]:[PORT:8080]"
}

View File

@@ -1,8 +1,8 @@
{
"last_update": "25-12-2022",
"last_update": "31-12-2022",
"repository": "alexbelgium/hassio-addons",
"slug": "fireflyiii",
"source": "github",
"upstream_repo": "firefly-iii/firefly-iii",
"upstream_version": "5.7.16"
"upstream_version": "5.7.17"
}