From f40884efe7527074ba7ce2b444a59afd128d4716 Mon Sep 17 00:00:00 2001 From: alexbelgium Date: Fri, 25 Jul 2025 21:25:22 +0200 Subject: [PATCH] Updater bot : piwigo updated to 15.6.0 --- piwigo/CHANGELOG.md | 3 +++ piwigo/config.json | 2 +- piwigo/updater.json | 4 ++-- 3 files changed, 6 insertions(+), 3 deletions(-) diff --git a/piwigo/CHANGELOG.md b/piwigo/CHANGELOG.md index d74413af0..5877182ee 100644 --- a/piwigo/CHANGELOG.md +++ b/piwigo/CHANGELOG.md @@ -1,4 +1,7 @@ +## 15.6.0 (25-07-2025) +- Update to latest version from linuxserver/docker-piwigo (changelog : https://github.com/linuxserver/docker-piwigo/releases) + ## 15.5.0 (15-03-2025) - Update to latest version from linuxserver/docker-piwigo (changelog : https://github.com/linuxserver/docker-piwigo/releases) diff --git a/piwigo/config.json b/piwigo/config.json index 723a4d51d..ec7a5781e 100644 --- a/piwigo/config.json +++ b/piwigo/config.json @@ -108,6 +108,6 @@ "slug": "piwigo", "udev": true, "url": "https://github.com/alexbelgium/hassio-addons", - "version": "15.5.0", + "version": "15.6.0", "webui": "[PROTO:ssl]://[HOST]:[PORT:80]" } diff --git a/piwigo/updater.json b/piwigo/updater.json index 489d47ac7..d3f538897 100644 --- a/piwigo/updater.json +++ b/piwigo/updater.json @@ -1,8 +1,8 @@ { - "last_update": "15-03-2025", + "last_update": "25-07-2025", "repository": "alexbelgium/hassio-addons", "slug": "piwigo", "source": "github", "upstream_repo": "linuxserver/docker-piwigo", - "upstream_version": "15.5.0" + "upstream_version": "15.6.0" }