Updater bot : webtrees updated to 2.2.3

This commit is contained in:
alexbelgium
2025-08-01 14:52:14 +02:00
parent 27eb48b0f6
commit 331a2fa23a
4 changed files with 7 additions and 4 deletions

View File

@@ -1,3 +1,6 @@
## 2.2.3 (01-08-2025)
- Update to latest version from nathanvaughn/webtrees-docker (changelog : https://github.com/nathanvaughn/webtrees-docker/releases)
## 2.2.1-4 (06-01-2025) ## 2.2.1-4 (06-01-2025)
- BREAKING CHANGE : please be sure to backup your system (HA, and backup from webtrees UI) before updating - BREAKING CHANGE : please be sure to backup your system (HA, and backup from webtrees UI) before updating
- Major code refactor : there is no automatic first user creation, it now opens the wizard and provides additional instructions in the addon log (detecting if it is a first launch or not) - Major code refactor : there is no automatic first user creation, it now opens the wizard and provides additional instructions in the addon log (detecting if it is a first launch or not)

View File

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

View File

@@ -126,6 +126,6 @@
"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.1-4", "version": "2.2.3",
"webui": "[PROTO:ssl]://[HOST]:[PORT:80]" "webui": "[PROTO:ssl]://[HOST]:[PORT:80]"
} }

View File

@@ -1,10 +1,10 @@
{ {
"github_beta": "true", "github_beta": "true",
"github_fulltag": "true", "github_fulltag": "true",
"last_update": "07-12-2024", "last_update": "01-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.1" "upstream_version": "2.2.3"
} }