From 438acc682d32b9b8d393cd4b805080b888cdaaea Mon Sep 17 00:00:00 2001 From: alexbelgium Date: Sat, 26 Apr 2025 01:58:00 +0200 Subject: [PATCH] Updater bot : photoprism updated to ubuntu-2025-04-25 --- photoprism/CHANGELOG.md | 3 +++ photoprism/config.json | 2 +- photoprism/updater.json | 4 ++-- 3 files changed, 6 insertions(+), 3 deletions(-) diff --git a/photoprism/CHANGELOG.md b/photoprism/CHANGELOG.md index cdafdd9c7..c0ce136be 100644 --- a/photoprism/CHANGELOG.md +++ b/photoprism/CHANGELOG.md @@ -1,4 +1,7 @@ +## ubuntu-2025-04-25 (2025-04-25) +- Update to latest version from photoprism/photoprism + ## ubuntu-2025-03-21 (2025-03-21) - Update to latest version from photoprism/photoprism ## ubuntu-2025-02-28-8 (02-03-2025) diff --git a/photoprism/config.json b/photoprism/config.json index 4c60ece72..46ceb9002 100644 --- a/photoprism/config.json +++ b/photoprism/config.json @@ -136,6 +136,6 @@ "slug": "photoprism", "udev": true, "url": "https://github.com/alexbelgium/hassio-addons", - "version": "ubuntu-2025-03-21", + "version": "ubuntu-2025-04-25", "video": true } diff --git a/photoprism/updater.json b/photoprism/updater.json index c46e3b99d..2513200fb 100644 --- a/photoprism/updater.json +++ b/photoprism/updater.json @@ -1,11 +1,11 @@ { "dockerhub_by_date": "true", "github_fulltag": "true", - "last_update": "2025-03-21", + "last_update": "2025-04-25", "paused": false, "repository": "alexbelgium/hassio-addons", "slug": "photoprism", "source": "dockerhub", "upstream_repo": "photoprism/photoprism", - "upstream_version": "ubuntu-2025-03-21" + "upstream_version": "ubuntu-2025-04-25" }