Updater bot : fireflyiii_data_importer updated to version-0.9.0

This commit is contained in:
alexbelgium
2022-02-22 01:56:22 +01:00
parent 360ff6dd9a
commit 20f3689496
3 changed files with 6 additions and 3 deletions

View File

@@ -1,3 +1,6 @@
## version-0.9.0 (22-02-2022)
- Update to latest version from fireflyiii/data-importer
- Show cron jobs messages in log
## version-0.8.0 (07-02-2022)

View File

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

View File

@@ -39,8 +39,8 @@
"silent": "bool?"
},
"slug": "fireflyiii_data_importer",
"upstream": "version-0.8.0",
"upstream": "version-0.9.0",
"url": "https://github.com/alexbelgium/hassio-addons",
"version": "version-0.8.0-5",
"version": "version-0.9.0",
"webui": "[PROTO:ssl]://[HOST]:[PORT:8080]"
}