diff --git a/immich/CHANGELOG.md b/immich/CHANGELOG.md index 2cd0a0284..bfbdd4d82 100644 --- a/immich/CHANGELOG.md +++ b/immich/CHANGELOG.md @@ -1,3 +1,6 @@ +## 1.142.0 (12-09-2025) +- Update to latest version from imagegenius/docker-immich (changelog : https://github.com/imagegenius/docker-immich/releases) + ## 1.141.1-2 (09-09-2025) - Minor bugs fixed diff --git a/immich/config.json b/immich/config.json index 196e784f4..26a8eea4d 100644 --- a/immich/config.json +++ b/immich/config.json @@ -83,8 +83,7 @@ "REDIS_HOSTNAME": "localhost", "REDIS_PORT": "6379", "REVERSE_GEOCODING_DUMP_DIRECTORY": "/data/.reverse-geocoding-dump/", - "TRANSFORMERS_CACHE": "/data/machine-learning", - "VIPS_NOVECTOR": "1" + "TRANSFORMERS_CACHE": "/data/machine-learning" }, "hassio_api": true, "image": "ghcr.io/alexbelgium/immich-{arch}", @@ -149,7 +148,7 @@ "udev": true, "url": "https://github.com/alexbelgium/hassio-addons", "usb": true, - "version": "1.141.1", + "version": "1.142.0", "video": true, "webui": "http://[HOST]:[PORT:8080]" } diff --git a/immich/updater.json b/immich/updater.json index 94cdb0ef9..ec0185298 100644 --- a/immich/updater.json +++ b/immich/updater.json @@ -1,9 +1,9 @@ { "github_beta": "false", - "last_update": "09-09-2025", + "last_update": "12-09-2025", "repository": "alexbelgium/hassio-addons", "slug": "immich", "source": "github", "upstream_repo": "imagegenius/docker-immich", - "upstream_version": "1.141.1" + "upstream_version": "1.142.0" } diff --git a/immich_cuda/CHANGELOG.md b/immich_cuda/CHANGELOG.md index d90997523..d121ca1a5 100644 --- a/immich_cuda/CHANGELOG.md +++ b/immich_cuda/CHANGELOG.md @@ -1,3 +1,5 @@ +## 1.142.0 (12-09-2025) +- Update to latest version from imagegenius/docker-immich (changelog : https://github.com/imagegenius/docker-immich/releases) ## 1.141.1 (09-09-2025) - Update to latest version from imagegenius/docker-immich (changelog : https://github.com/imagegenius/docker-immich/releases) diff --git a/immich_cuda/config.json b/immich_cuda/config.json index 339b63b24..0a326fb44 100644 --- a/immich_cuda/config.json +++ b/immich_cuda/config.json @@ -82,8 +82,7 @@ "REDIS_HOSTNAME": "localhost", "REDIS_PORT": "6379", "REVERSE_GEOCODING_DUMP_DIRECTORY": "/data/.reverse-geocoding-dump/", - "TRANSFORMERS_CACHE": "/data/machine-learning", - "VIPS_NOVECTOR": "1" + "TRANSFORMERS_CACHE": "/data/machine-learning" }, "hassio_api": true, "image": "ghcr.io/alexbelgium/immich_cuda-{arch}", @@ -148,7 +147,7 @@ "udev": true, "url": "https://github.com/alexbelgium/hassio-addons", "usb": true, - "version": "1.141.1", + "version": "1.142.0", "video": true, "webui": "http://[HOST]:[PORT:8080]" } diff --git a/immich_cuda/updater.json b/immich_cuda/updater.json index 94cdb0ef9..ec0185298 100644 --- a/immich_cuda/updater.json +++ b/immich_cuda/updater.json @@ -1,9 +1,9 @@ { "github_beta": "false", - "last_update": "09-09-2025", + "last_update": "12-09-2025", "repository": "alexbelgium/hassio-addons", "slug": "immich", "source": "github", "upstream_repo": "imagegenius/docker-immich", - "upstream_version": "1.141.1" + "upstream_version": "1.142.0" } diff --git a/immich_noml/CHANGELOG.md b/immich_noml/CHANGELOG.md index 455e3502d..b0923c955 100644 --- a/immich_noml/CHANGELOG.md +++ b/immich_noml/CHANGELOG.md @@ -1,3 +1,5 @@ +## 1.142.0 (12-09-2025) +- Update to latest version from imagegenius/docker-immich (changelog : https://github.com/imagegenius/docker-immich/releases) ## 1.141.1 (09-09-2025) - Update to latest version from imagegenius/docker-immich (changelog : https://github.com/imagegenius/docker-immich/releases) diff --git a/immich_noml/config.json b/immich_noml/config.json index 92339ee0c..9e757a815 100644 --- a/immich_noml/config.json +++ b/immich_noml/config.json @@ -83,8 +83,7 @@ "REDIS_HOSTNAME": "localhost", "REDIS_PORT": "6379", "REVERSE_GEOCODING_DUMP_DIRECTORY": "/data/.reverse-geocoding-dump/", - "TRANSFORMERS_CACHE": "/data/machine-learning", - "VIPS_NOVECTOR": "1" + "TRANSFORMERS_CACHE": "/data/machine-learning" }, "hassio_api": true, "image": "ghcr.io/alexbelgium/immich_noml-{arch}", @@ -149,7 +148,7 @@ "udev": true, "url": "https://github.com/alexbelgium/hassio-addons", "usb": true, - "version": "1.141.1", + "version": "1.142.0", "video": true, "webui": "http://[HOST]:[PORT:8080]" } diff --git a/immich_noml/updater.json b/immich_noml/updater.json index 94cdb0ef9..ec0185298 100644 --- a/immich_noml/updater.json +++ b/immich_noml/updater.json @@ -1,9 +1,9 @@ { "github_beta": "false", - "last_update": "09-09-2025", + "last_update": "12-09-2025", "repository": "alexbelgium/hassio-addons", "slug": "immich", "source": "github", "upstream_repo": "imagegenius/docker-immich", - "upstream_version": "1.141.1" + "upstream_version": "1.142.0" } diff --git a/immich_openvino/CHANGELOG.md b/immich_openvino/CHANGELOG.md index 709bee1f9..dd290b0ac 100644 --- a/immich_openvino/CHANGELOG.md +++ b/immich_openvino/CHANGELOG.md @@ -1,3 +1,6 @@ +## 1.142.0 (12-09-2025) +- Update to latest version from imagegenius/docker-immich (changelog : https://github.com/imagegenius/docker-immich/releases) + ## 1.141.1-2 (09-09-2025) - Minor bugs fixed diff --git a/immich_openvino/config.json b/immich_openvino/config.json index 75727296e..dba2bb636 100644 --- a/immich_openvino/config.json +++ b/immich_openvino/config.json @@ -82,8 +82,7 @@ "REDIS_HOSTNAME": "localhost", "REDIS_PORT": "6379", "REVERSE_GEOCODING_DUMP_DIRECTORY": "/data/.reverse-geocoding-dump/", - "TRANSFORMERS_CACHE": "/data/machine-learning", - "VIPS_NOVECTOR": "1" + "TRANSFORMERS_CACHE": "/data/machine-learning" }, "hassio_api": true, "image": "ghcr.io/alexbelgium/immich_openvino-{arch}", @@ -148,7 +147,7 @@ "udev": true, "url": "https://github.com/alexbelgium/hassio-addons", "usb": true, - "version": "1.141.1", + "version": "1.142.0", "video": true, "webui": "http://[HOST]:[PORT:8080]" } diff --git a/immich_openvino/updater.json b/immich_openvino/updater.json index 94cdb0ef9..ec0185298 100644 --- a/immich_openvino/updater.json +++ b/immich_openvino/updater.json @@ -1,9 +1,9 @@ { "github_beta": "false", - "last_update": "09-09-2025", + "last_update": "12-09-2025", "repository": "alexbelgium/hassio-addons", "slug": "immich", "source": "github", "upstream_repo": "imagegenius/docker-immich", - "upstream_version": "1.141.1" + "upstream_version": "1.142.0" }