Update ghcr.io/immich-app/immich-server Docker tag to v1.135.3 #428
Reference in New Issue
Block a user
No description provided.
Delete Branch "renovate/ghcr.io-immich-app-immich-server-1.x"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
This PR contains the following updates:
v1.132.3
->v1.135.3
Release Notes
immich-app/immich (ghcr.io/immich-app/immich-server)
v1.135.3
Compare Source
v1.135.3
What's Changed
🐛 Bug fixes
Full Changelog: https://github.com/immich-app/immich/compare/v1.135.2...v1.135.3
v1.135.2
Compare Source
v1.135.2
This release addresses the following issues.
- Reverted the behavior of sorting people, it is now based on asset count as before
What's Changed
🌟 Enhancements
🐛 Bug fixes
Full Changelog: https://github.com/immich-app/immich/compare/v1.135.1...v1.135.2
v1.135.1
Compare Source
v1.135.1
Highlights
This release addresses the following issues.
What's Changed
🐛 Bug fixes
📚 Documentation
New Contributors
Full Changelog: https://github.com/immich-app/immich/compare/v1.135.0...v1.135.1
v1.135.0
Compare Source
v1.135.0
Highlights
Welcome to the release
v1.135.0
of Immich. Another three-week gap, another ~200 PRs merged, another big release, let’s dive right in to what’s new.iOS Home Screen Widgets
Immich now supports home screen widgets on iOS! You can now add widgets to your home screen that:
We support all widget sizes (S, M, L, and XL on iPad). These widgets update approximately every 20 minutes and pull directly from your Immich server. Android support is coming in the near future, so keep an eye out!
Granular API key access control creation
You can now select additional permissions when creating an API key to use in any third-party libraries or software that integrate with Immich. This mechanism will give you better control over what the other applications or libraries can do with your Immich’s instance.
Google Cast support on the mobile app
Immich now supports casting photos from the mobile app to Google Cast-enabled devices! This is a follow-up to the casting feature present on the web. We support photos and videos, similar to the web feature. This feature is not controlled by the new “Opt-in Google Cast on the web” setting since it does not require third-party resources from Google.
Opt-in Google Cast on the web
We received a few reports from users who were concerned about the privacy implications of Google Cast on the web. Immich needs to fetch a third-party script from Google to check if casting is supported in the browser and to communicate with the cast library in Chrome. This causes a network request to Google each time Immich is loaded.
We have made Google Cast opt-in now to remove this requirement. If you use Google Cast on the web, you may enable Google Cast for your user by going to
Account Settings > Features > Settings > Cast
or by using this link.If you have previously used Google Cast on the web and would like to continue using it, you must also enable it.
New user onboarding
To provide a better user experience for discovering and enabling various features, settings, and preferences, all new users are now greeted with an onboarding flow on the web when they first log in. They can select their language, theme, and personal privacy settings (such as Google Cast opt-in). Any users present before updating to
v1.135.0
will not experience the onboarding flow.Album description on the mobile app
The album’s description is now displayed and editable in the mobile app. The album’s header also gets some styles to make it more presentable.
Support for Vchord 0.4.2
Right after we rolled out the VectorChord vector database extension, the library dropped a new version 0.4.2 with some significant improvements (classic timing!). We've updated our server to support it and made it the default in the
docker-compose.yml
file.You don't have to upgrade, though - sticking with your current version (0.3.0) is perfectly fine. But if you want to move to the newer one, it is an option.
Keyboard Navigation in Timeline
The timeline now supports shortcuts to make navigating between days, months, and years easier.
d
orshift + d
to jump to an earlier or later day.m
orshift + m
to jump to the earlier or later month.y
orshift + y
to jump to the earlier or later year.g
to go directly to a specific dateMultiple admins support
You can now grant other users administrative permission by navigating to
Administration > Users > View Users > Edit User
and toggling the Admin optionDev Containers
There is an alternative way to set up a development environment using dev containers. For more information, refer to the documentation.
Contributing has never been easier: Get started right away with a single click on this button to launch an entire development environment in GitHub’s Codespaces in the cloud.
Along with the highlights, there are many other improvements and bug fixes. Make sure to check out the full changes below.
Support Immich
If you find the project helpful, you can support Immich by purchasing a product key at https://buy.immich.app or our merchandise at https://immich.store
What's Changed
🚀 Features
🌟 Enhancements
autoLaunch=1
by @Yetangitu in https://github.com/immich-app/immich/pull/18763🐛 Bug fixes
📚 Documentation
🌐 Translations
New Contributors
Full Changelog: https://github.com/immich-app/immich/compare/v1.134.0...v1.135.0
v1.134.0
Compare Source
v1.134.0
Welcome to release
v1.134.0
of Immich. This release focuses on bug fixes and enhancements from the previous release. Please find some of the highlights below:ctrl/cmd + click
doesn't open the photo on a new pageSupport Immich
What's Changed
🌟 Enhancements
🐛 Bug fixes
🌐 Translations
New Contributors
Full Changelog: https://github.com/immich-app/immich/compare/v1.133.1...v1.134.0
v1.133.1
Compare Source
v1.133.1
Highlights
What's Changed
🌟 Enhancements
🐛 Bug fixes
📚 Documentation
DB_VECTOR_EXTENSION
env in pgvector->vchord migration guide by @mertalev in https://github.com/immich-app/immich/pull/18508🌐 Translations
New Contributors
Full Changelog: https://github.com/immich-app/immich/compare/v1.133.0...
v1.133.0
Compare Source
v1.133.0 - The Hot Summer Release
If you deviated from the defaults of pg14 or pgvectors0.2.0, you must adjust the pg major version and pgvecto.rs version. If you are still using the default
docker.io/tensorchord/pgvecto-rs:pg14-v0.2.0
image, you can just follow the changes above. For example, if the previous image isdocker.io/tensorchord/pgvecto-rs:pg16-v0.3.0
, the new image should beghcr.io/immich-app/postgres:16-vectorchord0.3.0-pgvectors0.3.0
instead of the image specified in the diff.After making these changes, you can start Immich as normal. Immich will make some changes to the DB during startup, which can take seconds to minutes to finish, depending on hardware and library size. In particular, it’s normal for the server logs to be seemingly stuck at
Reindexing clip_index
andReindexing face_index
for some time if you have over 100k assets in Immich and/or Immich is on a relatively weak server. If you see these logs and there are no errors, just give it time.Please don’t hesitate to contact us here on GitHub or Discord if you encounter migration issues.
VectorChord FAQ
I have a separate PostgreSQL instance shared with multiple services. How can I switch to VectorChord?
Please see https://immich.app/docs/administration/postgres-standalone#migrating-to-vectorchord for migration instructions. The migration path will be different depending on whether you’re currently using pgvecto.rs or pgvector, as well as whether Immich has superuser DB permissions.
What will happen if I upgrade Immich to 1.133.0 without changing the DB image?
Immich will auto-detect the vector extension available in the DB and continue to work without manual intervention. However, we will drop support for pgvecto.rs in a later release, so please switch at your convenience.
I’m using a different deployment method than Docker Compose. How should I migrate?
If you’re using Immich through turnkey deployment methods such as TrueNAS apps, the respective maintainers will either perform the migration transparently or inform you of what to do if not.
Why are so many lines removed from the
docker-compose.yml
file? Does this mean the health check is removed?These lines are now incorporated into the image itself along with some additional tuning.
What does this change mean for my existing DB backups?
The new DB image includes pgvector and pgvecto.rs in addition to VectorChord, so you can use this image to restore from existing backups that used either of these extensions. However, backups made after switching to VectorChord require an image containing VectorChord to restore successfully.
Do I still need pgvecto.rs installed after migrating to VectorChord?
pgvecto.rs only needs to be available during the migration, or if you need to restore from a backup that used pgvecto.rs. For a leaner DB and a smaller image, you can optionally switch to an image variant that doesn’t have pgvecto.rs installed after you’ve performed the migration and started Immich:
ghcr.io/immich-app/postgres:14-vectorchord0.3.0
, changing the PostgreSQL version as appropriate.Why does it matter whether my database is on an SSD or an HDD?
These storage mediums have different performance characteristics. As a result, the optimal settings for an SSD are not the same as those for an HDD. Either configuration is compatible with SSD and HDD, but using the right configuration will make Immich snappier. As a general tip, we recommend users store the database on an SSD whenever possible.
Can I use the new database image as a general PostgreSQL image outside of Immich?
It’s a standard PostgreSQL container image that additionally contains the VectorChord, pgvector, and (optionally) pgvecto.rs extensions. If you were using the previous pgvecto.rs image for other purposes, you can similarly do so with this image.
If pgvecto.rs and pgvector still work, why should I switch to VectorChord?
VectorChord is faster, more stable, uses less RAM, and (with the settings Immich uses) offers higher-quality results than pgvector and pgvecto.rs. This translates to better search and facial recognition experiences. In addition, pgvecto.rs support will be dropped in the future, so changing it sooner will avoid disruption.
Highlights
Welcome to the release
v1.133.0
of Immich, which is the hottest release yet for this summer, with more than 200 commits since the last version. This version brings you a new database extension, an even more optimized and faster timeline, more unified components on the web, some cool new features that have been requested for a long time, and many bug fixes and improvements. Let’s dive in!TOKEN_ENDPOINT_AUTH_METHOD
to eitherclient_sect_post
orclient_secret_basic
after entering theCLIENT_SECRET
In-app notification
Introducing an in-app, or internal, notification system. Previously, there was no way to notify you on the client if a database backup failed. Now, the failed backup will show up under a new notification section on the web. This mechanism paves the way for other helpful notifications, such as when a new album is shared with you or when new assets are added to a shared album, directly in the app.
Show map in albums view
On the web, you can now click this button to see the map view that shows the location of all the photos and videos in an album.
Locked folder
Have you ever taken embarrassing selfies that you don’t want anyone to see, and worry that you could accidentally reveal them while showcasing your superb Immich library? Locked folder view got you covered, with a personal PIN code, and an option to use biometric verification on the mobile app. You can access the page from the sidebar on the web or in the
Library
page on the apphttps://github.com/user-attachments/assets/f0d33556-54db-44fa-88cb-10399cd2df2d
You can select any assets and add them to the locked folder. They will only be shown in the locked folder view.
Google Cast Support
We now have casting support! Immich now supports casting to Google Cast enabled devices like the Google Chromecast. This feature is currently only available on the web, with mobile app support coming in the near future. You can use images, videos and slideshows with casting.
User detail page
From the user management page of the admin view, you can now get a more in-depth view of individual users for their information, usage statistics, and which features they have enabled, etc, by clicking on the email from the user’s table
RTL text support on the web
The web styling has been changed to accommodate RTL languages
Performance improvement in web timeline
Last time, we discussed thinking that the timeline performance has reached its prime and that adding more gains would be difficult. In this release, we managed to squeeze that gain like a ripe orange.
The timeline will automatically cancel the requests to the server when you scroll very fast, displaying the thumbnails instantaneously when the scrolling stops. Previously, the web needed to finish the requests for the thumbnails being scrolled by, even if they are not displayed on the viewport. This change significantly reduces the load time.
An additional optimization has been made to reduce the data packet for each thumbnail to about 30% of its original size. This optimization contributes to a greater loading speed on the timeline.
We hope you enjoy these impressive improvements.
Sneak Peak
Besides the cool features and enhancements that made their way into the application, along with many bug fixes, our highest priority at the moment is moving toward the stable release. A big chunk of time and dedication from the team is now spent on improving the mobile app synchronization system, basically rewriting the flow and designing the data model from the ground up. At the same time, we’re working to properly allocate CPU-intensive tasks to background threads to avoid app stuttering and jerkiness when the data sync between the server and the mobile app happens.
Below is the chart result comparing the local album sync between the current version and the reworked version.
Current version

