From dbcb020c80552b3eea743f44e4215725aa389e98 Mon Sep 17 00:00:00 2001 From: alexbelgium Date: Sat, 28 Feb 2026 10:38:24 +0100 Subject: [PATCH] Updater bot : piwigo updated to 16.3.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 44b8d3153..0837edafa 100644 --- a/piwigo/CHANGELOG.md +++ b/piwigo/CHANGELOG.md @@ -1,4 +1,7 @@ +## 16.3.0 (2026-02-28) +- Update to latest version from linuxserver/docker-piwigo (changelog : https://github.com/linuxserver/docker-piwigo/releases) + ## 16.2.0 (2026-01-03) - Update to latest version from linuxserver/docker-piwigo (changelog : https://github.com/linuxserver/docker-piwigo/releases) diff --git a/piwigo/config.yaml b/piwigo/config.yaml index db74a8dd4..5f71fc4e3 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.2.0" +version: "16.3.0" webui: "[PROTO:ssl]://[HOST]:[PORT:80]" diff --git a/piwigo/updater.json b/piwigo/updater.json index c8f49556a..709452433 100644 --- a/piwigo/updater.json +++ b/piwigo/updater.json @@ -1,8 +1,8 @@ { - "last_update": "03-01-2026", + "last_update": "2026-02-28", "repository": "alexbelgium/hassio-addons", "slug": "piwigo", "source": "github", "upstream_repo": "linuxserver/docker-piwigo", - "upstream_version": "16.2.0" + "upstream_version": "16.3.0" }