From 801fbf68f5fcf706e800ec0ab488c42d91554fb9 Mon Sep 17 00:00:00 2001 From: alexbelgium Date: Sat, 24 May 2025 01:56:45 +0200 Subject: [PATCH] Updater bot : immich_cuda updated to 1.133.1 --- 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 2b561b1b4..a24e37d1d 100644 --- a/immich_cuda/CHANGELOG.md +++ b/immich_cuda/CHANGELOG.md @@ -1,4 +1,7 @@ +## 1.133.1 (24-05-2025) +- Update to latest version from imagegenius/docker-immich (changelog : https://github.com/imagegenius/docker-immich/releases) + ## 1.132.3 (03-05-2025) - Update to latest version from imagegenius/docker-immich (changelog : https://github.com/imagegenius/docker-immich/releases) ## 1.132.1-2 (27-04-2025) diff --git a/immich_cuda/config.json b/immich_cuda/config.json index 9277d6c4d..386c6ce62 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.132.3", + "version": "1.133.1", "video": true, "webui": "http://[HOST]:[PORT:8080]" } diff --git a/immich_cuda/updater.json b/immich_cuda/updater.json index 2b08a950b..885832109 100644 --- a/immich_cuda/updater.json +++ b/immich_cuda/updater.json @@ -1,9 +1,9 @@ { "github_beta": "false", - "last_update": "03-05-2025", + "last_update": "24-05-2025", "repository": "alexbelgium/hassio-addons", "slug": "immich", "source": "github", "upstream_repo": "imagegenius/docker-immich", - "upstream_version": "1.132.3" + "upstream_version": "1.133.1" }