From a0ebb59c7c46630b6e48e1ac5d9920e1c699bb9d Mon Sep 17 00:00:00 2001 From: alexbelgium Date: Fri, 21 Jan 2022 08:03:51 +0100 Subject: [PATCH] Updater bot : fireflyiii_data_importer updated to 0.7.0 --- fireflyiii_data_importer/CHANGELOG.md | 3 +++ fireflyiii_data_importer/Dockerfile | 2 +- fireflyiii_data_importer/config.json | 16 ++++++++++++---- 3 files changed, 16 insertions(+), 5 deletions(-) diff --git a/fireflyiii_data_importer/CHANGELOG.md b/fireflyiii_data_importer/CHANGELOG.md index 1f45eac3c..f2d9e2442 100644 --- a/fireflyiii_data_importer/CHANGELOG.md +++ b/fireflyiii_data_importer/CHANGELOG.md @@ -1,3 +1,6 @@ + +## 0.7.0 (21-01-2022) +- Update to latest version from firefly-iii/data-importer ## 0.6.5 (15-01-2022) - Update to latest version from firefly-iii/data-importer diff --git a/fireflyiii_data_importer/Dockerfile b/fireflyiii_data_importer/Dockerfile index f9f90d8ef..a088a0260 100644 --- a/fireflyiii_data_importer/Dockerfile +++ b/fireflyiii_data_importer/Dockerfile @@ -16,7 +16,7 @@ ARG BUILD_FROM ARG BUILD_VERSION -ARG BUILD_UPSTREAM="0.6.5" +ARG BUILD_UPSTREAM="0.7.0" FROM ${BUILD_FROM}${BUILD_UPSTREAM} ################## diff --git a/fireflyiii_data_importer/config.json b/fireflyiii_data_importer/config.json index c12c5b796..76699d238 100644 --- a/fireflyiii_data_importer/config.json +++ b/fireflyiii_data_importer/config.json @@ -1,13 +1,21 @@ { "apparmor": true, - "arch": ["aarch64", "amd64", "armv7"], + "arch": [ + "aarch64", + "amd64", + "armv7" + ], "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 +34,8 @@ "SPECTRE_SECRET": "str?" }, "slug": "fireflyiii_data_importer", - "upstream": "0.6.5", + "upstream": "0.7.0", "url": "https://github.com/alexbelgium/hassio-addons", - "version": "0.6.5", + "version": "0.7.0", "webui": "[PROTO:ssl]://[HOST]:[PORT:8080]" }