mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-05-31 04:44:05 +02:00
Revert 'Updater bot : webtrees updated to 2.2.5' [nobuild]
This commit is contained in:
@@ -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
|
- 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.
|
- 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.
|
||||||
|
|||||||
@@ -15,7 +15,7 @@
|
|||||||
#################
|
#################
|
||||||
|
|
||||||
ARG BUILD_VERSION
|
ARG BUILD_VERSION
|
||||||
ARG BUILD_UPSTREAM="2.2.5"
|
ARG BUILD_UPSTREAM="2.2.4"
|
||||||
FROM nathanvaughn/webtrees:latest
|
FROM nathanvaughn/webtrees:latest
|
||||||
|
|
||||||
##################
|
##################
|
||||||
|
|||||||
@@ -117,5 +117,5 @@ services:
|
|||||||
slug: webtrees
|
slug: webtrees
|
||||||
udev: true
|
udev: true
|
||||||
url: https://github.com/alexbelgium/hassio-addons
|
url: https://github.com/alexbelgium/hassio-addons
|
||||||
version: "2.2.5"
|
version: 2.2.4-2
|
||||||
webui: "[PROTO:ssl]://[HOST]:[PORT:80]"
|
webui: "[PROTO:ssl]://[HOST]:[PORT:80]"
|
||||||
|
|||||||
@@ -1,10 +1,10 @@
|
|||||||
{
|
{
|
||||||
"github_beta": "true",
|
"github_beta": "true",
|
||||||
"github_fulltag": "true",
|
"github_fulltag": "true",
|
||||||
"last_update": "2026-01-14",
|
"last_update": "09-08-2025",
|
||||||
"repository": "alexbelgium/hassio-addons",
|
"repository": "alexbelgium/hassio-addons",
|
||||||
"slug": "webtrees",
|
"slug": "webtrees",
|
||||||
"source": "github",
|
"source": "github",
|
||||||
"upstream_repo": "nathanvaughn/webtrees-docker",
|
"upstream_repo": "nathanvaughn/webtrees-docker",
|
||||||
"upstream_version": "2.2.5"
|
"upstream_version": "2.2.4"
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user