From 81cfc7cb12ca74b55130979fc4a2bf0fbcb9fa44 Mon Sep 17 00:00:00 2001 From: alexbelgium Date: Sat, 29 Nov 2025 01:58:52 +0100 Subject: [PATCH] Updater bot : piwigo updated to 16.0.0 --- piwigo/CHANGELOG.md | 3 +++ piwigo/config.yaml | 2 +- piwigo/updater.json | 4 ++-- 3 files changed, 6 insertions(+), 3 deletions(-) diff --git a/piwigo/CHANGELOG.md b/piwigo/CHANGELOG.md index 2370a9a40..716f12b2d 100644 --- a/piwigo/CHANGELOG.md +++ b/piwigo/CHANGELOG.md @@ -1,3 +1,6 @@ + +## 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 a35d20e85..89031cb2f 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: "15.7.0" +version: "16.0.0" webui: "[PROTO:ssl]://[HOST]:[PORT:80]" diff --git a/piwigo/updater.json b/piwigo/updater.json index afaa8ba50..5c4cd0982 100644 --- a/piwigo/updater.json +++ b/piwigo/updater.json @@ -1,8 +1,8 @@ { - "last_update": "08-11-2025", + "last_update": "29-11-2025", "repository": "alexbelgium/hassio-addons", "slug": "piwigo", "source": "github", "upstream_repo": "linuxserver/docker-piwigo", - "upstream_version": "15.7.0" + "upstream_version": "16.0.0" }