Updater bot : fireflyiii_data_importer updated to version-0.7.0

This commit is contained in:
alexbelgium
2022-01-22 19:22:41 +01:00
parent b683871c9d
commit 7243f63e20
3 changed files with 6 additions and 3 deletions

View File

@@ -1,4 +1,7 @@
## version-0.7.0 (22-01-2022)
- Update to latest version from fireflyiii/data-importer
## version-0.6.5 (21-01-2022) ## version-0.6.5 (21-01-2022)
- Update to latest version from fireflyiii/data-importer - Update to latest version from fireflyiii/data-importer

View File

@@ -16,7 +16,7 @@
ARG BUILD_FROM ARG BUILD_FROM
ARG BUILD_VERSION ARG BUILD_VERSION
ARG BUILD_UPSTREAM="version-0.6.5" ARG BUILD_UPSTREAM="version-0.7.0"
FROM ${BUILD_FROM} FROM ${BUILD_FROM}
################## ##################

View File

@@ -34,8 +34,8 @@
"SPECTRE_SECRET": "str?" "SPECTRE_SECRET": "str?"
}, },
"slug": "fireflyiii_data_importer", "slug": "fireflyiii_data_importer",
"upstream": "version-0.6.5", "upstream": "version-0.7.0",
"url": "https://github.com/alexbelgium/hassio-addons", "url": "https://github.com/alexbelgium/hassio-addons",
"version": "version-0.6.5", "version": "version-0.7.0",
"webui": "[PROTO:ssl]://[HOST]:[PORT:8080]" "webui": "[PROTO:ssl]://[HOST]:[PORT:8080]"
} }