Updater bot : grampsweb updated to 26.5.0

This commit is contained in:
alexbelgium
2026-05-09 01:27:52 +02:00
parent c508c300b3
commit 5be00b0d10
3 changed files with 6 additions and 3 deletions

View File

@@ -1,4 +1,7 @@
## 26.5.0 (2026-05-09)
- Update to latest version from gramps-project/gramps-web (changelog : https://github.com/gramps-project/gramps-web/releases)
## 26.4.3 (2026-05-02) ## 26.4.3 (2026-05-02)
- Update to latest version from gramps-project/gramps-web (changelog : https://github.com/gramps-project/gramps-web/releases) - Update to latest version from gramps-project/gramps-web (changelog : https://github.com/gramps-project/gramps-web/releases)

View File

@@ -115,5 +115,5 @@ services:
slug: grampsweb slug: grampsweb
tmpfs: true tmpfs: true
url: https://github.com/alexbelgium/hassio-addons/tree/master/grampsweb url: https://github.com/alexbelgium/hassio-addons/tree/master/grampsweb
version: "26.4.3" version: "26.5.0"
webui: "[PROTO:ssl]://[HOST]:[PORT:5001]" webui: "[PROTO:ssl]://[HOST]:[PORT:5001]"

View File

@@ -1,9 +1,9 @@
{ {
"github_beta": true, "github_beta": true,
"last_update": "2026-05-02", "last_update": "2026-05-09",
"repository": "alexbelgium/hassio-addons", "repository": "alexbelgium/hassio-addons",
"slug": "grampsweb", "slug": "grampsweb",
"source": "github", "source": "github",
"upstream_repo": "gramps-project/gramps-web", "upstream_repo": "gramps-project/gramps-web",
"upstream_version": "26.4.3" "upstream_version": "26.5.0"
} }