Updater bot : fireflyiii_data_importer updated to 0.7.0

This commit is contained in:
alexbelgium
2022-01-21 08:03:51 +01:00
parent c7cc475c2c
commit a0ebb59c7c
3 changed files with 16 additions and 5 deletions

View File

@@ -1,3 +1,6 @@
## 0.7.0 (21-01-2022)
- Update to latest version from firefly-iii/data-importer
## 0.6.5 (15-01-2022)
- Update to latest version from firefly-iii/data-importer

View File

@@ -16,7 +16,7 @@
ARG BUILD_FROM
ARG BUILD_VERSION
ARG BUILD_UPSTREAM="0.6.5"
ARG BUILD_UPSTREAM="0.7.0"
FROM ${BUILD_FROM}${BUILD_UPSTREAM}
##################

View File

@@ -1,13 +1,21 @@
{
"apparmor": true,
"arch": ["aarch64", "amd64", "armv7"],
"arch": [
"aarch64",
"amd64",
"armv7"
],
"boot": "auto",
"description": "Data importer for Firefly III (separate addon)",
"devices": [],
"environment": {
"TRUSTED_PROXIES": "**"
},
"map": ["config:rw", "share:rw", "ssl"],
"map": [
"config:rw",
"share:rw",
"ssl"
],
"name": "Firefly iii Data Importer",
"options": {},
"ports": {
@@ -26,8 +34,8 @@
"SPECTRE_SECRET": "str?"
},
"slug": "fireflyiii_data_importer",
"upstream": "0.6.5",
"upstream": "0.7.0",
"url": "https://github.com/alexbelgium/hassio-addons",
"version": "0.6.5",
"version": "0.7.0",
"webui": "[PROTO:ssl]://[HOST]:[PORT:8080]"
}