From 699f5a150861c6bb0bb8d7207e1b24d6de06150d Mon Sep 17 00:00:00 2001 From: alexbelgium Date: Sun, 25 Dec 2022 09:07:24 +0100 Subject: [PATCH] Updater bot : piwigo updated to 13.4.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 6979a2a7c..564aa2b56 100644 --- a/piwigo/CHANGELOG.md +++ b/piwigo/CHANGELOG.md @@ -1,4 +1,7 @@ +## 13.4.0 (25-12-2022) +- Update to latest version from linuxserver/docker-piwigo + ## 13.3.0 (29-11-2022) - Update to latest version from linuxserver/docker-piwigo - WARNING : update to supervisor 2022.11 before installing diff --git a/piwigo/config.json b/piwigo/config.json index df6e41194..1acc86c95 100644 --- a/piwigo/config.json +++ b/piwigo/config.json @@ -77,6 +77,6 @@ "slug": "piwigo", "stage": "experimental", "url": "https://github.com/alexbelgium/hassio-addons", - "version": "13.3.0", + "version": "13.4.0", "webui": "[PROTO:ssl]://[HOST]:[PORT:80]" } diff --git a/piwigo/updater.json b/piwigo/updater.json index 3dfe50e35..72466a282 100644 --- a/piwigo/updater.json +++ b/piwigo/updater.json @@ -1,8 +1,8 @@ { - "last_update": "29-11-2022", + "last_update": "25-12-2022", "repository": "alexbelgium/hassio-addons", "slug": "piwigo", "source": "github", "upstream_repo": "linuxserver/docker-piwigo", - "upstream_version": "13.3.0" + "upstream_version": "13.4.0" }