Updater bot : webtrees updated to 2.2.6

This commit is contained in:
alexbelgium
2026-05-09 01:31:25 +02:00
parent b5c77c8609
commit aef0e7992b
4 changed files with 7 additions and 4 deletions

View File

@@ -1,4 +1,7 @@
## 2.2.6 (2026-05-09)
- Update to latest version from nathanvaughn/webtrees-docker (changelog : https://github.com/nathanvaughn/webtrees-docker/releases)
## 2.2.5 (2026-01-16)
- Update to latest version from nathanvaughn/webtrees-docker (changelog : https://github.com/nathanvaughn/webtrees-docker/releases)
- The Home Assistant project has deprecated support for the armv7, armhf and i386 architectures. Support wil be fully dropped in the upcoming Home Assistant 2025.12 release

View File

@@ -15,7 +15,7 @@
#################
ARG BUILD_VERSION
ARG BUILD_UPSTREAM="2.2.5"
ARG BUILD_UPSTREAM="2.2.6"
FROM nathanvaughn/webtrees:latest
##################

View File

@@ -117,5 +117,5 @@ services:
slug: webtrees
udev: true
url: https://github.com/alexbelgium/hassio-addons
version: "2.2.5"
version: "2.2.6"
webui: "[PROTO:ssl]://[HOST]:[PORT:80]"

View File

@@ -1,10 +1,10 @@
{
"github_beta": "true",
"github_fulltag": "true",
"last_update": "2026-01-16",
"last_update": "2026-05-09",
"repository": "alexbelgium/hassio-addons",
"slug": "webtrees",
"source": "github",
"upstream_repo": "nathanvaughn/webtrees-docker",
"upstream_version": "2.2.5"
"upstream_version": "2.2.6"
}