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 ghcr.io/immich-app/immich-server ( v1.123.0 → v1.124.2 ) #254

Merged
merged 1 commit into from
Jan 10, 2025

Conversation

rk-1b[bot]
Copy link
Contributor

@rk-1b rk-1b bot commented Jan 7, 2025

This PR contains the following updates:

Package Update Change
ghcr.io/immich-app/immich-server minor v1.123.0 -> v1.124.2

Release Notes

immich-app/immich (ghcr.io/immich-app/immich-server)

v1.124.2

Compare Source

v1.124.2

Two releases in a day, we know you missed those new release announcement pop-up from us 😁

This release addresses the following bugs:

  • Fixed a bug where various jobs don't run on new external library assets.
  • Fixed a bug where multi-selection in the folder view is not cleared when changing folders
What's Changed
🐛 Bug fixes

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

v1.124.1

Compare Source

v1.124.1

This release addresses the following bugs.

  • Fixed a bug where email notification cannot be completed
  • Fixed a bug where the asset path is hard to be highlighted and copied
What's Changed
🐛 Bug fixes
🌐 Translations

Full Changelog: immich-app/immich@v1.124.0...v1.124.1

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: immich-app/immich@v1.123.0...v1.124.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 this update again.


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

This PR has been generated by Renovate Bot.

@rk-1b
Copy link
Contributor Author

rk-1b bot commented Jan 7, 2025

--- HelmRelease: default/immich-microservices StatefulSet: default/immich-microservices

+++ HelmRelease: default/immich-microservices StatefulSet: default/immich-microservices

@@ -58,13 +58,13 @@

       containers:
       - envFrom:
         - configMapRef:
             name: immich-configmap
         - secretRef:
             name: immich-secret
-        image: ghcr.io/immich-app/immich-server:v1.123.0
+        image: ghcr.io/immich-app/immich-server:v1.124.2
         name: app
         resources:
           limits:
             gpu.intel.com/i915: 1
             memory: 6000Mi
           requests:
--- HelmRelease: default/immich-server StatefulSet: default/immich-server

+++ HelmRelease: default/immich-server StatefulSet: default/immich-server

@@ -68,13 +68,13 @@

       containers:
       - envFrom:
         - configMapRef:
             name: immich-configmap
         - secretRef:
             name: immich-secret
-        image: ghcr.io/immich-app/immich-server:v1.123.0
+        image: ghcr.io/immich-app/immich-server:v1.124.2
         name: app
         resources:
           requests:
             cpu: 100m
             memory: 250Mi
         volumeMounts:

@rk-1b
Copy link
Contributor Author

rk-1b bot commented Jan 7, 2025

--- kubernetes/main/apps/default/immich/app Kustomization: flux-system/immich HelmRelease: default/immich-server

+++ kubernetes/main/apps/default/immich/app Kustomization: flux-system/immich HelmRelease: default/immich-server

@@ -43,13 +43,13 @@

             - configMapRef:
                 name: immich-configmap
             - secretRef:
                 name: immich-secret
             image:
               repository: ghcr.io/immich-app/immich-server
-              tag: v1.123.0
+              tag: v1.124.2
             resources:
               requests:
                 cpu: 100m
                 memory: 250Mi
         initContainers:
           01-init-db:
--- kubernetes/main/apps/default/immich/app Kustomization: flux-system/immich HelmRelease: default/immich-microservices

+++ kubernetes/main/apps/default/immich/app Kustomization: flux-system/immich HelmRelease: default/immich-microservices

@@ -43,13 +43,13 @@

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

@rk-1b rk-1b bot force-pushed the renovate/main-ghcr.io-immich-app-immich-server-1.x branch from 4c086b1 to 3ab9b88 Compare January 8, 2025 20:18
@rk-1b rk-1b bot changed the title feat(container): update ghcr.io/immich-app/immich-server ( v1.123.0 → v1.124.0 ) feat(container): update ghcr.io/immich-app/immich-server ( v1.123.0 → v1.124.1 ) Jan 8, 2025
@rk-1b rk-1b bot force-pushed the renovate/main-ghcr.io-immich-app-immich-server-1.x branch from 3ab9b88 to 311321f Compare January 9, 2025 01:14
@rk-1b rk-1b bot changed the title feat(container): update ghcr.io/immich-app/immich-server ( v1.123.0 → v1.124.1 ) feat(container): update ghcr.io/immich-app/immich-server ( v1.123.0 → v1.124.2 ) Jan 9, 2025
@rkoosaar rkoosaar merged commit fc3f6ac into main Jan 10, 2025
9 checks passed
@rkoosaar rkoosaar deleted the renovate/main-ghcr.io-immich-app-immich-server-1.x branch January 10, 2025 10:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant