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

fix(container): update immich group ( v1.126.0 → v1.126.1 ) #5133

Merged
merged 1 commit into from
Feb 10, 2025

Conversation

repo-jeeves[bot]
Copy link
Contributor

@repo-jeeves repo-jeeves bot commented Feb 10, 2025

This PR contains the following updates:

Package Update Change
ghcr.io/immich-app/immich-machine-learning patch v1.126.0 -> v1.126.1
ghcr.io/immich-app/immich-server patch v1.126.0 -> v1.126.1

Release Notes

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

v1.126.1

Compare Source

v1.126.1
Hotfixes
  • Fixes a compatibility issue with the mobile app
Announcement
FOSDEM

Howdy, everybody! We just came back from FOSDEM and had a great time in Brussels.

Thanks to everyone who came to see us! We received lots of feedback from the community, and your encouragement warmed our hearts.

MERCH!
Merch options video

https://www.youtube.com/watch?v=ooWLS7BUERE

In case you missed our live stream, Immich now has a merch store where you can get cool swag, such as t-shirts, sweaters, stickers, magnets, and mugs… in the Immich theme. You can visit the store at https://immich.store

You can also re-watch the live stream and our talk from FOSDEM at:


Highlights

Welcome to the release v1.126.0 of Immich. This release continues our bug clean-up operation from the Kysely migration (Kysely is our new database abstraction layer). Some nice features and enhancement also make their way in. Please find some of the highlights below:

  • Search improvement on asset’s description and tags
  • Revamp places UI on the web
  • Mark people as favorite
  • Shared link UI improvement
  • Cursed knowledge candidate: fixes a bug where the database timezone causes the timezone to be interpreted as an invalid date in Javascript.
Search improvement - Tag and description search

You can now search by tag (web) and description (web + mobile). We plan to add a more powerful search in the near future increasingly, so stay tuned!

image

Revamp UI for places on the web.

In the detail location view, you can now toggle the grouping to group them by country. It is a nice way to see where you have been through the camera lens :)

image

Mark people as favorite

You can now mark people as favorites so that the person will be showing first on the list

image

Shared link UI improvement

The album’s sharing popup now includes information on what shared links have been created. In the shared link view, you can now filter for all/individual share/album share. You can also toggle an option in the Account Setting > Features section to place a quick access button on the shared link page to the sidebar.

image

Support Immich

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

Cheers! 🍻

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

Full Changelog: immich-app/immich@v1.125.7...v1.126.1

| datasource | package                                    | from     | to       |
| ---------- | ------------------------------------------ | -------- | -------- |
| docker     | ghcr.io/immich-app/immich-machine-learning | v1.126.0 | v1.126.1 |
| docker     | ghcr.io/immich-app/immich-server           | v1.126.0 | v1.126.1 |
@repo-jeeves repo-jeeves bot added renovate/container Issue relates to a Renovate container update type/patch Issue relates to a patch version bump cluster/main Changes made in the main cluster size/XS Marks a PR that changes 0-9 lines, ignoring generated files labels Feb 10, 2025
@repo-jeeves
Copy link
Contributor Author

repo-jeeves bot commented Feb 10, 2025

--- kubernetes/main/apps/media/immich/app Kustomization: media/immich HelmRelease: media/immich

+++ kubernetes/main/apps/media/immich/app Kustomization: media/immich HelmRelease: media/immich

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

             - secretRef:
                 name: immich-secret
             - configMapRef:
                 name: immich-configmap
             image:
               repository: ghcr.io/immich-app/immich-machine-learning
-              tag: v1.126.0@sha256:bb66cafcdb0bdc481f83ab827f960063340c472cf03e544f36e05c5159bf6a80
+              tag: v1.126.1@sha256:0989db1266d91e553375289571b989d49e10690d466802fcf23326f16b747d4c
         pod:
           enableServiceLinks: false
           securityContext:
             fsGroup: 2000
             fsGroupChangePolicy: OnRootMismatch
             runAsGroup: 2000
@@ -76,13 +76,13 @@

             - secretRef:
                 name: immich-secret
             - configMapRef:
                 name: immich-configmap
             image:
               repository: ghcr.io/immich-app/immich-server
-              tag: v1.126.0@sha256:3588d6c7549e090cf366951938b912ffd0b81d23b76cf1445edaeb3c092cb96f
+              tag: v1.126.1@sha256:f8a3c78ec0a0ace20517acedaab9c2f3edcfc9b96e03080ba401acf55792470e
         initContainers:
           init-db:
             envFrom:
             - secretRef:
                 name: immich-secret
             image:

@repo-jeeves
Copy link
Contributor Author

repo-jeeves bot commented Feb 10, 2025

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

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

@@ -44,13 +44,13 @@

       containers:
       - envFrom:
         - secretRef:
             name: immich-secret
         - configMapRef:
             name: immich-configmap
-        image: ghcr.io/immich-app/immich-machine-learning:v1.126.0@sha256:bb66cafcdb0bdc481f83ab827f960063340c472cf03e544f36e05c5159bf6a80
+        image: ghcr.io/immich-app/immich-machine-learning:v1.126.1@sha256:0989db1266d91e553375289571b989d49e10690d466802fcf23326f16b747d4c
         name: main
         volumeMounts:
         - mountPath: /cache
           name: model-cache
       volumes:
       - emptyDir: {}
--- HelmRelease: media/immich Deployment: media/immich-server

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

@@ -51,13 +51,13 @@

       containers:
       - envFrom:
         - secretRef:
             name: immich-secret
         - configMapRef:
             name: immich-configmap
-        image: ghcr.io/immich-app/immich-server:v1.126.0@sha256:3588d6c7549e090cf366951938b912ffd0b81d23b76cf1445edaeb3c092cb96f
+        image: ghcr.io/immich-app/immich-server:v1.126.1@sha256:f8a3c78ec0a0ace20517acedaab9c2f3edcfc9b96e03080ba401acf55792470e
         name: main
         volumeMounts:
         - mountPath: /usr/src/app/.reverse-geocoding-dump
           name: geocoding-dump
         - mountPath: /usr/src/app/upload
           name: library

@szinn szinn merged commit af46d4d into main Feb 10, 2025
23 checks passed
@szinn szinn deleted the renovate/main-immich branch February 10, 2025 19:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
cluster/main Changes made in the main cluster renovate/container Issue relates to a Renovate container update size/XS Marks a PR that changes 0-9 lines, ignoring generated files type/patch Issue relates to a patch version bump
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant