-
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.123.0 → v1.124.0 ) (minor) #3036
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.123.0 | v1.124.0 | | docker | ghcr.io/immich-app/immich-server | v1.123.0 | v1.124.0 |
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
--- 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 |
--- 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 |
🦙 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
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.123.0
->v1.124.0
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 includeCreate 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.
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.
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.
This PR has been generated by Renovate Bot.