Skip to content

Conversation

github-actions[bot]
Copy link

@github-actions github-actions bot commented Oct 1, 2025

This PR bumps the version from v1.143.1 to v1.144.1.
Please review the changes and merge this PR if everything looks good.

Upstream release notes

Monitored upstream files

diff --git a/server/bin/start.sh b/server/bin/start.sh
index 15390ae15..dc34e8f0b 100755
--- a/server/bin/start.sh
+++ b/server/bin/start.sh
@@ -1,7 +1,7 @@
 #!/usr/bin/env bash
 echo "Initializing Immich $IMMICH_SOURCE_REF"
 
-lib_path="/usr/lib/$(arch)-linux-gnu/libmimalloc.so.2"
+lib_path="/usr/lib/$(arch)-linux-gnu/libmimalloc.so.3"
 if [ -f "$lib_path" ]; then
   export LD_PRELOAD="$lib_path"
 else

Error, web/Dockerfile do not exists

diff --git a/machine-learning/pyproject.toml b/machine-learning/pyproject.toml
index f0f08b20b..3eee4a5e2 100644
--- a/machine-learning/pyproject.toml
+++ b/machine-learning/pyproject.toml
@@ -1,6 +1,6 @@
 [project]
 name = "immich-ml"
-version = "1.129.0"
+version = "1.144.1"
 description = ""
 authors = [{ name = "Hau Tran", email = "[email protected]" }]
 requires-python = ">=3.10,<4.0"
diff --git a/docker/docker-compose.yml b/docker/docker-compose.yml
index 3316c1783..c3ded93ba 100644
--- a/docker/docker-compose.yml
+++ b/docker/docker-compose.yml
@@ -56,7 +56,7 @@ services:
 
   database:
     container_name: immich_postgres
-    image: ghcr.io/immich-app/postgres:14-vectorchord0.4.3-pgvectors0.2.0@sha256:c44be5f2871c59362966d71eab4268170eb6f5653c0e6170184e72b38ffdf107
+    image: ghcr.io/immich-app/postgres:14-vectorchord0.4.3-pgvectors0.2.0@sha256:41eacbe83eca995561fe43814fd4891e16e39632806253848efaf04d3c8a8b84
     environment:
       POSTGRES_PASSWORD: ${DB_PASSWORD}
       POSTGRES_USER: ${DB_USERNAME}
diff --git a/docs/docs/install/environment-variables.md b/docs/docs/install/environment-variables.md
index 4e081c896..e606d03de 100644
--- a/docs/docs/install/environment-variables.md
+++ b/docs/docs/install/environment-variables.md
@@ -42,7 +42,7 @@ These environment variables are used by the `docker-compose.yml` file and do **N
 | `IMMICH_MICROSERVICES_METRICS_PORT` | Port for the OTEL metrics                                                                 |            `8082`            | server                   | microservices      |
 | `IMMICH_PROCESS_INVALID_IMAGES`     | When `true`, generate thumbnails for invalid images                                       |                              | server                   | microservices      |
 | `IMMICH_TRUSTED_PROXIES`            | List of comma-separated IPs set as trusted proxies                                        |                              | server                   | api                |
-| `IMMICH_IGNORE_MOUNT_CHECK_ERRORS`  | See [System Integrity](/docs/administration/system-integrity)                             |                              | server                   | api, microservices |
+| `IMMICH_IGNORE_MOUNT_CHECK_ERRORS`  | See [System Integrity](/administration/system-integrity)                                  |                              | server                   | api, microservices |
 
 \*1: `TZ` should be set to a `TZ identifier` from [this list][tz-list]. For example, `TZ="Etc/UTC"`.
 `TZ` is used by `exiftool` as a fallback in case the timezone cannot be determined from the image metadata. It is also used for logfile timestamps and cron job execution.
@@ -57,7 +57,7 @@ These environment variables are used by the `docker-compose.yml` file and do **N
 | `IMMICH_WORKERS_EXCLUDE` | Do not run these workers. Matches against default workers, or `IMMICH_WORKERS_INCLUDE` if specified. |         | server     |
 
 :::info
-Information on the current workers can be found [here](/docs/administration/jobs-workers).
+Information on the current workers can be found [here](/administration/jobs-workers).
 :::
 
 ## Ports

/home/runner/work/immich-distribution/immich-distribution
/tmp/tmp.EgCrPSqpSt removed

Base image

Check the base images for recent relevant changes:

Checklist

  • Review the changes above
  • Possible write a news entry (and push it to this PR)
  • Wait for the CI to finish
  • Merge the PR

ref #342

@nsg nsg merged commit 3e5cbf3 into master Oct 7, 2025
13 checks passed
@nsg nsg deleted the bump/v1.144.1 branch October 7, 2025 05:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant