-
Notifications
You must be signed in to change notification settings - Fork 14
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.124.2 → v1.125.1 ) (minor) #3089
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| datasource | package | from | to | | ---------- | ------------------------------------------ | -------- | -------- | | docker | ghcr.io/immich-app/immich-machine-learning | v1.124.2 | v1.125.1 | | docker | ghcr.io/immich-app/immich-server | v1.124.2 | v1.125.1 |
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
labels
Jan 23, 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.124.2
+ tag: v1.125.1
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.124.2
+ tag: v1.125.1
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.124.2
+ tag: v1.125.1
probes:
liveness:
custom: true
enabled: true
spec:
failureThreshold: 5 |
--- HelmRelease: selfhosted/immich Deployment: selfhosted/immich-machine-learning
+++ HelmRelease: selfhosted/immich Deployment: selfhosted/immich-machine-learning
@@ -45,13 +45,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.124.2
+ - image: ghcr.io/immich-app/immich-machine-learning:v1.125.1
livenessProbe:
failureThreshold: 5
httpGet:
path: /ping
port: 3003
initialDelaySeconds: 0
--- HelmRelease: selfhosted/immich Deployment: selfhosted/immich-microservices
+++ HelmRelease: selfhosted/immich Deployment: selfhosted/immich-microservices
@@ -56,13 +56,13 @@
value: api
envFrom:
- secretRef:
name: immich-secret
- configMapRef:
name: immich-configmap
- image: ghcr.io/immich-app/immich-server:v1.124.2
+ image: ghcr.io/immich-app/immich-server:v1.125.1
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
@@ -63,13 +63,13 @@
value: api
envFrom:
- secretRef:
name: immich-secret
- configMapRef:
name: immich-configmap
- image: ghcr.io/immich-app/immich-server:v1.124.2
+ image: ghcr.io/immich-app/immich-server:v1.125.1
livenessProbe:
failureThreshold: 5
httpGet:
path: /api/server/ping
port: 2283
initialDelaySeconds: 0 |
🦙 MegaLinter status: ✅ SUCCESS
See detailed report in MegaLinter reports |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
area/kubernetes
Changes made in the kubernetes directory
cluster/talos
dep/minor
renovate/container
size/XS
Denotes a PR that changes 0-9 lines, ignoring generated files.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
v1.124.2
->v1.125.1
v1.124.2
->v1.125.1
Release Notes
immich-app/immich (ghcr.io/immich-app/immich-machine-learning)
v1.125.1
Compare Source
v1.125.1
There was a hiccup with the release pipeline for
v1.125.0
so we have to change the versionHighlights
Welcome to release
v1.125.1
of Immich. The release improves how the server queries the database, using a type-safe query builder,Kysely
, instead of relying on the magic ofTypeORM
. Many queries have been given a speed boost to be much faster; some got several times faster. You should see a quicker app experience overall. It has been the work for the last couple of months and a foundation we have been building for many changes in the coming months to the data model of the whole app, which is needed to enable some long-awaited features. Kudos to the entire team for completing it. Alongside that improvement, this release also brings new features, enhancements, and bug fixes. Please see some of the highlights below:Node.js security update
This release includes a Node.js security update. While we don’t believe any of these vulnerabilities affect Immich, we still recommend updating soon to avoid any risk.
Share-to Immich
You can now directly share media from other apps to Immich without saving them to the phone’s local gallery first.
ScreenRecording_01-10-2025.13-05-53_1-1.mov
Slideshow everywhere
You can now toggle the slideshow mode from all the views on the web app.
Lens information
This release includes the lens information in the detail panel for our photographer users, making it easier to know which of your favorite lenses was used to capture the photo.
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
🚨 Breaking Changes
🚀 Features
🌟 Enhancements
🐛 Bug fixes
📚 Documentation
🌐 Translations
New Contributors
Full Changelog: immich-app/immich@v1.124.2...v1.125.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.
This PR has been generated by Renovate Bot.