Improved version

We are working hard to get it into the application in the coming months and are very excited about this new improvement.
Cheers!
The Immich Team
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
What's Changed
🚨 Breaking Changes
🚀 Features
🌟 Enhancements
🐛 Bug fixes
duplicateId
is provided asnull
by @TitanNano in https://github.com/immich-app/immich/pull/18071📚 Documentation
🌐 Translations
New Contributors
Full Changelog: https://github.com/immich-app/immich/compare/v1.132.3...
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 is behind base branch, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR has been generated by Renovate Bot.
2aaedd8cb4
to50bc2808bc
f637f762e8
toe8b77d84e0
c052a670f5
to890f218a38
890f218a38
tof7b8a741df
26012043bd
to011625fff4
011625fff4
toe112056ad1
e112056ad1
to4613f0f73c
4613f0f73c
to07dcc33626
d5933358fd
tod2e72ac279
d2e72ac279
tob7db992c21
b7db992c21
to4f98e93197
4f98e93197
to0608da7010
0608da7010
to330572f662
7ed8490779
toa174b3a2a6
2f16ef7879
to4aa747c1a0
4aa747c1a0
tobadfee5220
badfee5220
to0a9dabf085
0a9dabf085
toad8cf70286
ad8cf70286
toe281d8f347
e281d8f347
to94d22304ab
94d22304ab
to5edfa40cf1
Update ghcr.io/immich-app/immich-server Docker tag to v1.133.0to Update ghcr.io/immich-app/immich-server Docker tag to v1.133.15edfa40cf1
tofb919fa64d
fb919fa64d
to4ba36c3f3e
1919cfac9e
to7510e60f77
1d61020b65
to0f0be4ccbe
0f0be4ccbe
toa847b4d604
72146f9970
tob8e6412078
b8e6412078
to812a4e9b73
812a4e9b73
to2d6a328e5d
2d6a328e5d
to3aeb488132
3aeb488132
toc5052dedac
c5052dedac
to7feb4a9f0e
7feb4a9f0e
to5840a6457e
5840a6457e
to0c0e1eab22
0c0e1eab22
toaec9b72b40
aec9b72b40
to4489302b48
cfbe46ea41
tobd2eac98d9
bd2eac98d9
to18bc682192
18bc682192
tob61b4b3eb1
b61b4b3eb1
to373124fb6e
68d3f3320a
to31007d2718
31007d2718
tod835f92b22
d835f92b22
to1387c59ddb
1387c59ddb
toba08da6828
ba08da6828
todce10e0813
dce10e0813
tofd781b0b89
ee4a9990f4
toa1a15ecde4
a1a15ecde4
to491b7a7d0d
491b7a7d0d
tocd4dfae1b9
89d461c9f0
to10e70bf3ad
10e70bf3ad
toc74c2d7243
Update ghcr.io/immich-app/immich-server Docker tag to v1.133.1to Update ghcr.io/immich-app/immich-server Docker tag to v1.134.0c74c2d7243
to13243b398d
13243b398d
to6510682d61
6510682d61
to7bdd35c4ea
f9b708ac56
to8bec9e9f7b
64528a793d
to82ec5e868f
82ec5e868f
to6e508decd1
23ec2bafc4
to440c957581
440c957581
to94e6284954
94e6284954
tocb82ce3af8
cb82ce3af8
to5e26ce9571
be748de6cd
to37b37dd535
37b37dd535
toc972bdf449
898889ed2c
to240ef4d9e9
c4b2d6048d
toe066be570d
e066be570d
to5244970ea7
5244970ea7
to88943e9020
88943e9020
tob2b8127283
b2b8127283
to93681902fa
93681902fa
to3aa2baeb07
3aa2baeb07
tod864e4bcc9
d864e4bcc9
to6485cb1d58
6485cb1d58
todc50f9ef85
dc50f9ef85
toe3f1185a01
e3f1185a01
to1569326308
1569326308
to759fb594de
73e35dc7c3
to294e10c87b
294e10c87b
to9fbf326f13
9fbf326f13
to5dd30bb26e
0ca3b37f28
tod2cc14cd80
d2cc14cd80
to8eab40f8c0
adf596636a
to24f6fa860c
24f6fa860c
tob2d0dee182
b2d0dee182
tof27549039a
bdc00cac36
to25c6614034
6bffe1880f
to49756d07ec
49756d07ec
to9b99d1fe39
9b99d1fe39
to8265095cab
8265095cab
to370f9296be
370f9296be
to8c9d9f373e
8c9d9f373e
toc2d0cbbedf
c2d0cbbedf
to459ca187e7
459ca187e7
to9ddf46eec5
7b0bbcf8c3
todd1c0becf9
dd1c0becf9
tob2b6cdc056
b2b6cdc056
tof9cdf79d49
f9cdf79d49
to14af03bf5a
14af03bf5a
toe6eb8e5dbd
d74e493eec
to4ff162d184
4ff162d184
to4ea38f3dad
4ea38f3dad
to43696e7761
43696e7761
to8a9115241b
8a9115241b
to7ce4dad1e7
7ce4dad1e7
to185de01f17
185de01f17
to8f4a2a2f11
8f4a2a2f11
to28868c8b57
28868c8b57
to5689ac6fe5
5689ac6fe5
tob3d50ae81e
b3d50ae81e
to1b662ea9b8
1b662ea9b8
to5f0e47fc59
5f0e47fc59
to2809b8ff85
2809b8ff85
toe12b9ecb82
e12b9ecb82
to2491651619
2491651619
tof3b7487106
f3b7487106
tob4a28b95b2
b4a28b95b2
to6de69a9d29
6de69a9d29
to452a8c1798
452a8c1798
tobb4ba61f18
bb4ba61f18
to15672cc769
15672cc769
to6495c3e980
6495c3e980
toc67ecc5a84
c67ecc5a84
to44200b9901
44200b9901
tod9eb81ab18
d9eb81ab18
to73f1e307b5
73f1e307b5
to64db8aad24
64db8aad24
toa5c49f4019
a5c49f4019
to8f761086b9
8f761086b9
toe64dc8567a
e64dc8567a
to64f8ef76f7
64f8ef76f7
toc0b5296ba1
c0b5296ba1
to1677cc3c1f
1677cc3c1f
to8a43a7e650
8a43a7e650
to249a9075b8
249a9075b8
toc84c36ae06
c84c36ae06
toe97e3cc9f2
e97e3cc9f2
to49bfdb95bf
49bfdb95bf
toc5254e145e
c5254e145e
to12ce20ccbb
12ce20ccbb
to629ce607d1
629ce607d1
to4478970ba3
4478970ba3
todf9947c19d
df9947c19d
to04753443ca
04753443ca
to00b86f4971
00b86f4971
to29b9ff1b56
29b9ff1b56
to5d076e64f7
5d076e64f7
to1c27db783c
1c27db783c
to156f76c67e
156f76c67e
to201a229517
201a229517
to91a09d9ede
91a09d9ede
to57e83fd1b7
57e83fd1b7
toe7b54bccd5
e7b54bccd5
to91cc0d944b
91cc0d944b
todf3af74830
df3af74830
to2e109a5fc9
2e109a5fc9
toe780c454ec
e780c454ec
to9062c52513
9062c52513
to4b2fc4adab
4b2fc4adab
to20c793a190
20c793a190
toc6ef2ef9bb
c6ef2ef9bb
to66f1a537f1
66f1a537f1
tobf3a955ffd
bf3a955ffd
to37c9c0b53d
37c9c0b53d
tof2b831c359
f2b831c359
toec990a53b4
ec990a53b4
to836e2d90bd
836e2d90bd
tobf332f5554
bf332f5554
to2bc60d86ef
2bc60d86ef
tofc9e9b27a6
fc9e9b27a6
to42b8319afa
42b8319afa
tofd03c66f59
fd03c66f59
tod8f24ca41f
d8f24ca41f
to4b036f1b89
4b036f1b89
to04a4540a17
04a4540a17
to3c4aec141b
3c4aec141b
to61622db9e5
61622db9e5
to89235d2159
89235d2159
to940ae0699a
940ae0699a
tof96e275ffe
f96e275ffe
to4d8c067972
4d8c067972
to8a8d7abbeb
8a8d7abbeb
to0d6b71ed25
0d6b71ed25
tob839fa221f
b839fa221f
to579f78d6d1
579f78d6d1
to0e0cfb3da0
0e0cfb3da0
to85f3a92522
85f3a92522
tod5ac24ef11
d5ac24ef11
to1149a31e15
1149a31e15
to3fe2aa86dc
3fe2aa86dc
to0c606e2a24
0c606e2a24
to5ed8db036e
5ed8db036e
toeb81039960
eb81039960
to363d5ac88e
363d5ac88e
toaabacd8602
aabacd8602
to41c7d1afc0
41c7d1afc0
to6d1ecea37f
6d1ecea37f
to99729c17f0
99729c17f0
to6614e14d44
6614e14d44
toe805966bcb
e805966bcb
to29dc7182e0
29dc7182e0
tobdc3cd9f20
bdc3cd9f20
tofec193f42d
fec193f42d
to5be64feacb
5be64feacb
to836bd33ba6
836bd33ba6
to825423cbec
825423cbec
toc897404a72
c897404a72
to40273f501b
40273f501b
tob27c552315
b27c552315
toad74541aef
ad74541aef
to4b0972b09b
4b0972b09b
to335d587789
335d587789
toceb7075ebb
ceb7075ebb
toeac126748f
eac126748f
to492de91c2b
492de91c2b
toefdda2fa04
efdda2fa04
to7b73ab11bf
7b73ab11bf
tob48e787e43
b48e787e43
to36e89677ca
36e89677ca
to1f9ea6b7b9
1f9ea6b7b9
tod6f93a8c8d
d6f93a8c8d
to165dfc8b99
165dfc8b99
to1a2eb4d69e
1a2eb4d69e
toff0f79f2e9
ff0f79f2e9
tof7bba0c06c
f7bba0c06c
to1249782492
1249782492
to34d45cf6c3
34d45cf6c3
to7cda210838
7cda210838
tofbccbb48e2
fbccbb48e2
to33d7712b66
33d7712b66
to6346b77ee8
6346b77ee8
to8bd9669546
8bd9669546
tob1ce8b3bd9
b1ce8b3bd9
to4992f2a7e3
4992f2a7e3
tof9dcfee0b5
f9dcfee0b5
to63e2d76d8b
63e2d76d8b
toc846215287
c846215287
toda02565051
da02565051
to47fd69b0ec
47fd69b0ec
to6fa52b51ca
6fa52b51ca
to7ff51442fe
7ff51442fe
to372e3c64df
372e3c64df
to3fb959503a
3fb959503a
to1951cef357
1951cef357
to49bc8d07b1
49bc8d07b1
to5c805c344e
5c805c344e
to1c6b43c03e
1c6b43c03e
tof8fea9a0e3
f8fea9a0e3
toa66c89a027
a66c89a027
toca037aa98c
ca037aa98c
to66427e0b47
66427e0b47
to7bdff2dd95
7bdff2dd95
toc8c40a2b39
c8c40a2b39
to1b2027b801
1b2027b801
to14130feb2a
14130feb2a
to73f9b84975
73f9b84975
to722803790c
722803790c
toe2feedeaa5
e2feedeaa5
to47fe7a5603
47fe7a5603
to38a732b235
38a732b235
tob87dd1f949
b87dd1f949
tob21af5ee9e
b21af5ee9e
to09558d638c
09558d638c
to2b2ba18a69
2b2ba18a69
to07dc4c2c96
07dc4c2c96
to891046fa77
891046fa77
tob54f4a1e40
b54f4a1e40
toab59c53ff9
ab59c53ff9
to5a185179cb
5a185179cb
to48095d1200
48095d1200
tod512c1e887
d512c1e887
to0e0ebe00b7
0e0ebe00b7
to047e667446
047e667446
to888bb84e5e
888bb84e5e
tod899c862fb
d899c862fb
to77d1f211da
77d1f211da
tod6d9a3f905
d6d9a3f905
to04f93b4f91
04f93b4f91
to6365bed9cb
6365bed9cb
to90fa6313c5
90fa6313c5
to7c13634975
7c13634975
to1b82ebaae1
1b82ebaae1
toc337a13f2a
c337a13f2a
to0374579efc
0374579efc
to1563e0c9ff
1563e0c9ff
to5c2fbfae76
5c2fbfae76
tof590f822df
f590f822df
to0ac42ee42e
0ac42ee42e
toa00ad3feef
a00ad3feef
toec18482feb
ec18482feb
tob42cdae320
b42cdae320
to81ed72e6be
81ed72e6be
to4a7a82d4bc
4a7a82d4bc
tobcbec778e4
Update ghcr.io/immich-app/immich-server Docker tag to v1.134.0to Update ghcr.io/immich-app/immich-server Docker tag to v1.135.0bcbec778e4
to8b88cfff83
8b88cfff83
to80ce569c57
80ce569c57
to9fc4a5b759
9fc4a5b759
to097933749a
097933749a
to7a286b9978
7a286b9978
tob6a46fa143
b6a46fa143
to39d8af4ecc
39d8af4ecc
to2e7d50e341
2e7d50e341
to9975459441
9975459441
to2474986e78
2474986e78
to6a43721f83
Update ghcr.io/immich-app/immich-server Docker tag to v1.135.0to Update ghcr.io/immich-app/immich-server Docker tag to v1.135.16a43721f83
to1b043fce35
1b043fce35
to47956ca2a3
47956ca2a3
tob21f87d2b8
b21f87d2b8
to722bae0385
722bae0385
tod93c09a495
d93c09a495
tocf024475ea
cf024475ea
toa3f06248b0
a3f06248b0
toe957695119
e957695119
to7f6abc3684
7f6abc3684
to4e302edb90
4e302edb90
to5f66c858eb
5f66c858eb
to95e472d12c
95e472d12c
to82dcbcc12a
82dcbcc12a
toe44c439b57
Update ghcr.io/immich-app/immich-server Docker tag to v1.135.1to Update ghcr.io/immich-app/immich-server Docker tag to v1.135.2e44c439b57
to5b5e3ac5cc
5b5e3ac5cc
to2e25984751
2e25984751
to4faddecb3d
4faddecb3d
to1a00f64252
1a00f64252
to4c89ce5085
4c89ce5085
tob95e87d061
b95e87d061
toaa157835db
aa157835db
to875e47ea2c
875e47ea2c
to1bbfc5b661
1bbfc5b661
to874f01a394
874f01a394
tocfd3a02073
cfd3a02073
to07e5967517
07e5967517
to02b464d6cd
02b464d6cd
to4197beaab6
4197beaab6
tofdae693e17
fdae693e17
to1a3085e0ce
Update ghcr.io/immich-app/immich-server Docker tag to v1.135.2to Update ghcr.io/immich-app/immich-server Docker tag to v1.135.31a3085e0ce
to36776d4e95
36776d4e95
to13a83eef34
13a83eef34
to219fb312e9
219fb312e9
to3a26bf9cad
3a26bf9cad
toc66d4ef345
c66d4ef345
tod789facbf3
d789facbf3
to2deefe8d34
2deefe8d34
to909941d30b
909941d30b
to059e5bdef9
059e5bdef9
to1622869166
1622869166
toaf1e28ef0b
af1e28ef0b
to1a242ce44f
1a242ce44f
to7d149fa0e2
7d149fa0e2
toef2a0f7511
ef2a0f7511
to7660bf8509
7660bf8509
to6c2d93e7f1
6c2d93e7f1
to2a23c7cc78
2a23c7cc78
to0537b70579
0537b70579
tob8d6b369b0
b8d6b369b0
to2a6efe1fd3
2a6efe1fd3
to3dcf8f5810
3dcf8f5810
to9de5ec92a5
9de5ec92a5
toe56431c058
e56431c058
toea67038031
ea67038031
toddc88c4396
ddc88c4396
to5564dabe9b
5564dabe9b
to8d6cb7d32e
8d6cb7d32e
toc6486cc0ce
c6486cc0ce
tof680e0f2b6
f680e0f2b6
to5a72f92813
5a72f92813
to5884b957dd
5884b957dd
toc0da2afafb
c0da2afafb
to5dc3c38b98
5dc3c38b98
to2ac6dc596c
2ac6dc596c
to9c85290116
9c85290116
to95be3648e7
95be3648e7
toc6d207396d
c6d207396d
tobbad055481
bbad055481
to60e9bd23a8
60e9bd23a8
to32771e5da8
32771e5da8
to950fd96dd9
950fd96dd9
toc3f20ab596
c3f20ab596
toecdeea5da4
ecdeea5da4
to264cfd6a3a
264cfd6a3a
to428399236a
428399236a
to4d78dd620d
4d78dd620d
toff5e0e51fb
ff5e0e51fb
tof473110756
f473110756
to37217badab
37217badab
to00159753a4
00159753a4
to5dc3e74c5b
5dc3e74c5b
to8016a21ade
8016a21ade
to93f6c4aa53
93f6c4aa53
to13f59b135f
13f59b135f
to6a2ea28cb2
6a2ea28cb2
to4f5ffec20a
4f5ffec20a
to87f96508a2
87f96508a2
to3b48278406
3b48278406
tof286ba05f7
f286ba05f7
toaef62987bb
aef62987bb
to0b27c532eb
0b27c532eb
to6211c44187
6211c44187
to30059c91fe
30059c91fe
to78fc54e611
78fc54e611
to4dcd6c5018
4dcd6c5018
todc16e1ea9a
dc16e1ea9a
to5dddaddc43
5dddaddc43
toaa898e1298
aa898e1298
tob78d917da2
b78d917da2
toafe7f519ed
afe7f519ed
to5f36109c09
5f36109c09
tof88008cb46
f88008cb46
toe7dafdc70f
e7dafdc70f
to997e0474cc
997e0474cc
to2c763f719c
2c763f719c
toe5fb42101d
e5fb42101d
toce28b30f8a
ce28b30f8a
to241600fc13
241600fc13
to2e8d2db885
2e8d2db885
to23f8773f3f
23f8773f3f
to95c8e0fc50
95c8e0fc50
tod23caa033f
d23caa033f
to49b8cb511b
49b8cb511b
to763f6c893f
763f6c893f
to7a97cc1c4b
7a97cc1c4b
tob936aa85f8
b936aa85f8
todad4a5854d
dad4a5854d
tofea8026d40
fea8026d40
to08456287bb
08456287bb
toc7765e0f69
c7765e0f69
toa96fde29a0
a96fde29a0
toa214b633c1
a214b633c1
tob32ef167c5
b32ef167c5
toc6ad59078d
c6ad59078d
to8f010575ed
8f010575ed
tod353a584bb
d353a584bb
to72910ce233
72910ce233
to0bc46e6ae1
0bc46e6ae1
to22429ad811
22429ad811
to05530fff16
05530fff16
toc22ae93999
c22ae93999
toe6b79949f5
e6b79949f5
to10d65fa8af
10d65fa8af
to25a0c20ecc
25a0c20ecc
to10ecdf6ee8
10ecdf6ee8
to51e8abc4cc
51e8abc4cc
to132a2361a0
132a2361a0
to0045d37177
0045d37177
to25c53eabfa
25c53eabfa
to60bc313604
60bc313604
toe50351523c
e50351523c
to44212b2817
44212b2817
to5b61f70f64
5b61f70f64
to5c4e1e0562
5c4e1e0562
to67c2c1e973
67c2c1e973
to35e87dbc0e
35e87dbc0e
to64f99726ff
64f99726ff
to4bcf7ec228
4bcf7ec228
tod8161d6e2b
d8161d6e2b
to8325ad2b1e
8325ad2b1e
tofe34219cd7
fe34219cd7
tof65cb101d5
f65cb101d5
toc69b94984f
c69b94984f
toc56e5b162a
c56e5b162a
to6fd625d6e7
6fd625d6e7
tofc832bac87
fc832bac87
toe7981a2938
e7981a2938
to31f3893509
31f3893509
to30937edf19
30937edf19
tod4653829b5
d4653829b5
toe65ba1043b
e65ba1043b
to6757e36769
6757e36769
toa1e20091fa
a1e20091fa
to8355e52782
8355e52782
to402dcc3fd1
402dcc3fd1
to62442e50e3
62442e50e3
tod481d23956
d481d23956
to183f9321d4
183f9321d4
tofcb4f638aa
fcb4f638aa
tocd630307e7
cd630307e7
to06e9ae5f97
06e9ae5f97
tobf0fe5cd41
bf0fe5cd41
to8c76c4b58c
8c76c4b58c
to3d5cfc4ad0
3d5cfc4ad0
to3c4ba44516
3c4ba44516
tob75277e82b
b75277e82b
to0b8426ea1a
0b8426ea1a
to2bca2b7f1d
2bca2b7f1d
tof83f4ce604
f83f4ce604
toac6e517300
ac6e517300
toe0663f0689
e0663f0689
tod05e876dca
d05e876dca
toa22b3c8369
a22b3c8369
to637e246f68
637e246f68
toec32573c8b
ec32573c8b
to4a6b47a595
4a6b47a595
tob84898f8e2
b84898f8e2
tof89c6726a3
f89c6726a3
to93372ba3cb
93372ba3cb
toc62f2f4751
c62f2f4751
to162e1d7083
162e1d7083
to1f1414f2eb
1f1414f2eb
toe1ecb9c292
e1ecb9c292
to8a10ba5697
8a10ba5697
toa361783e8d
a361783e8d
tod9db92a5ce
d9db92a5ce
toa3ce1b7e81
a3ce1b7e81
todbb98ec827
dbb98ec827
to947d9205a2
947d9205a2
to95ba674c66
95ba674c66
to0bc86cc5a8
0bc86cc5a8
to5598d8ab8a
5598d8ab8a
to5c9189e45c
5c9189e45c
to9cc680a419
9cc680a419
to705869979c
705869979c
tob70a136aa0
b70a136aa0
toa137b1355e
a137b1355e
tod7b53e6a9b
d7b53e6a9b
toc76f9ebc74
c76f9ebc74
tof94241a4c4
f94241a4c4
tocd0e9d0612
cd0e9d0612
tod8bdb8f9f6
d8bdb8f9f6
to228dca5f21
228dca5f21
to510527d243
510527d243
to38f5482cae
38f5482cae
to6d919d08e9
6d919d08e9
toda8131dcf7
da8131dcf7
toe84664258b
e84664258b
tod0a4b4e8a9
d0a4b4e8a9
to1260a5d6fb
1260a5d6fb
tofed09a98b9
fed09a98b9
toc1a209815c
c1a209815c
toec020d0b6d
ec020d0b6d
to344739da0a
344739da0a
toe749470242
e749470242
to000f686d69
000f686d69
toa26b7a7d1e
a26b7a7d1e
tode2f6702fb
de2f6702fb
to1bba439f73
1bba439f73
to067d202490
067d202490
to59a8b58034
59a8b58034
to5c8e306478
5c8e306478
toe6d712fb77
e6d712fb77
toeb73f88659
eb73f88659
to02994b3240
02994b3240
to7e6486355f
7e6486355f
to224136149f
224136149f
to1c3fad90dd
1c3fad90dd
to7a78b2beda
7a78b2beda
todb363523d4
db363523d4
to14904f2956
14904f2956
to6b83865d80
6b83865d80
to83c88a0213
83c88a0213
tof3cf3f409b
f3cf3f409b
to83c34b21af
83c34b21af
to2e436ba8d2
2e436ba8d2
to58879a6abe
58879a6abe
to7a6b91170b
7a6b91170b
toa9e7b00980
a9e7b00980
tocefb9f9e9d
cefb9f9e9d
to017a3cc4a2
017a3cc4a2
to7e29ebf8c2
7e29ebf8c2
toa112fd6185
a112fd6185
to27e2c5a255
27e2c5a255
toc05b28d9fb
c05b28d9fb
to3a1469f24d
3a1469f24d
to65a42d58aa
65a42d58aa
to52ac9d3b90
52ac9d3b90
tobc51b2673e
bc51b2673e
todaec060544
daec060544
to1eb68bcc06
1eb68bcc06
to75d1f64f85
75d1f64f85
toeb2a45f972
eb2a45f972
to894aff80d3
894aff80d3
toe325446e4e
e325446e4e
to6795bdac0a
6795bdac0a
to5fd47c05da
5fd47c05da
to7afc3343b3
7afc3343b3
to2108ae96c5
2108ae96c5
to609e74f705
609e74f705
to91e73c8f06
View command line instructions
Checkout
From your project repository, check out a new branch and test the changes.