feat(container): update image ghcr.io/immich-app/immich-server to v1.125.6 #697

Merged
SeanOMik merged 1 commit from renovate/ghcr.io-immich-app-immich-server-1.x into main 2025-01-28 22:07:07 +00:00
Collaborator

This PR contains the following updates:

Package Update Change
ghcr.io/immich-app/immich-server minor v1.124.2 -> v1.125.6

Release Notes

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

v1.125.6

Compare Source

v1.125.6
  • Fixed a bug where thumbnail generation job queue all person faces at midnight
What's Changed
🐛 Bug fixes

Full Changelog: https://github.com/immich-app/immich/compare/v1.125.5...v1.125.6

v1.125.5

Compare Source

v1.125.5

We were about to release v1.125.4, then we found and fixed some more bugs, v1.125.5 it is!

  • Fixed a bug where the album page cannot be accessed if any album with its assets is in the trash.
  • Fixed a bug where deduplication detection doesn't return any result
  • Fixed a bug where the date picker component caused a rendering error if the app language was not in English
What's Changed
🐛 Bug fixes

Full Changelog: https://github.com/immich-app/immich/compare/v1.125.3...v1.125.5

v1.125.3

Compare Source

v1.125.3

This release continues the bug-squashing effort from migration to Kysely.

  • Fixed an issue where changing the machine learning model doesn't change the vector size requirement
  • Fixed an issue where the bulk location edit triggered an error
  • Fixed an issue where the album cannot be loaded in the mobile app if any of the assets in the album are in the trash
  • Fixed an issue where searchRandom endpoint doesn't return randomize items
  • Fixed some issues regarding the timezone topic
Support Immich

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

Cheers! 🍻

What's Changed
🌟 Enhancements
🐛 Bug fixes
New Contributors

Full Changelog: https://github.com/immich-app/immich/compare/v1.125.2...v1.125.3

v1.125.2

Compare Source

v1.125.2

This release addresses the following issues, most of which originate from our migration to Kysely.

  • Fixed a bug where the timeline shows a placeholder in some sections
  • Fixed a bug where using server URL with sslmode doesn't get parsed correctly
  • Fixed a bug where LivePhotos doesn't generate thumbnails
  • Fixed a bug where no EXIF data is returned for the deduplication view
  • Fixed a bug where albums with archived assets don't show up on the mobile app
  • Fixed a bug where hard refresh only refreshed assets and not albums
  • Fixed a bug where the updatedAt column doesn't update on some assets and album actions
  • Fixed a bug where searchRandom doesn't return the correct data format

Thank you for reporting the bugs you have found! We added a treat to the login page as a thank you 😄

Support Immich

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

Cheers! 🍻

What's Changed
🌟 Enhancements
🐛 Bug fixes

Full Changelog: https://github.com/immich-app/immich/compare/v1.125.1...v1.125.2

v1.125.1

Compare Source

v1.125.1

There was a hiccup with the release pipeline for v1.125.0 so we have to change the version

[!IMPORTANT]
If you are running remote machine learning, please make sure the remote service pulls the latest version.

Highlights

Welcome to release v1.125.1 of Immich. The release improves how the server queries the database, using a type-safe query builder, Kysely, instead of relying on the magic of TypeORM. Many queries have been given a speed boost to be much faster; some got several times faster. You should see a quicker app experience overall. It has been the work for the last couple of months and a foundation we have been building for many changes in the coming months to the data model of the whole app, which is needed to enable some long-awaited features. Kudos to the entire team for completing it. Alongside that improvement, this release also brings new features, enhancements, and bug fixes. Please see some of the highlights below:

  • Node.js security update
  • Share-to mechanism on the mobile app
  • Enable slideshow everywhere on the web app.
  • Fixed a bug where the Android app cannot get newly taken photos from the gallery. However, this fix requires us to roll back another mechanism that allows the app to choose empty albums as targets for backup.
  • Fixed a bug where playing particular video codecs would crash the Android mobile app.
Node.js security update

