From 138d3e528b4edb48b9fd23342d3c2d0f025d727d Mon Sep 17 00:00:00 2001 From: alexbelgium Date: Sat, 3 Jan 2026 01:58:48 +0100 Subject: [PATCH] Updater bot : piwigo updated to 16.2.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 5e4b63f89..43fef7fbe 100644 --- a/piwigo/CHANGELOG.md +++ b/piwigo/CHANGELOG.md @@ -1,4 +1,7 @@ +## 16.2.0 (03-01-2026) +- Update to latest version from linuxserver/docker-piwigo (changelog : https://github.com/linuxserver/docker-piwigo/releases) + ## 16.1.0 (06-12-2025) - 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 4f0c1015f..db74a8dd4 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.1.0" +version: "16.2.0" webui: "[PROTO:ssl]://[HOST]:[PORT:80]" diff --git a/piwigo/updater.json b/piwigo/updater.json index 0ff7e6cc2..c8f49556a 100644 --- a/piwigo/updater.json +++ b/piwigo/updater.json @@ -1,8 +1,8 @@ { - "last_update": "06-12-2025", + "last_update": "03-01-2026", "repository": "alexbelgium/hassio-addons", "slug": "piwigo", "source": "github", "upstream_repo": "linuxserver/docker-piwigo", - "upstream_version": "16.1.0" + "upstream_version": "16.2.0" }