Updater bot : fireflyiii_data_importer updated to version-v1.0.2

This commit is contained in:
alexbelgium
2023-01-28 01:57:14 +01:00
parent 7444e12da7
commit 31e4c76d32
4 changed files with 7 additions and 4 deletions

View File

@@ -1,4 +1,7 @@
## version-v1.0.2 (28-01-2023)
- Update to latest version from fireflyiii/data-importer
## version-v1.0.0 (22-01-2023)
- Update to latest version from fireflyiii/data-importer
- WARNING : update to supervisor 2022.11 before installing

View File

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

View File

@@ -40,6 +40,6 @@
},
"slug": "fireflyiii_data_importer",
"url": "https://github.com/alexbelgium/hassio-addons",
"version": "version-v1.0.0",
"version": "version-v1.0.2",
"webui": "[PROTO:ssl]://[HOST]:[PORT:8080]"
}

View File

@@ -1,8 +1,8 @@
{
"last_update": "22-01-2023",
"last_update": "28-01-2023",
"repository": "alexbelgium/hassio-addons",
"slug": "fireflyiii_data_importer",
"source": "dockerhub",
"upstream_repo": "fireflyiii/data-importer",
"upstream_version": "version-v1.0.0"
"upstream_version": "version-v1.0.2"
}