Updater bot : fireflyiii_data_importer updated to version-0.9.12

This commit is contained in:
alexbelgium
2022-07-17 07:41:34 +02:00
parent 53aeb3c9ac
commit cba83183e5
4 changed files with 7 additions and 4 deletions

View File

@@ -1,4 +1,7 @@
## version-0.9.12 (17-07-2022)
- Update to latest version from fireflyiii/data-importer
## version-0.9.10 (03-05-2022) ## version-0.9.10 (03-05-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.9.10" ARG BUILD_UPSTREAM="version-0.9.12"
FROM ${BUILD_FROM} FROM ${BUILD_FROM}
################## ##################

View File

@@ -39,6 +39,6 @@
}, },
"slug": "fireflyiii_data_importer", "slug": "fireflyiii_data_importer",
"url": "https://github.com/alexbelgium/hassio-addons", "url": "https://github.com/alexbelgium/hassio-addons",
"version": "version-0.9.10-2", "version": "version-0.9.12",
"webui": "[PROTO:ssl]://[HOST]:[PORT:8080]" "webui": "[PROTO:ssl]://[HOST]:[PORT:8080]"
} }

View File

@@ -1,8 +1,8 @@
{ {
"last_update": "03-05-2022", "last_update": "17-07-2022",
"repository": "alexbelgium/hassio-addons", "repository": "alexbelgium/hassio-addons",
"slug": "fireflyiii_data_importer", "slug": "fireflyiii_data_importer",
"source": "dockerhub", "source": "dockerhub",
"upstream_repo": "fireflyiii/data-importer", "upstream_repo": "fireflyiii/data-importer",
"upstream_version": "version-0.9.10" "upstream_version": "version-0.9.12"
} }