From 811fbf6f68db9bff8dcc240d0e98b0e1c327e8a6 Mon Sep 17 00:00:00 2001 From: Philipp Rothmann Date: Tue, 23 Dec 2025 11:59:44 +0100 Subject: [PATCH] chore: publish 1.2.0+v2.4.1 release --- compose.yml | 2 +- release/1.2.0+v2.4.1 | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) create mode 100644 release/1.2.0+v2.4.1 diff --git a/compose.yml b/compose.yml index 7d91b50..ae7099e 100644 --- a/compose.yml +++ b/compose.yml @@ -29,7 +29,7 @@ services: - "traefik.http.routers.${STACK_NAME}.rule=Host(`${DOMAIN}`${EXTRA_DOMAINS})" - "traefik.http.routers.${STACK_NAME}.entrypoints=web-secure" - "traefik.http.routers.${STACK_NAME}.tls.certresolver=${LETS_ENCRYPT_ENV}" - - "coop-cloud.${STACK_NAME}.version=1.1.0+v2.4.1" + - "coop-cloud.${STACK_NAME}.version=1.2.0+v2.4.1" immich-machine-learning: # TODO: this has to be that name, as the frontend tries to reach it at: http://immich-machine-learning:3003 diff --git a/release/1.2.0+v2.4.1 b/release/1.2.0+v2.4.1 new file mode 100644 index 0000000..e07ad79 --- /dev/null +++ b/release/1.2.0+v2.4.1 @@ -0,0 +1 @@ +Adds db_password secret, you'll need to create a new db secret when upgrading (e.g. `echo "secret" | abra app secret insert immich.example.com db_password v1`) \ No newline at end of file