Updater bot : grampsweb updated to 25.11.0

This commit is contained in:
alexbelgium
2025-11-22 01:57:21 +01:00
parent c703935e26
commit c63e6c9c59
3 changed files with 6 additions and 3 deletions

View File

@@ -1,3 +1,6 @@
## 25.11.0 (22-11-2025)
- Update to latest version from gramps-project/gramps-web (changelog : https://github.com/gramps-project/gramps-web/releases)
- 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.
## 25.10.2 (01-11-2025)

View File

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

View File

@@ -1,9 +1,9 @@
{
"github_beta": true,
"last_update": "01-11-2025",
"last_update": "22-11-2025",
"repository": "alexbelgium/hassio-addons",
"slug": "grampsweb",
"source": "github",
"upstream_repo": "gramps-project/gramps-web",
"upstream_version": "25.10.2"
"upstream_version": "25.11.0"
}