From 8e80205e5930d94208f55eec59f240f7303ab182 Mon Sep 17 00:00:00 2001 From: alexbelgium Date: Tue, 26 Jul 2022 01:56:20 +0200 Subject: [PATCH] Updater bot : fireflyiii_data_importer updated to version-0.9.15 --- fireflyiii_data_importer/CHANGELOG.md | 3 +++ fireflyiii_data_importer/Dockerfile | 2 +- fireflyiii_data_importer/config.json | 2 +- fireflyiii_data_importer/updater.json | 4 ++-- 4 files changed, 7 insertions(+), 4 deletions(-) diff --git a/fireflyiii_data_importer/CHANGELOG.md b/fireflyiii_data_importer/CHANGELOG.md index d40a777f0..6ca6a6a43 100644 --- a/fireflyiii_data_importer/CHANGELOG.md +++ b/fireflyiii_data_importer/CHANGELOG.md @@ -1,4 +1,7 @@ +## version-0.9.15 (26-07-2022) +- Update to latest version from fireflyiii/data-importer + ## version-0.9.14 (21-07-2022) - Update to latest version from fireflyiii/data-importer diff --git a/fireflyiii_data_importer/Dockerfile b/fireflyiii_data_importer/Dockerfile index 6a847c349..33889d5a4 100644 --- a/fireflyiii_data_importer/Dockerfile +++ b/fireflyiii_data_importer/Dockerfile @@ -16,7 +16,7 @@ ARG BUILD_FROM ARG BUILD_VERSION -ARG BUILD_UPSTREAM="version-0.9.14" +ARG BUILD_UPSTREAM="version-0.9.15" FROM ${BUILD_FROM} ################## diff --git a/fireflyiii_data_importer/config.json b/fireflyiii_data_importer/config.json index c59604158..d4f293466 100644 --- a/fireflyiii_data_importer/config.json +++ b/fireflyiii_data_importer/config.json @@ -39,6 +39,6 @@ }, "slug": "fireflyiii_data_importer", "url": "https://github.com/alexbelgium/hassio-addons", - "version": "version-0.9.14", + "version": "version-0.9.15", "webui": "[PROTO:ssl]://[HOST]:[PORT:8080]" } diff --git a/fireflyiii_data_importer/updater.json b/fireflyiii_data_importer/updater.json index 6c8530c7a..e09c20f47 100644 --- a/fireflyiii_data_importer/updater.json +++ b/fireflyiii_data_importer/updater.json @@ -1,8 +1,8 @@ { - "last_update": "21-07-2022", + "last_update": "26-07-2022", "repository": "alexbelgium/hassio-addons", "slug": "fireflyiii_data_importer", "source": "dockerhub", "upstream_repo": "fireflyiii/data-importer", - "upstream_version": "version-0.9.14" + "upstream_version": "version-0.9.15" }