diff --git a/piwigo/CHANGELOG.md b/piwigo/CHANGELOG.md index 716f12b2d..5e4b63f89 100644 --- a/piwigo/CHANGELOG.md +++ b/piwigo/CHANGELOG.md @@ -1,4 +1,7 @@ +## 16.1.0 (06-12-2025) +- Update to latest version from linuxserver/docker-piwigo (changelog : https://github.com/linuxserver/docker-piwigo/releases) + ## 16.0.0 (29-11-2025) - Update to latest version from linuxserver/docker-piwigo (changelog : https://github.com/linuxserver/docker-piwigo/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 diff --git a/piwigo/config.yaml b/piwigo/config.yaml index 89031cb2f..4f0c1015f 100644 --- a/piwigo/config.yaml +++ b/piwigo/config.yaml @@ -100,5 +100,5 @@ schema: slug: piwigo udev: true url: https://github.com/alexbelgium/hassio-addons -version: "16.0.0" +version: "16.1.0" webui: "[PROTO:ssl]://[HOST]:[PORT:80]" diff --git a/piwigo/updater.json b/piwigo/updater.json index 5c4cd0982..0ff7e6cc2 100644 --- a/piwigo/updater.json +++ b/piwigo/updater.json @@ -1,8 +1,8 @@ { - "last_update": "29-11-2025", + "last_update": "06-12-2025", "repository": "alexbelgium/hassio-addons", "slug": "piwigo", "source": "github", "upstream_repo": "linuxserver/docker-piwigo", - "upstream_version": "16.0.0" + "upstream_version": "16.1.0" }