Updater bot : fireflyiii_data_importer updated to version-1.2.2

This commit is contained in:
alexbelgium
2023-03-24 17:33:51 +01:00
parent 27fec794c9
commit 639e5b5578
4 changed files with 7 additions and 4 deletions

View File

@@ -1,4 +1,7 @@
## version-1.2.2 (24-03-2023)
- Update to latest version from fireflyiii/data-importer
## version-1.2.1 (18-03-2023) ## version-1.2.1 (18-03-2023)
- Update to latest version from fireflyiii/data-importer - Update to latest version from fireflyiii/data-importer
- Implemented healthcheck - Implemented healthcheck

View File

@@ -16,7 +16,7 @@
ARG BUILD_FROM ARG BUILD_FROM
ARG BUILD_VERSION ARG BUILD_VERSION
ARG BUILD_UPSTREAM="version-1.2.1" ARG BUILD_UPSTREAM="version-1.2.2"
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-1.2.1", "version": "version-1.2.2",
"webui": "[PROTO:ssl]://[HOST]:[PORT:8080]" "webui": "[PROTO:ssl]://[HOST]:[PORT:8080]"
} }

View File

@@ -1,8 +1,8 @@
{ {
"last_update": "18-03-2023", "last_update": "24-03-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-1.2.1" "upstream_version": "version-1.2.2"
} }