From 876e953786c3058e58065a746949d1713a4c07e9 Mon Sep 17 00:00:00 2001 From: alexbelgium Date: Sat, 13 Jul 2024 02:00:53 +0200 Subject: [PATCH] Updater bot : photoprism updated to ubuntu-2024-07-11 --- 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 a45846443..66c0857b9 100644 --- a/photoprism/CHANGELOG.md +++ b/photoprism/CHANGELOG.md @@ -1,3 +1,6 @@ + +## ubuntu-2024-07-11 (2024-07-11) +- Update to latest version from photoprism/photoprism ## ubuntu-2024-05-31-3 (10-06-2024) - Minor bugs fixed diff --git a/photoprism/config.json b/photoprism/config.json index e1be0a94e..a4333cba7 100644 --- a/photoprism/config.json +++ b/photoprism/config.json @@ -132,6 +132,6 @@ "slug": "photoprism", "udev": true, "url": "https://github.com/alexbelgium/hassio-addons", - "version": "ubuntu-2024-05-31-3", + "version": "ubuntu-2024-07-11", "video": true } diff --git a/photoprism/updater.json b/photoprism/updater.json index 642199580..63402a3fc 100644 --- a/photoprism/updater.json +++ b/photoprism/updater.json @@ -1,11 +1,11 @@ { "dockerhub_by_date": "true", "github_fulltag": "true", - "last_update": "2024-05-31", + "last_update": "2024-07-11", "paused": false, "repository": "alexbelgium/hassio-addons", "slug": "photoprism", "source": "dockerhub", "upstream_repo": "photoprism/photoprism", - "upstream_version": "ubuntu-2024-05-31" + "upstream_version": "ubuntu-2024-07-11" }