Closed rosey-the-renovator-bot[bot] closed 2 months ago
--- HelmRelease: media/immich Deployment: media/immich-machine-learning
+++ HelmRelease: media/immich Deployment: media/immich-machine-learning
@@ -25,13 +25,13 @@
serviceAccountName: default
automountServiceAccountToken: true
dnsPolicy: ClusterFirst
enableServiceLinks: true
containers:
- name: immich-machine-learning
- image: ghcr.io/immich-app/immich-machine-learning:v1.113.1
+ image: ghcr.io/immich-app/immich-machine-learning:v1.114.0
imagePullPolicy: IfNotPresent
env:
- name: DB_DATABASE_NAME
value: immich
- name: DB_HOSTNAME
value: immich-postgresql
--- HelmRelease: media/immich Deployment: media/immich-server
+++ HelmRelease: media/immich Deployment: media/immich-server
@@ -25,13 +25,13 @@
serviceAccountName: default
automountServiceAccountToken: true
dnsPolicy: ClusterFirst
enableServiceLinks: true
containers:
- name: immich-server
- image: ghcr.io/immich-app/immich-server:v1.113.1
+ image: ghcr.io/immich-app/immich-server:v1.114.0
imagePullPolicy: IfNotPresent
env:
- name: DB_DATABASE_NAME
value: immich
- name: DB_HOSTNAME
value: immich-postgresql
--- kubernetes/main/apps/media/immich/app Kustomization: flux-system/media-immich HelmRelease: media/immich
+++ kubernetes/main/apps/media/immich/app Kustomization: flux-system/media-immich HelmRelease: media/immich
@@ -28,13 +28,13 @@
PUBLIC_IMMICH_SERVER_URL: https://immich...PLACEHOLDER..
REDIS_DBINDEX: '1'
REDIS_HOSTNAME: dragonfly.databases.svc.cluster.local
REDIS_PORT: '6379'
REVERSE_GEOCODING_PRECISION: '2'
image:
- tag: v1.113.1
+ tag: v1.114.0
immich:
concurrency:
backgroundTask: 10
faceDetection: 5
library: 5
metadataExtraction: 10
This PR contains the following updates:
v1.113.1
->v1.114.0
Release Notes
immich-app/immich (immich-app/immich)
### [`v1.114.0`](https://redirect.github.com/immich-app/immich/releases/tag/v1.114.0) [Compare Source](https://redirect.github.com/immich-app/immich/compare/v1.113.1...v1.114.0) ##### v1.114.0 ##### Highlights Welcome to release `v1.114.0` of Immich. Who doesn't love a juicy release on a Friday? This release focuses on additional enhancements and bug fixes for recent new features. Please find some of the highlights below: - Tag improvements (including Lightroom support) - Import faces from EXIF and XMP sidecars (Digikam format) - Better handling of timezones - Upload panel \*\*New look\*\* - Automatic database reconnection ##### Tag improvements Since the last release, when we introduced support for tags, we have made a few changes based on your feedback. - We now support reading from `HierarchicalSubject`. Values will be parsed as hierarchical tags, with `|` as a delimiter. - We now only read from `Keywords` as a fallback when no hierarchical tag information is available - We have fixed a bug where you could not remove the last tag from EXIF/XMP. NOTE: these changes apply to the metadata extraction job. To apply them to your photos and videos, re-run metadata extraction. ##### Import faces from metadata This release adds the ability to read face metadata in Digikam format during metadata extraction, increasing interoperability with other software and laying the foundation for faces from sources other than machine learning. Note that there are certain limitations with these faces. These limitations may be removed in a later release: - Assets that contain face metadata are skipped during face detection - Faces from metadata are not considered during facial recognition - Faces from metadata are grouped into people based on name - Only face metadata in Digikam format is supported You can enable this feature by going to `Administration > Metadata Settings`. ##### Better handling of timezones This version fixes some issues related to how timezone offsets are parsed and how timezones and offsets are displayed. The offset is now parsed correctly for photos and videos taken with the "+00:00" offset (e.g., several African countries, Iceland, Portugal/UK/Ireland in winter). If you notice that the "+00:00" offset is not shown correctly, please re-run the "Extract Metadata" job on all photos and videos. ##### Upload panel The upload panel has a new look! It works the same as before, except that duplicates are no longer automatically cleared from the queue. They will remain behind, along with a clickable icon, that links to the deduped image. | Light | Dark | | - | - | | ![image](https://redirect.github.com/user-attachments/assets/2911ed68-6ea2-4688-9b6e-57df7b801fc8) | ![image](https://redirect.github.com/user-attachments/assets/9f7a65f2-6f4a-4112-bc0c-a0f43ca83716) | ##### Automatic database reconnection Previously, when the connection to the database was interrupted for any reason (restart, timeout, network interruption, etc.), the server would never reconnect. Restoring the connection required a container restart. Now, the server will automatically try to reconnect every 5 seconds indefinitely. ![image](https://redirect.github.com/user-attachments/assets/c0814c51-a4b0-45ac-8875-4c837acdedf9) *** ##### Support ImmichConfiguration
π Schedule: Branch creation - At any time (no schedule defined), 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 has been generated by Renovate Bot.