From f8f97b118c0a9ec3eeb679ebe27d2d04ec05a59a Mon Sep 17 00:00:00 2001 From: alexbelgium Date: Tue, 23 Dec 2025 17:16:26 +0100 Subject: [PATCH] Updater bot : photoprism updated to --- photoprism/CHANGELOG.md | 3 +++ photoprism/config.yaml | 2 +- photoprism/updater.json | 4 ++-- 3 files changed, 6 insertions(+), 3 deletions(-) diff --git a/photoprism/CHANGELOG.md b/photoprism/CHANGELOG.md index c71e94954..1ae7f09fc 100644 --- a/photoprism/CHANGELOG.md +++ b/photoprism/CHANGELOG.md @@ -1,3 +1,6 @@ + +## (23-12-2025) +- Update to latest version from photoprism/photoprism ## ubuntu-2025-11-30-2 (06-12-2025) - Increase healthcheck interval to reduce background CPU usage diff --git a/photoprism/config.yaml b/photoprism/config.yaml index 76134ce89..c4e55e1d3 100644 --- a/photoprism/config.yaml +++ b/photoprism/config.yaml @@ -130,5 +130,5 @@ services: slug: photoprism udev: true url: https://github.com/alexbelgium/hassio-addons -version: ubuntu-2025-11-30-2 +version: "" video: true diff --git a/photoprism/updater.json b/photoprism/updater.json index 92cbf3e35..b5ea47a70 100644 --- a/photoprism/updater.json +++ b/photoprism/updater.json @@ -1,11 +1,11 @@ { "dockerhub_by_date": "true", "github_fulltag": "true", - "last_update": "2025-11-30", + "last_update": "23-12-2025", "paused": false, "repository": "alexbelgium/hassio-addons", "slug": "photoprism", "source": "dockerhub", "upstream_repo": "photoprism/photoprism", - "upstream_version": "ubuntu-2025-11-30" + "upstream_version": "" }