Updater bot : webtrees updated to 2.1.8

This commit is contained in:
alexbelgium
2022-11-28 08:07:23 +01:00
parent 812a55f320
commit 753e7071ae
4 changed files with 8 additions and 5 deletions

View File

@@ -1,3 +1,6 @@
## 2.1.8 (28-11-2022)
- Update to latest version from nathanvaughn/webtrees-docker
- WARNING : update to supervisor 2022.11 before installing
## v2.1.7 (04-08-2022)

View File

@@ -15,7 +15,7 @@
#################
ARG BUILD_VERSION
ARG BUILD_UPSTREAM="v2.1.7"
ARG BUILD_UPSTREAM="2.1.8"
FROM nathanvaughn/webtrees:latest
##################

View File

@@ -98,6 +98,6 @@
],
"slug": "webtrees",
"url": "https://github.com/alexbelgium/hassio-addons",
"version": "v2.1.7-3",
"version": "2.1.8",
"webui": "[PROTO:ssl]://[HOST]:[PORT:80]"
}
}

View File

@@ -1,10 +1,10 @@
{
"github_beta": "true",
"github_fulltag": "true",
"last_update": "04-08-2022",
"last_update": "28-11-2022",
"repository": "alexbelgium/hassio-addons",
"slug": "webtrees",
"source": "github",
"upstream_repo": "nathanvaughn/webtrees-docker",
"upstream_version": "v2.1.7"
"upstream_version": "2.1.8"
}