Updater bot : webtrees updated to 2.2.5

This commit is contained in:
alexbelgium
2026-01-16 14:24:53 +01:00
parent ec3bbcce6f
commit 4d81f352e0
4 changed files with 7 additions and 4 deletions

View File

@@ -1,3 +1,6 @@
## 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
- Added support for configuring extra environment variables via the `env_vars` add-on option alongside config.yaml. See https://github.com/alexbelgium/hassio-addons/wiki/Add-Environment-variables-to-your-Addon-2 for details.

View File

@@ -15,7 +15,7 @@
#################
ARG BUILD_VERSION
ARG BUILD_UPSTREAM="2.2.4"
ARG BUILD_UPSTREAM="2.2.5"
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.4-2
version: "2.2.5"
webui: "[PROTO:ssl]://[HOST]:[PORT:80]"

View File

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