diff --git a/webtrees/CHANGELOG.md b/webtrees/CHANGELOG.md index b25ef7621..43a9955f4 100644 --- a/webtrees/CHANGELOG.md +++ b/webtrees/CHANGELOG.md @@ -1,3 +1,6 @@ + +## 2.2.5 (2026-01-14) +- 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. diff --git a/webtrees/Dockerfile b/webtrees/Dockerfile index 4df679190..8ccddb73c 100644 --- a/webtrees/Dockerfile +++ b/webtrees/Dockerfile @@ -15,7 +15,7 @@ ################# ARG BUILD_VERSION -ARG BUILD_UPSTREAM="2.2.4" +ARG BUILD_UPSTREAM="2.2.5" FROM nathanvaughn/webtrees:latest ################## diff --git a/webtrees/config.yaml b/webtrees/config.yaml index cdab62f0f..ff911ef43 100644 --- a/webtrees/config.yaml +++ b/webtrees/config.yaml @@ -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]" diff --git a/webtrees/updater.json b/webtrees/updater.json index a57385fe7..559f1f429 100644 --- a/webtrees/updater.json +++ b/webtrees/updater.json @@ -1,10 +1,10 @@ { "github_beta": "true", "github_fulltag": "true", - "last_update": "09-08-2025", + "last_update": "2026-01-14", "repository": "alexbelgium/hassio-addons", "slug": "webtrees", "source": "github", "upstream_repo": "nathanvaughn/webtrees-docker", - "upstream_version": "2.2.4" + "upstream_version": "2.2.5" }