Update ghcr.io/immich-app/immich-server Docker tag to v1.135.3 #428

Open
renovate-bot wants to merge 1 commits from renovate/ghcr.io-immich-app-immich-server-1.x into main
Collaborator

This PR contains the following updates:

Package Update Change
ghcr.io/immich-app/immich-server minor 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

  • Fixed an issue where the database migration fails on some instances with a different default database name

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.

  • Fixed an issue where the database migration was not running correctly on some systems
  • Fixed an issue where the timezone causes an issue showing the web timeline in some instances, the counter resets again!

- 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.

  • Fixed a bug where the navigation button disappears in detail view if opened from an album
  • Fixed a bug where the local network permission prompt doesn't show up on iOS. If for some reason, you still cannot access the instance after enabling the permission, restarting the phone will fix it
  • Fixed an issue where warning messages were shown after updating the VectorChord extension
  • Fixed an issue where named people are not showing up on top of the people list
  • Fixed an issue where the web timeline does not show on some older browsers
  • iOS Widget now supports iOS 17 and above (previously supported only 18.5)

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
  • Granular API key access control creation
  • Google Cast support on the mobile app
  • Opt-in Google Cast on the web
  • New user onboarding
  • Album description on the mobile app
  • Drag-and-drop to the locked folder on the web
  • Support for Vchord 0.4.2
  • Shortcut to navigate the timeline
  • Multiple admins support
  • Devcontainer
  • Notable fix: Double swiping issue on iOS when using the gallery viewer
iOS Home Screen Widgets
Memory Widget Random Widget

Immich now supports home screen widgets on iOS! You can now add widgets to your home screen that:

  • Display a random image from your library
  • Display a random image from an album
  • Show images from memory lane

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!

[!TIP]
Your server must be on v1.135.0 for album filtering to work.

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.

[!TIP]
Your server must be accessible through the server URL from the cast receiver. There is no limitation on public accessibility or an HTTPS connection requirement, unlike on the web. In addition, only assets that are uploaded to the server may be cast.

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

image

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.

  • Use d or shift + d to jump to an earlier or later day.
  • Use m or shift + m to jump to the earlier or later month.
  • Use y or shift + y to jump to the earlier or later year.
  • Use g to go directly to a specific date

image

Multiple admins support

You can now grant other users administrative permission by navigating to Administration > Users > View Users > Edit User and toggling the Admin option

image
Dev 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.

Open in GitHub Codespaces

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
🐛 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:

  • Adds a new API endpoint to check the application version status
  • Adds a mechanism to handle startup reindexing after a failed model change
  • Improves pinch-to-zoom action on the mobile app
  • Replaces the administration user edit button with the action button to go straight to the user's detail page
  • Fixes a bug where generated memories include locked assets
  • Fixes a bug where the search filter panel anchors to the top of the page instead of the viewport
  • Fixes a bug where ctrl/cmd + click doesn't open the photo on a new page
  • Fixes various minor issues related to styling and z-index

Support 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

  • Lower disk usage during VectorChord migration
  • Adds move to locked album button to more views on the web
  • Fixes a bug where the missing button for the duplicate detection job is not working
  • Fixes a bug where a hard link does not navigate to the asset location on the timeline
  • Fixes a bug where styling information is missing in some cases
  • Fixes a bug where locked assets show up in local album view if it is presented on the phone
  • Fixes some translation issues

What's Changed

🌟 Enhancements
🐛 Bug fixes
📚 Documentation
🌐 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

[!CAUTION]

BREAKING CHANGES

  1. Mobile app version

    Please make sure to have the mobile app and the server on the same version for this release. Older versions of the mobile app will not work correctly with version v1.133.0 of the server. At the time of this release, the updated version of the mobile app should be available on the app stores.

  2. Upgrading the server from a very old release

    As of 1.133.0, Immich only supports upgrading directly from 1.107.2 or later. If you’re trying to upgrade a version of Immich below this, please upgrade to 1.107.2 first and ensure Immich starts up successfully before continuing to the latest release.

  3. New database vector extension

    We are migrating off the deprecated pgvecto.rs database extension to its successor VectorChord, which comes with performance improvements in almost all aspects. This change is a major milestone we want to perform prior to the stable release.

Before making any other changes, please back up your database. While every effort has been made to make this migration as smooth as possible, there’s always a chance that something can go wrong.

After making a backup, please modify your docker-compose.yml file with the following information.

  [...] 

  database:
    container_name: immich_postgres
-   image: docker.io/tensorchord/pgvecto-rs:pg14-v0.2.0@​sha256:739cdd626151ff1f796dc95a6591b55a714f341c737e27f045019ceabf8e8c52
+   image: ghcr.io/immich-app/postgres:14-vectorchord0.3.0-pgvectors0.2.0
    environment:
      POSTGRES_PASSWORD: ${DB_PASSWORD}
      POSTGRES_USER: ${DB_USERNAME}
      POSTGRES_DB: ${DB_DATABASE_NAME}
      POSTGRES_INITDB_ARGS: '--data-checksums'
+     # Uncomment the DB_STORAGE_TYPE: 'HDD' var if your database isn't stored on SSDs
+     # DB_STORAGE_TYPE: 'HDD'
    volumes:

### Do not edit the next line. If you want to change the database storage location on your system, edit the value of DB_DATA_LOCATION in the .env file
      - ${DB_DATA_LOCATION}:/var/lib/postgresql/data
-   healthcheck:
-     test: >-
-       pg_isready --dbname="$${POSTGRES_DB}" --username="$${POSTGRES_USER}" || exit 1;
-       Chksum="$$(psql --dbname="$${POSTGRES_DB}" --username="$${POSTGRES_USER}" --tuples-only --no-align
-       --command='SELECT COALESCE(SUM(checksum_failures), 0) FROM pg_stat_database')";
-       echo "checksum failure count is $$Chksum";
-       [ "$$Chksum" = '0' ] || exit 1
-     interval: 5m
-     start_interval: 30s
-     start_period: 5m
-   command: >-
-     postgres
-     -c shared_preload_libraries=vectors.so
-     -c 'search_path="$$user", public, vectors'
-     -c logging_collector=on
-     -c max_wal_size=2GB
-     -c shared_buffers=512MB
-     -c wal_compression=on
    restart: always

    [...]

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 is docker.io/tensorchord/pgvecto-rs:pg16-v0.3.0, the new image should be ghcr.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 and Reindexing face_indexfor 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.

[!IMPORTANT]
Note: after switching to VectorChord, you should not downgrade Immich below 1.133.0.

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!

  • VectorChord database extension
  • In-app notification
  • Show map in albums view (web only)
  • Locked folder
  • Google Cast Support (web only)
  • User detail page
  • RTL text support on the web
  • Performance improvement in web timeline
  • Notable fix: thumbnail caching issue on the mobile app
  • Notable fix: For users who use OAuth, you can now configure TOKEN_ENDPOINT_AUTH_METHOD to either client_sect_post or client_secret_basic after entering the CLIENT_SECRET
  • Sneak peek
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 app

https://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.

image image

[!NOTE]

Your Immich instance must be accessed through a public HTTPS endpoint in order for the casting device to successfully load media. Accessing the instance and casting from a private HTTPS endpoint (or an HTTP endpoint) will result in the cast receiver failing to load any media.

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

image image

RTL text support on the web

The web styling has been changed to accommodate RTL languages

image
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
image

Improved version
image

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
📚 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.


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

This PR has been generated by Renovate Bot.

