From 9502e55953cfa0f4ad465687139abbc3d4fe662a Mon Sep 17 00:00:00 2001 From: alexbelgium Date: Mon, 31 Jan 2022 09:39:05 +0100 Subject: [PATCH] Updater bot : fireflyiii updated to 5.6.13 --- fireflyiii/CHANGELOG.md | 3 +++ fireflyiii/config.json | 20 +++++++++++++++----- 2 files changed, 18 insertions(+), 5 deletions(-) diff --git a/fireflyiii/CHANGELOG.md b/fireflyiii/CHANGELOG.md index 570ce4b0c..153a9b280 100644 --- a/fireflyiii/CHANGELOG.md +++ b/fireflyiii/CHANGELOG.md @@ -1,3 +1,6 @@ + +## 5.6.13 (31-01-2022) +- Update to latest version from firefly-iii/firefly-iii - Silent mode added : hides output of the app if no errors - Correct permissions - Allowed automatic update in hourly, daily or weekly setting from addon options diff --git a/fireflyiii/config.json b/fireflyiii/config.json index 40cbf8694..8128a01ca 100644 --- a/fireflyiii/config.json +++ b/fireflyiii/config.json @@ -1,13 +1,21 @@ { "apparmor": true, - "arch": ["aarch64", "amd64", "armv7"], + "arch": [ + "aarch64", + "amd64", + "armv7" + ], "boot": "auto", "description": "A free and open source personal finance manager", "devices": [], "environment": { "TRUSTED_PROXIES": "**" }, - "map": ["config:rw", "share:rw", "ssl"], + "map": [ + "config:rw", + "share:rw", + "ssl" + ], "name": "Firefly iii", "options": { "DB_CONNECTION": "sqlite_internal", @@ -34,9 +42,11 @@ "silent": "bool?" }, "slug": "fireflyiii", - "services": ["mysql:want"], - "upstream": "5.6.10", + "services": [ + "mysql:want" + ], + "upstream": "5.6.13", "url": "https://github.com/alexbelgium/hassio-addons", - "version": "5.6.10-7", + "version": "5.6.13", "webui": "[PROTO:ssl]://[HOST]:[PORT:8080]" }