From fdb5a8ca64873d337283262b4a0157d8dd9f6a8f Mon Sep 17 00:00:00 2001 From: alexbelgium Date: Tue, 29 Nov 2022 01:59:42 +0100 Subject: [PATCH] Updater bot : piwigo updated to 13.3.0 --- piwigo/CHANGELOG.md | 3 +++ piwigo/config.json | 4 ++-- piwigo/updater.json | 4 ++-- 3 files changed, 7 insertions(+), 4 deletions(-) diff --git a/piwigo/CHANGELOG.md b/piwigo/CHANGELOG.md index 2c2954513..6979a2a7c 100644 --- a/piwigo/CHANGELOG.md +++ b/piwigo/CHANGELOG.md @@ -1,3 +1,6 @@ + +## 13.3.0 (29-11-2022) +- Update to latest version from linuxserver/docker-piwigo - WARNING : update to supervisor 2022.11 before installing ## 13.2.0 (19-11-2022) diff --git a/piwigo/config.json b/piwigo/config.json index d6e08883a..df6e41194 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.2.0", + "version": "13.3.0", "webui": "[PROTO:ssl]://[HOST]:[PORT:80]" -} \ No newline at end of file +} diff --git a/piwigo/updater.json b/piwigo/updater.json index 757a30579..3dfe50e35 100644 --- a/piwigo/updater.json +++ b/piwigo/updater.json @@ -1,8 +1,8 @@ { - "last_update": "19-11-2022", + "last_update": "29-11-2022", "repository": "alexbelgium/hassio-addons", "slug": "piwigo", "source": "github", "upstream_repo": "linuxserver/docker-piwigo", - "upstream_version": "13.2.0" + "upstream_version": "13.3.0" }