This PR contains the following updates: | Package | Update | Change | |---|---|---| | [ghcr.io/immich-app/immich-server](https://github.com/immich-app/immich) | minor | `v1.132.3` -> `v1.135.3` | --- ### Release Notes <details> <summary>immich-app/immich (ghcr.io/immich-app/immich-server)</summary> ### [`v1.135.3`](https://github.com/immich-app/immich/releases/tag/v1.135.3) [Compare Source](https://github.com/immich-app/immich/compare/v1.135.2...v1.135.3) ### v1.135.3 - Fixed an issue where the database migration fails on some instances with a different default database name #### What's Changed ##### 🐛 Bug fixes - fix(server): don't hardcode database name in migration by [@&#8203;dotlambda](https://github.com/dotlambda) in https://github.com/immich-app/immich/pull/19376 **Full Changelog**: https://github.com/immich-app/immich/compare/v1.135.2...v1.135.3 ### [`v1.135.2`](https://github.com/immich-app/immich/releases/tag/v1.135.2) [Compare Source](https://github.com/immich-app/immich/compare/v1.135.1...v1.135.2) ### v1.135.2 This release addresses the following issues. - Fixed an issue where the database migration was not running correctly on some systems - Fixed an issue where the timezone causes an issue showing the web timeline in some instances, the counter resets again! <p align="center"> <img src="https://github.com/user-attachments/assets/5f274acc-8d1c-49e3-b25c-1fdfca793d5a" width="300" /> <p/> - Reverted the behavior of sorting people, it is now based on asset count as before #### What's Changed ##### 🌟 Enhancements * feat: better contrast for checkmark indicator by @&#8203;jrasm91 in https://github.com/immich-app/immich/pull/19312 ##### 🐛 Bug fixes * fix: container padding by @&#8203;jrasm91 in https://github.com/immich-app/immich/pull/19316 * fix: people ordering by asset count by @&#8203;zackpollard in https://github.com/immich-app/immich/pull/19366 * fix: bump vchord default to 0.4.3 by @&#8203;mertalev in https://github.com/immich-app/immich/pull/19365 * fix(server): migration failing on pg15+ by @&#8203;mertalev in https://github.com/immich-app/immich/pull/19363 * fix: time bucket grouping by @&#8203;jrasm91 in https://github.com/immich-app/immich/pull/19329 * fix: use icons instead of toggles for admin user features view by @&#8203;bwees in https://github.com/immich-app/immich/pull/19369 **Full Changelog**: https://github.com/immich-app/immich/compare/v1.135.1...v1.135.2 ### [`v1.135.1`](https://github.com/immich-app/immich/releases/tag/v1.135.1) [Compare Source](https://github.com/immich-app/immich/compare/v1.135.0...v1.135.1) ### v1.135.1 #### Highlights This release addresses the following issues. - Fixed a bug where the navigation button disappears in detail view if opened from an album - Fixed a bug where the local network permission prompt doesn't show up on iOS. *If for some reason, you still cannot access the instance after enabling the permission, restarting the phone will fix it* - Fixed an issue where warning messages were shown after updating the VectorChord extension - Fixed an issue where named people are not showing up on top of the people list - Fixed an issue where the web timeline does not show on some older browsers - iOS Widget now supports iOS 17 and above (previously supported only 18.5) <!-- Release notes generated using configuration in .github/release.yml at main --> #### What's Changed ##### 🐛 Bug fixes - fix: album share modal navigation by [@&#8203;danieldietzler](https://github.com/danieldietzler) in https://github.com/immich-app/immich/pull/19245 - fix: panning interrupted while moving around the map by [@&#8203;danieldietzler](https://github.com/danieldietzler) in https://github.com/immich-app/immich/pull/19276 - fix: album list CSS margins by [@&#8203;PaulSonOfLars](https://github.com/PaulSonOfLars) in https://github.com/immich-app/immich/pull/19262 - fix(server): drop vector indices before updating extension by [@&#8203;mertalev](https://github.com/mertalev) in https://github.com/immich-app/immich/pull/19283 - fix(server): unset prewarm dim parameter by [@&#8203;mertalev](https://github.com/mertalev) in https://github.com/immich-app/immich/pull/19271 - fix: album asset viewer by [@&#8203;danieldietzler](https://github.com/danieldietzler) in https://github.com/immich-app/immich/pull/19252 - fix(web): exit slideshow when exiting fullscreen. by [@&#8203;dagstuan](https://github.com/dagstuan) in https://github.com/immich-app/immich/pull/19247 - fix: local network permission by [@&#8203;alextran1502](https://github.com/alextran1502) in https://github.com/immich-app/immich/pull/19285 - fix(web): Stack assets in asset-viewer cut off on the left by [@&#8203;xCJPECKOVERx](https://github.com/xCJPECKOVERx) in https://github.com/immich-app/immich/pull/19253 - fix: .find() iterator api combat by [@&#8203;alextran1502](https://github.com/alextran1502) in https://github.com/immich-app/immich/pull/19293 - fix: people ordering incorrect by [@&#8203;zackpollard](https://github.com/zackpollard) in https://github.com/immich-app/immich/pull/19298 - fix: iOS 17.0 target version for widget by [@&#8203;bwees](https://github.com/bwees) in https://github.com/immich-app/immich/pull/19308 ##### 📚 Documentation - fix(docs): REINDEX vchord on upgrade by [@&#8203;mmomjian](https://github.com/mmomjian) in https://github.com/immich-app/immich/pull/19282 #### New Contributors - [@&#8203;PaulSonOfLars](https://github.com/PaulSonOfLars) made their first contribution in https://github.com/immich-app/immich/pull/19262 **Full Changelog**: https://github.com/immich-app/immich/compare/v1.135.0...v1.135.1 ### [`v1.135.0`](https://github.com/immich-app/immich/releases/tag/v1.135.0) [Compare Source](https://github.com/immich-app/immich/compare/v1.134.0...v1.135.0) ### 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 - Granular API key access control creation - Google Cast support on the mobile app - Opt-in Google Cast on the web - New user onboarding - Album description on the mobile app - Drag-and-drop to the locked folder on the web - Support for Vchord 0.4.2 - Shortcut to navigate the timeline - Multiple admins support - Devcontainer - Notable fix: Double swiping issue on iOS when using the gallery viewer ##### iOS Home Screen Widgets | Memory Widget | Random Widget | | - | - | | <img src="https://github.com/user-attachments/assets/f57cd999-f4df-44fe-bc0c-f6a522ddfe11" width="300"/>| <img src="https://github.com/user-attachments/assets/8feb1eeb-9435-45e7-ba55-8b931979d2cb" width="300"/> | Immich now supports home screen widgets on iOS! You can now add widgets to your home screen that: - Display a random image from your library - Display a random image from an album - Show images from memory lane 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! > \[!TIP] > Your server must be on `v1.135.0` for album filtering to work. ##### 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. <p align="center"> <img src="https://github.com/user-attachments/assets/e1dc89a9-6818-4137-9baf-3b8da6e98a86" width="500"/> </p> ##### Google Cast support on the mobile app <p align="center"> <img src="https://github.com/user-attachments/assets/988e615a-03e1-44fc-997e-1e4d9ae1a990" width="300"/> </p> 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. > \[!TIP] > Your server must be accessible through the server URL from the cast receiver. There is no limitation on public accessibility or an HTTPS connection requirement, unlike on the web. In addition, **only assets that are uploaded to the server may be cast.** ##### 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](https://my.immich.app/user-settings?isOpen=feature+cast). <p align="center"> <img src="https://github.com/user-attachments/assets/bd751256-9366-4d7a-9050-c3d6bd6d5a63" width="600"/> </p> **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 ![image](https://github.com/user-attachments/assets/1fd55979-76a0-4a63-ab5b-b42c02b5715c) 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. <p align="center"> <img src="https://github.com/user-attachments/assets/ea103840-d5f9-4bc4-9436-357894bf460e" width="400"/> </p> ##### 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](https://github.com/tensorchord/VectorChord/releases/tag/0.4.0) 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. - Use `d` or `shift + d` to jump to an earlier or later **day**. - Use `m` or `shift + m` to jump to the earlier or later **month**. - Use `y` or `shift + y` to jump to the earlier or later **year**. - Use `g` to go directly to a specific date ![image](https://github.com/user-attachments/assets/123d9a9b-c827-46fa-8e92-988225eeba49) ##### Multiple admins support You can now grant other users administrative permission by navigating to `Administration > Users > View Users > Edit User` and toggling the Admin option <img width="471" alt="image" src="https://github.com/user-attachments/assets/3b9f965b-573f-48f7-9ad0-6aacc01bb251" /> ##### Dev Containers There is an alternative way to set up a development environment using dev containers. For more information, refer to the [documentation](https://immich.app/docs/developer/devcontainers). 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. [![Open in GitHub Codespaces](https://github.com/codespaces/badge.svg)](https://codespaces.new/immich-app/immich/) Along with the highlights, there are many other improvements and bug fixes. Make sure to check out the full changes below. #### Support Immich <p align="center"> <img src="https://media.giphy.com/media/v1.Y2lkPTc5MGI3NjExbjY2eWc5Y2F0ZW56MmR4aWE0dDhzZXlidXRmYWZyajl1bWZidXZpcyZlcD12MV9pbnRlcm5hbF9naWZfYnlfaWQmY3Q9Zw/87CKDqErVfMqY/giphy.gif" width="450" title="SUPPORT THE PROJECT!"> </p> 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 <!-- Release notes generated using configuration in .github/release.yml at main --> #### What's Changed ##### 🚀 Features - feat(web): granular api access controls by [@&#8203;wuzihao051119](https://github.com/wuzihao051119) in https://github.com/immich-app/immich/pull/18179 - feat(server): apk links API endpoint for Obtainium Android mobile-server version sync by [@&#8203;NicholasFlamy](https://github.com/NicholasFlamy) in https://github.com/immich-app/immich/pull/18700 - feat: delta sync by [@&#8203;shenlong-tanwen](https://github.com/shenlong-tanwen) in https://github.com/immich-app/immich/pull/18428 - feat(web): improved user onboarding by [@&#8203;bwees](https://github.com/bwees) in https://github.com/immich-app/immich/pull/18782 - feat(mobile): add album description functionality by [@&#8203;JobiJoba](https://github.com/JobiJoba) in https://github.com/immich-app/immich/pull/18886 - feat(web): add a user setting for default album sort order. by [@&#8203;dagstuan](https://github.com/dagstuan) in https://github.com/immich-app/immich/pull/18950 - feat(mobile): hash assets in isolate by [@&#8203;shenlong-tanwen](https://github.com/shenlong-tanwen) in https://github.com/immich-app/immich/pull/18924 - feat(server): add /search/statistics resource by [@&#8203;jpg0](https://github.com/jpg0) in https://github.com/immich-app/immich/pull/18885 - feat(mobile): add cast support by [@&#8203;bwees](https://github.com/bwees) in https://github.com/immich-app/immich/pull/18341 - feat(server): Add album filter to search by [@&#8203;xCJPECKOVERx](https://github.com/xCJPECKOVERx) in https://github.com/immich-app/immich/pull/18985 - feat(web): manage admin users by [@&#8203;nosajthenitram](https://github.com/nosajthenitram) in https://github.com/immich-app/immich/pull/15380 ##### 🌟 Enhancements - feat: keyboard navigation to timeline by [@&#8203;midzelis](https://github.com/midzelis) in https://github.com/immich-app/immich/pull/17798 - chore: vchord 0.4.1 by [@&#8203;mertalev](https://github.com/mertalev) in https://github.com/immich-app/immich/pull/18588 - feat(web): tag shortcut by [@&#8203;wuzihao051119](https://github.com/wuzihao051119) in https://github.com/immich-app/immich/pull/18711 - feat(server): log failed healthchecks to server container stderr in verbose mode by [@&#8203;skatsubo](https://github.com/skatsubo) in https://github.com/immich-app/immich/pull/18709 - feat(web): make google cast opt in by [@&#8203;bwees](https://github.com/bwees) in https://github.com/immich-app/immich/pull/18514 - feat: start oauth with `autoLaunch=1` by [@&#8203;Yetangitu](https://github.com/Yetangitu) in https://github.com/immich-app/immich/pull/18763 - feat: add --json-output option to upload command by [@&#8203;ferdinandyb](https://github.com/ferdinandyb) in https://github.com/immich-app/immich/pull/18845 - feat: upload assets to locked folder by [@&#8203;arnolicious](https://github.com/arnolicious) in https://github.com/immich-app/immich/pull/18806 - feat(web): improve slideshow quality of life by [@&#8203;dagstuan](https://github.com/dagstuan) in https://github.com/immich-app/immich/pull/18778 - feat(mobile): Improve language setting UI by [@&#8203;dvbthien](https://github.com/dvbthien) in https://github.com/immich-app/immich/pull/18854 - feat(mobile): add bulk download functionality by [@&#8203;JobiJoba](https://github.com/JobiJoba) in https://github.com/immich-app/immich/pull/18878 - feat(web): undo delete by [@&#8203;xCJPECKOVERx](https://github.com/xCJPECKOVERx) in https://github.com/immich-app/immich/pull/18729 - feat(web): display number of likes in asset viewer by [@&#8203;robinbrisa](https://github.com/robinbrisa) in https://github.com/immich-app/immich/pull/18911 - feat(web): Change the primary asset of a stack by [@&#8203;xCJPECKOVERx](https://github.com/xCJPECKOVERx) in https://github.com/immich-app/immich/pull/18913 - feat(web): Focus on combo box input when opening add tag modal by [@&#8203;xCJPECKOVERx](https://github.com/xCJPECKOVERx) in https://github.com/immich-app/immich/pull/18923 - feat(mobile): Capitalize first letter when add / edit name by [@&#8203;JobiJoba](https://github.com/JobiJoba) in https://github.com/immich-app/immich/pull/19005 - feat(mobile): update maplibre to support PMTiles in the mobile app by [@&#8203;savely-krasovsky](https://github.com/savely-krasovsky) in https://github.com/immich-app/immich/pull/19016 - refactor(web): tree data structure for folder and tag views by [@&#8203;mertalev](https://github.com/mertalev) in https://github.com/immich-app/immich/pull/18980 - feat(mobile): enabled DCM by [@&#8203;atollk](https://github.com/atollk) in https://github.com/immich-app/immich/pull/17957 - feat(server): add memories statistics resource by [@&#8203;jpg0](https://github.com/jpg0) in https://github.com/immich-app/immich/pull/19035 - feat(mobile): Add Scrollbar for vertical scrolling on the actions button multi-select by [@&#8203;JobiJoba](https://github.com/JobiJoba) in https://github.com/immich-app/immich/pull/18940 - feat: pass filename in body on asset upload by [@&#8203;alextran1502](https://github.com/alextran1502) in https://github.com/immich-app/immich/pull/19138 - feat: duplicate delete groups api by [@&#8203;jrasm91](https://github.com/jrasm91) in https://github.com/immich-app/immich/pull/19142 - feat: service worker cache static app resources, and all entry points by [@&#8203;midzelis](https://github.com/midzelis) in https://github.com/immich-app/immich/pull/18043 - feat: improve mobile screen reader accessibility by [@&#8203;atollk](https://github.com/atollk) in https://github.com/immich-app/immich/pull/17876 - feat: devcontainers by [@&#8203;midzelis](https://github.com/midzelis) in https://github.com/immich-app/immich/pull/18007 - fix(web): OAuth quota size by [@&#8203;wuzihao051119](https://github.com/wuzihao051119) in https://github.com/immich-app/immich/pull/18526 - feat(server): lru cache for query embeddings by [@&#8203;mertalev](https://github.com/mertalev) in https://github.com/immich-app/immich/pull/19181 - fix: partner asset and exif sync backfill by [@&#8203;zackpollard](https://github.com/zackpollard) in https://github.com/immich-app/immich/pull/19224 - feat(web): wasm justified layout by [@&#8203;mertalev](https://github.com/mertalev) in https://github.com/immich-app/immich/pull/19150 ##### 🐛 Bug fixes - fix(mobile): local albums translation by [@&#8203;waclaw66](https://github.com/waclaw66) in https://github.com/immich-app/immich/pull/18637 - fix(web): hide map button when disable by [@&#8203;wuzihao051119](https://github.com/wuzihao051119) in https://github.com/immich-app/immich/pull/18743 - fix: pinch zoom in mobile app by [@&#8203;toamz](https://github.com/toamz) in https://github.com/immich-app/immich/pull/18744 - fix(mobile): double swipe by [@&#8203;shenlong-tanwen](https://github.com/shenlong-tanwen) in https://github.com/immich-app/immich/pull/18749 - fix(mobile): android status bar overlays icon in map by [@&#8203;YarosMallorca](https://github.com/YarosMallorca) in https://github.com/immich-app/immich/pull/18780 - fix(web): datetime in storage template example by [@&#8203;YarosMallorca](https://github.com/YarosMallorca) in https://github.com/immich-app/immich/pull/18784 - fix: oauth by [@&#8203;danieldietzler](https://github.com/danieldietzler) in https://github.com/immich-app/immich/pull/18725 - fix(mobile): center loading spinner in people page by [@&#8203;YarosMallorca](https://github.com/YarosMallorca) in https://github.com/immich-app/immich/pull/18781 - fix(mobile): group settings not respected without restart by [@&#8203;shenlong-tanwen](https://github.com/shenlong-tanwen) in https://github.com/immich-app/immich/pull/18823 - fix(server): cannot share album to owner by [@&#8203;wuzihao051119](https://github.com/wuzihao051119) in https://github.com/immich-app/immich/pull/18802 - fix(mobile): Set the currentAsset to the asset clicked when opening an asset from folders by [@&#8203;JobiJoba](https://github.com/JobiJoba) in https://github.com/immich-app/immich/pull/18825 - fix(mobile): notification, dialog that don't translate properly by [@&#8203;dvbthien](https://github.com/dvbthien) in https://github.com/immich-app/immich/pull/18827 - fix(web): Improve zoom behavior in photo-viewer. by [@&#8203;dagstuan](https://github.com/dagstuan) in https://github.com/immich-app/immich/pull/18803 - fix(server): tighten asset visibility by [@&#8203;mertalev](https://github.com/mertalev) in https://github.com/immich-app/immich/pull/18699 - fix(mobile): Showing videos of partner in search page quick links by [@&#8203;JobiJoba](https://github.com/JobiJoba) in https://github.com/immich-app/immich/pull/18855 - fix(mobile): photo\_manager ignore filters by [@&#8203;shenlong-tanwen](https://github.com/shenlong-tanwen) in https://github.com/immich-app/immich/pull/18742 - fix(mobile): reset current asset if we try to go on a activity list page by [@&#8203;JobiJoba](https://github.com/JobiJoba) in https://github.com/immich-app/immich/pull/18895 - fix(mobile): t function localization by [@&#8203;waclaw66](https://github.com/waclaw66) in https://github.com/immich-app/immich/pull/18768 - fix(web): asset-viewer error when selecting a stacked asset by [@&#8203;xCJPECKOVERx](https://github.com/xCJPECKOVERx) in https://github.com/immich-app/immich/pull/18881 - fix(web): persisted store by [@&#8203;wuzihao051119](https://github.com/wuzihao051119) in https://github.com/immich-app/immich/pull/18385 - chore(server): cleanup unused query parameters in time bucket by [@&#8203;jinxuan-owyong](https://github.com/jinxuan-owyong) in https://github.com/immich-app/immich/pull/18893 - fix(web): add tag button not using translation by [@&#8203;xCJPECKOVERx](https://github.com/xCJPECKOVERx) in https://github.com/immich-app/immich/pull/18910 - fix(mobile): prevent upload intent replacement in splash screen and reset upload button when minimize app by [@&#8203;JobiJoba](https://github.com/JobiJoba) in https://github.com/immich-app/immich/pull/18914 - fix: thumbnail fade in by [@&#8203;midzelis](https://github.com/midzelis) in https://github.com/immich-app/immich/pull/18935 - fix: regression: sort day by fileCreatedAt again by [@&#8203;midzelis](https://github.com/midzelis) in https://github.com/immich-app/immich/pull/18732 - fix(web): Update add to album notification to better announce errors by [@&#8203;xCJPECKOVERx](https://github.com/xCJPECKOVERx) in https://github.com/immich-app/immich/pull/18955 - fix(web): improve asset name readability in dark mode by [@&#8203;jinxuan-owyong](https://github.com/jinxuan-owyong) in https://github.com/immich-app/immich/pull/19012 - fix(mobile): share asset back button exit application by [@&#8203;JobiJoba](https://github.com/JobiJoba) in https://github.com/immich-app/immich/pull/18919 - fix(mobile): people collection page layout broken in landscape by [@&#8203;JobiJoba](https://github.com/JobiJoba) in https://github.com/immich-app/immich/pull/19004 - fix(mobile): After editing people name, back button close the app by [@&#8203;JobiJoba](https://github.com/JobiJoba) in https://github.com/immich-app/immich/pull/18992 - fix(web): handling historical timezones in web client by [@&#8203;dahool](https://github.com/dahool) in https://github.com/immich-app/immich/pull/18905 - fix(mobile): fix nested MaterialApp by [@&#8203;dvbthien](https://github.com/dvbthien) in https://github.com/immich-app/immich/pull/18998 - chore: catch migration error by [@&#8203;alextran1502](https://github.com/alextran1502) in https://github.com/immich-app/immich/pull/19096 - fix: count album comments and likes correctly by [@&#8203;zackpollard](https://github.com/zackpollard) in https://github.com/immich-app/immich/pull/19114 - fix: don't show comments or likes for trashed assets by [@&#8203;zackpollard](https://github.com/zackpollard) in https://github.com/immich-app/immich/pull/19113 - fix: album comment count including trashed assets by [@&#8203;zackpollard](https://github.com/zackpollard) in https://github.com/immich-app/immich/pull/19117 - fix(server): add basic auth support by [@&#8203;elliotbrandwein](https://github.com/elliotbrandwein) in https://github.com/immich-app/immich/pull/16740 - chore: callback quotes by [@&#8203;jrasm91](https://github.com/jrasm91) in https://github.com/immich-app/immich/pull/19126 - fix(web): properly update activityManager when browsing assets by [@&#8203;robinbrisa](https://github.com/robinbrisa) in https://github.com/immich-app/immich/pull/18909 - fix: cli upload deletes files that failed uploading by [@&#8203;danieldietzler](https://github.com/danieldietzler) in https://github.com/immich-app/immich/pull/19140 - fix: skip locked photos during duplicate scan. by [@&#8203;endthestart](https://github.com/endthestart) in https://github.com/immich-app/immich/pull/19105 - fix(web): small issues with the memory viewer. by [@&#8203;dagstuan](https://github.com/dagstuan) in https://github.com/immich-app/immich/pull/19184 - fix(mobile): add translate extension by [@&#8203;dvbthien](https://github.com/dvbthien) in https://github.com/immich-app/immich/pull/18942 - fix: disable map fly animation when switching between assets by [@&#8203;zackpollard](https://github.com/zackpollard) in https://github.com/immich-app/immich/pull/19223 - fix(web): Asset viewer stack thumbnails overflow on top of asset by [@&#8203;xCJPECKOVERx](https://github.com/xCJPECKOVERx) in https://github.com/immich-app/immich/pull/19088 - fix(web): MemoryStore does not initialize on direct navigation by [@&#8203;xCJPECKOVERx](https://github.com/xCJPECKOVERx) in https://github.com/immich-app/immich/pull/18947 - fix(mobile): correct share option for local asset by [@&#8203;alextran1502](https://github.com/alextran1502) in https://github.com/immich-app/immich/pull/19233 ##### 📚 Documentation - fix: cursed knowledge date index by [@&#8203;bo0tzz](https://github.com/bo0tzz) in https://github.com/immich-app/immich/pull/18801 - chore: document backup ordering by [@&#8203;bo0tzz](https://github.com/bo0tzz) in https://github.com/immich-app/immich/pull/18807 - chore: more cursed knowledge by [@&#8203;danieldietzler](https://github.com/danieldietzler) in https://github.com/immich-app/immich/pull/18932 - docs: update instructions for external libraries by [@&#8203;WhyNotHugo](https://github.com/WhyNotHugo) in https://github.com/immich-app/immich/pull/19080 - chore(docs): add rename note to synology.md by [@&#8203;YishGene](https://github.com/YishGene) in https://github.com/immich-app/immich/pull/17425 - docs: update the picture showing administration link by [@&#8203;jump](https://github.com/jump) in https://github.com/immich-app/immich/pull/19203 - chore: update truenas repo link by [@&#8203;khmyznikov](https://github.com/khmyznikov) in https://github.com/immich-app/immich/pull/19195 ##### 🌐 Translations - fix: Update locked folder text and improve translations by [@&#8203;dvbthien](https://github.com/dvbthien) in https://github.com/immich-app/immich/pull/18622 - fix: update en.json by [@&#8203;aviv926](https://github.com/aviv926) in https://github.com/immich-app/immich/pull/18835 - fix: translation in the tag people window by [@&#8203;nextmwa](https://github.com/nextmwa) in https://github.com/immich-app/immich/pull/18777 - feat(mobile): Add new language to mobile by [@&#8203;dvbthien](https://github.com/dvbthien) in https://github.com/immich-app/immich/pull/18891 - fix(web): add tag button tooltip not using translation by [@&#8203;xCJPECKOVERx](https://github.com/xCJPECKOVERx) in https://github.com/immich-app/immich/pull/18921 - fix(web): Remove tag buttons in search and modal missing tooltip translations by [@&#8203;xCJPECKOVERx](https://github.com/xCJPECKOVERx) in https://github.com/immich-app/immich/pull/19087 - chore(web): update translations by [@&#8203;weblate](https://github.com/weblate) in https://github.com/immich-app/immich/pull/18530 - chore(web): update translations by [@&#8203;weblate](https://github.com/weblate) in https://github.com/immich-app/immich/pull/19127 #### New Contributors - [@&#8203;Yetangitu](https://github.com/Yetangitu) made their first contribution in https://github.com/immich-app/immich/pull/18763 - [@&#8203;ferdinandyb](https://github.com/ferdinandyb) made their first contribution in https://github.com/immich-app/immich/pull/18845 - [@&#8203;JobiJoba](https://github.com/JobiJoba) made their first contribution in https://github.com/immich-app/immich/pull/18825 - [@&#8203;dagstuan](https://github.com/dagstuan) made their first contribution in https://github.com/immich-app/immich/pull/18803 - [@&#8203;nextmwa](https://github.com/nextmwa) made their first contribution in https://github.com/immich-app/immich/pull/18777 - [@&#8203;xCJPECKOVERx](https://github.com/xCJPECKOVERx) made their first contribution in https://github.com/immich-app/immich/pull/18881 - [@&#8203;robinbrisa](https://github.com/robinbrisa) made their first contribution in https://github.com/immich-app/immich/pull/18911 - [@&#8203;jpg0](https://github.com/jpg0) made their first contribution in https://github.com/immich-app/immich/pull/18885 - [@&#8203;WhyNotHugo](https://github.com/WhyNotHugo) made their first contribution in https://github.com/immich-app/immich/pull/19080 - [@&#8203;nosajthenitram](https://github.com/nosajthenitram) made their first contribution in https://github.com/immich-app/immich/pull/15380 - [@&#8203;elliotbrandwein](https://github.com/elliotbrandwein) made their first contribution in https://github.com/immich-app/immich/pull/16740 - [@&#8203;YishGene](https://github.com/YishGene) made their first contribution in https://github.com/immich-app/immich/pull/17425 - [@&#8203;endthestart](https://github.com/endthestart) made their first contribution in https://github.com/immich-app/immich/pull/19105 - [@&#8203;jump](https://github.com/jump) made their first contribution in https://github.com/immich-app/immich/pull/19203 - [@&#8203;khmyznikov](https://github.com/khmyznikov) made their first contribution in https://github.com/immich-app/immich/pull/19195 **Full Changelog**: https://github.com/immich-app/immich/compare/v1.134.0...v1.135.0 ### [`v1.134.0`](https://github.com/immich-app/immich/releases/tag/v1.134.0) [Compare Source](https://github.com/immich-app/immich/compare/v1.133.1...v1.134.0) ### 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: - Adds a new API endpoint to check the application version status - Adds a mechanism to handle startup reindexing after a failed model change - Improves pinch-to-zoom action on the mobile app - Replaces the administration user edit button with the action button to go straight to the user's detail page - Fixes a bug where generated memories include locked assets - Fixes a bug where the search filter panel anchors to the top of the page instead of the viewport - Fixes a bug where `ctrl/cmd + click` doesn't open the photo on a new page - Fixes various minor issues related to styling and z-index #### Support Immich <p align="center"> <img src="https://media.giphy.com/media/v1.Y2lkPTc5MGI3NjExbjY2eWc5Y2F0ZW56MmR4aWE0dDhzZXlidXRmYWZyajl1bWZidXZpcyZlcD12MV9pbnRlcm5hbF9naWZfYnlfaWQmY3Q9Zw/87CKDqErVfMqY/giphy.gif" width="450" title="SUPPORT THE PROJECT!"> </p> <!-- Release notes generated using configuration in .github/release.yml at v1.134.0 --> #### What's Changed ##### 🌟 Enhancements - fix(web): enhance face tagging confirmation and fix [#&#8203;18605](https://github.com/immich-app/immich/issues/18605) by [@&#8203;dvbthien](https://github.com/dvbthien) in https://github.com/immich-app/immich/pull/18610 - feat: version check endpoint by [@&#8203;danieldietzler](https://github.com/danieldietzler) in https://github.com/immich-app/immich/pull/18572 ##### 🐛 Bug fixes - feat: clean up memory with locked assets by [@&#8203;alextran1502](https://github.com/alextran1502) in https://github.com/immich-app/immich/pull/18532 - fix: more z-index issue by [@&#8203;alextran1502](https://github.com/alextran1502) in https://github.com/immich-app/immich/pull/18598 - fix(mobile): pinch to zoom + move acceleration by [@&#8203;toamz](https://github.com/toamz) in https://github.com/immich-app/immich/pull/18569 - fix(web): center memory lane buttons by [@&#8203;lukashass](https://github.com/lukashass) in https://github.com/immich-app/immich/pull/18613 - fix(web): modal anchor by [@&#8203;alextran1502](https://github.com/alextran1502) in https://github.com/immich-app/immich/pull/18621 - fix: meta+click on thumbnail by [@&#8203;alextran1502](https://github.com/alextran1502) in https://github.com/immich-app/immich/pull/18648 - fix: use single bulkTagAssets call instead of loop by [@&#8203;bo0tzz](https://github.com/bo0tzz) in https://github.com/immich-app/immich/pull/18672 - fix(server): reverse isTrash field by [@&#8203;wuzihao051119](https://github.com/wuzihao051119) in https://github.com/immich-app/immich/pull/18665 - fix(web): move support & feedback button to user modal by [@&#8203;bwees](https://github.com/bwees) in https://github.com/immich-app/immich/pull/18651 - fix(server): handle period in database name by [@&#8203;mertalev](https://github.com/mertalev) in https://github.com/immich-app/immich/pull/18590 - fix(web): handle nullable assets duration by [@&#8203;alextran1502](https://github.com/alextran1502) in https://github.com/immich-app/immich/pull/18679 - fix: replace edit user button with view button for user details screen by [@&#8203;zackpollard](https://github.com/zackpollard) in https://github.com/immich-app/immich/pull/18683 - fix(web): update after permanently delete by [@&#8203;wuzihao051119](https://github.com/wuzihao051119) in https://github.com/immich-app/immich/pull/18684 - fix(server): handle startup reindexing after failed model change by [@&#8203;mertalev](https://github.com/mertalev) in https://github.com/immich-app/immich/pull/18688 ##### 🌐 Translations - feat(mobile): add Estonian by [@&#8203;IndrekHaav](https://github.com/IndrekHaav) in https://github.com/immich-app/immich/pull/18666 #### New Contributors - [@&#8203;toamz](https://github.com/toamz) made their first contribution in https://github.com/immich-app/immich/pull/18569 - [@&#8203;arnonm](https://github.com/arnonm) made their first contribution in https://github.com/immich-app/immich/pull/18285 - [@&#8203;IndrekHaav](https://github.com/IndrekHaav) made their first contribution in https://github.com/immich-app/immich/pull/18666 **Full Changelog**: https://github.com/immich-app/immich/compare/v1.133.1...v1.134.0 ### [`v1.133.1`](https://github.com/immich-app/immich/releases/tag/v1.133.1) [Compare Source](https://github.com/immich-app/immich/compare/v1.133.0...v1.133.1) ### v1.133.1 #### Highlights - Lower disk usage during VectorChord migration - Adds move to locked album button to more views on the web - Fixes a bug where the missing button for the duplicate detection job is not working - Fixes a bug where a hard link does not navigate to the asset location on the timeline - Fixes a bug where styling information is missing in some cases - Fixes a bug where locked assets show up in local album view if it is presented on the phone - Fixes some translation issues <!-- Release notes generated using configuration in .github/release.yml at main --> #### What's Changed ##### 🌟 Enhancements - feat: lower disk usage during migration by [@&#8203;mertalev](https://github.com/mertalev) in https://github.com/immich-app/immich/pull/18440 - fix: mobile user agent set to immich\_platform\_version by [@&#8203;zackpollard](https://github.com/zackpollard) in https://github.com/immich-app/immich/pull/18478 - feat(web): add to locked folder in album and search by [@&#8203;wuzihao051119](https://github.com/wuzihao051119) in https://github.com/immich-app/immich/pull/18488 ##### 🐛 Bug fixes - fix(server): missing button for duplicate detection not working by [@&#8203;mertalev](https://github.com/mertalev) in https://github.com/immich-app/immich/pull/18433 - fix(web): pin code input by [@&#8203;wuzihao051119](https://github.com/wuzihao051119) in https://github.com/immich-app/immich/pull/18456 - fix(web): Locked folder by [@&#8203;mmomjian](https://github.com/mmomjian) in https://github.com/immich-app/immich/pull/18438 - fix: translations from background service by [@&#8203;shenlong-tanwen](https://github.com/shenlong-tanwen) in https://github.com/immich-app/immich/pull/18473 - fix: more z-index issue by [@&#8203;alextran1502](https://github.com/alextran1502) in https://github.com/immich-app/immich/pull/18493 - fix(web): multi-select by [@&#8203;wuzihao051119](https://github.com/wuzihao051119) in https://github.com/immich-app/immich/pull/18485 - fix: translation vibes by [@&#8203;shenlong-tanwen](https://github.com/shenlong-tanwen) in https://github.com/immich-app/immich/pull/18490 - fix(mobile): chinese translation by [@&#8203;alextran1502](https://github.com/alextran1502) in https://github.com/immich-app/immich/pull/18491 - fix: hard link navigation by [@&#8203;alextran1502](https://github.com/alextran1502) in https://github.com/immich-app/immich/pull/18489 - fix(mobile): don't show locked asset in local album view by [@&#8203;alextran1502](https://github.com/alextran1502) in https://github.com/immich-app/immich/pull/18536 - fix: tailwind issues by [@&#8203;danieldietzler](https://github.com/danieldietzler) in https://github.com/immich-app/immich/pull/18528 ##### 📚 Documentation - fix(docs): more vchord details by [@&#8203;mmomjian](https://github.com/mmomjian) in https://github.com/immich-app/immich/pull/18435 - fix(docs): mention `DB_VECTOR_EXTENSION` env in pgvector->vchord migration guide by [@&#8203;mertalev](https://github.com/mertalev) in https://github.com/immich-app/immich/pull/18508 ##### 🌐 Translations - fix: typo in english translation by [@&#8203;cgkantidis](https://github.com/cgkantidis) in https://github.com/immich-app/immich/pull/18434 - chore(web): update translations by [@&#8203;weblate](https://github.com/weblate) in https://github.com/immich-app/immich/pull/18391 #### New Contributors - [@&#8203;cgkantidis](https://github.com/cgkantidis) made their first contribution in https://github.com/immich-app/immich/pull/18434 **Full Changelog**: https://github.com/immich-app/immich/compare/v1.133.0... ### [`v1.133.0`](https://github.com/immich-app/immich/releases/tag/v1.133.0) [Compare Source](https://github.com/immich-app/immich/compare/v1.132.3...v1.133.0) ### v1.133.0 - The Hot Summer Release > \[!CAUTION] > > # BREAKING CHANGES > > 1. ## Mobile app version > > Please make sure to have the mobile app and the server on the same version for this release. Older versions of the mobile app will not work correctly with version `v1.133.0` of the server. At the time of this release, the updated version of the mobile app should be available on the app stores. > > 2. ## Upgrading the server from a very old release > > As of 1.133.0, Immich only supports upgrading directly from 1.107.2 or later. If you’re trying to upgrade a version of Immich below this, please upgrade to 1.107.2 first and ensure Immich starts up successfully before continuing to the latest release. > > 3. ## New database vector extension > > We are migrating off the deprecated pgvecto.rs database extension to its successor [VectorChord](https://github.com/tensorchord/VectorChord), which comes with performance improvements in almost all aspects. This change is a major milestone we want to perform prior to the stable release. > > Before making any other changes, please [back up your database](https://immich.app/docs/administration/backup-and-restore). While every effort has been made to make this migration as smooth as possible, there’s always a chance that something can go wrong. > > After making a backup, please modify your `docker-compose.yml` file with the following information. ```diff [...] database: container_name: immich_postgres - image: docker.io/tensorchord/pgvecto-rs:pg14-v0.2.0@&#8203;sha256:739cdd626151ff1f796dc95a6591b55a714f341c737e27f045019ceabf8e8c52 + image: ghcr.io/immich-app/postgres:14-vectorchord0.3.0-pgvectors0.2.0 environment: POSTGRES_PASSWORD: ${DB_PASSWORD} POSTGRES_USER: ${DB_USERNAME} POSTGRES_DB: ${DB_DATABASE_NAME} POSTGRES_INITDB_ARGS: '--data-checksums' + # Uncomment the DB_STORAGE_TYPE: 'HDD' var if your database isn't stored on SSDs + # DB_STORAGE_TYPE: 'HDD' volumes: ### Do not edit the next line. If you want to change the database storage location on your system, edit the value of DB_DATA_LOCATION in the .env file - ${DB_DATA_LOCATION}:/var/lib/postgresql/data - healthcheck: - test: >- - pg_isready --dbname="$${POSTGRES_DB}" --username="$${POSTGRES_USER}" || exit 1; - Chksum="$$(psql --dbname="$${POSTGRES_DB}" --username="$${POSTGRES_USER}" --tuples-only --no-align - --command='SELECT COALESCE(SUM(checksum_failures), 0) FROM pg_stat_database')"; - echo "checksum failure count is $$Chksum"; - [ "$$Chksum" = '0' ] || exit 1 - interval: 5m - start_interval: 30s - start_period: 5m - command: >- - postgres - -c shared_preload_libraries=vectors.so - -c 'search_path="$$user", public, vectors' - -c logging_collector=on - -c max_wal_size=2GB - -c shared_buffers=512MB - -c wal_compression=on restart: always [...] ``` 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 is `docker.io/tensorchord/pgvecto-rs:pg16-v0.3.0`, the new image should be `ghcr.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` and `Reindexing 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. > \[!IMPORTANT] > Note: after switching to VectorChord, you should not downgrade Immich below 1.133.0. Please don’t hesitate to contact us here on GitHub or [Discord](https://discord.immich.app/) 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! - VectorChord database extension - In-app notification - Show map in albums view (web only) - Locked folder - Google Cast Support (web only) - User detail page - RTL text support on the web - Performance improvement in web timeline - Notable fix: thumbnail caching issue on the mobile app - Notable fix: For users who use OAuth, you can now configure `TOKEN_ENDPOINT_AUTH_METHOD` to either `client_sect_post` or `client_secret_basic` after entering the `CLIENT_SECRET` - Sneak peek ##### 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. <p align="center"> <img width="250" src="https://github.com/user-attachments/assets/fba2adee-f14b-43ef-b61e-359f7196fc12" /> <img width="250" src="https://github.com/user-attachments/assets/d98b7aca-5890-42cf-bbc7-72f6eb8080ad" /> </p> ##### 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. <p align="center"> <img width="350" src="https://github.com/user-attachments/assets/814c217c-58d7-44d0-abfe-06f063cdb0a2" /> <img width="800" src="https://github.com/user-attachments/assets/04c623d4-fb86-4b8b-9d9f-b1921caccccb" /> </p> ##### 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 app <p align="center"> <img width="350" src="https://github.com/user-attachments/assets/d0012b99-a77f-4d8f-a7b3-fb1d1728dfe0" /> </p> https://github.com/user-attachments/assets/f0d33556-54db-44fa-88cb-10399cd2df2d <p align="center"> <img width="550" src="https://github.com/user-attachments/assets/087a836c-0280-4391-bab5-69ecf2dbd2fe" /> ) </p> 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. <p align="center"> <img width="400" alt="image" src="https://github.com/user-attachments/assets/2e7f10c1-ba38-482b-a46f-4dcecc0df13e" /> <img width="1163" alt="image" src="https://github.com/user-attachments/assets/db1e45ec-8395-4982-8600-8248a0e51cdc" /> </p> > \[!NOTE] > > Your Immich instance must be accessed through a public HTTPS endpoint in order for the casting device to successfully load media. Accessing the instance and casting from a private HTTPS endpoint (or an HTTP endpoint) will result in the cast receiver failing to load any media. ##### 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 <p align="center"> <img width="500" alt="image" src="https://github.com/user-attachments/assets/4b951ee3-0322-4a20-8176-73e70d25453b" /> <img width="800" alt="image" src="https://github.com/user-attachments/assets/d936c01f-d4fd-45ee-9435-ee08837a6003" /> </p> ##### RTL text support on the web The web styling has been changed to accommodate RTL languages <img width="800" alt="image" src="https://github.com/user-attachments/assets/39fd9ded-f557-4538-b5f3-9ef79f593862" /> ##### 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** ![image](https://github.com/user-attachments/assets/e105606e-dc31-494e-b28f-2ee6bbbb309c) **Improved version** ![image](https://github.com/user-attachments/assets/d92aa2ca-2b35-4380-bee2-2257664472bf) 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 <p align="center"> <img src="https://media.giphy.com/media/v1.Y2lkPTc5MGI3NjExbjY2eWc5Y2F0ZW56MmR4aWE0dDhzZXlidXRmYWZyajl1bWZidXZpcyZlcD12MV9pbnRlcm5hbF9naWZfYnlfaWQmY3Q9Zw/87CKDqErVfMqY/giphy.gif" width="450" title="SUPPORT THE PROJECT!"> </p> 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 <!-- Release notes generated using configuration in .github/release.yml at main --> #### What's Changed ##### 🚨 Breaking Changes - refactor: user avatar color by [@&#8203;jrasm91](https://github.com/jrasm91) in https://github.com/immich-app/immich/pull/17753 - chore: remove old memory lane implementation by [@&#8203;jrasm91](https://github.com/jrasm91) in https://github.com/immich-app/immich/pull/18000 - feat: vectorchord by [@&#8203;mertalev](https://github.com/mertalev) in https://github.com/immich-app/immich/pull/18042 ##### 🚀 Features - feat: rtl by [@&#8203;jrasm91](https://github.com/jrasm91) in https://github.com/immich-app/immich/pull/17860 - feat: notifications by [@&#8203;jrasm91](https://github.com/jrasm91) in https://github.com/immich-app/immich/pull/17701 - feat(web): Map in albums & shared albums by [@&#8203;davidpcrd](https://github.com/davidpcrd) in https://github.com/immich-app/immich/pull/17906 - feat(server): visibility column by [@&#8203;alextran1502](https://github.com/alextran1502) in https://github.com/immich-app/immich/pull/17939 - feat: user pin-code by [@&#8203;alextran1502](https://github.com/alextran1502) in https://github.com/immich-app/immich/pull/18138 - feat(web): user detail page by [@&#8203;jrasm91](https://github.com/jrasm91) in https://github.com/immich-app/immich/pull/18230 - feat: locked/private view by [@&#8203;alextran1502](https://github.com/alextran1502) in https://github.com/immich-app/immich/pull/18268 - feat: add session creation endpoint by [@&#8203;bwees](https://github.com/bwees) in https://github.com/immich-app/immich/pull/18295 - feat(web): continue after login by [@&#8203;jrasm91](https://github.com/jrasm91) in https://github.com/immich-app/immich/pull/18302 - feat: bulk change description by [@&#8203;koostamas](https://github.com/koostamas) in https://github.com/immich-app/immich/pull/18288 - feat: locked view mobile by [@&#8203;alextran1502](https://github.com/alextran1502) in https://github.com/immich-app/immich/pull/18316 - feat(web): add support for casting by [@&#8203;bwees](https://github.com/bwees) in https://github.com/immich-app/immich/pull/18231 ##### 🌟 Enhancements - feat: api response compression by [@&#8203;zackpollard](https://github.com/zackpollard) in https://github.com/immich-app/immich/pull/17878 - feat(mobile): Capitalize month names in asset grid by [@&#8203;atollk](https://github.com/atollk) in https://github.com/immich-app/immich/pull/17898 - feat: preload and cancel images with a service worker by [@&#8203;midzelis](https://github.com/midzelis) in https://github.com/immich-app/immich/pull/16893 - feat(mobile): save grid size on gesture resize by [@&#8203;YarosMallorca](https://github.com/YarosMallorca) in https://github.com/immich-app/immich/pull/17891 - feat(web): move duplicates controls above preview of duplicate images by [@&#8203;LukeTowers](https://github.com/LukeTowers) in https://github.com/immich-app/immich/pull/17837 - feat(server): JXL previews from DNG 1.7+ by [@&#8203;eligao](https://github.com/eligao) in https://github.com/immich-app/immich/pull/17861 - feat(web): responsive date group header height by [@&#8203;midzelis](https://github.com/midzelis) in https://github.com/immich-app/immich/pull/17944 - feat: configure token endpoint auth method by [@&#8203;jrasm91](https://github.com/jrasm91) in https://github.com/immich-app/immich/pull/17968 - feat: Add DB\_SSL\_MODE environment variable for Postgres sslmode by [@&#8203;typokign](https://github.com/typokign) in https://github.com/immich-app/immich/pull/18025 - feat(web): stat card tweaks by [@&#8203;jrasm91](https://github.com/jrasm91) in https://github.com/immich-app/immich/pull/18189 - feat(web): clear person birthdate by [@&#8203;jrasm91](https://github.com/jrasm91) in https://github.com/immich-app/immich/pull/18330 - fix(web): format dates with the locale preference by [@&#8203;Sese-Schneider](https://github.com/Sese-Schneider) in https://github.com/immich-app/immich/pull/18259 - feat(web): lighter timeline buckets by [@&#8203;midzelis](https://github.com/midzelis) in https://github.com/immich-app/immich/pull/17719 - feat(server): sort images in duplicate groups by date by [@&#8203;GeoffreyFrogeye](https://github.com/GeoffreyFrogeye) in https://github.com/immich-app/immich/pull/18347 - feat(server): lighter buckets by [@&#8203;midzelis](https://github.com/midzelis) in https://github.com/immich-app/immich/pull/17831 ##### 🐛 Bug fixes - fix(web): Make date-time formatting follow locale by [@&#8203;atollk](https://github.com/atollk) in https://github.com/immich-app/immich/pull/17899 - fix(mobile): Share page URL by [@&#8203;mmomjian](https://github.com/mmomjian) in https://github.com/immich-app/immich/pull/17834 - fix(server): handle orientation of imported face regions by [@&#8203;skatsubo](https://github.com/skatsubo) in https://github.com/immich-app/immich/pull/18021 - fix: update assets when `duplicateId` is provided as `null` by [@&#8203;TitanNano](https://github.com/TitanNano) in https://github.com/immich-app/immich/pull/18071 - fix(mobile): empty translation placeholders by [@&#8203;shenlong-tanwen](https://github.com/shenlong-tanwen) in https://github.com/immich-app/immich/pull/18063 - fix(server): more robust person thumbnail generation by [@&#8203;mertalev](https://github.com/mertalev) in https://github.com/immich-app/immich/pull/17974 - fix(mobile): Remote video playback and asset download on Android with mTLS by [@&#8203;rovo89](https://github.com/rovo89) in https://github.com/immich-app/immich/pull/16403 - fix: z-index war in the asset viewer by [@&#8203;danieldietzler](https://github.com/danieldietzler) in https://github.com/immich-app/immich/pull/18091 - fix: properly work with languages with multiple scripts by [@&#8203;LPkkjHD](https://github.com/LPkkjHD) in https://github.com/immich-app/immich/pull/18167 - fix(web): user restore by [@&#8203;jrasm91](https://github.com/jrasm91) in https://github.com/immich-app/immich/pull/18188 - fix(server): vacuum after deleting people by [@&#8203;mertalev](https://github.com/mertalev) in https://github.com/immich-app/immich/pull/18299 - refactor(server): "on this day" memory creation by [@&#8203;mertalev](https://github.com/mertalev) in https://github.com/immich-app/immich/pull/18333 - fix(web): Make QR code colors solid by [@&#8203;Snowknight26](https://github.com/Snowknight26) in https://github.com/immich-app/immich/pull/18340 - fix: delay settings apply for slideshow popup by [@&#8203;dj0024javia](https://github.com/dj0024javia) in https://github.com/immich-app/immich/pull/18028 - fix(mobile): reduce stutter/jank on search pages by [@&#8203;Saschl](https://github.com/Saschl) in https://github.com/immich-app/immich/pull/18363 - fix(mobile): stale thumbnail cache by [@&#8203;alextran1502](https://github.com/alextran1502) in https://github.com/immich-app/immich/pull/18351 - fix(server): select main stream according to bitrate by [@&#8203;wuzihao051119](https://github.com/wuzihao051119) in https://github.com/immich-app/immich/pull/18375 - fix(mobile): do not continue on remote stream parse error by [@&#8203;shenlong-tanwen](https://github.com/shenlong-tanwen) in https://github.com/immich-app/immich/pull/18344 ##### 📚 Documentation - fix: documentation - synology install docker link by [@&#8203;peterdenham](https://github.com/peterdenham) in https://github.com/immich-app/immich/pull/18084 - fix(docs): update nginx reverse proxy by [@&#8203;mmomjian](https://github.com/mmomjian) in https://github.com/immich-app/immich/pull/18104 - fix(docs): remove old patch versions from version switcher by [@&#8203;NicholasFlamy](https://github.com/NicholasFlamy) in https://github.com/immich-app/immich/pull/18130 - chore: update truenas install guide by [@&#8203;DjP-iX](https://github.com/DjP-iX) in https://github.com/immich-app/immich/pull/18142 - docs: face lift, botox x3 by [@&#8203;alextran1502](https://github.com/alextran1502) in https://github.com/immich-app/immich/pull/18184 - fix(docs): Update old jellyfin docs links by [@&#8203;tetrois](https://github.com/tetrois) in https://github.com/immich-app/immich/pull/18311 - chore: update docker-compose to add storage type configuration by [@&#8203;zackpollard](https://github.com/zackpollard) in https://github.com/immich-app/immich/pull/18415 - fix(docs): vchord migration by [@&#8203;mmomjian](https://github.com/mmomjian) in https://github.com/immich-app/immich/pull/18418 - chore: remove duplicate finder from community projects by [@&#8203;bo0tzz](https://github.com/bo0tzz) in https://github.com/immich-app/immich/pull/18424 - chore: update milestones by [@&#8203;danieldietzler](https://github.com/danieldietzler) in https://github.com/immich-app/immich/pull/18426 ##### 🌐 Translations - chore(mobile): translate toast messages by [@&#8203;ben-basten](https://github.com/ben-basten) in https://github.com/immich-app/immich/pull/17964 - fix: add missing translations to face editor by [@&#8203;danieldietzler](https://github.com/danieldietzler) in https://github.com/immich-app/immich/pull/17993 - chore(web): update translations by [@&#8203;weblate](https://github.com/weblate) in https://github.com/immich-app/immich/pull/17817 - chore: add language requests from weblate by [@&#8203;danieldietzler](https://github.com/danieldietzler) in https://github.com/immich-app/immich/pull/18050 - chore(web): update translations by [@&#8203;weblate](https://github.com/weblate) in https://github.com/immich-app/immich/pull/18083 #### New Contributors - [@&#8203;LukeTowers](https://github.com/LukeTowers) made their first contribution in https://github.com/immich-app/immich/pull/17837 - [@&#8203;davidpcrd](https://github.com/davidpcrd) made their first contribution in https://github.com/immich-app/immich/pull/17906 - [@&#8203;peterdenham](https://github.com/peterdenham) made their first contribution in https://github.com/immich-app/immich/pull/18084 - [@&#8203;TitanNano](https://github.com/TitanNano) made their first contribution in https://github.com/immich-app/immich/pull/18071 - [@&#8203;typokign](https://github.com/typokign) made their first contribution in https://github.com/immich-app/immich/pull/18025 - [@&#8203;dahool](https://github.com/dahool) made their first contribution in https://github.com/immich-app/immich/pull/18127 - [@&#8203;LPkkjHD](https://github.com/LPkkjHD) made their first contribution in https://github.com/immich-app/immich/pull/18167 - [@&#8203;tetrois](https://github.com/tetrois) made their first contribution in https://github.com/immich-app/immich/pull/18311 - [@&#8203;koostamas](https://github.com/koostamas) made their first contribution in https://github.com/immich-app/immich/pull/18288 - [@&#8203;dj0024javia](https://github.com/dj0024javia) made their first contribution in https://github.com/immich-app/immich/pull/18028 - [@&#8203;TomK32](https://github.com/TomK32) made their first contribution in https://github.com/immich-app/immich/pull/17309 **Full Changelog**: https://github.com/immich-app/immich/compare/v1.132.3... </details> --- ### 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. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MC4wLjciLCJ1cGRhdGVkSW5WZXIiOiI0MS4xLjMiLCJ0YXJnZXRCcmFuY2giOiJtYWluIiwibGFiZWxzIjpbImltYWdlIl19-->
renovate-bot added 1 commit 2025-05-21 20:50:54 +00:00
Update ghcr.io/immich-app/immich-server Docker tag to v1.133.0
All checks were successful
lint-and-test-charts / lint-test (pull_request) Successful in 16s
2aaedd8cb4
renovate-bot force-pushed renovate/ghcr.io-immich-app-immich-server-1.x from 2aaedd8cb4 to 50bc2808bc 2025-05-22 03:20:44 +00:00 Compare
renovate-bot force-pushed renovate/ghcr.io-immich-app-immich-server-1.x from f637f762e8 to e8b77d84e0 2025-05-22 06:21:32 +00:00 Compare
renovate-bot force-pushed renovate/ghcr.io-immich-app-immich-server-1.x from c052a670f5 to 890f218a38 2025-05-22 06:41:17 +00:00 Compare
renovate-bot force-pushed renovate/ghcr.io-immich-app-immich-server-1.x from 890f218a38 to f7b8a741df 2025-05-22 07:01:39 +00:00 Compare
renovate-bot force-pushed renovate/ghcr.io-immich-app-immich-server-1.x from 26012043bd to 011625fff4 2025-05-22 12:11:38 +00:00 Compare
renovate-bot force-pushed renovate/ghcr.io-immich-app-immich-server-1.x from 011625fff4 to e112056ad1 2025-05-22 14:11:24 +00:00 Compare
renovate-bot force-pushed renovate/ghcr.io-immich-app-immich-server-1.x from e112056ad1 to 4613f0f73c 2025-05-22 15:01:42 +00:00 Compare
renovate-bot force-pushed renovate/ghcr.io-immich-app-immich-server-1.x from 4613f0f73c to 07dcc33626 2025-05-22 16:41:18 +00:00 Compare
renovate-bot force-pushed renovate/ghcr.io-immich-app-immich-server-1.x from d5933358fd to d2e72ac279 2025-05-22 17:00:59 +00:00 Compare
renovate-bot force-pushed renovate/ghcr.io-immich-app-immich-server-1.x from d2e72ac279 to b7db992c21 2025-05-22 18:41:30 +00:00 Compare
renovate-bot force-pushed renovate/ghcr.io-immich-app-immich-server-1.x from b7db992c21 to 4f98e93197 2025-05-22 20:21:10 +00:00 Compare
renovate-bot force-pushed renovate/ghcr.io-immich-app-immich-server-1.x from 4f98e93197 to 0608da7010 2025-05-22 21:02:00 +00:00 Compare
renovate-bot force-pushed renovate/ghcr.io-immich-app-immich-server-1.x from 0608da7010 to 330572f662 2025-05-22 21:50:56 +00:00 Compare
renovate-bot force-pushed renovate/ghcr.io-immich-app-immich-server-1.x from 7ed8490779 to a174b3a2a6 2025-05-23 01:21:06 +00:00 Compare
renovate-bot force-pushed renovate/ghcr.io-immich-app-immich-server-1.x from 2f16ef7879 to 4aa747c1a0 2025-05-23 10:31:23 +00:00 Compare
renovate-bot force-pushed renovate/ghcr.io-immich-app-immich-server-1.x from 4aa747c1a0 to badfee5220 2025-05-23 11:51:26 +00:00 Compare
renovate-bot force-pushed renovate/ghcr.io-immich-app-immich-server-1.x from badfee5220 to 0a9dabf085 2025-05-23 13:01:18 +00:00 Compare
renovate-bot force-pushed renovate/ghcr.io-immich-app-immich-server-1.x from 0a9dabf085 to ad8cf70286 2025-05-23 14:01:34 +00:00 Compare
renovate-bot force-pushed renovate/ghcr.io-immich-app-immich-server-1.x from ad8cf70286 to e281d8f347 2025-05-23 15:41:25 +00:00 Compare
renovate-bot force-pushed renovate/ghcr.io-immich-app-immich-server-1.x from e281d8f347 to 94d22304ab 2025-05-23 16:20:51 +00:00 Compare
renovate-bot force-pushed renovate/ghcr.io-immich-app-immich-server-1.x from 94d22304ab to 5edfa40cf1 2025-05-23 18:40:48 +00:00 Compare
renovate-bot changed title from Update ghcr.io/immich-app/immich-server Docker tag to v1.133.0 to Update ghcr.io/immich-app/immich-server Docker tag to v1.133.1 2025-05-23 18:40:49 +00:00
renovate-bot force-pushed renovate/ghcr.io-immich-app-immich-server-1.x from 5edfa40cf1 to fb919fa64d 2025-05-23 19:41:09 +00:00 Compare
renovate-bot force-pushed renovate/ghcr.io-immich-app-immich-server-1.x from fb919fa64d to 4ba36c3f3e 2025-05-23 19:51:01 +00:00 Compare
renovate-bot force-pushed renovate/ghcr.io-immich-app-immich-server-1.x from 1919cfac9e to 7510e60f77 2025-05-23 20:20:50 +00:00 Compare
renovate-bot force-pushed renovate/ghcr.io-immich-app-immich-server-1.x from 1d61020b65 to 0f0be4ccbe 2025-05-23 23:31:32 +00:00 Compare
renovate-bot force-pushed renovate/ghcr.io-immich-app-immich-server-1.x from 0f0be4ccbe to a847b4d604 2025-05-24 04:20:52 +00:00 Compare
renovate-bot force-pushed renovate/ghcr.io-immich-app-immich-server-1.x from 72146f9970 to b8e6412078 2025-05-24 07:10:57 +00:00 Compare
renovate-bot force-pushed renovate/ghcr.io-immich-app-immich-server-1.x from b8e6412078 to 812a4e9b73 2025-05-24 07:20:54 +00:00 Compare
renovate-bot force-pushed renovate/ghcr.io-immich-app-immich-server-1.x from 812a4e9b73 to 2d6a328e5d 2025-05-24 08:31:34 +00:00 Compare
renovate-bot force-pushed renovate/ghcr.io-immich-app-immich-server-1.x from 2d6a328e5d to 3aeb488132 2025-05-24 11:20:54 +00:00 Compare
renovate-bot force-pushed renovate/ghcr.io-immich-app-immich-server-1.x from 3aeb488132 to c5052dedac 2025-05-24 12:20:57 +00:00 Compare
renovate-bot force-pushed renovate/ghcr.io-immich-app-immich-server-1.x from c5052dedac to 7feb4a9f0e 2025-05-24 17:00:55 +00:00 Compare
renovate-bot force-pushed renovate/ghcr.io-immich-app-immich-server-1.x from 7feb4a9f0e to 5840a6457e 2025-05-24 17:11:03 +00:00 Compare
renovate-bot force-pushed renovate/ghcr.io-immich-app-immich-server-1.x from 5840a6457e to 0c0e1eab22 2025-05-24 17:30:58 +00:00 Compare
renovate-bot force-pushed renovate/ghcr.io-immich-app-immich-server-1.x from 0c0e1eab22 to aec9b72b40 2025-05-24 17:50:54 +00:00 Compare
renovate-bot force-pushed renovate/ghcr.io-immich-app-immich-server-1.x from aec9b72b40 to 4489302b48 2025-05-24 18:51:28 +00:00 Compare
renovate-bot force-pushed renovate/ghcr.io-immich-app-immich-server-1.x from cfbe46ea41 to bd2eac98d9 2025-05-24 21:01:48 +00:00 Compare
renovate-bot force-pushed renovate/ghcr.io-immich-app-immich-server-1.x from bd2eac98d9 to 18bc682192 2025-05-24 23:11:23 +00:00 Compare
renovate-bot force-pushed renovate/ghcr.io-immich-app-immich-server-1.x from 18bc682192 to b61b4b3eb1 2025-05-25 02:11:19 +00:00 Compare
renovate-bot force-pushed renovate/ghcr.io-immich-app-immich-server-1.x from b61b4b3eb1 to 373124fb6e 2025-05-25 02:51:38 +00:00 Compare
renovate-bot force-pushed renovate/ghcr.io-immich-app-immich-server-1.x from 68d3f3320a to 31007d2718 2025-05-25 13:31:13 +00:00 Compare
renovate-bot force-pushed renovate/ghcr.io-immich-app-immich-server-1.x from 31007d2718 to d835f92b22 2025-05-25 16:01:19 +00:00 Compare
renovate-bot force-pushed renovate/ghcr.io-immich-app-immich-server-1.x from d835f92b22 to 1387c59ddb 2025-05-25 16:41:14 +00:00 Compare
renovate-bot force-pushed renovate/ghcr.io-immich-app-immich-server-1.x from 1387c59ddb to ba08da6828 2025-05-25 19:41:07 +00:00 Compare
renovate-bot force-pushed renovate/ghcr.io-immich-app-immich-server-1.x from ba08da6828 to dce10e0813 2025-05-26 00:02:09 +00:00 Compare
renovate-bot force-pushed renovate/ghcr.io-immich-app-immich-server-1.x from dce10e0813 to fd781b0b89 2025-05-26 16:01:24 +00:00 Compare
renovate-bot force-pushed renovate/ghcr.io-immich-app-immich-server-1.x from ee4a9990f4 to a1a15ecde4 2025-05-26 23:11:37 +00:00 Compare
renovate-bot force-pushed renovate/ghcr.io-immich-app-immich-server-1.x from a1a15ecde4 to 491b7a7d0d 2025-05-27 06:50:56 +00:00 Compare
renovate-bot force-pushed renovate/ghcr.io-immich-app-immich-server-1.x from 491b7a7d0d to cd4dfae1b9 2025-05-27 10:21:24 +00:00 Compare
renovate-bot force-pushed renovate/ghcr.io-immich-app-immich-server-1.x from 89d461c9f0 to 10e70bf3ad 2025-05-27 13:01:46 +00:00 Compare
renovate-bot force-pushed renovate/ghcr.io-immich-app-immich-server-1.x from 10e70bf3ad to c74c2d7243 2025-05-27 17:40:57 +00:00 Compare
renovate-bot changed title from Update ghcr.io/immich-app/immich-server Docker tag to v1.133.1 to Update ghcr.io/immich-app/immich-server Docker tag to v1.134.0 2025-05-27 17:40:58 +00:00
renovate-bot force-pushed renovate/ghcr.io-immich-app-immich-server-1.x from c74c2d7243 to 13243b398d 2025-05-27 19:31:27 +00:00 Compare
renovate-bot force-pushed renovate/ghcr.io-immich-app-immich-server-1.x from 13243b398d to 6510682d61 2025-05-27 20:31:31 +00:00 Compare
renovate-bot force-pushed renovate/ghcr.io-immich-app-immich-server-1.x from 6510682d61 to 7bdd35c4ea 2025-05-27 22:01:28 +00:00 Compare
renovate-bot force-pushed renovate/ghcr.io-immich-app-immich-server-1.x from f9b708ac56 to 8bec9e9f7b 2025-05-28 01:01:05 +00:00 Compare
renovate-bot force-pushed renovate/ghcr.io-immich-app-immich-server-1.x from 64528a793d to 82ec5e868f 2025-05-28 18:31:01 +00:00 Compare
renovate-bot force-pushed renovate/ghcr.io-immich-app-immich-server-1.x from 82ec5e868f to 6e508decd1 2025-05-28 18:50:50 +00:00 Compare
renovate-bot force-pushed renovate/ghcr.io-immich-app-immich-server-1.x from 23ec2bafc4 to 440c957581 2025-05-28 19:40:55 +00:00 Compare
renovate-bot force-pushed renovate/ghcr.io-immich-app-immich-server-1.x from 440c957581 to 94e6284954 2025-05-28 20:01:01 +00:00 Compare
renovate-bot force-pushed renovate/ghcr.io-immich-app-immich-server-1.x from 94e6284954 to cb82ce3af8 2025-05-28 20:20:53 +00:00 Compare
renovate-bot force-pushed renovate/ghcr.io-immich-app-immich-server-1.x from cb82ce3af8 to 5e26ce9571 2025-05-28 21:01:36 +00:00 Compare
renovate-bot force-pushed renovate/ghcr.io-immich-app-immich-server-1.x from be748de6cd to 37b37dd535 2025-05-29 05:41:33 +00:00 Compare
renovate-bot force-pushed renovate/ghcr.io-immich-app-immich-server-1.x from 37b37dd535 to c972bdf449 2025-05-29 06:41:23 +00:00 Compare
renovate-bot force-pushed renovate/ghcr.io-immich-app-immich-server-1.x from 898889ed2c to 240ef4d9e9 2025-05-29 07:42:01 +00:00 Compare
renovate-bot force-pushed renovate/ghcr.io-immich-app-immich-server-1.x from c4b2d6048d to e066be570d 2025-05-29 09:52:02 +00:00 Compare
renovate-bot force-pushed renovate/ghcr.io-immich-app-immich-server-1.x from e066be570d to 5244970ea7 2025-05-29 12:21:44 +00:00 Compare
renovate-bot force-pushed renovate/ghcr.io-immich-app-immich-server-1.x from 5244970ea7 to 88943e9020 2025-05-29 17:20:49 +00:00 Compare
renovate-bot force-pushed renovate/ghcr.io-immich-app-immich-server-1.x from 88943e9020 to b2b8127283 2025-05-29 20:21:34 +00:00 Compare
renovate-bot force-pushed renovate/ghcr.io-immich-app-immich-server-1.x from b2b8127283 to 93681902fa 2025-05-29 21:51:04 +00:00 Compare
renovate-bot force-pushed renovate/ghcr.io-immich-app-immich-server-1.x from 93681902fa to 3aa2baeb07 2025-05-29 22:01:05 +00:00 Compare
renovate-bot force-pushed renovate/ghcr.io-immich-app-immich-server-1.x from 3aa2baeb07 to d864e4bcc9 2025-05-29 22:21:09 +00:00 Compare
renovate-bot force-pushed renovate/ghcr.io-immich-app-immich-server-1.x from d864e4bcc9 to 6485cb1d58 2025-05-29 22:31:03 +00:00 Compare
renovate-bot force-pushed renovate/ghcr.io-immich-app-immich-server-1.x from 6485cb1d58 to dc50f9ef85 2025-05-29 22:50:55 +00:00 Compare
renovate-bot force-pushed renovate/ghcr.io-immich-app-immich-server-1.x from dc50f9ef85 to e3f1185a01 2025-05-29 23:01:03 +00:00 Compare
renovate-bot force-pushed renovate/ghcr.io-immich-app-immich-server-1.x from e3f1185a01 to 1569326308 2025-05-29 23:21:05 +00:00 Compare
renovate-bot force-pushed renovate/ghcr.io-immich-app-immich-server-1.x from 1569326308 to 759fb594de 2025-05-29 23:30:54 +00:00 Compare
renovate-bot force-pushed renovate/ghcr.io-immich-app-immich-server-1.x from 73e35dc7c3 to 294e10c87b 2025-05-30 00:41:10 +00:00 Compare
renovate-bot force-pushed renovate/ghcr.io-immich-app-immich-server-1.x from 294e10c87b to 9fbf326f13 2025-05-30 01:31:19 +00:00 Compare
renovate-bot force-pushed renovate/ghcr.io-immich-app-immich-server-1.x from 9fbf326f13 to 5dd30bb26e 2025-05-30 02:31:42 +00:00 Compare
renovate-bot force-pushed renovate/ghcr.io-immich-app-immich-server-1.x from 0ca3b37f28 to d2cc14cd80 2025-05-30 04:11:06 +00:00 Compare
renovate-bot force-pushed renovate/ghcr.io-immich-app-immich-server-1.x from d2cc14cd80 to 8eab40f8c0 2025-05-30 04:21:14 +00:00 Compare
renovate-bot force-pushed renovate/ghcr.io-immich-app-immich-server-1.x from adf596636a to 24f6fa860c 2025-05-30 05:21:09 +00:00 Compare
renovate-bot force-pushed renovate/ghcr.io-immich-app-immich-server-1.x from 24f6fa860c to b2d0dee182 2025-05-30 09:01:47 +00:00 Compare
renovate-bot force-pushed renovate/ghcr.io-immich-app-immich-server-1.x from b2d0dee182 to f27549039a 2025-05-30 17:55:06 +00:00 Compare
renovate-bot force-pushed renovate/ghcr.io-immich-app-immich-server-1.x from bdc00cac36 to 25c6614034 2025-06-01 09:02:17 +00:00 Compare
renovate-bot force-pushed renovate/ghcr.io-immich-app-immich-server-1.x from 6bffe1880f to 49756d07ec 2025-06-02 18:06:18 +00:00 Compare
renovate-bot force-pushed renovate/ghcr.io-immich-app-immich-server-1.x from 49756d07ec to 9b99d1fe39 2025-06-02 18:08:43 +00:00 Compare
renovate-bot force-pushed renovate/ghcr.io-immich-app-immich-server-1.x from 9b99d1fe39 to 8265095cab 2025-06-02 18:11:08 +00:00 Compare
renovate-bot force-pushed renovate/ghcr.io-immich-app-immich-server-1.x from 8265095cab to 370f9296be 2025-06-03 02:48:50 +00:00 Compare
renovate-bot force-pushed renovate/ghcr.io-immich-app-immich-server-1.x from 370f9296be to 8c9d9f373e 2025-06-03 02:57:41 +00:00 Compare
renovate-bot force-pushed renovate/ghcr.io-immich-app-immich-server-1.x from 8c9d9f373e to c2d0cbbedf 2025-06-03 03:05:35 +00:00 Compare
renovate-bot force-pushed renovate/ghcr.io-immich-app-immich-server-1.x from c2d0cbbedf to 459ca187e7 2025-06-03 03:09:34 +00:00 Compare
renovate-bot force-pushed renovate/ghcr.io-immich-app-immich-server-1.x from 459ca187e7 to 9ddf46eec5 2025-06-03 03:43:53 +00:00 Compare
renovate-bot force-pushed renovate/ghcr.io-immich-app-immich-server-1.x from 7b0bbcf8c3 to dd1c0becf9 2025-06-04 16:36:33 +00:00 Compare
renovate-bot force-pushed renovate/ghcr.io-immich-app-immich-server-1.x from dd1c0becf9 to b2b6cdc056 2025-06-04 16:54:12 +00:00 Compare
renovate-bot force-pushed renovate/ghcr.io-immich-app-immich-server-1.x from b2b6cdc056 to f9cdf79d49 2025-06-04 17:42:30 +00:00 Compare
renovate-bot force-pushed renovate/ghcr.io-immich-app-immich-server-1.x from f9cdf79d49 to 14af03bf5a 2025-06-04 18:48:38 +00:00 Compare
renovate-bot force-pushed renovate/ghcr.io-immich-app-immich-server-1.x from 14af03bf5a to e6eb8e5dbd 2025-06-04 19:08:15 +00:00 Compare
renovate-bot force-pushed renovate/ghcr.io-immich-app-immich-server-1.x from d74e493eec to 4ff162d184 2025-06-04 19:29:38 +00:00 Compare
renovate-bot force-pushed renovate/ghcr.io-immich-app-immich-server-1.x from 4ff162d184 to 4ea38f3dad 2025-06-04 23:21:42 +00:00 Compare
renovate-bot force-pushed renovate/ghcr.io-immich-app-immich-server-1.x from 4ea38f3dad to 43696e7761 2025-06-04 23:29:25 +00:00 Compare
renovate-bot force-pushed renovate/ghcr.io-immich-app-immich-server-1.x from 43696e7761 to 8a9115241b 2025-06-04 23:47:04 +00:00 Compare
renovate-bot force-pushed renovate/ghcr.io-immich-app-immich-server-1.x from 8a9115241b to 7ce4dad1e7 2025-06-04 23:54:26 +00:00 Compare
renovate-bot force-pushed renovate/ghcr.io-immich-app-immich-server-1.x from 7ce4dad1e7 to 185de01f17 2025-06-05 00:03:11 +00:00 Compare
renovate-bot force-pushed renovate/ghcr.io-immich-app-immich-server-1.x from 185de01f17 to 8f4a2a2f11 2025-06-05 00:27:10 +00:00 Compare
renovate-bot force-pushed renovate/ghcr.io-immich-app-immich-server-1.x from 8f4a2a2f11 to 28868c8b57 2025-06-05 00:40:25 +00:00 Compare
renovate-bot force-pushed renovate/ghcr.io-immich-app-immich-server-1.x from 28868c8b57 to 5689ac6fe5 2025-06-05 02:06:50 +00:00 Compare
renovate-bot force-pushed renovate/ghcr.io-immich-app-immich-server-1.x from 5689ac6fe5 to b3d50ae81e 2025-06-05 02:24:56 +00:00 Compare
renovate-bot force-pushed renovate/ghcr.io-immich-app-immich-server-1.x from b3d50ae81e to 1b662ea9b8 2025-06-05 02:40:00 +00:00 Compare
renovate-bot force-pushed renovate/ghcr.io-immich-app-immich-server-1.x from 1b662ea9b8 to 5f0e47fc59 2025-06-05 03:04:53 +00:00 Compare
renovate-bot force-pushed renovate/ghcr.io-immich-app-immich-server-1.x from 5f0e47fc59 to 2809b8ff85 2025-06-05 04:37:02 +00:00 Compare
renovate-bot force-pushed renovate/ghcr.io-immich-app-immich-server-1.x from 2809b8ff85 to e12b9ecb82 2025-06-05 04:43:46 +00:00 Compare
renovate-bot force-pushed renovate/ghcr.io-immich-app-immich-server-1.x from e12b9ecb82 to 2491651619 2025-06-05 05:03:34 +00:00 Compare
renovate-bot force-pushed renovate/ghcr.io-immich-app-immich-server-1.x from 2491651619 to f3b7487106 2025-06-05 14:42:12 +00:00 Compare
renovate-bot force-pushed renovate/ghcr.io-immich-app-immich-server-1.x from f3b7487106 to b4a28b95b2 2025-06-05 15:11:01 +00:00 Compare
renovate-bot force-pushed renovate/ghcr.io-immich-app-immich-server-1.x from b4a28b95b2 to 6de69a9d29 2025-06-05 15:17:01 +00:00 Compare
renovate-bot force-pushed renovate/ghcr.io-immich-app-immich-server-1.x from 6de69a9d29 to 452a8c1798 2025-06-05 15:49:43 +00:00 Compare
renovate-bot force-pushed renovate/ghcr.io-immich-app-immich-server-1.x from 452a8c1798 to bb4ba61f18 2025-06-05 16:08:40 +00:00 Compare
renovate-bot force-pushed renovate/ghcr.io-immich-app-immich-server-1.x from bb4ba61f18 to 15672cc769 2025-06-05 17:04:23 +00:00 Compare
renovate-bot force-pushed renovate/ghcr.io-immich-app-immich-server-1.x from 15672cc769 to 6495c3e980 2025-06-05 17:16:31 +00:00 Compare
renovate-bot force-pushed renovate/ghcr.io-immich-app-immich-server-1.x from 6495c3e980 to c67ecc5a84 2025-06-05 17:21:45 +00:00 Compare
renovate-bot force-pushed renovate/ghcr.io-immich-app-immich-server-1.x from c67ecc5a84 to 44200b9901 2025-06-05 17:37:57 +00:00 Compare
renovate-bot force-pushed renovate/ghcr.io-immich-app-immich-server-1.x from 44200b9901 to d9eb81ab18 2025-06-05 18:18:41 +00:00 Compare
renovate-bot force-pushed renovate/ghcr.io-immich-app-immich-server-1.x from d9eb81ab18 to 73f1e307b5 2025-06-05 18:31:41 +00:00 Compare
renovate-bot force-pushed renovate/ghcr.io-immich-app-immich-server-1.x from 73f1e307b5 to 64db8aad24 2025-06-05 18:39:57 +00:00 Compare
renovate-bot force-pushed renovate/ghcr.io-immich-app-immich-server-1.x from 64db8aad24 to a5c49f4019 2025-06-06 00:03:06 +00:00 Compare
renovate-bot force-pushed renovate/ghcr.io-immich-app-immich-server-1.x from a5c49f4019 to 8f761086b9 2025-06-06 00:32:01 +00:00 Compare
renovate-bot force-pushed renovate/ghcr.io-immich-app-immich-server-1.x from 8f761086b9 to e64dc8567a 2025-06-06 01:50:07 +00:00 Compare
renovate-bot force-pushed renovate/ghcr.io-immich-app-immich-server-1.x from e64dc8567a to 64f8ef76f7 2025-06-06 01:56:53 +00:00 Compare
renovate-bot force-pushed renovate/ghcr.io-immich-app-immich-server-1.x from 64f8ef76f7 to c0b5296ba1 2025-06-06 02:30:43 +00:00 Compare
renovate-bot force-pushed renovate/ghcr.io-immich-app-immich-server-1.x from c0b5296ba1 to 1677cc3c1f 2025-06-06 02:37:09 +00:00 Compare
renovate-bot force-pushed renovate/ghcr.io-immich-app-immich-server-1.x from 1677cc3c1f to 8a43a7e650 2025-06-06 02:43:12 +00:00 Compare
renovate-bot force-pushed renovate/ghcr.io-immich-app-immich-server-1.x from 8a43a7e650 to 249a9075b8 2025-06-06 02:49:51 +00:00 Compare
renovate-bot force-pushed renovate/ghcr.io-immich-app-immich-server-1.x from 249a9075b8 to c84c36ae06 2025-06-06 03:13:08 +00:00 Compare
renovate-bot force-pushed renovate/ghcr.io-immich-app-immich-server-1.x from c84c36ae06 to e97e3cc9f2 2025-06-06 03:29:16 +00:00 Compare
renovate-bot force-pushed renovate/ghcr.io-immich-app-immich-server-1.x from e97e3cc9f2 to 49bfdb95bf 2025-06-06 03:35:02 +00:00 Compare
renovate-bot force-pushed renovate/ghcr.io-immich-app-immich-server-1.x from 49bfdb95bf to c5254e145e 2025-06-06 03:40:06 +00:00 Compare
renovate-bot force-pushed renovate/ghcr.io-immich-app-immich-server-1.x from c5254e145e to 12ce20ccbb 2025-06-06 03:45:38 +00:00 Compare
renovate-bot force-pushed renovate/ghcr.io-immich-app-immich-server-1.x from 12ce20ccbb to 629ce607d1 2025-06-06 17:29:47 +00:00 Compare
renovate-bot force-pushed renovate/ghcr.io-immich-app-immich-server-1.x from 629ce607d1 to 4478970ba3 2025-06-06 18:15:39 +00:00 Compare
renovate-bot force-pushed renovate/ghcr.io-immich-app-immich-server-1.x from 4478970ba3 to df9947c19d 2025-06-06 18:38:37 +00:00 Compare
renovate-bot force-pushed renovate/ghcr.io-immich-app-immich-server-1.x from df9947c19d to 04753443ca 2025-06-06 19:09:09 +00:00 Compare
renovate-bot force-pushed renovate/ghcr.io-immich-app-immich-server-1.x from 04753443ca to 00b86f4971 2025-06-06 19:20:55 +00:00 Compare
renovate-bot force-pushed renovate/ghcr.io-immich-app-immich-server-1.x from 00b86f4971 to 29b9ff1b56 2025-06-06 19:30:58 +00:00 Compare
renovate-bot force-pushed renovate/ghcr.io-immich-app-immich-server-1.x from 29b9ff1b56 to 5d076e64f7 2025-06-06 19:36:42 +00:00 Compare
renovate-bot force-pushed renovate/ghcr.io-immich-app-immich-server-1.x from 5d076e64f7 to 1c27db783c 2025-06-06 19:44:41 +00:00 Compare
renovate-bot force-pushed renovate/ghcr.io-immich-app-immich-server-1.x from 1c27db783c to 156f76c67e 2025-06-06 19:49:59 +00:00 Compare
renovate-bot force-pushed renovate/ghcr.io-immich-app-immich-server-1.x from 156f76c67e to 201a229517 2025-06-06 20:00:27 +00:00 Compare
renovate-bot force-pushed renovate/ghcr.io-immich-app-immich-server-1.x from 201a229517 to 91a09d9ede 2025-06-06 20:11:19 +00:00 Compare
renovate-bot force-pushed renovate/ghcr.io-immich-app-immich-server-1.x from 91a09d9ede to 57e83fd1b7 2025-06-06 20:24:44 +00:00 Compare
renovate-bot force-pushed renovate/ghcr.io-immich-app-immich-server-1.x from 57e83fd1b7 to e7b54bccd5 2025-06-06 20:51:38 +00:00 Compare
renovate-bot force-pushed renovate/ghcr.io-immich-app-immich-server-1.x from e7b54bccd5 to 91cc0d944b 2025-06-06 21:39:51 +00:00 Compare
renovate-bot force-pushed renovate/ghcr.io-immich-app-immich-server-1.x from 91cc0d944b to df3af74830 2025-06-06 21:41:22 +00:00 Compare
renovate-bot force-pushed renovate/ghcr.io-immich-app-immich-server-1.x from df3af74830 to 2e109a5fc9 2025-06-06 21:59:34 +00:00 Compare
renovate-bot force-pushed renovate/ghcr.io-immich-app-immich-server-1.x from 2e109a5fc9 to e780c454ec 2025-06-06 22:06:03 +00:00 Compare
renovate-bot force-pushed renovate/ghcr.io-immich-app-immich-server-1.x from e780c454ec to 9062c52513 2025-06-06 22:38:22 +00:00 Compare
renovate-bot force-pushed renovate/ghcr.io-immich-app-immich-server-1.x from 9062c52513 to 4b2fc4adab 2025-06-06 22:51:30 +00:00 Compare
renovate-bot force-pushed renovate/ghcr.io-immich-app-immich-server-1.x from 4b2fc4adab to 20c793a190 2025-06-06 23:23:06 +00:00 Compare
renovate-bot force-pushed renovate/ghcr.io-immich-app-immich-server-1.x from 20c793a190 to c6ef2ef9bb 2025-06-07 00:20:01 +00:00 Compare
renovate-bot force-pushed renovate/ghcr.io-immich-app-immich-server-1.x from c6ef2ef9bb to 66f1a537f1 2025-06-07 00:45:50 +00:00 Compare
renovate-bot force-pushed renovate/ghcr.io-immich-app-immich-server-1.x from 66f1a537f1 to bf3a955ffd 2025-06-07 00:49:11 +00:00 Compare
renovate-bot force-pushed renovate/ghcr.io-immich-app-immich-server-1.x from bf3a955ffd to 37c9c0b53d 2025-06-07 00:53:58 +00:00 Compare
renovate-bot force-pushed renovate/ghcr.io-immich-app-immich-server-1.x from 37c9c0b53d to f2b831c359 2025-06-07 01:13:55 +00:00 Compare
renovate-bot force-pushed renovate/ghcr.io-immich-app-immich-server-1.x from f2b831c359 to ec990a53b4 2025-06-07 01:16:38 +00:00 Compare
renovate-bot force-pushed renovate/ghcr.io-immich-app-immich-server-1.x from ec990a53b4 to 836e2d90bd 2025-06-07 01:19:29 +00:00 Compare
renovate-bot force-pushed renovate/ghcr.io-immich-app-immich-server-1.x from 836e2d90bd to bf332f5554 2025-06-07 01:27:06 +00:00 Compare
renovate-bot force-pushed renovate/ghcr.io-immich-app-immich-server-1.x from bf332f5554 to 2bc60d86ef 2025-06-07 01:40:51 +00:00 Compare
renovate-bot force-pushed renovate/ghcr.io-immich-app-immich-server-1.x from 2bc60d86ef to fc9e9b27a6 2025-06-07 01:46:50 +00:00 Compare
renovate-bot force-pushed renovate/ghcr.io-immich-app-immich-server-1.x from fc9e9b27a6 to 42b8319afa 2025-06-07 01:48:02 +00:00 Compare
renovate-bot force-pushed renovate/ghcr.io-immich-app-immich-server-1.x from 42b8319afa to fd03c66f59 2025-06-07 02:03:03 +00:00 Compare
renovate-bot force-pushed renovate/ghcr.io-immich-app-immich-server-1.x from fd03c66f59 to d8f24ca41f 2025-06-07 02:18:52 +00:00 Compare
renovate-bot force-pushed renovate/ghcr.io-immich-app-immich-server-1.x from d8f24ca41f to 4b036f1b89 2025-06-07 02:30:33 +00:00 Compare
renovate-bot force-pushed renovate/ghcr.io-immich-app-immich-server-1.x from 4b036f1b89 to 04a4540a17 2025-06-07 02:45:35 +00:00 Compare
renovate-bot force-pushed renovate/ghcr.io-immich-app-immich-server-1.x from 04a4540a17 to 3c4aec141b 2025-06-07 03:08:49 +00:00 Compare
renovate-bot force-pushed renovate/ghcr.io-immich-app-immich-server-1.x from 3c4aec141b to 61622db9e5 2025-06-07 17:25:39 +00:00 Compare
renovate-bot force-pushed renovate/ghcr.io-immich-app-immich-server-1.x from 61622db9e5 to 89235d2159 2025-06-07 19:53:21 +00:00 Compare
renovate-bot force-pushed renovate/ghcr.io-immich-app-immich-server-1.x from 89235d2159 to 940ae0699a 2025-06-07 20:40:35 +00:00 Compare
renovate-bot force-pushed renovate/ghcr.io-immich-app-immich-server-1.x from 940ae0699a to f96e275ffe 2025-06-07 23:21:09 +00:00 Compare
renovate-bot force-pushed renovate/ghcr.io-immich-app-immich-server-1.x from f96e275ffe to 4d8c067972 2025-06-07 23:26:52 +00:00 Compare
renovate-bot force-pushed renovate/ghcr.io-immich-app-immich-server-1.x from 4d8c067972 to 8a8d7abbeb 2025-06-07 23:31:09 +00:00 Compare
renovate-bot force-pushed renovate/ghcr.io-immich-app-immich-server-1.x from 8a8d7abbeb to 0d6b71ed25 2025-06-07 23:35:24 +00:00 Compare
renovate-bot force-pushed renovate/ghcr.io-immich-app-immich-server-1.x from 0d6b71ed25 to b839fa221f 2025-06-07 23:42:14 +00:00 Compare
renovate-bot force-pushed renovate/ghcr.io-immich-app-immich-server-1.x from b839fa221f to 579f78d6d1 2025-06-08 00:03:44 +00:00 Compare
renovate-bot force-pushed renovate/ghcr.io-immich-app-immich-server-1.x from 579f78d6d1 to 0e0cfb3da0 2025-06-08 02:54:19 +00:00 Compare
renovate-bot force-pushed renovate/ghcr.io-immich-app-immich-server-1.x from 0e0cfb3da0 to 85f3a92522 2025-06-08 02:56:16 +00:00 Compare
renovate-bot force-pushed renovate/ghcr.io-immich-app-immich-server-1.x from 85f3a92522 to d5ac24ef11 2025-06-08 02:58:59 +00:00 Compare
renovate-bot force-pushed renovate/ghcr.io-immich-app-immich-server-1.x from d5ac24ef11 to 1149a31e15 2025-06-08 03:03:10 +00:00 Compare
renovate-bot force-pushed renovate/ghcr.io-immich-app-immich-server-1.x from 1149a31e15 to 3fe2aa86dc 2025-06-08 03:05:33 +00:00 Compare
renovate-bot force-pushed renovate/ghcr.io-immich-app-immich-server-1.x from 3fe2aa86dc to 0c606e2a24 2025-06-08 18:25:30 +00:00 Compare
renovate-bot force-pushed renovate/ghcr.io-immich-app-immich-server-1.x from 0c606e2a24 to 5ed8db036e 2025-06-08 21:06:56 +00:00 Compare
renovate-bot force-pushed renovate/ghcr.io-immich-app-immich-server-1.x from 5ed8db036e to eb81039960 2025-06-08 21:10:17 +00:00 Compare
renovate-bot force-pushed renovate/ghcr.io-immich-app-immich-server-1.x from eb81039960 to 363d5ac88e 2025-06-08 21:22:06 +00:00 Compare
renovate-bot force-pushed renovate/ghcr.io-immich-app-immich-server-1.x from 363d5ac88e to aabacd8602 2025-06-08 21:32:17 +00:00 Compare
renovate-bot force-pushed renovate/ghcr.io-immich-app-immich-server-1.x from aabacd8602 to 41c7d1afc0 2025-06-08 21:39:32 +00:00 Compare
renovate-bot force-pushed renovate/ghcr.io-immich-app-immich-server-1.x from 41c7d1afc0 to 6d1ecea37f 2025-06-08 21:48:45 +00:00 Compare
renovate-bot force-pushed renovate/ghcr.io-immich-app-immich-server-1.x from 6d1ecea37f to 99729c17f0 2025-06-08 22:37:51 +00:00 Compare
alexlebens added the
image
label 2025-06-09 00:18:15 +00:00
renovate-bot force-pushed renovate/ghcr.io-immich-app-immich-server-1.x from 99729c17f0 to 6614e14d44 2025-06-09 00:21:29 +00:00 Compare
renovate-bot force-pushed renovate/ghcr.io-immich-app-immich-server-1.x from 6614e14d44 to e805966bcb 2025-06-09 00:24:11 +00:00 Compare
renovate-bot force-pushed renovate/ghcr.io-immich-app-immich-server-1.x from e805966bcb to 29dc7182e0 2025-06-09 00:29:00 +00:00 Compare
renovate-bot force-pushed renovate/ghcr.io-immich-app-immich-server-1.x from 29dc7182e0 to bdc3cd9f20 2025-06-09 02:01:53 +00:00 Compare
renovate-bot force-pushed renovate/ghcr.io-immich-app-immich-server-1.x from bdc3cd9f20 to fec193f42d 2025-06-09 02:38:38 +00:00 Compare
renovate-bot force-pushed renovate/ghcr.io-immich-app-immich-server-1.x from fec193f42d to 5be64feacb 2025-06-09 04:06:58 +00:00 Compare
renovate-bot force-pushed renovate/ghcr.io-immich-app-immich-server-1.x from 5be64feacb to 836bd33ba6 2025-06-09 16:12:17 +00:00 Compare
renovate-bot force-pushed renovate/ghcr.io-immich-app-immich-server-1.x from 836bd33ba6 to 825423cbec 2025-06-09 16:53:57 +00:00 Compare
renovate-bot force-pushed renovate/ghcr.io-immich-app-immich-server-1.x from 825423cbec to c897404a72 2025-06-09 17:34:31 +00:00 Compare
renovate-bot force-pushed renovate/ghcr.io-immich-app-immich-server-1.x from c897404a72 to 40273f501b 2025-06-09 17:40:26 +00:00 Compare
renovate-bot force-pushed renovate/ghcr.io-immich-app-immich-server-1.x from 40273f501b to b27c552315 2025-06-09 17:43:06 +00:00 Compare
renovate-bot force-pushed renovate/ghcr.io-immich-app-immich-server-1.x from b27c552315 to ad74541aef 2025-06-09 17:46:41 +00:00 Compare
renovate-bot force-pushed renovate/ghcr.io-immich-app-immich-server-1.x from ad74541aef to 4b0972b09b 2025-06-09 17:54:58 +00:00 Compare
renovate-bot force-pushed renovate/ghcr.io-immich-app-immich-server-1.x from 4b0972b09b to 335d587789 2025-06-09 17:57:47 +00:00 Compare
renovate-bot force-pushed renovate/ghcr.io-immich-app-immich-server-1.x from 335d587789 to ceb7075ebb 2025-06-09 18:06:06 +00:00 Compare
renovate-bot force-pushed renovate/ghcr.io-immich-app-immich-server-1.x from ceb7075ebb to eac126748f 2025-06-09 18:10:10 +00:00 Compare
renovate-bot force-pushed renovate/ghcr.io-immich-app-immich-server-1.x from eac126748f to 492de91c2b 2025-06-09 18:40:51 +00:00 Compare
renovate-bot force-pushed renovate/ghcr.io-immich-app-immich-server-1.x from 492de91c2b to efdda2fa04 2025-06-09 19:01:44 +00:00 Compare
renovate-bot force-pushed renovate/ghcr.io-immich-app-immich-server-1.x from efdda2fa04 to 7b73ab11bf 2025-06-09 20:02:07 +00:00 Compare
renovate-bot force-pushed renovate/ghcr.io-immich-app-immich-server-1.x from 7b73ab11bf to b48e787e43 2025-06-09 21:09:58 +00:00 Compare
renovate-bot force-pushed renovate/ghcr.io-immich-app-immich-server-1.x from b48e787e43 to 36e89677ca 2025-06-09 21:50:06 +00:00 Compare
renovate-bot force-pushed renovate/ghcr.io-immich-app-immich-server-1.x from 36e89677ca to 1f9ea6b7b9 2025-06-09 21:52:37 +00:00 Compare
renovate-bot force-pushed renovate/ghcr.io-immich-app-immich-server-1.x from 1f9ea6b7b9 to d6f93a8c8d 2025-06-09 21:59:38 +00:00 Compare
renovate-bot force-pushed renovate/ghcr.io-immich-app-immich-server-1.x from d6f93a8c8d to 165dfc8b99 2025-06-09 22:03:13 +00:00 Compare
renovate-bot force-pushed renovate/ghcr.io-immich-app-immich-server-1.x from 165dfc8b99 to 1a2eb4d69e 2025-06-09 22:06:44 +00:00 Compare
renovate-bot force-pushed renovate/ghcr.io-immich-app-immich-server-1.x from 1a2eb4d69e to ff0f79f2e9 2025-06-09 22:16:54 +00:00 Compare
renovate-bot force-pushed renovate/ghcr.io-immich-app-immich-server-1.x from ff0f79f2e9 to f7bba0c06c 2025-06-09 22:18:42 +00:00 Compare
renovate-bot force-pushed renovate/ghcr.io-immich-app-immich-server-1.x from f7bba0c06c to 1249782492 2025-06-10 01:02:09 +00:00 Compare
renovate-bot force-pushed renovate/ghcr.io-immich-app-immich-server-1.x from 1249782492 to 34d45cf6c3 2025-06-10 10:02:26 +00:00 Compare
renovate-bot force-pushed renovate/ghcr.io-immich-app-immich-server-1.x from 34d45cf6c3 to 7cda210838 2025-06-10 14:01:39 +00:00 Compare
renovate-bot force-pushed renovate/ghcr.io-immich-app-immich-server-1.x from 7cda210838 to fbccbb48e2 2025-06-10 16:02:12 +00:00 Compare
renovate-bot force-pushed renovate/ghcr.io-immich-app-immich-server-1.x from fbccbb48e2 to 33d7712b66 2025-06-10 17:05:30 +00:00 Compare
renovate-bot force-pushed renovate/ghcr.io-immich-app-immich-server-1.x from 33d7712b66 to 6346b77ee8 2025-06-10 18:03:32 +00:00 Compare
renovate-bot force-pushed renovate/ghcr.io-immich-app-immich-server-1.x from 6346b77ee8 to 8bd9669546 2025-06-10 19:02:30 +00:00 Compare
renovate-bot force-pushed renovate/ghcr.io-immich-app-immich-server-1.x from 8bd9669546 to b1ce8b3bd9 2025-06-10 20:02:12 +00:00 Compare
renovate-bot force-pushed renovate/ghcr.io-immich-app-immich-server-1.x from b1ce8b3bd9 to 4992f2a7e3 2025-06-10 21:47:22 +00:00 Compare
renovate-bot force-pushed renovate/ghcr.io-immich-app-immich-server-1.x from 4992f2a7e3 to f9dcfee0b5 2025-06-10 21:49:54 +00:00 Compare
renovate-bot force-pushed renovate/ghcr.io-immich-app-immich-server-1.x from f9dcfee0b5 to 63e2d76d8b 2025-06-10 21:53:15 +00:00 Compare
renovate-bot force-pushed renovate/ghcr.io-immich-app-immich-server-1.x from 63e2d76d8b to c846215287 2025-06-10 22:02:35 +00:00 Compare
renovate-bot force-pushed renovate/ghcr.io-immich-app-immich-server-1.x from c846215287 to da02565051 2025-06-10 23:02:00 +00:00 Compare
renovate-bot force-pushed renovate/ghcr.io-immich-app-immich-server-1.x from da02565051 to 47fd69b0ec 2025-06-11 01:02:47 +00:00 Compare
renovate-bot force-pushed renovate/ghcr.io-immich-app-immich-server-1.x from 47fd69b0ec to 6fa52b51ca 2025-06-11 02:02:43 +00:00 Compare
renovate-bot force-pushed renovate/ghcr.io-immich-app-immich-server-1.x from 6fa52b51ca to 7ff51442fe 2025-06-11 03:03:53 +00:00 Compare
renovate-bot force-pushed renovate/ghcr.io-immich-app-immich-server-1.x from 7ff51442fe to 372e3c64df 2025-06-11 04:02:32 +00:00 Compare
renovate-bot force-pushed renovate/ghcr.io-immich-app-immich-server-1.x from 372e3c64df to 3fb959503a 2025-06-11 05:02:23 +00:00 Compare
renovate-bot force-pushed renovate/ghcr.io-immich-app-immich-server-1.x from 3fb959503a to 1951cef357 2025-06-11 06:02:45 +00:00 Compare
renovate-bot force-pushed renovate/ghcr.io-immich-app-immich-server-1.x from 1951cef357 to 49bc8d07b1 2025-06-11 10:02:12 +00:00 Compare
renovate-bot force-pushed renovate/ghcr.io-immich-app-immich-server-1.x from 49bc8d07b1 to 5c805c344e 2025-06-11 11:02:13 +00:00 Compare
renovate-bot force-pushed renovate/ghcr.io-immich-app-immich-server-1.x from 5c805c344e to 1c6b43c03e 2025-06-11 14:02:09 +00:00 Compare
renovate-bot force-pushed renovate/ghcr.io-immich-app-immich-server-1.x from 1c6b43c03e to f8fea9a0e3 2025-06-11 15:02:54 +00:00 Compare
renovate-bot force-pushed renovate/ghcr.io-immich-app-immich-server-1.x from f8fea9a0e3 to a66c89a027 2025-06-11 16:01:22 +00:00 Compare
renovate-bot force-pushed renovate/ghcr.io-immich-app-immich-server-1.x from a66c89a027 to ca037aa98c 2025-06-11 17:03:07 +00:00 Compare
renovate-bot force-pushed renovate/ghcr.io-immich-app-immich-server-1.x from ca037aa98c to 66427e0b47 2025-06-11 18:02:43 +00:00 Compare
renovate-bot force-pushed renovate/ghcr.io-immich-app-immich-server-1.x from 66427e0b47 to 7bdff2dd95 2025-06-11 20:02:29 +00:00 Compare
renovate-bot force-pushed renovate/ghcr.io-immich-app-immich-server-1.x from 7bdff2dd95 to c8c40a2b39 2025-06-11 21:03:32 +00:00 Compare
renovate-bot force-pushed renovate/ghcr.io-immich-app-immich-server-1.x from c8c40a2b39 to 1b2027b801 2025-06-11 21:12:23 +00:00 Compare
renovate-bot force-pushed renovate/ghcr.io-immich-app-immich-server-1.x from 1b2027b801 to 14130feb2a 2025-06-12 00:03:37 +00:00 Compare
renovate-bot force-pushed renovate/ghcr.io-immich-app-immich-server-1.x from 14130feb2a to 73f9b84975 2025-06-12 01:02:25 +00:00 Compare
renovate-bot force-pushed renovate/ghcr.io-immich-app-immich-server-1.x from 73f9b84975 to 722803790c 2025-06-12 03:02:59 +00:00 Compare
renovate-bot force-pushed renovate/ghcr.io-immich-app-immich-server-1.x from 722803790c to e2feedeaa5 2025-06-12 11:02:48 +00:00 Compare
renovate-bot force-pushed renovate/ghcr.io-immich-app-immich-server-1.x from e2feedeaa5 to 47fe7a5603 2025-06-12 11:03:45 +00:00 Compare
renovate-bot force-pushed renovate/ghcr.io-immich-app-immich-server-1.x from 47fe7a5603 to 38a732b235 2025-06-12 12:04:27 +00:00 Compare
renovate-bot force-pushed renovate/ghcr.io-immich-app-immich-server-1.x from 38a732b235 to b87dd1f949 2025-06-12 14:02:07 +00:00 Compare
renovate-bot force-pushed renovate/ghcr.io-immich-app-immich-server-1.x from b87dd1f949 to b21af5ee9e 2025-06-12 18:11:45 +00:00 Compare
renovate-bot force-pushed renovate/ghcr.io-immich-app-immich-server-1.x from b21af5ee9e to 09558d638c 2025-06-12 19:51:00 +00:00 Compare
renovate-bot force-pushed renovate/ghcr.io-immich-app-immich-server-1.x from 09558d638c to 2b2ba18a69 2025-06-12 20:13:08 +00:00 Compare
renovate-bot force-pushed renovate/ghcr.io-immich-app-immich-server-1.x from 2b2ba18a69 to 07dc4c2c96 2025-06-13 03:03:24 +00:00 Compare
renovate-bot force-pushed renovate/ghcr.io-immich-app-immich-server-1.x from 07dc4c2c96 to 891046fa77 2025-06-13 07:02:12 +00:00 Compare
renovate-bot force-pushed renovate/ghcr.io-immich-app-immich-server-1.x from 891046fa77 to b54f4a1e40 2025-06-13 08:02:19 +00:00 Compare
renovate-bot force-pushed renovate/ghcr.io-immich-app-immich-server-1.x from b54f4a1e40 to ab59c53ff9 2025-06-13 21:03:24 +00:00 Compare
renovate-bot force-pushed renovate/ghcr.io-immich-app-immich-server-1.x from ab59c53ff9 to 5a185179cb 2025-06-13 23:03:50 +00:00 Compare
renovate-bot force-pushed renovate/ghcr.io-immich-app-immich-server-1.x from 5a185179cb to 48095d1200 2025-06-14 00:03:22 +00:00 Compare
renovate-bot force-pushed renovate/ghcr.io-immich-app-immich-server-1.x from 48095d1200 to d512c1e887 2025-06-14 07:02:34 +00:00 Compare
renovate-bot force-pushed renovate/ghcr.io-immich-app-immich-server-1.x from d512c1e887 to 0e0ebe00b7 2025-06-14 13:03:07 +00:00 Compare
renovate-bot force-pushed renovate/ghcr.io-immich-app-immich-server-1.x from 0e0ebe00b7 to 047e667446 2025-06-14 19:54:01 +00:00 Compare
renovate-bot force-pushed renovate/ghcr.io-immich-app-immich-server-1.x from 047e667446 to 888bb84e5e 2025-06-14 19:55:52 +00:00 Compare
renovate-bot force-pushed renovate/ghcr.io-immich-app-immich-server-1.x from 888bb84e5e to d899c862fb 2025-06-14 21:04:54 +00:00 Compare
renovate-bot force-pushed renovate/ghcr.io-immich-app-immich-server-1.x from d899c862fb to 77d1f211da 2025-06-15 06:03:25 +00:00 Compare
renovate-bot force-pushed renovate/ghcr.io-immich-app-immich-server-1.x from 77d1f211da to d6d9a3f905 2025-06-15 08:02:13 +00:00 Compare
renovate-bot force-pushed renovate/ghcr.io-immich-app-immich-server-1.x from d6d9a3f905 to 04f93b4f91 2025-06-15 18:03:30 +00:00 Compare
renovate-bot force-pushed renovate/ghcr.io-immich-app-immich-server-1.x from 04f93b4f91 to 6365bed9cb 2025-06-15 22:02:07 +00:00 Compare
renovate-bot force-pushed renovate/ghcr.io-immich-app-immich-server-1.x from 6365bed9cb to 90fa6313c5 2025-06-16 09:03:43 +00:00 Compare
renovate-bot force-pushed renovate/ghcr.io-immich-app-immich-server-1.x from 90fa6313c5 to 7c13634975 2025-06-16 14:02:17 +00:00 Compare
renovate-bot force-pushed renovate/ghcr.io-immich-app-immich-server-1.x from 7c13634975 to 1b82ebaae1 2025-06-16 15:03:26 +00:00 Compare
renovate-bot force-pushed renovate/ghcr.io-immich-app-immich-server-1.x from 1b82ebaae1 to c337a13f2a 2025-06-16 15:05:04 +00:00 Compare
renovate-bot force-pushed renovate/ghcr.io-immich-app-immich-server-1.x from c337a13f2a to 0374579efc 2025-06-16 18:03:46 +00:00 Compare
renovate-bot force-pushed renovate/ghcr.io-immich-app-immich-server-1.x from 0374579efc to 1563e0c9ff 2025-06-17 02:02:15 +00:00 Compare
renovate-bot force-pushed renovate/ghcr.io-immich-app-immich-server-1.x from 1563e0c9ff to 5c2fbfae76 2025-06-17 10:02:31 +00:00 Compare
renovate-bot force-pushed renovate/ghcr.io-immich-app-immich-server-1.x from 5c2fbfae76 to f590f822df 2025-06-17 18:03:40 +00:00 Compare
renovate-bot force-pushed renovate/ghcr.io-immich-app-immich-server-1.x from f590f822df to 0ac42ee42e 2025-06-18 03:03:57 +00:00 Compare
renovate-bot force-pushed renovate/ghcr.io-immich-app-immich-server-1.x from 0ac42ee42e to a00ad3feef 2025-06-18 06:04:33 +00:00 Compare
renovate-bot force-pushed renovate/ghcr.io-immich-app-immich-server-1.x from a00ad3feef to ec18482feb 2025-06-18 08:02:59 +00:00 Compare
renovate-bot force-pushed renovate/ghcr.io-immich-app-immich-server-1.x from ec18482feb to b42cdae320 2025-06-18 14:04:22 +00:00 Compare
renovate-bot force-pushed renovate/ghcr.io-immich-app-immich-server-1.x from b42cdae320 to 81ed72e6be 2025-06-18 19:57:36 +00:00 Compare
renovate-bot force-pushed renovate/ghcr.io-immich-app-immich-server-1.x from 81ed72e6be to 4a7a82d4bc 2025-06-18 19:59:10 +00:00 Compare
renovate-bot force-pushed renovate/ghcr.io-immich-app-immich-server-1.x from 4a7a82d4bc to bcbec778e4 2025-06-18 21:03:14 +00:00 Compare
renovate-bot changed title from Update ghcr.io/immich-app/immich-server Docker tag to v1.134.0 to Update ghcr.io/immich-app/immich-server Docker tag to v1.135.0 2025-06-18 21:03:14 +00:00
renovate-bot force-pushed renovate/ghcr.io-immich-app-immich-server-1.x from bcbec778e4 to 8b88cfff83 2025-06-18 21:05:38 +00:00 Compare
renovate-bot force-pushed renovate/ghcr.io-immich-app-immich-server-1.x from 8b88cfff83 to 80ce569c57 2025-06-18 23:02:43 +00:00 Compare
renovate-bot force-pushed renovate/ghcr.io-immich-app-immich-server-1.x from 80ce569c57 to 9fc4a5b759 2025-06-19 03:12:52 +00:00 Compare
renovate-bot force-pushed renovate/ghcr.io-immich-app-immich-server-1.x from 9fc4a5b759 to 097933749a 2025-06-19 03:22:15 +00:00 Compare
renovate-bot force-pushed renovate/ghcr.io-immich-app-immich-server-1.x from 097933749a to 7a286b9978 2025-06-19 03:23:29 +00:00 Compare
renovate-bot force-pushed renovate/ghcr.io-immich-app-immich-server-1.x from 7a286b9978 to b6a46fa143 2025-06-19 03:29:19 +00:00 Compare
renovate-bot force-pushed renovate/ghcr.io-immich-app-immich-server-1.x from b6a46fa143 to 39d8af4ecc 2025-06-19 03:34:03 +00:00 Compare
renovate-bot force-pushed renovate/ghcr.io-immich-app-immich-server-1.x from 39d8af4ecc to 2e7d50e341 2025-06-19 07:02:53 +00:00 Compare
renovate-bot force-pushed renovate/ghcr.io-immich-app-immich-server-1.x from 2e7d50e341 to 9975459441 2025-06-19 09:04:05 +00:00 Compare
renovate-bot force-pushed renovate/ghcr.io-immich-app-immich-server-1.x from 9975459441 to 2474986e78 2025-06-19 14:02:12 +00:00 Compare
renovate-bot force-pushed renovate/ghcr.io-immich-app-immich-server-1.x from 2474986e78 to 6a43721f83 2025-06-19 18:02:17 +00:00 Compare
renovate-bot changed title from Update ghcr.io/immich-app/immich-server Docker tag to v1.135.0 to Update ghcr.io/immich-app/immich-server Docker tag to v1.135.1 2025-06-19 18:02:17 +00:00
renovate-bot force-pushed renovate/ghcr.io-immich-app-immich-server-1.x from 6a43721f83 to 1b043fce35 2025-06-19 20:14:05 +00:00 Compare
renovate-bot force-pushed renovate/ghcr.io-immich-app-immich-server-1.x from 1b043fce35 to 47956ca2a3 2025-06-20 01:01:55 +00:00 Compare
renovate-bot force-pushed renovate/ghcr.io-immich-app-immich-server-1.x from 47956ca2a3 to b21f87d2b8 2025-06-20 02:01:37 +00:00 Compare
renovate-bot force-pushed renovate/ghcr.io-immich-app-immich-server-1.x from b21f87d2b8 to 722bae0385 2025-06-20 03:03:02 +00:00 Compare
renovate-bot force-pushed renovate/ghcr.io-immich-app-immich-server-1.x from 722bae0385 to d93c09a495 2025-06-20 03:04:13 +00:00 Compare
renovate-bot force-pushed renovate/ghcr.io-immich-app-immich-server-1.x from d93c09a495 to cf024475ea 2025-06-20 03:26:08 +00:00 Compare
renovate-bot force-pushed renovate/ghcr.io-immich-app-immich-server-1.x from cf024475ea to a3f06248b0 2025-06-20 03:33:51 +00:00 Compare
renovate-bot force-pushed renovate/ghcr.io-immich-app-immich-server-1.x from a3f06248b0 to e957695119 2025-06-20 03:41:40 +00:00 Compare
renovate-bot force-pushed renovate/ghcr.io-immich-app-immich-server-1.x from e957695119 to 7f6abc3684 2025-06-20 04:11:56 +00:00 Compare
renovate-bot force-pushed renovate/ghcr.io-immich-app-immich-server-1.x from 7f6abc3684 to 4e302edb90 2025-06-20 04:19:49 +00:00 Compare
renovate-bot force-pushed renovate/ghcr.io-immich-app-immich-server-1.x from 4e302edb90 to 5f66c858eb 2025-06-20 04:49:02 +00:00 Compare
renovate-bot force-pushed renovate/ghcr.io-immich-app-immich-server-1.x from 5f66c858eb to 95e472d12c 2025-06-20 07:04:31 +00:00 Compare
renovate-bot force-pushed renovate/ghcr.io-immich-app-immich-server-1.x from 95e472d12c to 82dcbcc12a 2025-06-20 08:02:56 +00:00 Compare
renovate-bot force-pushed renovate/ghcr.io-immich-app-immich-server-1.x from 82dcbcc12a to e44c439b57 2025-06-20 12:03:19 +00:00 Compare
renovate-bot changed title from Update ghcr.io/immich-app/immich-server Docker tag to v1.135.1 to Update ghcr.io/immich-app/immich-server Docker tag to v1.135.2 2025-06-20 16:02:08 +00:00
renovate-bot force-pushed renovate/ghcr.io-immich-app-immich-server-1.x from e44c439b57 to 5b5e3ac5cc 2025-06-20 16:02:09 +00:00 Compare
renovate-bot force-pushed renovate/ghcr.io-immich-app-immich-server-1.x from 5b5e3ac5cc to 2e25984751 2025-06-20 16:03:14 +00:00 Compare
renovate-bot force-pushed renovate/ghcr.io-immich-app-immich-server-1.x from 2e25984751 to 4faddecb3d 2025-06-20 16:15:05 +00:00 Compare
renovate-bot force-pushed renovate/ghcr.io-immich-app-immich-server-1.x from 4faddecb3d to 1a00f64252 2025-06-20 16:25:17 +00:00 Compare
renovate-bot force-pushed renovate/ghcr.io-immich-app-immich-server-1.x from 1a00f64252 to 4c89ce5085 2025-06-20 16:32:43 +00:00 Compare
renovate-bot force-pushed renovate/ghcr.io-immich-app-immich-server-1.x from 4c89ce5085 to b95e87d061 2025-06-20 16:36:58 +00:00 Compare
renovate-bot force-pushed renovate/ghcr.io-immich-app-immich-server-1.x from b95e87d061 to aa157835db 2025-06-20 17:05:06 +00:00 Compare
renovate-bot force-pushed renovate/ghcr.io-immich-app-immich-server-1.x from aa157835db to 875e47ea2c 2025-06-20 17:43:46 +00:00 Compare
renovate-bot force-pushed renovate/ghcr.io-immich-app-immich-server-1.x from 875e47ea2c to 1bbfc5b661 2025-06-20 18:16:41 +00:00 Compare
renovate-bot force-pushed renovate/ghcr.io-immich-app-immich-server-1.x from 1bbfc5b661 to 874f01a394 2025-06-20 18:23:35 +00:00 Compare
renovate-bot force-pushed renovate/ghcr.io-immich-app-immich-server-1.x from 874f01a394 to cfd3a02073 2025-06-20 18:31:15 +00:00 Compare
renovate-bot force-pushed renovate/ghcr.io-immich-app-immich-server-1.x from cfd3a02073 to 07e5967517 2025-06-20 18:53:42 +00:00 Compare
renovate-bot force-pushed renovate/ghcr.io-immich-app-immich-server-1.x from 07e5967517 to 02b464d6cd 2025-06-20 18:55:24 +00:00 Compare
renovate-bot force-pushed renovate/ghcr.io-immich-app-immich-server-1.x from 02b464d6cd to 4197beaab6 2025-06-20 18:56:45 +00:00 Compare
renovate-bot force-pushed renovate/ghcr.io-immich-app-immich-server-1.x from 4197beaab6 to fdae693e17 2025-06-20 18:59:46 +00:00 Compare
renovate-bot force-pushed renovate/ghcr.io-immich-app-immich-server-1.x from fdae693e17 to 1a3085e0ce 2025-06-20 21:01:38 +00:00 Compare
renovate-bot changed title from Update ghcr.io/immich-app/immich-server Docker tag to v1.135.2 to Update ghcr.io/immich-app/immich-server Docker tag to v1.135.3 2025-06-20 21:01:39 +00:00
renovate-bot force-pushed renovate/ghcr.io-immich-app-immich-server-1.x from 1a3085e0ce to 36776d4e95 2025-06-20 21:02:46 +00:00 Compare
renovate-bot force-pushed renovate/ghcr.io-immich-app-immich-server-1.x from 36776d4e95 to 13a83eef34 2025-06-20 22:03:17 +00:00 Compare
renovate-bot force-pushed renovate/ghcr.io-immich-app-immich-server-1.x from 13a83eef34 to 219fb312e9 2025-06-21 07:02:37 +00:00 Compare
renovate-bot force-pushed renovate/ghcr.io-immich-app-immich-server-1.x from 219fb312e9 to 3a26bf9cad 2025-06-21 18:02:47 +00:00 Compare
renovate-bot force-pushed renovate/ghcr.io-immich-app-immich-server-1.x from 3a26bf9cad to c66d4ef345 2025-06-21 22:02:32 +00:00 Compare
renovate-bot force-pushed renovate/ghcr.io-immich-app-immich-server-1.x from c66d4ef345 to d789facbf3 2025-06-22 04:39:58 +00:00 Compare
renovate-bot force-pushed renovate/ghcr.io-immich-app-immich-server-1.x from d789facbf3 to 2deefe8d34 2025-06-22 05:01:36 +00:00 Compare
renovate-bot force-pushed renovate/ghcr.io-immich-app-immich-server-1.x from 2deefe8d34 to 909941d30b 2025-06-22 05:26:21 +00:00 Compare
renovate-bot force-pushed renovate/ghcr.io-immich-app-immich-server-1.x from 909941d30b to 059e5bdef9 2025-06-22 06:03:04 +00:00 Compare
renovate-bot force-pushed renovate/ghcr.io-immich-app-immich-server-1.x from 059e5bdef9 to 1622869166 2025-06-22 07:01:58 +00:00 Compare
renovate-bot force-pushed renovate/ghcr.io-immich-app-immich-server-1.x from 1622869166 to af1e28ef0b 2025-06-22 08:02:21 +00:00 Compare
renovate-bot force-pushed renovate/ghcr.io-immich-app-immich-server-1.x from af1e28ef0b to 1a242ce44f 2025-06-22 08:03:19 +00:00 Compare
renovate-bot force-pushed renovate/ghcr.io-immich-app-immich-server-1.x from 1a242ce44f to 7d149fa0e2 2025-06-23 03:02:42 +00:00 Compare
renovate-bot force-pushed renovate/ghcr.io-immich-app-immich-server-1.x from 7d149fa0e2 to ef2a0f7511 2025-06-23 04:11:35 +00:00 Compare
renovate-bot force-pushed renovate/ghcr.io-immich-app-immich-server-1.x from ef2a0f7511 to 7660bf8509 2025-06-23 13:03:46 +00:00 Compare
renovate-bot force-pushed renovate/ghcr.io-immich-app-immich-server-1.x from 7660bf8509 to 6c2d93e7f1 2025-06-23 19:03:23 +00:00 Compare
renovate-bot force-pushed renovate/ghcr.io-immich-app-immich-server-1.x from 6c2d93e7f1 to 2a23c7cc78 2025-06-23 21:02:55 +00:00 Compare
renovate-bot force-pushed renovate/ghcr.io-immich-app-immich-server-1.x from 2a23c7cc78 to 0537b70579 2025-06-23 22:02:52 +00:00 Compare
renovate-bot force-pushed renovate/ghcr.io-immich-app-immich-server-1.x from 0537b70579 to b8d6b369b0 2025-06-23 23:02:42 +00:00 Compare
renovate-bot force-pushed renovate/ghcr.io-immich-app-immich-server-1.x from b8d6b369b0 to 2a6efe1fd3 2025-06-24 14:02:46 +00:00 Compare
renovate-bot force-pushed renovate/ghcr.io-immich-app-immich-server-1.x from 2a6efe1fd3 to 3dcf8f5810 2025-06-24 15:05:43 +00:00 Compare
renovate-bot force-pushed renovate/ghcr.io-immich-app-immich-server-1.x from 3dcf8f5810 to 9de5ec92a5 2025-06-24 19:04:31 +00:00 Compare
renovate-bot force-pushed renovate/ghcr.io-immich-app-immich-server-1.x from 9de5ec92a5 to e56431c058 2025-06-24 20:02:09 +00:00 Compare
renovate-bot force-pushed renovate/ghcr.io-immich-app-immich-server-1.x from e56431c058 to ea67038031 2025-06-24 22:02:23 +00:00 Compare
renovate-bot force-pushed renovate/ghcr.io-immich-app-immich-server-1.x from ea67038031 to ddc88c4396 2025-06-25 03:03:38 +00:00 Compare
renovate-bot force-pushed renovate/ghcr.io-immich-app-immich-server-1.x from ddc88c4396 to 5564dabe9b 2025-06-25 07:02:27 +00:00 Compare
renovate-bot force-pushed renovate/ghcr.io-immich-app-immich-server-1.x from 5564dabe9b to 8d6cb7d32e 2025-06-25 08:02:46 +00:00 Compare
renovate-bot force-pushed renovate/ghcr.io-immich-app-immich-server-1.x from 8d6cb7d32e to c6486cc0ce 2025-06-25 11:03:27 +00:00 Compare
renovate-bot force-pushed renovate/ghcr.io-immich-app-immich-server-1.x from c6486cc0ce to f680e0f2b6 2025-06-25 16:04:15 +00:00 Compare
renovate-bot force-pushed renovate/ghcr.io-immich-app-immich-server-1.x from f680e0f2b6 to 5a72f92813 2025-06-25 21:03:06 +00:00 Compare
renovate-bot force-pushed renovate/ghcr.io-immich-app-immich-server-1.x from 5a72f92813 to 5884b957dd 2025-06-25 22:02:04 +00:00 Compare
renovate-bot force-pushed renovate/ghcr.io-immich-app-immich-server-1.x from 5884b957dd to c0da2afafb 2025-06-26 11:03:48 +00:00 Compare
renovate-bot force-pushed renovate/ghcr.io-immich-app-immich-server-1.x from c0da2afafb to 5dc3c38b98 2025-06-26 11:04:54 +00:00 Compare
renovate-bot force-pushed renovate/ghcr.io-immich-app-immich-server-1.x from 5dc3c38b98 to 2ac6dc596c 2025-06-26 13:02:20 +00:00 Compare
renovate-bot force-pushed renovate/ghcr.io-immich-app-immich-server-1.x from 2ac6dc596c to 9c85290116 2025-06-26 15:03:06 +00:00 Compare
renovate-bot force-pushed renovate/ghcr.io-immich-app-immich-server-1.x from 9c85290116 to 95be3648e7 2025-06-26 19:02:41 +00:00 Compare
renovate-bot force-pushed renovate/ghcr.io-immich-app-immich-server-1.x from 95be3648e7 to c6d207396d 2025-06-26 20:02:50 +00:00 Compare
renovate-bot force-pushed renovate/ghcr.io-immich-app-immich-server-1.x from c6d207396d to bbad055481 2025-06-27 01:03:22 +00:00 Compare
renovate-bot force-pushed renovate/ghcr.io-immich-app-immich-server-1.x from bbad055481 to 60e9bd23a8 2025-06-27 06:03:21 +00:00 Compare
renovate-bot force-pushed renovate/ghcr.io-immich-app-immich-server-1.x from 60e9bd23a8 to 32771e5da8 2025-06-27 07:03:24 +00:00 Compare
renovate-bot force-pushed renovate/ghcr.io-immich-app-immich-server-1.x from 32771e5da8 to 950fd96dd9 2025-06-27 08:02:42 +00:00 Compare
renovate-bot force-pushed renovate/ghcr.io-immich-app-immich-server-1.x from 950fd96dd9 to c3f20ab596 2025-06-27 12:03:00 +00:00 Compare
renovate-bot force-pushed renovate/ghcr.io-immich-app-immich-server-1.x from c3f20ab596 to ecdeea5da4 2025-06-27 17:03:02 +00:00 Compare
renovate-bot force-pushed renovate/ghcr.io-immich-app-immich-server-1.x from ecdeea5da4 to 264cfd6a3a 2025-06-27 18:02:55 +00:00 Compare
renovate-bot force-pushed renovate/ghcr.io-immich-app-immich-server-1.x from 264cfd6a3a to 428399236a 2025-06-28 00:03:25 +00:00 Compare
renovate-bot force-pushed renovate/ghcr.io-immich-app-immich-server-1.x from 428399236a to 4d78dd620d 2025-06-28 05:21:58 +00:00 Compare
renovate-bot force-pushed renovate/ghcr.io-immich-app-immich-server-1.x from 4d78dd620d to ff5e0e51fb 2025-06-28 12:02:54 +00:00 Compare
renovate-bot force-pushed renovate/ghcr.io-immich-app-immich-server-1.x from ff5e0e51fb to f473110756 2025-06-28 14:02:31 +00:00 Compare
renovate-bot force-pushed renovate/ghcr.io-immich-app-immich-server-1.x from f473110756 to 37217badab 2025-06-28 15:03:01 +00:00 Compare
renovate-bot force-pushed renovate/ghcr.io-immich-app-immich-server-1.x from 37217badab to 00159753a4 2025-06-28 21:45:46 +00:00 Compare
renovate-bot force-pushed renovate/ghcr.io-immich-app-immich-server-1.x from 00159753a4 to 5dc3e74c5b 2025-06-28 21:47:03 +00:00 Compare
renovate-bot force-pushed renovate/ghcr.io-immich-app-immich-server-1.x from 5dc3e74c5b to 8016a21ade 2025-06-28 21:48:30 +00:00 Compare
renovate-bot force-pushed renovate/ghcr.io-immich-app-immich-server-1.x from 8016a21ade to 93f6c4aa53 2025-06-28 21:52:55 +00:00 Compare
renovate-bot force-pushed renovate/ghcr.io-immich-app-immich-server-1.x from 93f6c4aa53 to 13f59b135f 2025-06-28 21:54:47 +00:00 Compare
renovate-bot force-pushed renovate/ghcr.io-immich-app-immich-server-1.x from 13f59b135f to 6a2ea28cb2 2025-06-28 22:01:38 +00:00 Compare
renovate-bot force-pushed renovate/ghcr.io-immich-app-immich-server-1.x from 6a2ea28cb2 to 4f5ffec20a 2025-06-28 22:03:30 +00:00 Compare
renovate-bot force-pushed renovate/ghcr.io-immich-app-immich-server-1.x from 4f5ffec20a to 87f96508a2 2025-06-28 22:05:43 +00:00 Compare
renovate-bot force-pushed renovate/ghcr.io-immich-app-immich-server-1.x from 87f96508a2 to 3b48278406 2025-06-28 22:08:47 +00:00 Compare
renovate-bot force-pushed renovate/ghcr.io-immich-app-immich-server-1.x from 3b48278406 to f286ba05f7 2025-06-29 07:02:12 +00:00 Compare
renovate-bot force-pushed renovate/ghcr.io-immich-app-immich-server-1.x from f286ba05f7 to aef62987bb 2025-06-29 08:02:05 +00:00 Compare
renovate-bot force-pushed renovate/ghcr.io-immich-app-immich-server-1.x from aef62987bb to 0b27c532eb 2025-06-29 13:02:31 +00:00 Compare
renovate-bot force-pushed renovate/ghcr.io-immich-app-immich-server-1.x from 0b27c532eb to 6211c44187 2025-06-29 22:02:08 +00:00 Compare
renovate-bot force-pushed renovate/ghcr.io-immich-app-immich-server-1.x from 6211c44187 to 30059c91fe 2025-06-30 10:02:49 +00:00 Compare
renovate-bot force-pushed renovate/ghcr.io-immich-app-immich-server-1.x from 30059c91fe to 78fc54e611 2025-06-30 12:03:06 +00:00 Compare
renovate-bot force-pushed renovate/ghcr.io-immich-app-immich-server-1.x from 78fc54e611 to 4dcd6c5018 2025-06-30 16:02:29 +00:00 Compare
renovate-bot force-pushed renovate/ghcr.io-immich-app-immich-server-1.x from 4dcd6c5018 to dc16e1ea9a 2025-06-30 20:02:41 +00:00 Compare
renovate-bot force-pushed renovate/ghcr.io-immich-app-immich-server-1.x from dc16e1ea9a to 5dddaddc43 2025-06-30 21:02:49 +00:00 Compare
renovate-bot force-pushed renovate/ghcr.io-immich-app-immich-server-1.x from 5dddaddc43 to aa898e1298 2025-07-01 09:03:20 +00:00 Compare
renovate-bot force-pushed renovate/ghcr.io-immich-app-immich-server-1.x from aa898e1298 to b78d917da2 2025-07-01 18:03:24 +00:00 Compare
renovate-bot force-pushed renovate/ghcr.io-immich-app-immich-server-1.x from b78d917da2 to afe7f519ed 2025-07-01 22:02:48 +00:00 Compare
renovate-bot force-pushed renovate/ghcr.io-immich-app-immich-server-1.x from afe7f519ed to 5f36109c09 2025-07-02 03:03:11 +00:00 Compare
renovate-bot force-pushed renovate/ghcr.io-immich-app-immich-server-1.x from 5f36109c09 to f88008cb46 2025-07-02 16:03:18 +00:00 Compare
renovate-bot force-pushed renovate/ghcr.io-immich-app-immich-server-1.x from f88008cb46 to e7dafdc70f 2025-07-02 17:03:02 +00:00 Compare
renovate-bot force-pushed renovate/ghcr.io-immich-app-immich-server-1.x from e7dafdc70f to 997e0474cc 2025-07-03 00:03:45 +00:00 Compare
renovate-bot force-pushed renovate/ghcr.io-immich-app-immich-server-1.x from 997e0474cc to 2c763f719c 2025-07-03 01:02:32 +00:00 Compare
renovate-bot force-pushed renovate/ghcr.io-immich-app-immich-server-1.x from 2c763f719c to e5fb42101d 2025-07-03 08:03:54 +00:00 Compare
renovate-bot force-pushed renovate/ghcr.io-immich-app-immich-server-1.x from e5fb42101d to ce28b30f8a 2025-07-03 13:04:06 +00:00 Compare
renovate-bot force-pushed renovate/ghcr.io-immich-app-immich-server-1.x from ce28b30f8a to 241600fc13 2025-07-03 15:03:34 +00:00 Compare
renovate-bot force-pushed renovate/ghcr.io-immich-app-immich-server-1.x from 241600fc13 to 2e8d2db885 2025-07-03 16:03:02 +00:00 Compare
renovate-bot force-pushed renovate/ghcr.io-immich-app-immich-server-1.x from 2e8d2db885 to 23f8773f3f 2025-07-03 18:03:10 +00:00 Compare
renovate-bot force-pushed renovate/ghcr.io-immich-app-immich-server-1.x from 23f8773f3f to 95c8e0fc50 2025-07-03 19:02:56 +00:00 Compare
renovate-bot force-pushed renovate/ghcr.io-immich-app-immich-server-1.x from 95c8e0fc50 to d23caa033f 2025-07-04 09:03:30 +00:00 Compare
renovate-bot force-pushed renovate/ghcr.io-immich-app-immich-server-1.x from d23caa033f to 49b8cb511b 2025-07-04 10:02:48 +00:00 Compare
renovate-bot force-pushed renovate/ghcr.io-immich-app-immich-server-1.x from 49b8cb511b to 763f6c893f 2025-07-04 11:02:30 +00:00 Compare
renovate-bot force-pushed renovate/ghcr.io-immich-app-immich-server-1.x from 763f6c893f to 7a97cc1c4b 2025-07-04 13:02:34 +00:00 Compare
renovate-bot force-pushed renovate/ghcr.io-immich-app-immich-server-1.x from 7a97cc1c4b to b936aa85f8 2025-07-04 15:03:17 +00:00 Compare
renovate-bot force-pushed renovate/ghcr.io-immich-app-immich-server-1.x from b936aa85f8 to dad4a5854d 2025-07-04 19:02:47 +00:00 Compare
renovate-bot force-pushed renovate/ghcr.io-immich-app-immich-server-1.x from dad4a5854d to fea8026d40 2025-07-04 20:02:34 +00:00 Compare
renovate-bot force-pushed renovate/ghcr.io-immich-app-immich-server-1.x from fea8026d40 to 08456287bb 2025-07-05 00:03:19 +00:00 Compare
renovate-bot force-pushed renovate/ghcr.io-immich-app-immich-server-1.x from 08456287bb to c7765e0f69 2025-07-05 03:03:34 +00:00 Compare
renovate-bot force-pushed renovate/ghcr.io-immich-app-immich-server-1.x from c7765e0f69 to a96fde29a0 2025-07-05 04:58:13 +00:00 Compare
renovate-bot force-pushed renovate/ghcr.io-immich-app-immich-server-1.x from a96fde29a0 to a214b633c1 2025-07-05 12:03:26 +00:00 Compare
renovate-bot force-pushed renovate/ghcr.io-immich-app-immich-server-1.x from a214b633c1 to b32ef167c5 2025-07-05 17:03:58 +00:00 Compare
renovate-bot force-pushed renovate/ghcr.io-immich-app-immich-server-1.x from b32ef167c5 to c6ad59078d 2025-07-05 18:02:26 +00:00 Compare
renovate-bot force-pushed renovate/ghcr.io-immich-app-immich-server-1.x from c6ad59078d to 8f010575ed 2025-07-05 21:03:46 +00:00 Compare
renovate-bot force-pushed renovate/ghcr.io-immich-app-immich-server-1.x from 8f010575ed to d353a584bb 2025-07-05 23:03:01 +00:00 Compare
renovate-bot force-pushed renovate/ghcr.io-immich-app-immich-server-1.x from d353a584bb to 72910ce233 2025-07-06 08:02:17 +00:00 Compare
renovate-bot force-pushed renovate/ghcr.io-immich-app-immich-server-1.x from 72910ce233 to 0bc46e6ae1 2025-07-06 15:03:13 +00:00 Compare
renovate-bot force-pushed renovate/ghcr.io-immich-app-immich-server-1.x from 0bc46e6ae1 to 22429ad811 2025-07-06 22:02:08 +00:00 Compare
renovate-bot force-pushed renovate/ghcr.io-immich-app-immich-server-1.x from 22429ad811 to 05530fff16 2025-07-07 07:03:14 +00:00 Compare
renovate-bot force-pushed renovate/ghcr.io-immich-app-immich-server-1.x from 05530fff16 to c22ae93999 2025-07-07 09:03:30 +00:00 Compare
renovate-bot force-pushed renovate/ghcr.io-immich-app-immich-server-1.x from c22ae93999 to e6b79949f5 2025-07-07 10:03:08 +00:00 Compare
renovate-bot force-pushed renovate/ghcr.io-immich-app-immich-server-1.x from e6b79949f5 to 10d65fa8af 2025-07-07 17:03:51 +00:00 Compare
renovate-bot force-pushed renovate/ghcr.io-immich-app-immich-server-1.x from 10d65fa8af to 25a0c20ecc 2025-07-08 01:53:29 +00:00 Compare
renovate-bot force-pushed renovate/ghcr.io-immich-app-immich-server-1.x from 25a0c20ecc to 10ecdf6ee8 2025-07-08 08:02:39 +00:00 Compare
renovate-bot force-pushed renovate/ghcr.io-immich-app-immich-server-1.x from 10ecdf6ee8 to 51e8abc4cc 2025-07-08 12:02:55 +00:00 Compare
renovate-bot force-pushed renovate/ghcr.io-immich-app-immich-server-1.x from 51e8abc4cc to 132a2361a0 2025-07-08 13:03:14 +00:00 Compare
renovate-bot force-pushed renovate/ghcr.io-immich-app-immich-server-1.x from 132a2361a0 to 0045d37177 2025-07-08 14:07:00 +00:00 Compare
renovate-bot force-pushed renovate/ghcr.io-immich-app-immich-server-1.x from 0045d37177 to 25c53eabfa 2025-07-08 22:05:27 +00:00 Compare
renovate-bot force-pushed renovate/ghcr.io-immich-app-immich-server-1.x from 25c53eabfa to 60bc313604 2025-07-08 22:57:56 +00:00 Compare
renovate-bot force-pushed renovate/ghcr.io-immich-app-immich-server-1.x from 60bc313604 to e50351523c 2025-07-08 23:05:02 +00:00 Compare
renovate-bot force-pushed renovate/ghcr.io-immich-app-immich-server-1.x from e50351523c to 44212b2817 2025-07-08 23:18:12 +00:00 Compare
renovate-bot force-pushed renovate/ghcr.io-immich-app-immich-server-1.x from 44212b2817 to 5b61f70f64 2025-07-08 23:24:29 +00:00 Compare
renovate-bot force-pushed renovate/ghcr.io-immich-app-immich-server-1.x from 5b61f70f64 to 5c4e1e0562 2025-07-08 23:26:56 +00:00 Compare
renovate-bot force-pushed renovate/ghcr.io-immich-app-immich-server-1.x from 5c4e1e0562 to 67c2c1e973 2025-07-09 01:18:51 +00:00 Compare
renovate-bot force-pushed renovate/ghcr.io-immich-app-immich-server-1.x from 67c2c1e973 to 35e87dbc0e 2025-07-09 01:54:59 +00:00 Compare
renovate-bot force-pushed renovate/ghcr.io-immich-app-immich-server-1.x from 35e87dbc0e to 64f99726ff 2025-07-09 01:59:43 +00:00 Compare
renovate-bot force-pushed renovate/ghcr.io-immich-app-immich-server-1.x from 64f99726ff to 4bcf7ec228 2025-07-09 02:01:09 +00:00 Compare
renovate-bot force-pushed renovate/ghcr.io-immich-app-immich-server-1.x from 4bcf7ec228 to d8161d6e2b 2025-07-09 02:02:03 +00:00 Compare
renovate-bot force-pushed renovate/ghcr.io-immich-app-immich-server-1.x from d8161d6e2b to 8325ad2b1e 2025-07-09 02:09:56 +00:00 Compare
renovate-bot force-pushed renovate/ghcr.io-immich-app-immich-server-1.x from 8325ad2b1e to fe34219cd7 2025-07-09 02:11:03 +00:00 Compare
renovate-bot force-pushed renovate/ghcr.io-immich-app-immich-server-1.x from fe34219cd7 to f65cb101d5 2025-07-09 02:28:49 +00:00 Compare
renovate-bot force-pushed renovate/ghcr.io-immich-app-immich-server-1.x from f65cb101d5 to c69b94984f 2025-07-09 02:30:01 +00:00 Compare
renovate-bot force-pushed renovate/ghcr.io-immich-app-immich-server-1.x from c69b94984f to c56e5b162a 2025-07-09 04:03:47 +00:00 Compare
renovate-bot force-pushed renovate/ghcr.io-immich-app-immich-server-1.x from c56e5b162a to 6fd625d6e7 2025-07-09 07:03:01 +00:00 Compare
renovate-bot force-pushed renovate/ghcr.io-immich-app-immich-server-1.x from 6fd625d6e7 to fc832bac87 2025-07-09 07:04:32 +00:00 Compare
renovate-bot force-pushed renovate/ghcr.io-immich-app-immich-server-1.x from fc832bac87 to e7981a2938 2025-07-09 08:02:54 +00:00 Compare
renovate-bot force-pushed renovate/ghcr.io-immich-app-immich-server-1.x from e7981a2938 to 31f3893509 2025-07-09 10:06:25 +00:00 Compare
renovate-bot force-pushed renovate/ghcr.io-immich-app-immich-server-1.x from 31f3893509 to 30937edf19 2025-07-09 13:03:33 +00:00 Compare
renovate-bot force-pushed renovate/ghcr.io-immich-app-immich-server-1.x from 30937edf19 to d4653829b5 2025-07-09 14:03:17 +00:00 Compare
renovate-bot force-pushed renovate/ghcr.io-immich-app-immich-server-1.x from d4653829b5 to e65ba1043b 2025-07-09 16:02:32 +00:00 Compare
renovate-bot force-pushed renovate/ghcr.io-immich-app-immich-server-1.x from e65ba1043b to 6757e36769 2025-07-09 18:02:47 +00:00 Compare
renovate-bot force-pushed renovate/ghcr.io-immich-app-immich-server-1.x from 6757e36769 to a1e20091fa 2025-07-09 22:51:42 +00:00 Compare
renovate-bot force-pushed renovate/ghcr.io-immich-app-immich-server-1.x from a1e20091fa to 8355e52782 2025-07-09 23:23:44 +00:00 Compare
renovate-bot force-pushed renovate/ghcr.io-immich-app-immich-server-1.x from 8355e52782 to 402dcc3fd1 2025-07-09 23:33:36 +00:00 Compare
renovate-bot force-pushed renovate/ghcr.io-immich-app-immich-server-1.x from 402dcc3fd1 to 62442e50e3 2025-07-10 00:13:10 +00:00 Compare
renovate-bot force-pushed renovate/ghcr.io-immich-app-immich-server-1.x from 62442e50e3 to d481d23956 2025-07-10 00:25:02 +00:00 Compare
renovate-bot force-pushed renovate/ghcr.io-immich-app-immich-server-1.x from d481d23956 to 183f9321d4 2025-07-10 00:26:20 +00:00 Compare
renovate-bot force-pushed renovate/ghcr.io-immich-app-immich-server-1.x from 183f9321d4 to fcb4f638aa 2025-07-10 00:27:46 +00:00 Compare
renovate-bot force-pushed renovate/ghcr.io-immich-app-immich-server-1.x from fcb4f638aa to cd630307e7 2025-07-10 00:30:22 +00:00 Compare
renovate-bot force-pushed renovate/ghcr.io-immich-app-immich-server-1.x from cd630307e7 to 06e9ae5f97 2025-07-10 00:43:10 +00:00 Compare
renovate-bot force-pushed renovate/ghcr.io-immich-app-immich-server-1.x from 06e9ae5f97 to bf0fe5cd41 2025-07-10 00:52:32 +00:00 Compare
renovate-bot force-pushed renovate/ghcr.io-immich-app-immich-server-1.x from bf0fe5cd41 to 8c76c4b58c 2025-07-10 00:55:59 +00:00 Compare
renovate-bot force-pushed renovate/ghcr.io-immich-app-immich-server-1.x from 8c76c4b58c to 3d5cfc4ad0 2025-07-10 00:58:32 +00:00 Compare
renovate-bot force-pushed renovate/ghcr.io-immich-app-immich-server-1.x from 3d5cfc4ad0 to 3c4ba44516 2025-07-10 01:07:48 +00:00 Compare
renovate-bot force-pushed renovate/ghcr.io-immich-app-immich-server-1.x from 3c4ba44516 to b75277e82b 2025-07-10 01:35:12 +00:00 Compare
renovate-bot force-pushed renovate/ghcr.io-immich-app-immich-server-1.x from b75277e82b to 0b8426ea1a 2025-07-10 01:39:12 +00:00 Compare
renovate-bot force-pushed renovate/ghcr.io-immich-app-immich-server-1.x from 0b8426ea1a to 2bca2b7f1d 2025-07-10 01:44:14 +00:00 Compare
renovate-bot force-pushed renovate/ghcr.io-immich-app-immich-server-1.x from 2bca2b7f1d to f83f4ce604 2025-07-10 01:50:22 +00:00 Compare
renovate-bot force-pushed renovate/ghcr.io-immich-app-immich-server-1.x from f83f4ce604 to ac6e517300 2025-07-10 01:53:51 +00:00 Compare
renovate-bot force-pushed renovate/ghcr.io-immich-app-immich-server-1.x from ac6e517300 to e0663f0689 2025-07-10 01:55:06 +00:00 Compare
renovate-bot force-pushed renovate/ghcr.io-immich-app-immich-server-1.x from e0663f0689 to d05e876dca 2025-07-10 02:00:01 +00:00 Compare
renovate-bot force-pushed renovate/ghcr.io-immich-app-immich-server-1.x from d05e876dca to a22b3c8369 2025-07-10 02:19:01 +00:00 Compare
renovate-bot force-pushed renovate/ghcr.io-immich-app-immich-server-1.x from a22b3c8369 to 637e246f68 2025-07-10 02:32:12 +00:00 Compare
renovate-bot force-pushed renovate/ghcr.io-immich-app-immich-server-1.x from 637e246f68 to ec32573c8b 2025-07-10 02:46:38 +00:00 Compare
renovate-bot force-pushed renovate/ghcr.io-immich-app-immich-server-1.x from ec32573c8b to 4a6b47a595 2025-07-10 02:49:03 +00:00 Compare
renovate-bot force-pushed renovate/ghcr.io-immich-app-immich-server-1.x from 4a6b47a595 to b84898f8e2 2025-07-10 02:54:47 +00:00 Compare
renovate-bot force-pushed renovate/ghcr.io-immich-app-immich-server-1.x from b84898f8e2 to f89c6726a3 2025-07-10 03:21:12 +00:00 Compare
renovate-bot force-pushed renovate/ghcr.io-immich-app-immich-server-1.x from f89c6726a3 to 93372ba3cb 2025-07-10 03:26:32 +00:00 Compare
renovate-bot force-pushed renovate/ghcr.io-immich-app-immich-server-1.x from 93372ba3cb to c62f2f4751 2025-07-10 03:29:10 +00:00 Compare
renovate-bot force-pushed renovate/ghcr.io-immich-app-immich-server-1.x from c62f2f4751 to 162e1d7083 2025-07-10 09:02:52 +00:00 Compare
renovate-bot force-pushed renovate/ghcr.io-immich-app-immich-server-1.x from 162e1d7083 to 1f1414f2eb 2025-07-10 13:02:49 +00:00 Compare
renovate-bot force-pushed renovate/ghcr.io-immich-app-immich-server-1.x from 1f1414f2eb to e1ecb9c292 2025-07-10 13:04:00 +00:00 Compare
renovate-bot force-pushed renovate/ghcr.io-immich-app-immich-server-1.x from e1ecb9c292 to 8a10ba5697 2025-07-10 14:03:21 +00:00 Compare
renovate-bot force-pushed renovate/ghcr.io-immich-app-immich-server-1.x from 8a10ba5697 to a361783e8d 2025-07-10 17:02:20 +00:00 Compare
renovate-bot force-pushed renovate/ghcr.io-immich-app-immich-server-1.x from a361783e8d to d9db92a5ce 2025-07-10 20:06:12 +00:00 Compare
renovate-bot force-pushed renovate/ghcr.io-immich-app-immich-server-1.x from d9db92a5ce to a3ce1b7e81 2025-07-10 21:03:15 +00:00 Compare
renovate-bot force-pushed renovate/ghcr.io-immich-app-immich-server-1.x from a3ce1b7e81 to dbb98ec827 2025-07-11 07:02:16 +00:00 Compare
renovate-bot force-pushed renovate/ghcr.io-immich-app-immich-server-1.x from dbb98ec827 to 947d9205a2 2025-07-11 09:02:39 +00:00 Compare
renovate-bot force-pushed renovate/ghcr.io-immich-app-immich-server-1.x from 947d9205a2 to 95ba674c66 2025-07-11 10:02:22 +00:00 Compare
renovate-bot force-pushed renovate/ghcr.io-immich-app-immich-server-1.x from 95ba674c66 to 0bc86cc5a8 2025-07-11 15:02:39 +00:00 Compare
renovate-bot force-pushed renovate/ghcr.io-immich-app-immich-server-1.x from 0bc86cc5a8 to 5598d8ab8a 2025-07-11 16:02:40 +00:00 Compare
renovate-bot force-pushed renovate/ghcr.io-immich-app-immich-server-1.x from 5598d8ab8a to 5c9189e45c 2025-07-11 17:03:14 +00:00 Compare
renovate-bot force-pushed renovate/ghcr.io-immich-app-immich-server-1.x from 5c9189e45c to 9cc680a419 2025-07-11 17:04:18 +00:00 Compare
renovate-bot force-pushed renovate/ghcr.io-immich-app-immich-server-1.x from 9cc680a419 to 705869979c 2025-07-11 18:02:49 +00:00 Compare
renovate-bot force-pushed renovate/ghcr.io-immich-app-immich-server-1.x from 705869979c to b70a136aa0 2025-07-11 21:03:04 +00:00 Compare
renovate-bot force-pushed renovate/ghcr.io-immich-app-immich-server-1.x from b70a136aa0 to a137b1355e 2025-07-11 23:02:49 +00:00 Compare
renovate-bot force-pushed renovate/ghcr.io-immich-app-immich-server-1.x from a137b1355e to d7b53e6a9b 2025-07-12 00:02:52 +00:00 Compare
renovate-bot force-pushed renovate/ghcr.io-immich-app-immich-server-1.x from d7b53e6a9b to c76f9ebc74 2025-07-12 02:02:45 +00:00 Compare
renovate-bot force-pushed renovate/ghcr.io-immich-app-immich-server-1.x from c76f9ebc74 to f94241a4c4 2025-07-12 02:48:39 +00:00 Compare
renovate-bot force-pushed renovate/ghcr.io-immich-app-immich-server-1.x from f94241a4c4 to cd0e9d0612 2025-07-12 02:50:02 +00:00 Compare
renovate-bot force-pushed renovate/ghcr.io-immich-app-immich-server-1.x from cd0e9d0612 to d8bdb8f9f6 2025-07-12 02:51:52 +00:00 Compare
renovate-bot force-pushed renovate/ghcr.io-immich-app-immich-server-1.x from d8bdb8f9f6 to 228dca5f21 2025-07-12 02:54:16 +00:00 Compare
renovate-bot force-pushed renovate/ghcr.io-immich-app-immich-server-1.x from 228dca5f21 to 510527d243 2025-07-12 15:03:15 +00:00 Compare
renovate-bot force-pushed renovate/ghcr.io-immich-app-immich-server-1.x from 510527d243 to 38f5482cae 2025-07-12 20:02:39 +00:00 Compare
renovate-bot force-pushed renovate/ghcr.io-immich-app-immich-server-1.x from 38f5482cae to 6d919d08e9 2025-07-12 21:02:47 +00:00 Compare
renovate-bot force-pushed renovate/ghcr.io-immich-app-immich-server-1.x from 6d919d08e9 to da8131dcf7 2025-07-13 01:02:49 +00:00 Compare
renovate-bot force-pushed renovate/ghcr.io-immich-app-immich-server-1.x from da8131dcf7 to e84664258b 2025-07-13 18:02:37 +00:00 Compare
renovate-bot force-pushed renovate/ghcr.io-immich-app-immich-server-1.x from e84664258b to d0a4b4e8a9 2025-07-14 04:46:48 +00:00 Compare
renovate-bot force-pushed renovate/ghcr.io-immich-app-immich-server-1.x from d0a4b4e8a9 to 1260a5d6fb 2025-07-14 10:02:31 +00:00 Compare
renovate-bot force-pushed renovate/ghcr.io-immich-app-immich-server-1.x from 1260a5d6fb to fed09a98b9 2025-07-14 11:02:52 +00:00 Compare
renovate-bot force-pushed renovate/ghcr.io-immich-app-immich-server-1.x from fed09a98b9 to c1a209815c 2025-07-14 13:02:47 +00:00 Compare
renovate-bot force-pushed renovate/ghcr.io-immich-app-immich-server-1.x from c1a209815c to ec020d0b6d 2025-07-14 14:02:03 +00:00 Compare
renovate-bot force-pushed renovate/ghcr.io-immich-app-immich-server-1.x from ec020d0b6d to 344739da0a 2025-07-14 18:02:49 +00:00 Compare
renovate-bot force-pushed renovate/ghcr.io-immich-app-immich-server-1.x from 344739da0a to e749470242 2025-07-14 20:02:39 +00:00 Compare
renovate-bot force-pushed renovate/ghcr.io-immich-app-immich-server-1.x from e749470242 to 000f686d69 2025-07-14 21:02:39 +00:00 Compare
renovate-bot force-pushed renovate/ghcr.io-immich-app-immich-server-1.x from 000f686d69 to a26b7a7d1e 2025-07-15 03:32:59 +00:00 Compare
renovate-bot force-pushed renovate/ghcr.io-immich-app-immich-server-1.x from a26b7a7d1e to de2f6702fb 2025-07-15 05:02:37 +00:00 Compare
renovate-bot force-pushed renovate/ghcr.io-immich-app-immich-server-1.x from de2f6702fb to 1bba439f73 2025-07-15 07:02:37 +00:00 Compare
renovate-bot force-pushed renovate/ghcr.io-immich-app-immich-server-1.x from 1bba439f73 to 067d202490 2025-07-15 16:02:18 +00:00 Compare
renovate-bot force-pushed renovate/ghcr.io-immich-app-immich-server-1.x from 067d202490 to 59a8b58034 2025-07-15 17:03:21 +00:00 Compare
renovate-bot force-pushed renovate/ghcr.io-immich-app-immich-server-1.x from 59a8b58034 to 5c8e306478 2025-07-15 17:04:22 +00:00 Compare
renovate-bot force-pushed renovate/ghcr.io-immich-app-immich-server-1.x from 5c8e306478 to e6d712fb77 2025-07-15 18:02:31 +00:00 Compare
renovate-bot force-pushed renovate/ghcr.io-immich-app-immich-server-1.x from e6d712fb77 to eb73f88659 2025-07-15 18:09:20 +00:00 Compare
renovate-bot force-pushed renovate/ghcr.io-immich-app-immich-server-1.x from eb73f88659 to 02994b3240 2025-07-15 19:02:49 +00:00 Compare
renovate-bot force-pushed renovate/ghcr.io-immich-app-immich-server-1.x from 02994b3240 to 7e6486355f 2025-07-15 21:04:35 +00:00 Compare
renovate-bot force-pushed renovate/ghcr.io-immich-app-immich-server-1.x from 7e6486355f to 224136149f 2025-07-16 03:03:19 +00:00 Compare
renovate-bot force-pushed renovate/ghcr.io-immich-app-immich-server-1.x from 224136149f to 1c3fad90dd 2025-07-16 04:03:36 +00:00 Compare
renovate-bot force-pushed renovate/ghcr.io-immich-app-immich-server-1.x from 1c3fad90dd to 7a78b2beda 2025-07-16 04:36:45 +00:00 Compare
renovate-bot force-pushed renovate/ghcr.io-immich-app-immich-server-1.x from 7a78b2beda to db363523d4 2025-07-16 04:37:41 +00:00 Compare
renovate-bot force-pushed renovate/ghcr.io-immich-app-immich-server-1.x from db363523d4 to 14904f2956 2025-07-16 06:02:40 +00:00 Compare
renovate-bot force-pushed renovate/ghcr.io-immich-app-immich-server-1.x from 14904f2956 to 6b83865d80 2025-07-16 10:02:38 +00:00 Compare
renovate-bot force-pushed renovate/ghcr.io-immich-app-immich-server-1.x from 6b83865d80 to 83c88a0213 2025-07-16 11:02:41 +00:00 Compare
renovate-bot force-pushed renovate/ghcr.io-immich-app-immich-server-1.x from 83c88a0213 to f3cf3f409b 2025-07-16 13:02:39 +00:00 Compare
renovate-bot force-pushed renovate/ghcr.io-immich-app-immich-server-1.x from f3cf3f409b to 83c34b21af 2025-07-16 15:02:49 +00:00 Compare
renovate-bot force-pushed renovate/ghcr.io-immich-app-immich-server-1.x from 83c34b21af to 2e436ba8d2 2025-07-16 16:04:04 +00:00 Compare
renovate-bot force-pushed renovate/ghcr.io-immich-app-immich-server-1.x from 2e436ba8d2 to 58879a6abe 2025-07-16 18:31:36 +00:00 Compare
renovate-bot force-pushed renovate/ghcr.io-immich-app-immich-server-1.x from 58879a6abe to 7a6b91170b 2025-07-16 19:02:31 +00:00 Compare
renovate-bot force-pushed renovate/ghcr.io-immich-app-immich-server-1.x from 7a6b91170b to a9e7b00980 2025-07-16 20:02:32 +00:00 Compare
renovate-bot force-pushed renovate/ghcr.io-immich-app-immich-server-1.x from a9e7b00980 to cefb9f9e9d 2025-07-16 22:02:22 +00:00 Compare
renovate-bot force-pushed renovate/ghcr.io-immich-app-immich-server-1.x from cefb9f9e9d to 017a3cc4a2 2025-07-16 23:02:36 +00:00 Compare
renovate-bot force-pushed renovate/ghcr.io-immich-app-immich-server-1.x from 017a3cc4a2 to 7e29ebf8c2 2025-07-17 00:02:49 +00:00 Compare
renovate-bot force-pushed renovate/ghcr.io-immich-app-immich-server-1.x from 7e29ebf8c2 to a112fd6185 2025-07-17 00:49:27 +00:00 Compare
renovate-bot force-pushed renovate/ghcr.io-immich-app-immich-server-1.x from a112fd6185 to 27e2c5a255 2025-07-17 05:02:50 +00:00 Compare
renovate-bot force-pushed renovate/ghcr.io-immich-app-immich-server-1.x from 27e2c5a255 to c05b28d9fb 2025-07-17 10:02:42 +00:00 Compare
renovate-bot force-pushed renovate/ghcr.io-immich-app-immich-server-1.x from c05b28d9fb to 3a1469f24d 2025-07-17 12:02:47 +00:00 Compare
renovate-bot force-pushed renovate/ghcr.io-immich-app-immich-server-1.x from 3a1469f24d to 65a42d58aa 2025-07-17 14:02:53 +00:00 Compare
renovate-bot force-pushed renovate/ghcr.io-immich-app-immich-server-1.x from 65a42d58aa to 52ac9d3b90 2025-07-17 15:03:28 +00:00 Compare
renovate-bot force-pushed renovate/ghcr.io-immich-app-immich-server-1.x from 52ac9d3b90 to bc51b2673e 2025-07-17 18:02:51 +00:00 Compare
renovate-bot force-pushed renovate/ghcr.io-immich-app-immich-server-1.x from bc51b2673e to daec060544 2025-07-17 22:02:56 +00:00 Compare
renovate-bot force-pushed renovate/ghcr.io-immich-app-immich-server-1.x from daec060544 to 1eb68bcc06 2025-07-18 09:02:54 +00:00 Compare
renovate-bot force-pushed renovate/ghcr.io-immich-app-immich-server-1.x from 1eb68bcc06 to 75d1f64f85 2025-07-18 13:02:33 +00:00 Compare
renovate-bot force-pushed renovate/ghcr.io-immich-app-immich-server-1.x from 75d1f64f85 to eb2a45f972 2025-07-18 15:03:39 +00:00 Compare
renovate-bot force-pushed renovate/ghcr.io-immich-app-immich-server-1.x from eb2a45f972 to 894aff80d3 2025-07-19 06:02:41 +00:00 Compare
renovate-bot force-pushed renovate/ghcr.io-immich-app-immich-server-1.x from 894aff80d3 to e325446e4e 2025-07-19 09:02:47 +00:00 Compare
renovate-bot force-pushed renovate/ghcr.io-immich-app-immich-server-1.x from e325446e4e to 6795bdac0a 2025-07-19 12:02:47 +00:00 Compare
renovate-bot force-pushed renovate/ghcr.io-immich-app-immich-server-1.x from 6795bdac0a to 5fd47c05da 2025-07-19 14:02:31 +00:00 Compare
renovate-bot force-pushed renovate/ghcr.io-immich-app-immich-server-1.x from 5fd47c05da to 7afc3343b3 2025-07-19 18:02:45 +00:00 Compare
renovate-bot force-pushed renovate/ghcr.io-immich-app-immich-server-1.x from 7afc3343b3 to 2108ae96c5 2025-07-19 20:02:47 +00:00 Compare
renovate-bot force-pushed renovate/ghcr.io-immich-app-immich-server-1.x from 2108ae96c5 to 609e74f705 2025-07-19 21:02:52 +00:00 Compare
renovate-bot force-pushed renovate/ghcr.io-immich-app-immich-server-1.x from 609e74f705 to 91e73c8f06 2025-07-20 03:49:31 +00:00 Compare
All checks were successful
lint-test-helm / helm-lint (pull_request) Successful in 8s
This pull request can be merged automatically.
You are not authorized to merge this pull request.
View command line instructions

Checkout

From your project repository, check out a new branch and test the changes.
git fetch -u origin renovate/ghcr.io-immich-app-immich-server-1.x:renovate/ghcr.io-immich-app-immich-server-1.x
git checkout renovate/ghcr.io-immich-app-immich-server-1.x
Sign in to join this conversation.
No Reviewers
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: alexlebens/infrastructure#428
No description provided.