Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(container): update immich ( v1.123.0 → v1.124.0 ) (minor) #3036

Merged
merged 1 commit into from
Jan 7, 2025

Conversation

ishioni-bot[bot]
Copy link
Contributor

@ishioni-bot ishioni-bot bot commented Jan 7, 2025

This PR contains the following updates:

Package Update Change
ghcr.io/immich-app/immich-machine-learning minor v1.123.0 -> v1.124.0
ghcr.io/immich-app/immich-server minor v1.123.0 -> v1.124.0

Release Notes

immich-app/immich (ghcr.io/immich-app/immich-machine-learning)

v1.124.0

Compare Source

v1.124.0
Highlights

Happy New Year, and welcome to the release v1.124.0 of Immich. After a long break, we are back! Along with many new contributors. This release adds many enhancements and bug fixes; some of the highlights include

  • Create tags on the fly.
  • Asset actions on the folder view
  • Documentation updates
  • Notable fix: a bug in the loading of the reverse geocoding data
  • Notable fix: do not try to delete offline assets when they expire from the trash
Create tags on the fly.

You can create new tags directly from the “Tag assets” modal.

Screen.Recording.2025-01-07.at.12.59.43.mov
Asset actions on the folder view

The following common actions are available when multi-selecting assets in the folder view: download, change date, change location, archive, delete, and refresh thumbnails/videos/metadata.

SCR-20250107-lrxw

Documentation updates

Many recent changes were made to the https://immich.app website; the complete list of commits can be seen below. This includes updates to the roadmap and moving the stable release milestone to early 2025.

image
Bugfix: Reverse geocoding

Previously, if the database container crashed during a specific and short window, the geodata import process could silently fail. This has been fixed in this release. Affected users may want to re-run metadata extraction, as some assets could incorrectly have no city, state, country, etc., due to the bug.

Support Immich

If you find the project helpful, you can support Immich by purchasing a product key at https://buy.immich.app/.

Cheers! 🍻


What's Changed
🚀 Features
🌟 Enhancements
🐛 Bug fixes
📚 Documentation
🌐 Translations
New Contributors

Full Changelog: https://github.com/immich-app/immich/compare/v1.123.0...


Configuration

📅 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 these updates again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Renovate Bot.

| datasource | package                                    | from     | to       |
| ---------- | ------------------------------------------ | -------- | -------- |
| docker     | ghcr.io/immich-app/immich-machine-learning | v1.123.0 | v1.124.0 |
| docker     | ghcr.io/immich-app/immich-server           | v1.123.0 | v1.124.0 |
@ishioni-bot ishioni-bot bot requested a review from ishioni as a code owner January 7, 2025 20:04
@ishioni-bot ishioni-bot bot added dep/minor renovate/container size/XS Denotes a PR that changes 0-9 lines, ignoring generated files. area/kubernetes Changes made in the kubernetes directory cluster/talos and removed size/XS Denotes a PR that changes 0-9 lines, ignoring generated files. labels Jan 7, 2025
@ishioni-bot
Copy link
Contributor Author

ishioni-bot bot commented Jan 7, 2025

--- HelmRelease: selfhosted/immich Deployment: selfhosted/immich-machine-learning

+++ HelmRelease: selfhosted/immich Deployment: selfhosted/immich-machine-learning

@@ -46,13 +46,13 @@

             app.kubernetes.io/component: machine-learning
             app.kubernetes.io/instance: immich
         maxSkew: 1
         topologyKey: kubernetes.io/hostname
         whenUnsatisfiable: DoNotSchedule
       containers:
-      - image: ghcr.io/immich-app/immich-machine-learning:v1.123.0
+      - image: ghcr.io/immich-app/immich-machine-learning:v1.124.0
         livenessProbe:
           failureThreshold: 5
           httpGet:
             path: /ping
             port: 3003
           initialDelaySeconds: 0
--- HelmRelease: selfhosted/immich Deployment: selfhosted/immich-microservices

+++ HelmRelease: selfhosted/immich Deployment: selfhosted/immich-microservices

@@ -57,13 +57,13 @@

           value: api
         envFrom:
         - secretRef:
             name: immich-secret
         - configMapRef:
             name: immich-configmap
-        image: ghcr.io/immich-app/immich-server:v1.123.0
+        image: ghcr.io/immich-app/immich-server:v1.124.0
         name: microservices
         resources:
           limits:
             gpu.intel.com/i915: 1
             memory: 2500Mi
           requests:
--- HelmRelease: selfhosted/immich Deployment: selfhosted/immich-server

+++ HelmRelease: selfhosted/immich Deployment: selfhosted/immich-server

@@ -64,13 +64,13 @@

           value: api
         envFrom:
         - secretRef:
             name: immich-secret
         - configMapRef:
             name: immich-configmap
-        image: ghcr.io/immich-app/immich-server:v1.123.0
+        image: ghcr.io/immich-app/immich-server:v1.124.0
         livenessProbe:
           failureThreshold: 5
           httpGet:
             path: /api/server/ping
             port: 2283
           initialDelaySeconds: 0

@ishioni-bot
Copy link
Contributor Author

ishioni-bot bot commented Jan 7, 2025

--- kubernetes/talos/apps/selfhosted/immich/app Kustomization: flux-system/selfhosted-immich HelmRelease: selfhosted/immich

+++ kubernetes/talos/apps/selfhosted/immich/app Kustomization: flux-system/selfhosted-immich HelmRelease: selfhosted/immich

@@ -28,13 +28,13 @@

         annotations:
           configmap.reloader.stakater.com/reload: immich-configmap
         containers:
           machine-learning:
             image:
               repository: ghcr.io/immich-app/immich-machine-learning
-              tag: v1.123.0
+              tag: v1.124.0
             probes:
               liveness:
                 custom: true
                 enabled: true
                 spec:
                   failureThreshold: 5
@@ -91,13 +91,13 @@

             - secretRef:
                 name: immich-secret
             - configMapRef:
                 name: immich-configmap
             image:
               repository: ghcr.io/immich-app/immich-server
-              tag: v1.123.0
+              tag: v1.124.0
             resources:
               limits:
                 gpu.intel.com/i915: 1
                 memory: 2500Mi
               requests:
                 cpu: 100m
@@ -133,13 +133,13 @@

             - secretRef:
                 name: immich-secret
             - configMapRef:
                 name: immich-configmap
             image:
               repository: ghcr.io/immich-app/immich-server
-              tag: v1.123.0
+              tag: v1.124.0
             probes:
               liveness:
                 custom: true
                 enabled: true
                 spec:
                   failureThreshold: 5

@ishioni-bot
Copy link
Contributor Author

ishioni-bot bot commented Jan 7, 2025

🦙 MegaLinter status: ✅ SUCCESS

Descriptor Linter Files Fixed Errors Elapsed time
✅ COPYPASTE jscpd yes no 1.03s
✅ REPOSITORY git_diff yes no 0.03s
✅ REPOSITORY secretlint yes no 2.18s
✅ YAML prettier 1 0 0.5s
✅ YAML yamllint 1 0 0.43s

See detailed report in MegaLinter reports
Set VALIDATE_ALL_CODEBASE: true in mega-linter.yml to validate all sources, not only the diff

MegaLinter is graciously provided by OX Security

@ishioni ishioni merged commit 5be5f57 into master Jan 7, 2025
20 checks passed
@ishioni ishioni deleted the renovate/immich branch January 7, 2025 20:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant