Updater bot : piwigo updated to 15.7.0

This commit is contained in:
alexbelgium
2025-11-08 01:59:02 +01:00
parent e2a6e4bf99
commit a09d24a969
3 changed files with 6 additions and 3 deletions

View File

@@ -1,3 +1,6 @@
## 15.7.0 (08-11-2025)
- Update to latest version from linuxserver/docker-piwigo (changelog : https://github.com/linuxserver/docker-piwigo/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.
## 15.6.0 (25-07-2025)

View File

@@ -101,5 +101,5 @@ schema:
slug: piwigo
udev: true
url: https://github.com/alexbelgium/hassio-addons
version: 15.6.0
version: "15.7.0"
webui: "[PROTO:ssl]://[HOST]:[PORT:80]"

View File

@@ -1,8 +1,8 @@
{
"last_update": "25-07-2025",
"last_update": "08-11-2025",
"repository": "alexbelgium/hassio-addons",
"slug": "piwigo",
"source": "github",
"upstream_repo": "linuxserver/docker-piwigo",
"upstream_version": "15.6.0"
"upstream_version": "15.7.0"
}