diff --git a/photoprism/CHANGELOG.md b/photoprism/CHANGELOG.md index 2b046f530..cd5dc5ded 100644 --- a/photoprism/CHANGELOG.md +++ b/photoprism/CHANGELOG.md @@ -1,3 +1,6 @@ + +## ubuntu-2025-10-18 (2025-10-18) +- Update to latest version from photoprism/photoprism ## ubuntu-2025-07-07 (2025-07-07) - Update to latest version from photoprism/photoprism diff --git a/photoprism/config.yaml b/photoprism/config.yaml index 1fe979383..43ad41ace 100644 --- a/photoprism/config.yaml +++ b/photoprism/config.yaml @@ -126,5 +126,5 @@ services: slug: photoprism udev: true url: https://github.com/alexbelgium/hassio-addons -version: ubuntu-2025-07-07 +version: "ubuntu-2025-10-18" video: true diff --git a/photoprism/updater.json b/photoprism/updater.json index 7ac37a3da..f676fe529 100644 --- a/photoprism/updater.json +++ b/photoprism/updater.json @@ -1,11 +1,11 @@ { "dockerhub_by_date": "true", "github_fulltag": "true", - "last_update": "2025-07-07", + "last_update": "2025-10-18", "paused": false, "repository": "alexbelgium/hassio-addons", "slug": "photoprism", "source": "dockerhub", "upstream_repo": "photoprism/photoprism", - "upstream_version": "ubuntu-2025-07-07" + "upstream_version": "ubuntu-2025-10-18" }