Updater bot : fireflyiii_data_importer updated to version-v1.0.0

This commit is contained in:
alexbelgium
2023-01-22 08:59:51 +01:00
parent c77d3c6cfb
commit aadfaa6aba
4 changed files with 7 additions and 4 deletions

View File

@@ -1,3 +1,6 @@
## version-v1.0.0 (22-01-2023)
- Update to latest version from fireflyiii/data-importer
- WARNING : update to supervisor 2022.11 before installing - WARNING : update to supervisor 2022.11 before installing
## version-0.9.17 (25-10-2022) ## version-0.9.17 (25-10-2022)

View File

@@ -16,7 +16,7 @@
ARG BUILD_FROM ARG BUILD_FROM
ARG BUILD_VERSION ARG BUILD_VERSION
ARG BUILD_UPSTREAM="version-0.9.17" ARG BUILD_UPSTREAM="version-v1.0.0"
FROM ${BUILD_FROM} FROM ${BUILD_FROM}
################## ##################

View File

@@ -40,6 +40,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.17", "version": "version-v1.0.0",
"webui": "[PROTO:ssl]://[HOST]:[PORT:8080]" "webui": "[PROTO:ssl]://[HOST]:[PORT:8080]"
} }

View File

@@ -1,8 +1,8 @@
{ {
"last_update": "25-10-2022", "last_update": "22-01-2023",
"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.17" "upstream_version": "version-v1.0.0"
} }