Revert 'Updater bot : webtrees updated to 2.2.5' [nobuild]

This commit is contained in:
GitHub Actions
2026-01-14 21:11:48 +00:00
parent 1ddc81d431
commit 77a0852b0f
4 changed files with 4 additions and 7 deletions

View File

@@ -1,6 +1,3 @@
## 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.

View File

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

View File

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