Closed renovate[bot] closed 2 weeks ago
--- HelmRelease: office/immich-server Deployment: office/immich-server
+++ HelmRelease: office/immich-server Deployment: office/immich-server
@@ -65,13 +65,13 @@
value: verbose
- name: SERVER_PORT
value: '3001'
envFrom:
- configMapRef:
name: immich-configmap
- image: ghcr.io/immich-app/immich-server:v1.117.0
+ image: ghcr.io/immich-app/immich-server:v1.118.0
livenessProbe:
failureThreshold: 3
httpGet:
path: /api/server-info/ping
port: 3001
initialDelaySeconds: 0
--- kubernetes/apps/office/immich/app Kustomization: flux-system/immich HelmRelease: office/immich-server
+++ kubernetes/apps/office/immich/app Kustomization: flux-system/immich HelmRelease: office/immich-server
@@ -51,13 +51,13 @@
SERVER_PORT: 3001
envFrom:
- configMapRef:
name: immich-configmap
image:
repository: ghcr.io/immich-app/immich-server
- tag: v1.117.0
+ tag: v1.118.0
probes:
liveness:
custom: true
enabled: true
spec:
failureThreshold: 3
This PR contains the following updates:
v1.117.0
->v1.118.0
Release Notes
immich-app/immich (ghcr.io/immich-app/immich-server)
### [`v1.118.0`](https://redirect.github.com/immich-app/immich/releases/tag/v1.118.0) [Compare Source](https://redirect.github.com/immich-app/immich/compare/v1.117.0...v1.118.0) ### v1.118.0 Welcome to release `v1.118.0` of Immich. This version comes with several breaking changes, and also improvements to the mobile app UI and UX, a new documentation home page, as well as bug fixes and enhancements across the app. We hope you enjoy this release! > \[!WARNING] > > ## Breaking changes > > This release includes the following breaking changes: > > 1. Port alignment > 2. Remove deprecated API endpoints > 3. Remove deprecated `start.sh` arguments ##### 1. Port alignment We aligned the internal port of the `immich-server` to be similar to the binding port. Please make the following change to your `docker-compose.yml` file under the `immich-server` section. Reverse proxies using port 3001 also need to be updated to use port 2283. ```diff services: immich-server: container_name: immich_server ... ports: - - 2283:3001 + - 2283:2283 ... ``` ##### 2. Remove deprecated API endpoints The following endpoints were previously deprecated and have been removed, if you are a community project maintainer and using one of the endpoints below, please make sure to make changes to your project: - `/api/server-info/*` has been removed. Use `/api/server/*` instead. - `/api/people/:id/assets` has been removed. Use `/api/search/metadata` instead. > \[!NOTE] > This includes `/api/server-info/ping`, `/api/server-info/version`, `/api/server-features`, `/api/server-info/config`, `/api/server-info/statistics`, and others. ##### 3. Remove deprecated `start.sh` arguments The following docker commands have been removed: - `start.sh immich` - `start.sh microservices` Follow the steps below to align `docker-compose.yml` with the default setup. > \[!NOTE] > These steps are only required if you still have the `immich-microservices` section in your `docker-compose.yml` or didn't follow the previous instructions to remove the command section. If you don't have the mentioned content below, you can ignore this ##### 1. Update `docker-compose.yml` Remove the `command` line from `immich-server` and the entire `immich-microservices` service section as shown below. ```diff services: immich-server: container_name: immich_server ... : - command: [ "start.sh", "immich" ] ... - immich-microservices: - container_name: immich_microservices - ... - : - command: [ "start.sh", "microservices" ] - ... ``` ##### 2. Remove the running `immich-microservices` container Run `docker compose down --remove-orphans` after updating `docker-compose.yml` to remove the old `immich-microservices` container. #### Highlights Some of the highlights for this release include the following: - Mobile UI/UX improvement - Option to refresh face detection - Color filters for editing photos - Timezone improvements - Deprecated release notes section - Better JPEG compression - Multi-GPU support for ML ##### Mobile UI/UX improvement Thank you all for the great feedback from the [dicussion](https://redirect.github.com/immich-app/immich/discussions/12597) we made a month ago about the proposed changes to the mobile app layout. We hope the following changes will provide more fluid experience when browing and managing your photos and videos. ##### Navigation bar Photos and albums are the two most used pages. To make them more accessible, we replaced the `Sharing` page with a new `Albums` page where you can find all of the album related features and functions. ##### Albums page This new page allows users to quickly view, sort, search, filter, create, and manage albums. ##### Library page The library page now includes quick access buttons to various views, including - Favorites - Archived - Shared links - Trash - People - Places - Device albums - Partner sharingConfiguration
đ Schedule: Branch creation - "after 7am,before 7pm" in timezone Europe/Berlin, Automerge - At any time (no schedule defined).
đŚ Automerge: Disabled by config. Please merge this manually once you are satisfied.
âť Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
đ Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.