This release includes a Node.js security update. While we don’t believe any of these vulnerabilities affect Immich, we still recommend updating soon to avoid any risk.

Share-to Immich

You can now directly share media from other apps to Immich without saving them to the phone’s local gallery first.

[!IMPORTANT]

For uploading photos from the gallery, it is still recommeded to use the built-in backup feature since the share-to mechanism that can cause mismatching upload status. Additionally, iOS defaults to sharing an exported JPEG image instead of the original for formats like HEIC. You can change this by tapping “Options” near the top of the iOS sharing menu and selecting “Current” instead of “Automatic”.

https://github.com/user-attachments/assets/da14a9f9-5087-42e3-a636-bd6863df6d26

Slideshow everywhere

You can now toggle the slideshow mode from all the views on the web app.

Lens information

This release includes the lens information in the detail panel for our photographer users, making it easier to know which of your favorite lenses was used to capture the photo.

Screenshot 2025-01-19 at 8 59 41 PM

Support Immich

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

Cheers! 🍻

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

Full Changelog: https://github.com/immich-app/immich/compare/v1.124.2...v1.125.0


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about these updates again.


  • 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.124.2` -> `v1.125.6` | --- ### Release Notes <details> <summary>immich-app/immich (ghcr.io/immich-app/immich-server)</summary> ### [`v1.125.6`](https://github.com/immich-app/immich/releases/tag/v1.125.6) [Compare Source](https://github.com/immich-app/immich/compare/v1.125.5...v1.125.6) ##### v1.125.6 - Fixed a bug where thumbnail generation job queue all person faces at midnight <!-- Release notes generated using configuration in .github/release.yml at v1.125.6 --> ##### What's Changed ##### 🐛 Bug fixes - fix(server): person thumbnail generation always being queued by [@&#8203;mertalev](https://github.com/mertalev) in https://github.com/immich-app/immich/pull/15734 **Full Changelog**: https://github.com/immich-app/immich/compare/v1.125.5...v1.125.6 ### [`v1.125.5`](https://github.com/immich-app/immich/releases/tag/v1.125.5) [Compare Source](https://github.com/immich-app/immich/compare/v1.125.3...v1.125.5) ##### v1.125.5 *We were about to release `v1.125.4`, then we found and fixed some more bugs, `v1.125.5` it is!* - Fixed a bug where the album page cannot be accessed if any album with its assets is in the trash. - Fixed a bug where deduplication detection doesn't return any result - Fixed a bug where the date picker component caused a rendering error if the app language was not in English <!-- Release notes generated using the configuration in .github/release.yml at v1.125.5 --> ##### What's Changed ##### 🐛 Bug fixes - fix(web): sort folders by [@&#8203;C-Otto](https://github.com/C-Otto) in https://github.com/immich-app/immich/pull/15691 - fix(server): cannot render album page when all assets of an album are in trash by [@&#8203;alextran1502](https://github.com/alextran1502) in https://github.com/immich-app/immich/pull/15690 - fix(server): duplicate detection by [@&#8203;alextran1502](https://github.com/alextran1502) in https://github.com/immich-app/immich/pull/15727 - fix(mobile): locale option causes the datetime filter error out by [@&#8203;alextran1502](https://github.com/alextran1502) in https://github.com/immich-app/immich/pull/15704 **Full Changelog**: https://github.com/immich-app/immich/compare/v1.125.3...v1.125.5 ### [`v1.125.3`](https://github.com/immich-app/immich/releases/tag/v1.125.3) [Compare Source](https://github.com/immich-app/immich/compare/v1.125.2...v1.125.3) ##### v1.125.3 This release continues the bug-squashing effort from migration to Kysely. - Fixed an issue where changing the machine learning model doesn't change the vector size requirement - Fixed an issue where the bulk location edit triggered an error - Fixed an issue where the album cannot be loaded in the mobile app if any of the assets in the album are in the trash - Fixed an issue where searchRandom endpoint doesn't return randomize items - Fixed some issues regarding the timezone topic ##### 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/. Cheers! 🍻 <!-- Release notes generated using configuration in .github/release.yml at main --> ##### What's Changed ##### 🌟 Enhancements - chore(server): print stack in case of worker error by [@&#8203;etnoy](https://github.com/etnoy) in https://github.com/immich-app/immich/pull/15632 - fix: increase upload timeout by [@&#8203;jdicioccio](https://github.com/jdicioccio) in https://github.com/immich-app/immich/pull/15588 - fix(mobile): improve timezone picker by [@&#8203;gaganyadav80](https://github.com/gaganyadav80) in https://github.com/immich-app/immich/pull/15615 ##### 🐛 Bug fixes - fix(server): changing vector dim size by [@&#8203;mertalev](https://github.com/mertalev) in https://github.com/immich-app/immich/pull/15630 - fix(server): bulk update location by [@&#8203;alextran1502](https://github.com/alextran1502) in https://github.com/immich-app/immich/pull/15642 - fix(server): do not reset fileCreatedDate by [@&#8203;C-Otto](https://github.com/C-Otto) in https://github.com/immich-app/immich/pull/15650 - fix(server): do not count deleted assets for album summary by [@&#8203;C-Otto](https://github.com/C-Otto) in https://github.com/immich-app/immich/pull/15668 - fix(server): avoid duplicate rows in album queries by [@&#8203;mertalev](https://github.com/mertalev) in https://github.com/immich-app/immich/pull/15670 - fix(web): neon overflow on mobile screen by [@&#8203;alextran1502](https://github.com/alextran1502) in https://github.com/immich-app/immich/pull/15676 - fix(server): /search/random API returns same assets every call by [@&#8203;sudbrack](https://github.com/sudbrack) in https://github.com/immich-app/immich/pull/15682 ##### New Contributors - [@&#8203;jdicioccio](https://github.com/jdicioccio) made their first contribution in https://github.com/immich-app/immich/pull/15588 - [@&#8203;idkwhyiusethisname](https://github.com/idkwhyiusethisname) made their first contribution in https://github.com/immich-app/immich/pull/15637 - [@&#8203;gaganyadav80](https://github.com/gaganyadav80) made their first contribution in https://github.com/immich-app/immich/pull/15615 - [@&#8203;ferraridamiano](https://github.com/ferraridamiano) made their first contribution in https://github.com/immich-app/immich/pull/15683 - [@&#8203;sudbrack](https://github.com/sudbrack) made their first contribution in https://github.com/immich-app/immich/pull/15682 **Full Changelog**: https://github.com/immich-app/immich/compare/v1.125.2...v1.125.3 ### [`v1.125.2`](https://github.com/immich-app/immich/releases/tag/v1.125.2) [Compare Source](https://github.com/immich-app/immich/compare/v1.125.1...v1.125.2) ##### v1.125.2 This release addresses the following issues, most of which originate from our migration to Kysely. - Fixed a bug where the timeline shows a placeholder in some sections - Fixed a bug where using server URL with `sslmode` doesn't get parsed correctly - Fixed a bug where LivePhotos doesn't generate thumbnails - Fixed a bug where no EXIF data is returned for the deduplication view - Fixed a bug where albums with archived assets don't show up on the mobile app - Fixed a bug where hard refresh only refreshed assets and not albums - Fixed a bug where the `updatedAt` column doesn't update on some assets and album actions - Fixed a bug where `searchRandom` doesn't return the correct data format Thank you for reporting the bugs you have found! We added a treat to the login page as a thank you :smile: ##### 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/. Cheers! 🍻 ##### What's Changed ##### 🌟 Enhancements - feat(web): neon light behinds auth forms by [@&#8203;alextran1502](https://github.com/alextran1502) in https://github.com/immich-app/immich/pull/15570 ##### 🐛 Bug fixes - fix(mobile): translation (no /api, experimental features) by [@&#8203;mmomjian](https://github.com/mmomjian) in https://github.com/immich-app/immich/pull/15600 - fix(server): `getTimeBuckets` not handling boolean filters correctly by [@&#8203;mertalev](https://github.com/mertalev) in https://github.com/immich-app/immich/pull/15567 - fix(web): auth page padding by [@&#8203;jrasm91](https://github.com/jrasm91) in https://github.com/immich-app/immich/pull/15569 - fix(server): set `updatedAt` on updates by [@&#8203;mertalev](https://github.com/mertalev) in https://github.com/immich-app/immich/pull/15573 - fix(server): Fix for sorting faces during merging by [@&#8203;Lukasdotcom](https://github.com/Lukasdotcom) in https://github.com/immich-app/immich/pull/15571 - fix(server): `searchRandom` response by [@&#8203;mertalev](https://github.com/mertalev) in https://github.com/immich-app/immich/pull/15580 - fix: login page by [@&#8203;jrasm91](https://github.com/jrasm91) in https://github.com/immich-app/immich/pull/15613 - fix(mobile): full refresh doesn't get albums by [@&#8203;alextran1502](https://github.com/alextran1502) in https://github.com/immich-app/immich/pull/15560 - fix(server): link live photos by [@&#8203;alextran1502](https://github.com/alextran1502) in https://github.com/immich-app/immich/pull/15612 - fix: demo login page by [@&#8203;jrasm91](https://github.com/jrasm91) in https://github.com/immich-app/immich/pull/15616 - fix(server): no exif metadata in the deduplication utility by [@&#8203;mertalev](https://github.com/mertalev) in https://github.com/immich-app/immich/pull/15585 - fix(mobile): deletion of single assets by [@&#8203;Saschl](https://github.com/Saschl) in https://github.com/immich-app/immich/pull/15597 - fix(server): failed to get albums with archived assets by [@&#8203;alextran1502](https://github.com/alextran1502) in https://github.com/immich-app/immich/pull/15611 - fix(server): migration mentions public schema by [@&#8203;alextran1502](https://github.com/alextran1502) in https://github.com/immich-app/immich/pull/15622 - fix(mobile): failed to load ga/gl locale by [@&#8203;alextran1502](https://github.com/alextran1502) in https://github.com/immich-app/immich/pull/15623 - fix(server): `sslmode` not working by [@&#8203;mertalev](https://github.com/mertalev) in https://github.com/immich-app/immich/pull/15587 **Full Changelog**: https://github.com/immich-app/immich/compare/v1.125.1...v1.125.2 ### [`v1.125.1`](https://github.com/immich-app/immich/releases/tag/v1.125.1) [Compare Source](https://github.com/immich-app/immich/compare/v1.124.2...v1.125.1) ##### v1.125.1 *There was a hiccup with the release pipeline for `v1.125.0` so we have to change the version* > \[!IMPORTANT] > If you are running remote machine learning, please make sure the remote service pulls the latest version. ##### Highlights Welcome to release `v1.125.1` of Immich. The release improves how the server queries the database, using a type-safe query builder, `Kysely`, instead of relying on the magic of `TypeORM`. Many queries have been given a speed boost to be much faster; some got several times faster. You should see a quicker app experience overall. It has been the work for the last couple of months and a foundation we have been building for many changes in the coming months to the data model of the whole app, which is needed to enable some long-awaited features. *Kudos* to the entire team for completing it. Alongside that improvement, this release also brings new features, enhancements, and bug fixes. Please see some of the highlights below: - Node.js security update - Share-to mechanism on the mobile app - Enable slideshow everywhere on the web app. - Fixed a bug where the Android app cannot get newly taken photos from the gallery. However, this fix requires us to roll back another mechanism that allows the app to choose empty albums as targets for backup. - Fixed a bug where playing particular video codecs would crash the Android mobile app. ##### Node.js security update This release includes [a Node.js security update](https://nodejs.org/en/blog/vulnerability/january-2025-security-releases). While we don’t believe any of these vulnerabilities affect Immich, we still recommend updating soon to avoid any risk. ##### Share-to Immich You can now directly share media from other apps to Immich without saving them to the phone’s local gallery first. > \[!IMPORTANT] > > For uploading photos from the gallery, it is still recommeded to use the built-in backup feature since the share-to mechanism that can cause mismatching upload status. Additionally, iOS defaults to sharing an exported JPEG image instead of the original for formats like HEIC. You can change this by tapping “Options” near the top of the iOS sharing menu and selecting “Current” instead of “Automatic”. https://github.com/user-attachments/assets/da14a9f9-5087-42e3-a636-bd6863df6d26 ##### Slideshow everywhere You can now toggle the slideshow mode from all the views on the web app. ##### Lens information This release includes the lens information in the detail panel for our photographer users, making it easier to know which of your favorite lenses was used to capture the photo. ![Screenshot 2025-01-19 at 8 59 41 PM](https://github.com/user-attachments/assets/783ab479-08ae-4525-abf5-23cf27c312cc) ##### 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/. Cheers! 🍻 <!-- Release notes generated using configuration in .github/release.yml at v1.125.0 --> ##### What's Changed ##### 🚨 Breaking Changes - chore(server)!: default max bitrate unit to kbps by [@&#8203;mertalev](https://github.com/mertalev) in https://github.com/immich-app/immich/pull/15264 - feat: better spec urls by [@&#8203;jrasm91](https://github.com/jrasm91) in https://github.com/immich-app/immich/pull/15487 ##### 🚀 Features - feat: Upgrade devcontainer setup by [@&#8203;Zer0x00](https://github.com/Zer0x00) in https://github.com/immich-app/immich/pull/14419 - feat(web): immich-ui components by [@&#8203;jrasm91](https://github.com/jrasm91) in https://github.com/immich-app/immich/pull/14263 - feat(mobile): share to mechanism by [@&#8203;alextran1502](https://github.com/alextran1502) in https://github.com/immich-app/immich/pull/15229 - feat: Allow multiple ML models to be preloaded by [@&#8203;1-tempest](https://github.com/1-tempest) in https://github.com/immich-app/immich/pull/15418 ##### 🌟 Enhancements - refactor(server): use kysely by [@&#8203;mertalev](https://github.com/mertalev) in https://github.com/immich-app/immich/pull/12857 - feat: [#&#8203;15237](https://github.com/immich-app/immich/issues/15237) toggle password visibility on shared albums by [@&#8203;imakida](https://github.com/imakida) in https://github.com/immich-app/immich/pull/15238 - feat(web): Slideshow is enabled everywhere. It no longer needs assetStore. by [@&#8203;matitalatina](https://github.com/matitalatina) in https://github.com/immich-app/immich/pull/15077 - feat: Add additional env variables for Machine Learning by [@&#8203;1-tempest](https://github.com/1-tempest) in https://github.com/immich-app/immich/pull/15326 - feat(web): Context menu scrolls on small devices by [@&#8203;matitalatina](https://github.com/matitalatina) in https://github.com/immich-app/immich/pull/15367 - feat: Add additional env variables to ML container by [@&#8203;1-tempest](https://github.com/1-tempest) in https://github.com/immich-app/immich/pull/15398 - feat: Add rule on robots.txt to allow robots access og tags by [@&#8203;r1235613](https://github.com/r1235613) in https://github.com/immich-app/immich/pull/15470 - feat(web): Show lens model in the asset viewer detail panel by [@&#8203;bxtdvd](https://github.com/bxtdvd) in https://github.com/immich-app/immich/pull/15460 ##### 🐛 Bug fixes - fix(mobile): 15072 Fix issue with boolean filters filtering out results when they shouldn't by [@&#8203;Tyris](https://github.com/Tyris) in https://github.com/immich-app/immich/pull/15208 - fix(web): escape key to clear selection and go to previous page ([#&#8203;15142](https://github.com/immich-app/immich/issues/15142)) by [@&#8203;jinxuan-owyong](https://github.com/jinxuan-owyong) in https://github.com/immich-app/immich/pull/15219 - fix(mobile): don't crash android app when video player throws exception by [@&#8203;mertalev](https://github.com/mertalev) in https://github.com/immich-app/immich/pull/15236 - fix(web): mismatched deviceAssetId when uploading images by [@&#8203;jinxuan-owyong](https://github.com/jinxuan-owyong) in https://github.com/immich-app/immich/pull/15130 - fix(cli): handle folders with single quotes by [@&#8203;desmondgc](https://github.com/desmondgc) in https://github.com/immich-app/immich/pull/15283 - fix(web): end selection after click when choosing thumbnail, and notify by [@&#8203;imakida](https://github.com/imakida) in https://github.com/immich-app/immich/pull/15373 - fix(web): map settings by [@&#8203;jrasm91](https://github.com/jrasm91) in https://github.com/immich-app/immich/pull/15375 - fix(mobile): 14983 Images upload to shared album with common name by [@&#8203;Tyris](https://github.com/Tyris) in https://github.com/immich-app/immich/pull/15127 - fix(web): Update asset count when deleting assets from person page by [@&#8203;imakida](https://github.com/imakida) in https://github.com/immich-app/immich/pull/15416 - fix(web): scrolling memory timeline reset position by [@&#8203;alextran1502](https://github.com/alextran1502) in https://github.com/immich-app/immich/pull/15429 - fix(mobile): Cannot type date format on Samsung phone by [@&#8203;alextran1502](https://github.com/alextran1502) in https://github.com/immich-app/immich/pull/15430 - fix(deps): use node-addon-api v8 by [@&#8203;dotlambda](https://github.com/dotlambda) in https://github.com/immich-app/immich/pull/15438 - fix(server): searching for multiple people yields false positives by [@&#8203;dav-wolff](https://github.com/dav-wolff) in https://github.com/immich-app/immich/pull/15447 - fix(mobile): cannot get new photos on Android by [@&#8203;alextran1502](https://github.com/alextran1502) in https://github.com/immich-app/immich/pull/15461 - fix: incorrect event configuration by [@&#8203;jrasm91](https://github.com/jrasm91) in https://github.com/immich-app/immich/pull/15530 ##### 📚 Documentation - chore(docs): clarify experimental network features by [@&#8203;mmomjian](https://github.com/mmomjian) in https://github.com/immich-app/immich/pull/15228 - docs: clarify filesystem backup paths by [@&#8203;bo0tzz](https://github.com/bo0tzz) in https://github.com/immich-app/immich/pull/15243 - fix(docs): Fix link label to refer to correct location on page by [@&#8203;austin-dudzik](https://github.com/austin-dudzik) in https://github.com/immich-app/immich/pull/15279 - fix(docs): fix admonition in mobile section by [@&#8203;Dr-Electron](https://github.com/Dr-Electron) in https://github.com/immich-app/immich/pull/15291 - fix(docs): database name for restore commands by [@&#8203;mmomjian](https://github.com/mmomjian) in https://github.com/immich-app/immich/pull/15276 - fix(docs): Update unraid.md to use correct image url by [@&#8203;swils23](https://github.com/swils23) in https://github.com/immich-app/immich/pull/15427 - fix: grammar on docs homepage by [@&#8203;aaronjrodrigues](https://github.com/aaronjrodrigues) in https://github.com/immich-app/immich/pull/15455 - fix: broken link on monitoring page by [@&#8203;jsloyer](https://github.com/jsloyer) in https://github.com/immich-app/immich/pull/15478 - feat(docs): CIFS/Samba in-Docker example by [@&#8203;mmomjian](https://github.com/mmomjian) in https://github.com/immich-app/immich/pull/15502 ##### 🌐 Translations - chore(web): update translations by [@&#8203;weblate](https://github.com/weblate) in https://github.com/immich-app/immich/pull/15145 - chore(web): update translations by [@&#8203;weblate](https://github.com/weblate) in https://github.com/immich-app/immich/pull/15335 ##### New Contributors - [@&#8203;jinxuan-owyong](https://github.com/jinxuan-owyong) made their first contribution in https://github.com/immich-app/immich/pull/15219 - [@&#8203;fholzer](https://github.com/fholzer) made their first contribution in https://github.com/immich-app/immich/pull/15266 - [@&#8203;desmondgc](https://github.com/desmondgc) made their first contribution in https://github.com/immich-app/immich/pull/15283 - [@&#8203;austin-dudzik](https://github.com/austin-dudzik) made their first contribution in https://github.com/immich-app/immich/pull/15279 - [@&#8203;Dr-Electron](https://github.com/Dr-Electron) made their first contribution in https://github.com/immich-app/immich/pull/15291 - [@&#8203;Zer0x00](https://github.com/Zer0x00) made their first contribution in https://github.com/immich-app/immich/pull/14419 - [@&#8203;yonran](https://github.com/yonran) made their first contribution in https://github.com/immich-app/immich/pull/12794 - [@&#8203;1-tempest](https://github.com/1-tempest) made their first contribution in https://github.com/immich-app/immich/pull/15326 - [@&#8203;swils23](https://github.com/swils23) made their first contribution in https://github.com/immich-app/immich/pull/15427 - [@&#8203;dav-wolff](https://github.com/dav-wolff) made their first contribution in https://github.com/immich-app/immich/pull/15447 - [@&#8203;r1235613](https://github.com/r1235613) made their first contribution in https://github.com/immich-app/immich/pull/15470 - [@&#8203;jsloyer](https://github.com/jsloyer) made their first contribution in https://github.com/immich-app/immich/pull/15478 - [@&#8203;bxtdvd](https://github.com/bxtdvd) made their first contribution in https://github.com/immich-app/immich/pull/15460 **Full Changelog**: https://github.com/immich-app/immich/compare/v1.124.2...v1.125.0 </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 becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about these updates 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:eyJjcmVhdGVkSW5WZXIiOiIzOS4xMjUuMSIsInVwZGF0ZWRJblZlciI6IjM5LjEyNS4xIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJyZW5vdmF0ZS9jb250YWluZXIiLCJ0eXBlL21pbm9yIl19-->
Renovate force-pushed renovate/ghcr.io-immich-app-immich-server-1.x from 8dc4af173a to 7218982709 2025-01-24 21:04:21 +00:00 Compare
Renovate changed title from feat(container): update image ghcr.io/immich-app/immich-server to v1.125.1 to feat(container): update image ghcr.io/immich-app/immich-server to v1.125.2 2025-01-24 21:04:22 +00:00
Renovate force-pushed renovate/ghcr.io-immich-app-immich-server-1.x from 7218982709 to eedf656470 2025-01-26 15:05:00 +00:00 Compare
Renovate changed title from feat(container): update image ghcr.io/immich-app/immich-server to v1.125.2 to feat(container): update image ghcr.io/immich-app/immich-server to v1.125.3 2025-01-26 15:05:02 +00:00
Renovate force-pushed renovate/ghcr.io-immich-app-immich-server-1.x from eedf656470 to dd15b63c8b 2025-01-27 21:05:40 +00:00 Compare
Renovate changed title from feat(container): update image ghcr.io/immich-app/immich-server to v1.125.3 to feat(container): update image ghcr.io/immich-app/immich-server to v1.125.5 2025-01-27 21:05:45 +00:00
Renovate force-pushed renovate/ghcr.io-immich-app-immich-server-1.x from dd15b63c8b to 332bf0e8ee 2025-01-28 06:05:20 +00:00 Compare
Renovate changed title from feat(container): update image ghcr.io/immich-app/immich-server to v1.125.5 to feat(container): update image ghcr.io/immich-app/immich-server to v1.125.6 2025-01-28 06:05:22 +00:00
SeanOMik merged commit 9c19df9401 into main 2025-01-28 22:07:07 +00:00
SeanOMik deleted branch renovate/ghcr.io-immich-app-immich-server-1.x 2025-01-28 22:07:07 +00:00
Sign in to join this conversation.
No reviewers
No labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Reference: SeanOMik/k3s-cluster#697
No description provided.