From 1a557b90ad2cd6dea6a40cfb3c0725dc2bcbb08d Mon Sep 17 00:00:00 2001 From: alexbelgium Date: Sat, 20 Apr 2024 02:00:00 +0200 Subject: [PATCH] Updater bot : piwigo updated to 14.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 c4ba1944678..e5aaca21753 100644 --- a/piwigo/CHANGELOG.md +++ b/piwigo/CHANGELOG.md @@ -1,4 +1,7 @@ +## 14.4.0 (20-04-2024) +- Update to latest version from linuxserver/docker-piwigo (changelog : https://github.com/linuxserver/docker-piwigo/releases) + ## 14.3.0 (02-03-2024) - Update to latest version from linuxserver/docker-piwigo diff --git a/piwigo/config.json b/piwigo/config.json index 13280a88fe1..1f9e6fb2c32 100644 --- a/piwigo/config.json +++ b/piwigo/config.json @@ -104,6 +104,6 @@ "slug": "piwigo", "udev": true, "url": "https://github.com/alexbelgium/hassio-addons", - "version": "14.3.0", + "version": "14.4.0", "webui": "[PROTO:ssl]://[HOST]:[PORT:80]" } diff --git a/piwigo/updater.json b/piwigo/updater.json index 90aa9720b3a..4a295984f83 100644 --- a/piwigo/updater.json +++ b/piwigo/updater.json @@ -1,8 +1,8 @@ { - "last_update": "02-03-2024", + "last_update": "20-04-2024", "repository": "alexbelgium/hassio-addons", "slug": "piwigo", "source": "github", "upstream_repo": "linuxserver/docker-piwigo", - "upstream_version": "14.3.0" + "upstream_version": "14.4.0" }