From 5ffb2b2aa245cbc1a038da4c57a5490c545964e4 Mon Sep 17 00:00:00 2001 From: alexbelgium Date: Tue, 4 Jan 2022 01:57:09 +0100 Subject: [PATCH] Update to 0.5.0 --- fireflyiii_data_importer/CHANGELOG.md | 3 +++ fireflyiii_data_importer/config.json | 17 +++++++++++++---- 2 files changed, 16 insertions(+), 4 deletions(-) diff --git a/fireflyiii_data_importer/CHANGELOG.md b/fireflyiii_data_importer/CHANGELOG.md index 66f7e8b76..584547099 100644 --- a/fireflyiii_data_importer/CHANGELOG.md +++ b/fireflyiii_data_importer/CHANGELOG.md @@ -1 +1,4 @@ + +## 0.5.0 (04-01-2022) +- Update to latest version from firefly-iii/data-importer - Initial release diff --git a/fireflyiii_data_importer/config.json b/fireflyiii_data_importer/config.json index 53834a0a2..23f6483d5 100644 --- a/fireflyiii_data_importer/config.json +++ b/fireflyiii_data_importer/config.json @@ -1,13 +1,22 @@ { "apparmor": true, - "arch": ["aarch64", "amd64", "armv7", "armhf"], + "arch": [ + "aarch64", + "amd64", + "armv7", + "armhf" + ], "boot": "auto", "description": "Data importer for Firefly III (separate addon)", "devices": [], "environment": { "TRUSTED_PROXIES": "**" }, - "map": ["config:rw", "share:rw", "ssl"], + "map": [ + "config:rw", + "share:rw", + "ssl" + ], "name": "Firefly iii Data Importer", "options": {}, "ports": { @@ -26,8 +35,8 @@ "SPECTRE_SECRET": "str?" }, "slug": "fireflyiii_data_importer", - "upstream": "0.4.1", + "upstream": "0.5.0", "url": "https://github.com/alexbelgium/hassio-addons", - "version": "0.4.1", + "version": "0.5.0", "webui": "[PROTO:ssl]://[HOST]:[PORT:8080]" }