From cea9f733ba5e83c1128c7b09b50a68ebc197a992 Mon Sep 17 00:00:00 2001 From: alexbelgium Date: Sat, 7 Mar 2026 06:43:17 +0100 Subject: [PATCH] Updater bot : photoprism updated to ubuntu-2026-03-05 --- 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 e7bd209b3..38ddfede4 100644 --- a/photoprism/CHANGELOG.md +++ b/photoprism/CHANGELOG.md @@ -1,3 +1,6 @@ + +## ubuntu-2026-03-05 (2026-03-05) +- Update to latest version from photoprism/photoprism ## ubuntu-2025-11-30-4 (26-02-2026) - Minor bugs fixed ## ubuntu-2025-11-30-3 (2026-01-10) diff --git a/photoprism/config.yaml b/photoprism/config.yaml index d521dfde6..fa50c736c 100644 --- a/photoprism/config.yaml +++ b/photoprism/config.yaml @@ -131,5 +131,5 @@ services: slug: photoprism udev: true url: https://github.com/alexbelgium/hassio-addons -version: "ubuntu-2025-11-30-4" +version: "ubuntu-2026-03-05" video: true diff --git a/photoprism/updater.json b/photoprism/updater.json index 92cbf3e35..21f6c6269 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": "2026-03-05", "paused": false, "repository": "alexbelgium/hassio-addons", "slug": "photoprism", "source": "dockerhub", "upstream_repo": "photoprism/photoprism", - "upstream_version": "ubuntu-2025-11-30" + "upstream_version": "ubuntu-2026-03-05" }