From c333635b31385ac5756815196d2172a060e1119f Mon Sep 17 00:00:00 2001 From: alexbelgium Date: Sat, 21 Jun 2025 01:56:49 +0200 Subject: [PATCH] Updater bot : immich_cuda updated to 1.135.3 --- immich_cuda/CHANGELOG.md | 3 +++ immich_cuda/config.json | 2 +- immich_cuda/updater.json | 4 ++-- 3 files changed, 6 insertions(+), 3 deletions(-) diff --git a/immich_cuda/CHANGELOG.md b/immich_cuda/CHANGELOG.md index eb6883293..36398dd0e 100644 --- a/immich_cuda/CHANGELOG.md +++ b/immich_cuda/CHANGELOG.md @@ -1,3 +1,6 @@ + +## 1.135.3 (21-06-2025) +- Update to latest version from imagegenius/docker-immich (changelog : https://github.com/imagegenius/docker-immich/releases) ## 1.134.0-2 (31-05-2025) - Minor bugs fixed diff --git a/immich_cuda/config.json b/immich_cuda/config.json index 1f5d6e098..938ac49dc 100644 --- a/immich_cuda/config.json +++ b/immich_cuda/config.json @@ -147,7 +147,7 @@ "udev": true, "url": "https://github.com/alexbelgium/hassio-addons", "usb": true, - "version": "1.134.0-2", + "version": "1.135.3", "video": true, "webui": "http://[HOST]:[PORT:8080]" } diff --git a/immich_cuda/updater.json b/immich_cuda/updater.json index fae9de7cd..2530362e8 100644 --- a/immich_cuda/updater.json +++ b/immich_cuda/updater.json @@ -1,9 +1,9 @@ { "github_beta": "false", - "last_update": "31-05-2025", + "last_update": "21-06-2025", "repository": "alexbelgium/hassio-addons", "slug": "immich", "source": "github", "upstream_repo": "imagegenius/docker-immich", - "upstream_version": "1.134.0" + "upstream_version": "1.135.3" }