From ce0621e31425246cfb7a8e373371db25d297f385 Mon Sep 17 00:00:00 2001 From: alexbelgium Date: Sat, 29 Nov 2025 01:58:49 +0100 Subject: [PATCH] Updater bot : photoprism updated to ubuntu-2025-11-27 --- 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 9b83bdb13..2b60f6f2d 100644 --- a/photoprism/CHANGELOG.md +++ b/photoprism/CHANGELOG.md @@ -1,3 +1,6 @@ + +## ubuntu-2025-11-27 (2025-11-27) +- Update to latest version from photoprism/photoprism - Added support for configuring extra environment variables via the `env_vars` add-on option alongside config.yaml. See https://github.com/alexbelgium/hassio-addons/wiki/Add-Environment-variables-to-your-Addon-2 for details. ## "ubuntu-2025-10-18" (25-10-2025) diff --git a/photoprism/config.yaml b/photoprism/config.yaml index d601fe25b..fd414698c 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-10-18" +version: "ubuntu-2025-11-27" video: true diff --git a/photoprism/updater.json b/photoprism/updater.json index f676fe529..c09d679b1 100644 --- a/photoprism/updater.json +++ b/photoprism/updater.json @@ -1,11 +1,11 @@ { "dockerhub_by_date": "true", "github_fulltag": "true", - "last_update": "2025-10-18", + "last_update": "2025-11-27", "paused": false, "repository": "alexbelgium/hassio-addons", "slug": "photoprism", "source": "dockerhub", "upstream_repo": "photoprism/photoprism", - "upstream_version": "ubuntu-2025-10-18" + "upstream_version": "ubuntu-2025-11-27" }