From 106cb42ae03bb4afe1e5ed2ca84494169ef40ecf Mon Sep 17 00:00:00 2001 From: alexbelgium Date: Sat, 19 Nov 2022 01:59:43 +0100 Subject: [PATCH] Updater bot : piwigo updated to 13.2.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 4b2261cbe..cf35afa6f 100644 --- a/piwigo/CHANGELOG.md +++ b/piwigo/CHANGELOG.md @@ -1,4 +1,7 @@ +## 13.2.0 (19-11-2022) +- Update to latest version from linuxserver/docker-piwigo + ## 13.1.0 (25-10-2022) - Update to latest version from linuxserver/docker-piwigo diff --git a/piwigo/config.json b/piwigo/config.json index 74811e75b..62c73a653 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.1.0", + "version": "13.2.0", "webui": "[PROTO:ssl]://[HOST]:[PORT:80]" } diff --git a/piwigo/updater.json b/piwigo/updater.json index fa8e444c5..757a30579 100644 --- a/piwigo/updater.json +++ b/piwigo/updater.json @@ -1,8 +1,8 @@ { - "last_update": "25-10-2022", + "last_update": "19-11-2022", "repository": "alexbelgium/hassio-addons", "slug": "piwigo", "source": "github", "upstream_repo": "linuxserver/docker-piwigo", - "upstream_version": "13.1.0" + "upstream_version": "13.2.0" }