Commit Graph

3430 Commits

Author SHA1 Message Date
359aaab251 Update searxng/searxng:latest Docker digest to 8345dd0 (#1981)
All checks were successful
lint-test-helm / helm-lint (push) Successful in 54s
renovate / renovate (push) Successful in 2m25s
2025-11-07 08:02:44 +00:00
7cec233e3a Update slskd/slskd Docker tag to v0.24.0 (#1965)
Some checks failed
lint-test-helm / helm-lint (push) Successful in 12s
renovate / renovate (push) Has been cancelled
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| [slskd/slskd](https://slskd.org) ([source](https://github.com/slskd/slskd)) | minor | `0.23.2` -> `0.24.0` |

---

### Release Notes

<details>
<summary>slskd/slskd (slskd/slskd)</summary>

### [`v0.24.0`](https://github.com/slskd/slskd/releases/tag/0.24.0)

[Compare Source](https://github.com/slskd/slskd/compare/0.23.2...0.24.0)

### 🔧 Transfer Overhaul

This release incorporates a ton of bug fixes and refactoring in both slskd and the underlying [Soulseek.NET](https://github.com/jpdillingham/Soulseek.NET) library with the goal of resolving 'stuck' and failing transfers (both uploads and downloads).

#### What's Changed

- fix(docs): add missing prefixes to some environment variables by [@&#8203;RalphORama](https://github.com/RalphORama) in [#&#8203;1420](https://github.com/slskd/slskd/pull/1420)
- Add telemetry module to make Prometheus metrics available in the UI by [@&#8203;jpdillingham](https://github.com/jpdillingham) in [#&#8203;1410](https://github.com/slskd/slskd/pull/1410)
- Fix debug log that displays information about migrations at startup by [@&#8203;jpdillingham](https://github.com/jpdillingham) in [#&#8203;1421](https://github.com/slskd/slskd/pull/1421)
- Refactor initialization of database connection strings by [@&#8203;jpdillingham](https://github.com/jpdillingham) in [#&#8203;1422](https://github.com/slskd/slskd/pull/1422)
- Eliminate 'magic strings' when referencing databases and connection strings by [@&#8203;jpdillingham](https://github.com/jpdillingham) in [#&#8203;1423](https://github.com/slskd/slskd/pull/1423)
- Bump Soulseek.NET to 8.0.0 by [@&#8203;jpdillingham](https://github.com/jpdillingham) in [#&#8203;1438](https://github.com/slskd/slskd/pull/1438)
- Fix bug causing 'Value cannot be null. (Parameter 'instance')' while editing a commented-out config by [@&#8203;jpdillingham](https://github.com/jpdillingham) in [#&#8203;1441](https://github.com/slskd/slskd/pull/1441)
- Bump form-data in /src/web by [@&#8203;dependabot](https://github.com/dependabot)\[bot] in [#&#8203;1439](https://github.com/slskd/slskd/pull/1439)
- Bump ws in /src/web by [@&#8203;dependabot](https://github.com/dependabot)\[bot] in [#&#8203;1440](https://github.com/slskd/slskd/pull/1440)
- Tweak how file access is handled when validating config by [@&#8203;jpdillingham](https://github.com/jpdillingham) in [#&#8203;1449](https://github.com/slskd/slskd/pull/1449)
- Refactor upload logic, splitting file enqueue and upload and adding defensive checks throughout by [@&#8203;jpdillingham](https://github.com/jpdillingham) in [#&#8203;1456](https://github.com/slskd/slskd/pull/1456)
- Refactor transfer progress update logic by [@&#8203;jpdillingham](https://github.com/jpdillingham) in [#&#8203;1457](https://github.com/slskd/slskd/pull/1457)
- Support the ability for the web interface to listen on a unix socket by [@&#8203;encode42](https://github.com/encode42) in [#&#8203;1453](https://github.com/slskd/slskd/pull/1453)
- Refine support for unix domain sockets (UDS) by [@&#8203;jpdillingham](https://github.com/jpdillingham) in [#&#8203;1458](https://github.com/slskd/slskd/pull/1458)
- Refactor download logic to split enqueue and download by [@&#8203;jpdillingham](https://github.com/jpdillingham) in [#&#8203;1462](https://github.com/slskd/slskd/pull/1462)
- Improve logging of DownloadDenied and DownloadFailed events by [@&#8203;jpdillingham](https://github.com/jpdillingham) in [#&#8203;1463](https://github.com/slskd/slskd/pull/1463)
- Bump Soulseek.NET to 8.1.2 by [@&#8203;jpdillingham](https://github.com/jpdillingham) in [#&#8203;1464](https://github.com/slskd/slskd/pull/1464)
- Enqueue files one at a time by [@&#8203;jpdillingham](https://github.com/jpdillingham) in [#&#8203;1465](https://github.com/slskd/slskd/pull/1465)
- Wait for transfer response from remote client before enqueuing the next file by [@&#8203;jpdillingham](https://github.com/jpdillingham) in [#&#8203;1467](https://github.com/slskd/slskd/pull/1467)
- Implement a number of improvements and bug fixes with download logic by [@&#8203;jpdillingham](https://github.com/jpdillingham) in [#&#8203;1472](https://github.com/slskd/slskd/pull/1472)
- Add dedicated transfer connection timeout, set server, distributed and transfer connection timeouts explicitly.  Bump Soulseek.NET to 8.4.0 by [@&#8203;jpdillingham](https://github.com/jpdillingham) in [#&#8203;1474](https://github.com/slskd/slskd/pull/1474)
- Skip transfer progress updates if a previous update is still in progress by [@&#8203;jpdillingham](https://github.com/jpdillingham) in [#&#8203;1479](https://github.com/slskd/slskd/pull/1479)
- Limit concurrent enqueue requests to 20 by [@&#8203;jpdillingham](https://github.com/jpdillingham) in [#&#8203;1480](https://github.com/slskd/slskd/pull/1480)
- Set concurrent search limit to 2 (from the default 10) by [@&#8203;jpdillingham](https://github.com/jpdillingham) in [#&#8203;1481](https://github.com/slskd/slskd/pull/1481)
- Set Unix file mode after moving downloaded files by [@&#8203;jpdillingham](https://github.com/jpdillingham) in [#&#8203;1482](https://github.com/slskd/slskd/pull/1482)
- Add rate limiting to search and download requests by [@&#8203;jpdillingham](https://github.com/jpdillingham) in [#&#8203;1483](https://github.com/slskd/slskd/pull/1483)
- Add more logging to download logic by [@&#8203;jpdillingham](https://github.com/jpdillingham) in [#&#8203;1484](https://github.com/slskd/slskd/pull/1484)
- Fix bug with Prometheus threadpool statistics by [@&#8203;jpdillingham](https://github.com/jpdillingham) in [#&#8203;1485](https://github.com/slskd/slskd/pull/1485)
- Prime message connection before enqueueing downloads locally by [@&#8203;jpdillingham](https://github.com/jpdillingham) in [#&#8203;1486](https://github.com/slskd/slskd/pull/1486)
- Temporarily disable unobserved exception logging by [@&#8203;jpdillingham](https://github.com/jpdillingham) in [#&#8203;1487](https://github.com/slskd/slskd/pull/1487)
- Refactor download logic to improve stability and improve performance by [@&#8203;jpdillingham](https://github.com/jpdillingham) in [#&#8203;1491](https://github.com/slskd/slskd/pull/1491)
- Bump Soulseek.NET to 8.5.0 by [@&#8203;jpdillingham](https://github.com/jpdillingham) in [#&#8203;1497](https://github.com/slskd/slskd/pull/1497)
- Add missing filename filter when superseding download records by [@&#8203;jpdillingham](https://github.com/jpdillingham) in [#&#8203;1500](https://github.com/slskd/slskd/pull/1500)
- Make check of index names in transfer indexes migration case insensitive by [@&#8203;jpdillingham](https://github.com/jpdillingham) in [#&#8203;1501](https://github.com/slskd/slskd/pull/1501)
- Increase concurrent download requests to 2, return enqueue results by [@&#8203;jpdillingham](https://github.com/jpdillingham) in [#&#8203;1504](https://github.com/slskd/slskd/pull/1504)

#### New Contributors

- [@&#8203;RalphORama](https://github.com/RalphORama) made their first contribution in [#&#8203;1420](https://github.com/slskd/slskd/pull/1420)
- [@&#8203;encode42](https://github.com/encode42) made their first contribution in [#&#8203;1453](https://github.com/slskd/slskd/pull/1453)

**Full Changelog**: <https://github.com/slskd/slskd/compare/0.23.2...0.24.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 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:eyJjcmVhdGVkSW5WZXIiOiI0MS4xNzEuMiIsInVwZGF0ZWRJblZlciI6IjQxLjE3MS4yIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJpbWFnZSJdfQ==-->

Reviewed-on: #1965
Co-authored-by: Renovate Bot <renovate-bot@alexlebens.net>
Co-committed-by: Renovate Bot <renovate-bot@alexlebens.net>
2025-11-06 20:57:59 +00:00
fff906f16e Update directus/directus Docker tag to v11.13.0 (#1961)
Some checks failed
lint-test-helm / helm-lint (push) Successful in 39s
renovate / renovate (push) Has been cancelled
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| [directus/directus](https://github.com/directus/directus) | minor | `11.12.0` -> `11.13.0` |

---

### Release Notes

<details>
<summary>directus/directus (directus/directus)</summary>

### [`v11.13.0`](https://github.com/directus/directus/releases/tag/v11.13.0)

[Compare Source](https://github.com/directus/directus/compare/v11.12.0...v11.13.0)

##### ⚠️ Potential Breaking Changes

**Removed non-relational types from `RELATIONAL_TYPES` constant ([#&#8203;25964](https://github.com/directus/directus/pull/25964))**
Extensions or external code using `RELATIONAL_TYPES` should note the excluded `presentation` and `group`.

**Fixed `<scope>.delete` filter hook running after permission check. Fixed keys returned by the hook not being used in place of the original keys. ([#&#8203;26034](https://github.com/directus/directus/pull/26034))**

- Keys returned by the hook are now used in place of the original keys.

- The hook will trigger regardless of user permissions. Ensure any necessary permission checks are performed prior to any data processing.

- **[@&#8203;directus/api](https://github.com/directus/api)**
  - Fixed `<scope>.delete` filter hook running after permission check. Fixed keys returned by the hook not being used in place of the original keys. ([#&#8203;26034](https://github.com/directus/directus/pull/26034) by [@&#8203;ComfortablyCoding](https://github.com/ComfortablyCoding))
  - Restricted system collection fields to only allow indexing ([#&#8203;24820](https://github.com/directus/directus/pull/24820) by [@&#8203;br41nslug](https://github.com/br41nslug))

- **[@&#8203;directus/constants](https://github.com/directus/constants)**
  - Removed non-relational types from `RELATIONAL_TYPES` constant ([#&#8203;25964](https://github.com/directus/directus/pull/25964) by [@&#8203;formfcw](https://github.com/formfcw))

- **[@&#8203;directus/extensions-sdk](https://github.com/directus/extensions-sdk)**
  - Use node exportConditions when building api extensions. See [#&#8203;25591](https://github.com/directus/directus/issues/25591) ([#&#8203;25591](https://github.com/directus/directus/pull/25591) by [@&#8203;julbd](https://github.com/julbd))

#####  New Features & Improvements

- **[@&#8203;directus/app](https://github.com/directus/app)**
  - Introduced the Content Comparison Modal for side-by-side review of version and revision changes. ([#&#8203;25782](https://github.com/directus/directus/pull/25782) by [@&#8203;robluton](https://github.com/robluton))
  - Added interface config option to control indicator appearance ([#&#8203;26086](https://github.com/directus/directus/pull/26086) by [@&#8203;formfcw](https://github.com/formfcw))
  - Added schema snapshot download button to the admin view of the studio ([#&#8203;25903](https://github.com/directus/directus/pull/25903) by [@&#8203;Nitwel](https://github.com/Nitwel))
  - Added setup flow and license agreement banner ([#&#8203;25983](https://github.com/directus/directus/pull/25983) by [@&#8203;Nitwel](https://github.com/Nitwel))
  - Added comparison indicators for group interfaces ([#&#8203;26086](https://github.com/directus/directus/pull/26086) by [@&#8203;formfcw](https://github.com/formfcw))
- **[@&#8203;directus/api](https://github.com/directus/api)**
  - Improved error reporting for data imports ([#&#8203;25862](https://github.com/directus/directus/pull/25862) by [@&#8203;gaetansenn](https://github.com/gaetansenn))
  - Added setup flow and license agreement banner ([#&#8203;25983](https://github.com/directus/directus/pull/25983) by [@&#8203;Nitwel](https://github.com/Nitwel))
  - Added support for custom metric name prefix via the `METRICS_NAME_PREFIX` environment variable ([#&#8203;25819](https://github.com/directus/directus/pull/25819) by [@&#8203;ComfortablyCoding](https://github.com/ComfortablyCoding))
  - Added retention indexes ([#&#8203;25199](https://github.com/directus/directus/pull/25199) by [@&#8203;br41nslug](https://github.com/br41nslug))
  - Added rate limiting options for sending emails ([#&#8203;25966](https://github.com/directus/directus/pull/25966) by [@&#8203;br41nslug](https://github.com/br41nslug))
  - Added support for indexes on system fields to snapshots ([#&#8203;25127](https://github.com/directus/directus/pull/25127) by [@&#8203;br41nslug](https://github.com/br41nslug))
  - Added tracking of `mcp_enabled`, `mcp_allow_deletes`, `mcp_system_prompt_enabled` and `visual_editor_urls` in telemetry reports ([#&#8203;25989](https://github.com/directus/directus/pull/25989) by [@&#8203;connorwinston](https://github.com/connorwinston))
- **[@&#8203;directus/types](https://github.com/directus/types)**
  - Added interface config option to control indicator appearance ([#&#8203;26086](https://github.com/directus/directus/pull/26086) by [@&#8203;formfcw](https://github.com/formfcw))
  - Added setup flow and license agreement banner ([#&#8203;25983](https://github.com/directus/directus/pull/25983) by [@&#8203;Nitwel](https://github.com/Nitwel))
- **[@&#8203;directus/system-data](https://github.com/directus/system-data)**
  - Added setup flow and license agreement banner ([#&#8203;25983](https://github.com/directus/directus/pull/25983) by [@&#8203;Nitwel](https://github.com/Nitwel))
- **[@&#8203;directus/env](https://github.com/directus/env)**
  - Added setup flow and license agreement banner ([#&#8203;25983](https://github.com/directus/directus/pull/25983) by [@&#8203;Nitwel](https://github.com/Nitwel))
  - Added support for custom metric name prefix via the `METRICS_NAME_PREFIX` environment variable ([#&#8203;25819](https://github.com/directus/directus/pull/25819) by [@&#8203;ComfortablyCoding](https://github.com/ComfortablyCoding))

##### 🐛 Bug Fixes & Optimizations

- **[@&#8203;directus/app](https://github.com/directus/app)**
  - Fixed user hover display on the activity item detail page ([#&#8203;25971](https://github.com/directus/directus/pull/25971) by [@&#8203;Shashank188](https://github.com/Shashank188))
  - Updated dependencies ([#&#8203;26069](https://github.com/directus/directus/pull/26069) by [@&#8203;ComfortablyCoding](https://github.com/ComfortablyCoding))
  - Migrated tus to next major version 2.3.0 ([#&#8203;25828](https://github.com/directus/directus/pull/25828) by [@&#8203;dependabot](https://github.com/dependabot))
  - Fixed comma decimal separator handling for decimal inputs ([#&#8203;25994](https://github.com/directus/directus/pull/25994) by [@&#8203;ComfortablyCoding](https://github.com/ComfortablyCoding))
  - Improved tag interface to automatically add tag when input loses focus ([#&#8203;25818](https://github.com/directus/directus/pull/25818) by [@&#8203;licitdev](https://github.com/licitdev))
  - Removed defineProps import to resolve compiler warning ([#&#8203;25944](https://github.com/directus/directus/pull/25944) by [@&#8203;formfcw](https://github.com/formfcw))
  - Fixed the dark mode visual of the block editor popover ([#&#8203;25917](https://github.com/directus/directus/pull/25917) by [@&#8203;hanneskuettner](https://github.com/hanneskuettner))
  - Updated dependencies ([#&#8203;26007](https://github.com/directus/directus/pull/26007) by [@&#8203;Nitwel](https://github.com/Nitwel))
  - Added use-flows composable and refactored flow-sidebar-detail manual flow logic ([#&#8203;25962](https://github.com/directus/directus/pull/25962) by [@&#8203;AlexGaillard](https://github.com/AlexGaillard))
  - Fixed collection not required in item operations ([#&#8203;25940](https://github.com/directus/directus/pull/25940) by [@&#8203;ComfortablyCoding](https://github.com/ComfortablyCoding))
  - Updated dependencies ([#&#8203;26009](https://github.com/directus/directus/pull/26009) by [@&#8203;ComfortablyCoding](https://github.com/ComfortablyCoding))
  - Improved error reporting for data imports ([#&#8203;25862](https://github.com/directus/directus/pull/25862) by [@&#8203;gaetansenn](https://github.com/gaetansenn))
  - Removed non-relational types from `RELATIONAL_TYPES` constant ([#&#8203;25964](https://github.com/directus/directus/pull/25964) by [@&#8203;formfcw](https://github.com/formfcw))
  - Fixed "Is one of" search failing with number values ([#&#8203;26049](https://github.com/directus/directus/pull/26049) by [@&#8203;u12206050](https://github.com/u12206050))
  - Updated happy-dom dependency from 18.0.1 to 20.0.8 ([#&#8203;26019](https://github.com/directus/directus/pull/26019) by [@&#8203;br41nslug](https://github.com/br41nslug))
  - Updated dependencies ([#&#8203;26010](https://github.com/directus/directus/pull/26010) by [@&#8203;gaetansenn](https://github.com/gaetansenn))
  - Updated dependencies ([#&#8203;26037](https://github.com/directus/directus/pull/26037) by [@&#8203;formfcw](https://github.com/formfcw))
  - Removed AI beta labels from AI module ([#&#8203;26066](https://github.com/directus/directus/pull/26066) by [@&#8203;AlexGaillard](https://github.com/AlexGaillard))
  - Fixed operation extension options when using a vue component ([#&#8203;25902](https://github.com/directus/directus/pull/25902) by [@&#8203;br41nslug](https://github.com/br41nslug))
  - Updated link for feature request ([#&#8203;26027](https://github.com/directus/directus/pull/26027) by [@&#8203;licitdev](https://github.com/licitdev))
  - Improved block editor sanitization ([#&#8203;26108](https://github.com/directus/directus/pull/26108) by [@&#8203;br41nslug](https://github.com/br41nslug))
  - Added field-level searchable option to improve search performance ([#&#8203;25970](https://github.com/directus/directus/pull/25970) by [@&#8203;PHILLIPS71](https://github.com/PHILLIPS71))
  - Updated dependencies ([#&#8203;26035](https://github.com/directus/directus/pull/26035) by [@&#8203;br41nslug](https://github.com/br41nslug))
  - Updated dependencies ([#&#8203;26018](https://github.com/directus/directus/pull/26018) by [@&#8203;AlexGaillard](https://github.com/AlexGaillard))
  - Updated dependencies ([#&#8203;26016](https://github.com/directus/directus/pull/26016) by [@&#8203;AlexGaillard](https://github.com/AlexGaillard))
- **[@&#8203;directus/api](https://github.com/directus/api)**
  - Updated dependencies ([#&#8203;26069](https://github.com/directus/directus/pull/26069) by [@&#8203;ComfortablyCoding](https://github.com/ComfortablyCoding))
  - Migrated tus to next major version 2.3.0 ([#&#8203;25828](https://github.com/directus/directus/pull/25828) by [@&#8203;dependabot](https://github.com/dependabot))
  - Updated dependencies ([#&#8203;26007](https://github.com/directus/directus/pull/26007) by [@&#8203;Nitwel](https://github.com/Nitwel))
  - Updated dependencies ([#&#8203;26009](https://github.com/directus/directus/pull/26009) by [@&#8203;ComfortablyCoding](https://github.com/ComfortablyCoding))
  - Updated dependencies ([#&#8203;26010](https://github.com/directus/directus/pull/26010) by [@&#8203;gaetansenn](https://github.com/gaetansenn))
  - Added field-level searchable option to improve search performance ([#&#8203;25970](https://github.com/directus/directus/pull/25970) by [@&#8203;PHILLIPS71](https://github.com/PHILLIPS71))
  - Updated dependencies ([#&#8203;26035](https://github.com/directus/directus/pull/26035) by [@&#8203;br41nslug](https://github.com/br41nslug))
  - Updated dependencies ([#&#8203;26018](https://github.com/directus/directus/pull/26018) by [@&#8203;AlexGaillard](https://github.com/AlexGaillard))
  - Updated dependencies ([#&#8203;26016](https://github.com/directus/directus/pull/26016) by [@&#8203;AlexGaillard](https://github.com/AlexGaillard))
  - Added `directus_comments` and `directus_extensions` to websocket subscriptions ([#&#8203;25464](https://github.com/directus/directus/pull/25464) by [@&#8203;ComfortablyCoding](https://github.com/ComfortablyCoding))
  - Updated searchable fields ([#&#8203;26111](https://github.com/directus/directus/pull/26111) by [@&#8203;br41nslug](https://github.com/br41nslug))
  - Added support for MSSQL tables with triggers ([#&#8203;25881](https://github.com/directus/directus/pull/25881) by [@&#8203;gaetansenn](https://github.com/gaetansenn))
  - Fixed content versioning for singleton collections ([#&#8203;25931](https://github.com/directus/directus/pull/25931) by [@&#8203;Nitwel](https://github.com/Nitwel))
  - Upgraded p-limit dependency from 6.2.0 to 7.1.1 ([#&#8203;25831](https://github.com/directus/directus/pull/25831) by [@&#8203;dependabot](https://github.com/dependabot))
  - Fixed health check file name changing on every health check report ([#&#8203;25819](https://github.com/directus/directus/pull/25819) by [@&#8203;ComfortablyCoding](https://github.com/ComfortablyCoding))
  - Removed implicit primaryKey permission for non relational meta queries ([#&#8203;25362](https://github.com/directus/directus/pull/25362) by [@&#8203;ComfortablyCoding](https://github.com/ComfortablyCoding))
  - Added determenistic sql aliases ([#&#8203;25860](https://github.com/directus/directus/pull/25860) by [@&#8203;u12206050](https://github.com/u12206050))
  - Fixed requesting a versioned item with the 'main' keyword returning forbidden ([#&#8203;25986](https://github.com/directus/directus/pull/25986) by [@&#8203;Nitwel](https://github.com/Nitwel))
  - Updated tar dependency from 7.5.1 to 7.5.2 ([#&#8203;26080](https://github.com/directus/directus/pull/26080) by [@&#8203;dependabot](https://github.com/dependabot))
  - Improved error consistency ([#&#8203;26109](https://github.com/directus/directus/pull/26109) by [@&#8203;br41nslug](https://github.com/br41nslug))
  - Fixed aggregate filtering of M2A fields in GraphQL ([#&#8203;25976](https://github.com/directus/directus/pull/25976) by [@&#8203;ComfortablyCoding](https://github.com/ComfortablyCoding))
  - Fixed MCP item tool aggregation ([#&#8203;25915](https://github.com/directus/directus/pull/25915) by [@&#8203;ComfortablyCoding](https://github.com/ComfortablyCoding))
  - Fixed metric test file name changing on every metric generation ([#&#8203;25819](https://github.com/directus/directus/pull/25819) by [@&#8203;ComfortablyCoding](https://github.com/ComfortablyCoding))
  - Added permissions cleanup on fields ([#&#8203;26110](https://github.com/directus/directus/pull/26110) by [@&#8203;br41nslug](https://github.com/br41nslug))
  - Replaced `node-schedule` with `cron` ([#&#8203;25874](https://github.com/directus/directus/pull/25874) by [@&#8203;gaetansenn](https://github.com/gaetansenn))
  - Updated auth drivers to fetch the latest schema on each request ([#&#8203;25949](https://github.com/directus/directus/pull/25949) by [@&#8203;gaetansenn](https://github.com/gaetansenn))
  - Fixed deep filtering of M2A fields in GraphQL ([#&#8203;25895](https://github.com/directus/directus/pull/25895) by [@&#8203;ComfortablyCoding](https://github.com/ComfortablyCoding))
  - Upgraded `tar-fs` dependency from 2.1.3 to 2.1.4 ([#&#8203;25958](https://github.com/directus/directus/pull/25958) by [@&#8203;br41nslug](https://github.com/br41nslug))
  - Added indexing parameters to the SDK and GraphQL ([#&#8203;25199](https://github.com/directus/directus/pull/25199) by [@&#8203;br41nslug](https://github.com/br41nslug))
- **[@&#8203;directus/composables](https://github.com/directus/composables)**
  - Updated dependencies ([#&#8203;26069](https://github.com/directus/directus/pull/26069) by [@&#8203;ComfortablyCoding](https://github.com/ComfortablyCoding))
  - Updated dependencies ([#&#8203;26007](https://github.com/directus/directus/pull/26007) by [@&#8203;Nitwel](https://github.com/Nitwel))
  - Updated dependencies ([#&#8203;26009](https://github.com/directus/directus/pull/26009) by [@&#8203;ComfortablyCoding](https://github.com/ComfortablyCoding))
  - Updated happy-dom dependency from 18.0.1 to 20.0.8 ([#&#8203;26019](https://github.com/directus/directus/pull/26019) by [@&#8203;br41nslug](https://github.com/br41nslug))
  - Updated dependencies ([#&#8203;26010](https://github.com/directus/directus/pull/26010) by [@&#8203;gaetansenn](https://github.com/gaetansenn))
  - Added field-level searchable option to improve search performance ([#&#8203;25970](https://github.com/directus/directus/pull/25970) by [@&#8203;PHILLIPS71](https://github.com/PHILLIPS71))
  - Updated dependencies ([#&#8203;26035](https://github.com/directus/directus/pull/26035) by [@&#8203;br41nslug](https://github.com/br41nslug))
  - Updated dependencies ([#&#8203;26018](https://github.com/directus/directus/pull/26018) by [@&#8203;AlexGaillard](https://github.com/AlexGaillard))
  - Updated dependencies ([#&#8203;26016](https://github.com/directus/directus/pull/26016) by [@&#8203;AlexGaillard](https://github.com/AlexGaillard))
- **[@&#8203;directus/constants](https://github.com/directus/constants)**
  - Updated dependencies ([#&#8203;26069](https://github.com/directus/directus/pull/26069) by [@&#8203;ComfortablyCoding](https://github.com/ComfortablyCoding))
  - Updated dependencies ([#&#8203;26010](https://github.com/directus/directus/pull/26010) by [@&#8203;gaetansenn](https://github.com/gaetansenn))
  - Added field-level searchable option to improve search performance ([#&#8203;25970](https://github.com/directus/directus/pull/25970) by [@&#8203;PHILLIPS71](https://github.com/PHILLIPS71))
- **create-directus-extension**
  - Updated dependencies ([#&#8203;26069](https://github.com/directus/directus/pull/26069) by [@&#8203;ComfortablyCoding](https://github.com/ComfortablyCoding))
  - Updated dependencies ([#&#8203;26007](https://github.com/directus/directus/pull/26007) by [@&#8203;Nitwel](https://github.com/Nitwel))
  - Updated dependencies ([#&#8203;26009](https://github.com/directus/directus/pull/26009) by [@&#8203;ComfortablyCoding](https://github.com/ComfortablyCoding))
  - Updated dependencies ([#&#8203;26010](https://github.com/directus/directus/pull/26010) by [@&#8203;gaetansenn](https://github.com/gaetansenn))
  - Updated dependencies ([#&#8203;26035](https://github.com/directus/directus/pull/26035) by [@&#8203;br41nslug](https://github.com/br41nslug))
  - Updated dependencies ([#&#8203;26018](https://github.com/directus/directus/pull/26018) by [@&#8203;AlexGaillard](https://github.com/AlexGaillard))
  - Updated dependencies ([#&#8203;26016](https://github.com/directus/directus/pull/26016) by [@&#8203;AlexGaillard](https://github.com/AlexGaillard))
- **create-directus-project**
  - Updated dependencies ([#&#8203;26069](https://github.com/directus/directus/pull/26069) by [@&#8203;ComfortablyCoding](https://github.com/ComfortablyCoding))
  - Updated dependencies ([#&#8203;26009](https://github.com/directus/directus/pull/26009) by [@&#8203;ComfortablyCoding](https://github.com/ComfortablyCoding))
  - Updated dependencies ([#&#8203;26010](https://github.com/directus/directus/pull/26010) by [@&#8203;gaetansenn](https://github.com/gaetansenn))
  - Updated dependencies ([#&#8203;26035](https://github.com/directus/directus/pull/26035) by [@&#8203;br41nslug](https://github.com/br41nslug))
- **[@&#8203;directus/env](https://github.com/directus/env)**
  - Updated dependencies ([#&#8203;26069](https://github.com/directus/directus/pull/26069) by [@&#8203;ComfortablyCoding](https://github.com/ComfortablyCoding))
  - Updated dependencies ([#&#8203;26007](https://github.com/directus/directus/pull/26007) by [@&#8203;Nitwel](https://github.com/Nitwel))
  - Improved error reporting for data imports ([#&#8203;25862](https://github.com/directus/directus/pull/25862) by [@&#8203;gaetansenn](https://github.com/gaetansenn))
  - Updated dependencies ([#&#8203;26010](https://github.com/directus/directus/pull/26010) by [@&#8203;gaetansenn](https://github.com/gaetansenn))
  - Updated dependencies ([#&#8203;26035](https://github.com/directus/directus/pull/26035) by [@&#8203;br41nslug](https://github.com/br41nslug))
  - Updated dependencies ([#&#8203;26016](https://github.com/directus/directus/pull/26016) by [@&#8203;AlexGaillard](https://github.com/AlexGaillard))
  - Added rate limiting options for sending emails ([#&#8203;25966](https://github.com/directus/directus/pull/25966) by [@&#8203;br41nslug](https://github.com/br41nslug))
- **[@&#8203;directus/errors](https://github.com/directus/errors)**
  - Updated dependencies ([#&#8203;26069](https://github.com/directus/directus/pull/26069) by [@&#8203;ComfortablyCoding](https://github.com/ComfortablyCoding))
  - Updated dependencies ([#&#8203;26007](https://github.com/directus/directus/pull/26007) by [@&#8203;Nitwel](https://github.com/Nitwel))
  - Updated dependencies ([#&#8203;26010](https://github.com/directus/directus/pull/26010) by [@&#8203;gaetansenn](https://github.com/gaetansenn))
  - Updated dependencies ([#&#8203;26035](https://github.com/directus/directus/pull/26035) by [@&#8203;br41nslug](https://github.com/br41nslug))
  - Updated dependencies ([#&#8203;26016](https://github.com/directus/directus/pull/26016) by [@&#8203;AlexGaillard](https://github.com/AlexGaillard))
  - Added rate limiting options for sending emails ([#&#8203;25966](https://github.com/directus/directus/pull/25966) by [@&#8203;br41nslug](https://github.com/br41nslug))
- **[@&#8203;directus/extensions](https://github.com/directus/extensions)**
  - Updated dependencies ([#&#8203;26069](https://github.com/directus/directus/pull/26069) by [@&#8203;ComfortablyCoding](https://github.com/ComfortablyCoding))
  - Updated dependencies ([#&#8203;26007](https://github.com/directus/directus/pull/26007) by [@&#8203;Nitwel](https://github.com/Nitwel))
  - Updated dependencies ([#&#8203;26010](https://github.com/directus/directus/pull/26010) by [@&#8203;gaetansenn](https://github.com/gaetansenn))
  - Updated dependencies ([#&#8203;26035](https://github.com/directus/directus/pull/26035) by [@&#8203;br41nslug](https://github.com/br41nslug))
  - Updated dependencies ([#&#8203;26016](https://github.com/directus/directus/pull/26016) by [@&#8203;AlexGaillard](https://github.com/AlexGaillard))
- **[@&#8203;directus/extensions-registry](https://github.com/directus/extensions-registry)**
  - Updated dependencies ([#&#8203;26069](https://github.com/directus/directus/pull/26069) by [@&#8203;ComfortablyCoding](https://github.com/ComfortablyCoding))
  - Updated dependencies ([#&#8203;26007](https://github.com/directus/directus/pull/26007) by [@&#8203;Nitwel](https://github.com/Nitwel))
  - Updated dependencies ([#&#8203;26010](https://github.com/directus/directus/pull/26010) by [@&#8203;gaetansenn](https://github.com/gaetansenn))
  - Updated dependencies ([#&#8203;26035](https://github.com/directus/directus/pull/26035) by [@&#8203;br41nslug](https://github.com/br41nslug))
  - Updated dependencies ([#&#8203;26016](https://github.com/directus/directus/pull/26016) by [@&#8203;AlexGaillard](https://github.com/AlexGaillard))
- **[@&#8203;directus/extensions-sdk](https://github.com/directus/extensions-sdk)**
  - Updated dependencies ([#&#8203;26069](https://github.com/directus/directus/pull/26069) by [@&#8203;ComfortablyCoding](https://github.com/ComfortablyCoding))
  - Updated dependencies ([#&#8203;26007](https://github.com/directus/directus/pull/26007) by [@&#8203;Nitwel](https://github.com/Nitwel))
  - Updated dependencies ([#&#8203;26009](https://github.com/directus/directus/pull/26009) by [@&#8203;ComfortablyCoding](https://github.com/ComfortablyCoding))
  - Updated dependencies ([#&#8203;26010](https://github.com/directus/directus/pull/26010) by [@&#8203;gaetansenn](https://github.com/gaetansenn))
  - Updated dependencies ([#&#8203;26035](https://github.com/directus/directus/pull/26035) by [@&#8203;br41nslug](https://github.com/br41nslug))
  - Updated dependencies ([#&#8203;26018](https://github.com/directus/directus/pull/26018) by [@&#8203;AlexGaillard](https://github.com/AlexGaillard))
  - Updated dependencies ([#&#8203;26016](https://github.com/directus/directus/pull/26016) by [@&#8203;AlexGaillard](https://github.com/AlexGaillard))
- **[@&#8203;directus/format-title](https://github.com/directus/format-title)**
  - Updated dependencies ([#&#8203;26069](https://github.com/directus/directus/pull/26069) by [@&#8203;ComfortablyCoding](https://github.com/ComfortablyCoding))
  - Updated dependencies ([#&#8203;26010](https://github.com/directus/directus/pull/26010) by [@&#8203;gaetansenn](https://github.com/gaetansenn))
- **[@&#8203;directus/memory](https://github.com/directus/memory)**
  - Updated dependencies ([#&#8203;26069](https://github.com/directus/directus/pull/26069) by [@&#8203;ComfortablyCoding](https://github.com/ComfortablyCoding))
  - Updated dependencies ([#&#8203;26007](https://github.com/directus/directus/pull/26007) by [@&#8203;Nitwel](https://github.com/Nitwel))
  - Updated dependencies ([#&#8203;26010](https://github.com/directus/directus/pull/26010) by [@&#8203;gaetansenn](https://github.com/gaetansenn))
  - Updated dependencies ([#&#8203;26035](https://github.com/directus/directus/pull/26035) by [@&#8203;br41nslug](https://github.com/br41nslug))
  - Updated dependencies ([#&#8203;26016](https://github.com/directus/directus/pull/26016) by [@&#8203;AlexGaillard](https://github.com/AlexGaillard))
- **[@&#8203;directus/pressure](https://github.com/directus/pressure)**
  - Updated dependencies ([#&#8203;26069](https://github.com/directus/directus/pull/26069) by [@&#8203;ComfortablyCoding](https://github.com/ComfortablyCoding))
  - Updated dependencies ([#&#8203;26007](https://github.com/directus/directus/pull/26007) by [@&#8203;Nitwel](https://github.com/Nitwel))
  - Updated dependencies ([#&#8203;26010](https://github.com/directus/directus/pull/26010) by [@&#8203;gaetansenn](https://github.com/gaetansenn))
  - Updated dependencies ([#&#8203;26035](https://github.com/directus/directus/pull/26035) by [@&#8203;br41nslug](https://github.com/br41nslug))
  - Updated dependencies ([#&#8203;26016](https://github.com/directus/directus/pull/26016) by [@&#8203;AlexGaillard](https://github.com/AlexGaillard))
- **[@&#8203;directus/release-notes-generator](https://github.com/directus/release-notes-generator)**
  - Updated dependencies ([#&#8203;26069](https://github.com/directus/directus/pull/26069) by [@&#8203;ComfortablyCoding](https://github.com/ComfortablyCoding))
  - Updated dependencies ([#&#8203;26007](https://github.com/directus/directus/pull/26007) by [@&#8203;Nitwel](https://github.com/Nitwel))
  - Updated dependencies ([#&#8203;26010](https://github.com/directus/directus/pull/26010) by [@&#8203;gaetansenn](https://github.com/gaetansenn))
- **[@&#8203;directus/schema](https://github.com/directus/schema)**
  - Updated dependencies ([#&#8203;26069](https://github.com/directus/directus/pull/26069) by [@&#8203;ComfortablyCoding](https://github.com/ComfortablyCoding))
  - Updated dependencies ([#&#8203;26010](https://github.com/directus/directus/pull/26010) by [@&#8203;gaetansenn](https://github.com/gaetansenn))
- **[@&#8203;directus/schema-builder](https://github.com/directus/schema-builder)**
  - Updated dependencies ([#&#8203;26069](https://github.com/directus/directus/pull/26069) by [@&#8203;ComfortablyCoding](https://github.com/ComfortablyCoding))
  - Updated dependencies ([#&#8203;26007](https://github.com/directus/directus/pull/26007) by [@&#8203;Nitwel](https://github.com/Nitwel))
  - Updated dependencies ([#&#8203;26010](https://github.com/directus/directus/pull/26010) by [@&#8203;gaetansenn](https://github.com/gaetansenn))
  - Added field-level searchable option to improve search performance ([#&#8203;25970](https://github.com/directus/directus/pull/25970) by [@&#8203;PHILLIPS71](https://github.com/PHILLIPS71))
  - Updated dependencies ([#&#8203;26035](https://github.com/directus/directus/pull/26035) by [@&#8203;br41nslug](https://github.com/br41nslug))
  - Updated dependencies ([#&#8203;26016](https://github.com/directus/directus/pull/26016) by [@&#8203;AlexGaillard](https://github.com/AlexGaillard))
- **[@&#8203;directus/storage](https://github.com/directus/storage)**
  - Updated dependencies ([#&#8203;26069](https://github.com/directus/directus/pull/26069) by [@&#8203;ComfortablyCoding](https://github.com/ComfortablyCoding))
  - Updated dependencies ([#&#8203;26007](https://github.com/directus/directus/pull/26007) by [@&#8203;Nitwel](https://github.com/Nitwel))
  - Updated dependencies ([#&#8203;26010](https://github.com/directus/directus/pull/26010) by [@&#8203;gaetansenn](https://github.com/gaetansenn))
  - Updated dependencies ([#&#8203;26035](https://github.com/directus/directus/pull/26035) by [@&#8203;br41nslug](https://github.com/br41nslug))
  - Updated dependencies ([#&#8203;26016](https://github.com/directus/directus/pull/26016) by [@&#8203;AlexGaillard](https://github.com/AlexGaillard))
- **[@&#8203;directus/storage-driver-azure](https://github.com/directus/storage-driver-azure)**
  - Updated dependencies ([#&#8203;26069](https://github.com/directus/directus/pull/26069) by [@&#8203;ComfortablyCoding](https://github.com/ComfortablyCoding))
  - Updated dependencies ([#&#8203;26007](https://github.com/directus/directus/pull/26007) by [@&#8203;Nitwel](https://github.com/Nitwel))
  - Updated dependencies ([#&#8203;26009](https://github.com/directus/directus/pull/26009) by [@&#8203;ComfortablyCoding](https://github.com/ComfortablyCoding))
  - Updated dependencies ([#&#8203;26010](https://github.com/directus/directus/pull/26010) by [@&#8203;gaetansenn](https://github.com/gaetansenn))
  - Updated dependencies ([#&#8203;26035](https://github.com/directus/directus/pull/26035) by [@&#8203;br41nslug](https://github.com/br41nslug))
  - Updated dependencies ([#&#8203;26016](https://github.com/directus/directus/pull/26016) by [@&#8203;AlexGaillard](https://github.com/AlexGaillard))
- **[@&#8203;directus/storage-driver-cloudinary](https://github.com/directus/storage-driver-cloudinary)**
  - Updated dependencies ([#&#8203;26069](https://github.com/directus/directus/pull/26069) by [@&#8203;ComfortablyCoding](https://github.com/ComfortablyCoding))
  - Updated dependencies ([#&#8203;26007](https://github.com/directus/directus/pull/26007) by [@&#8203;Nitwel](https://github.com/Nitwel))
  - Updated dependencies ([#&#8203;26010](https://github.com/directus/directus/pull/26010) by [@&#8203;gaetansenn](https://github.com/gaetansenn))
  - Updated dependencies ([#&#8203;26035](https://github.com/directus/directus/pull/26035) by [@&#8203;br41nslug](https://github.com/br41nslug))
  - Updated dependencies ([#&#8203;26016](https://github.com/directus/directus/pull/26016) by [@&#8203;AlexGaillard](https://github.com/AlexGaillard))
- **[@&#8203;directus/storage-driver-gcs](https://github.com/directus/storage-driver-gcs)**
  - Updated dependencies ([#&#8203;26069](https://github.com/directus/directus/pull/26069) by [@&#8203;ComfortablyCoding](https://github.com/ComfortablyCoding))
  - Updated dependencies ([#&#8203;26007](https://github.com/directus/directus/pull/26007) by [@&#8203;Nitwel](https://github.com/Nitwel))
  - Updated dependencies ([#&#8203;26009](https://github.com/directus/directus/pull/26009) by [@&#8203;ComfortablyCoding](https://github.com/ComfortablyCoding))
  - Updated dependencies ([#&#8203;26010](https://github.com/directus/directus/pull/26010) by [@&#8203;gaetansenn](https://github.com/gaetansenn))
  - Updated dependencies ([#&#8203;26035](https://github.com/directus/directus/pull/26035) by [@&#8203;br41nslug](https://github.com/br41nslug))
  - Updated dependencies ([#&#8203;26016](https://github.com/directus/directus/pull/26016) by [@&#8203;AlexGaillard](https://github.com/AlexGaillard))
- **[@&#8203;directus/storage-driver-local](https://github.com/directus/storage-driver-local)**
  - Updated dependencies ([#&#8203;26069](https://github.com/directus/directus/pull/26069) by [@&#8203;ComfortablyCoding](https://github.com/ComfortablyCoding))
  - Updated dependencies ([#&#8203;26007](https://github.com/directus/directus/pull/26007) by [@&#8203;Nitwel](https://github.com/Nitwel))
  - Updated dependencies ([#&#8203;26010](https://github.com/directus/directus/pull/26010) by [@&#8203;gaetansenn](https://github.com/gaetansenn))
  - Updated dependencies ([#&#8203;26035](https://github.com/directus/directus/pull/26035) by [@&#8203;br41nslug](https://github.com/br41nslug))
  - Updated dependencies ([#&#8203;26016](https://github.com/directus/directus/pull/26016) by [@&#8203;AlexGaillard](https://github.com/AlexGaillard))
- **[@&#8203;directus/storage-driver-s3](https://github.com/directus/storage-driver-s3)**
  - Updated dependencies ([#&#8203;26069](https://github.com/directus/directus/pull/26069) by [@&#8203;ComfortablyCoding](https://github.com/ComfortablyCoding))
  - Updated dependencies ([#&#8203;26007](https://github.com/directus/directus/pull/26007) by [@&#8203;Nitwel](https://github.com/Nitwel))
  - Updated dependencies ([#&#8203;26009](https://github.com/directus/directus/pull/26009) by [@&#8203;ComfortablyCoding](https://github.com/ComfortablyCoding))
  - Updated dependencies ([#&#8203;26010](https://github.com/directus/directus/pull/26010) by [@&#8203;gaetansenn](https://github.com/gaetansenn))
  - Updated dependencies ([#&#8203;26016](https://github.com/directus/directus/pull/26016) by [@&#8203;AlexGaillard](https://github.com/AlexGaillard))
- **[@&#8203;directus/storage-driver-supabase](https://github.com/directus/storage-driver-supabase)**
  - Updated dependencies ([#&#8203;26069](https://github.com/directus/directus/pull/26069) by [@&#8203;ComfortablyCoding](https://github.com/ComfortablyCoding))
  - Updated dependencies ([#&#8203;26007](https://github.com/directus/directus/pull/26007) by [@&#8203;Nitwel](https://github.com/Nitwel))
  - Updated dependencies ([#&#8203;26009](https://github.com/directus/directus/pull/26009) by [@&#8203;ComfortablyCoding](https://github.com/ComfortablyCoding))
  - Updated dependencies ([#&#8203;26010](https://github.com/directus/directus/pull/26010) by [@&#8203;gaetansenn](https://github.com/gaetansenn))
  - Updated dependencies ([#&#8203;26035](https://github.com/directus/directus/pull/26035) by [@&#8203;br41nslug](https://github.com/br41nslug))
  - Updated dependencies ([#&#8203;26016](https://github.com/directus/directus/pull/26016) by [@&#8203;AlexGaillard](https://github.com/AlexGaillard))
  - Fixed Supabase storage driver file uploads and improved error handling ([#&#8203;25883](https://github.com/directus/directus/pull/25883) by [@&#8203;gaetansenn](https://github.com/gaetansenn))
- **[@&#8203;directus/stores](https://github.com/directus/stores)**
  - Updated dependencies ([#&#8203;26069](https://github.com/directus/directus/pull/26069) by [@&#8203;ComfortablyCoding](https://github.com/ComfortablyCoding))
  - Updated dependencies ([#&#8203;26007](https://github.com/directus/directus/pull/26007) by [@&#8203;Nitwel](https://github.com/Nitwel))
  - Updated dependencies ([#&#8203;26010](https://github.com/directus/directus/pull/26010) by [@&#8203;gaetansenn](https://github.com/gaetansenn))
  - Updated dependencies ([#&#8203;26018](https://github.com/directus/directus/pull/26018) by [@&#8203;AlexGaillard](https://github.com/AlexGaillard))
  - Updated dependencies ([#&#8203;26016](https://github.com/directus/directus/pull/26016) by [@&#8203;AlexGaillard](https://github.com/AlexGaillard))
- **[@&#8203;directus/system-data](https://github.com/directus/system-data)**
  - Updated dependencies ([#&#8203;26069](https://github.com/directus/directus/pull/26069) by [@&#8203;ComfortablyCoding](https://github.com/ComfortablyCoding))
  - Updated dependencies ([#&#8203;26010](https://github.com/directus/directus/pull/26010) by [@&#8203;gaetansenn](https://github.com/gaetansenn))
  - Added field-level searchable option to improve search performance ([#&#8203;25970](https://github.com/directus/directus/pull/25970) by [@&#8203;PHILLIPS71](https://github.com/PHILLIPS71))
  - Updated dependencies ([#&#8203;26035](https://github.com/directus/directus/pull/26035) by [@&#8203;br41nslug](https://github.com/br41nslug))
  - Added retention indexes ([#&#8203;25199](https://github.com/directus/directus/pull/25199) by [@&#8203;br41nslug](https://github.com/br41nslug))
  - Restricted system collection fields to only allow indexing ([#&#8203;24820](https://github.com/directus/directus/pull/24820) by [@&#8203;br41nslug](https://github.com/br41nslug))
  - Added support for indexes on system fields to snapshots ([#&#8203;25127](https://github.com/directus/directus/pull/25127) by [@&#8203;br41nslug](https://github.com/br41nslug))
- **[@&#8203;directus/themes](https://github.com/directus/themes)**
  - Updated dependencies ([#&#8203;26069](https://github.com/directus/directus/pull/26069) by [@&#8203;ComfortablyCoding](https://github.com/ComfortablyCoding))
  - Updated dependencies ([#&#8203;26007](https://github.com/directus/directus/pull/26007) by [@&#8203;Nitwel](https://github.com/Nitwel))
  - Updated dependencies ([#&#8203;26010](https://github.com/directus/directus/pull/26010) by [@&#8203;gaetansenn](https://github.com/gaetansenn))
  - Updated dependencies ([#&#8203;26035](https://github.com/directus/directus/pull/26035) by [@&#8203;br41nslug](https://github.com/br41nslug))
  - Updated dependencies ([#&#8203;26016](https://github.com/directus/directus/pull/26016) by [@&#8203;AlexGaillard](https://github.com/AlexGaillard))
- **[@&#8203;directus/types](https://github.com/directus/types)**
  - Updated dependencies ([#&#8203;26069](https://github.com/directus/directus/pull/26069) by [@&#8203;ComfortablyCoding](https://github.com/ComfortablyCoding))
  - Updated dependencies ([#&#8203;26007](https://github.com/directus/directus/pull/26007) by [@&#8203;Nitwel](https://github.com/Nitwel))
  - Removed non-relational types from `RELATIONAL_TYPES` constant ([#&#8203;25964](https://github.com/directus/directus/pull/25964) by [@&#8203;formfcw](https://github.com/formfcw))
  - Updated dependencies ([#&#8203;26010](https://github.com/directus/directus/pull/26010) by [@&#8203;gaetansenn](https://github.com/gaetansenn))
  - Added field-level searchable option to improve search performance ([#&#8203;25970](https://github.com/directus/directus/pull/25970) by [@&#8203;PHILLIPS71](https://github.com/PHILLIPS71))
  - Updated dependencies ([#&#8203;26035](https://github.com/directus/directus/pull/26035) by [@&#8203;br41nslug](https://github.com/br41nslug))
  - Updated dependencies ([#&#8203;26016](https://github.com/directus/directus/pull/26016) by [@&#8203;AlexGaillard](https://github.com/AlexGaillard))
  - Added retention indexes ([#&#8203;25199](https://github.com/directus/directus/pull/25199) by [@&#8203;br41nslug](https://github.com/br41nslug))
  - Added rate limiting options for sending emails ([#&#8203;25966](https://github.com/directus/directus/pull/25966) by [@&#8203;br41nslug](https://github.com/br41nslug))
  - Added support for indexes on system fields to snapshots ([#&#8203;25127](https://github.com/directus/directus/pull/25127) by [@&#8203;br41nslug](https://github.com/br41nslug))
- **[@&#8203;directus/update-check](https://github.com/directus/update-check)**
  - Updated dependencies ([#&#8203;26069](https://github.com/directus/directus/pull/26069) by [@&#8203;ComfortablyCoding](https://github.com/ComfortablyCoding))
  - Updated dependencies ([#&#8203;26007](https://github.com/directus/directus/pull/26007) by [@&#8203;Nitwel](https://github.com/Nitwel))
  - Updated dependencies ([#&#8203;26009](https://github.com/directus/directus/pull/26009) by [@&#8203;ComfortablyCoding](https://github.com/ComfortablyCoding))
  - Updated dependencies ([#&#8203;26010](https://github.com/directus/directus/pull/26010) by [@&#8203;gaetansenn](https://github.com/gaetansenn))
  - Updated dependencies ([#&#8203;26035](https://github.com/directus/directus/pull/26035) by [@&#8203;br41nslug](https://github.com/br41nslug))
- **[@&#8203;directus/utils](https://github.com/directus/utils)**
  - Updated dependencies ([#&#8203;26069](https://github.com/directus/directus/pull/26069) by [@&#8203;ComfortablyCoding](https://github.com/ComfortablyCoding))
  - Updated dependencies ([#&#8203;26007](https://github.com/directus/directus/pull/26007) by [@&#8203;Nitwel](https://github.com/Nitwel))
  - Updated dependencies ([#&#8203;26010](https://github.com/directus/directus/pull/26010) by [@&#8203;gaetansenn](https://github.com/gaetansenn))
  - Updated dependencies ([#&#8203;26035](https://github.com/directus/directus/pull/26035) by [@&#8203;br41nslug](https://github.com/br41nslug))
  - Updated dependencies ([#&#8203;26016](https://github.com/directus/directus/pull/26016) by [@&#8203;AlexGaillard](https://github.com/AlexGaillard))
- **[@&#8203;directus/validation](https://github.com/directus/validation)**
  - Updated dependencies ([#&#8203;26069](https://github.com/directus/directus/pull/26069) by [@&#8203;ComfortablyCoding](https://github.com/ComfortablyCoding))
  - Updated dependencies ([#&#8203;26007](https://github.com/directus/directus/pull/26007) by [@&#8203;Nitwel](https://github.com/Nitwel))
  - Improved error reporting for data imports ([#&#8203;25862](https://github.com/directus/directus/pull/25862) by [@&#8203;gaetansenn](https://github.com/gaetansenn))
  - Updated dependencies ([#&#8203;26010](https://github.com/directus/directus/pull/26010) by [@&#8203;gaetansenn](https://github.com/gaetansenn))
  - Updated dependencies ([#&#8203;26035](https://github.com/directus/directus/pull/26035) by [@&#8203;br41nslug](https://github.com/br41nslug))
  - Updated dependencies ([#&#8203;26016](https://github.com/directus/directus/pull/26016) by [@&#8203;AlexGaillard](https://github.com/AlexGaillard))
- **[@&#8203;directus/sdk](https://github.com/directus/sdk)**
  - Updated dependencies ([#&#8203;26069](https://github.com/directus/directus/pull/26069) by [@&#8203;ComfortablyCoding](https://github.com/ComfortablyCoding))
  - Updated dependencies ([#&#8203;26010](https://github.com/directus/directus/pull/26010) by [@&#8203;gaetansenn](https://github.com/gaetansenn))
  - Updated dependencies ([#&#8203;26035](https://github.com/directus/directus/pull/26035) by [@&#8203;br41nslug](https://github.com/br41nslug))
  - Added retention indexes ([#&#8203;25199](https://github.com/directus/directus/pull/25199) by [@&#8203;br41nslug](https://github.com/br41nslug))
  - Added indexing parameters to the SDK and GraphQL ([#&#8203;25199](https://github.com/directus/directus/pull/25199) by [@&#8203;br41nslug](https://github.com/br41nslug))
  - Fixed SDK types for creating and updating with nested relational items ([#&#8203;25835](https://github.com/directus/directus/pull/25835) by [@&#8203;HPaulson](https://github.com/HPaulson))
  - Added the updateCommentsBatch function to the SDK ([#&#8203;25866](https://github.com/directus/directus/pull/25866) by [@&#8203;br41nslug](https://github.com/br41nslug))
  - Added the `updateFields` function to the SDK ([#&#8203;25889](https://github.com/directus/directus/pull/25889) by [@&#8203;br41nslug](https://github.com/br41nslug))
  - Added a connect timeout option to the sdk realtime configuration options ([#&#8203;25349](https://github.com/directus/directus/pull/25349) by [@&#8203;ComfortablyCoding](https://github.com/ComfortablyCoding))
  - Fixed skipping properties with `undefined` value in SDK query parsing ([#&#8203;25952](https://github.com/directus/directus/pull/25952) by [@&#8203;br41nslug](https://github.com/br41nslug))

##### ⬆️ Dependency Updates

- **[@&#8203;aws-sdk/client-s3](https://github.com/aws-sdk/client-s3)**: `3.858.0` → `3.918.0`
- **[@&#8203;aws-sdk/client-sesv2](https://github.com/aws-sdk/client-sesv2)**: `3.864.0` → `3.918.0`
- **[@&#8203;aws-sdk/lib-storage](https://github.com/aws-sdk/lib-storage)**: `3.858.0` → `3.918.0`
- **[@&#8203;azure/storage-blob](https://github.com/azure/storage-blob)**: `12.28.0` → `12.29.1`
- **[@&#8203;changesets/cli](https://github.com/changesets/cli)**: `2.29.5` → `2.29.7`
- **[@&#8203;editorjs/attaches](https://github.com/editorjs/attaches)**: `1.3.0` → `1.3.2`
- **[@&#8203;editorjs/editorjs](https://github.com/editorjs/editorjs)**: `2.30.8` → `2.31.0`
- **[@&#8203;eslint/js](https://github.com/eslint/js)**: `9.32.0` → `9.38.0`
- **[@&#8203;fullcalendar/core](https://github.com/fullcalendar/core)**: `6.1.18` → `6.1.19`
- **[@&#8203;fullcalendar/daygrid](https://github.com/fullcalendar/daygrid)**: `6.1.18` → `6.1.19`
- **[@&#8203;fullcalendar/interaction](https://github.com/fullcalendar/interaction)**: `6.1.18` → `6.1.19`
- **[@&#8203;fullcalendar/list](https://github.com/fullcalendar/list)**: `6.1.18` → `6.1.19`
- **[@&#8203;fullcalendar/timegrid](https://github.com/fullcalendar/timegrid)**: `6.1.18` → `6.1.19`
- **[@&#8203;google-cloud/storage](https://github.com/google-cloud/storage)**: `7.16.0` → `7.17.2`
- **[@&#8203;mapbox/mapbox-gl-geocoder](https://github.com/mapbox/mapbox-gl-geocoder)**: `5.1.0` → `5.1.2`
- **[@&#8203;modelcontextprotocol/sdk](https://github.com/modelcontextprotocol/sdk)**: `1.17.1` → `1.20.2`
- **[@&#8203;pnpm/logger](https://github.com/pnpm/logger)**: `1001.0.0` → `1001.0.1`
- **[@&#8203;pnpm/workspace](https://github.com/pnpm/workspace).find-packages**: `1000.0.31` → `1000.0.43`
- **[@&#8203;pnpm/workspace](https://github.com/pnpm/workspace).pkgs-graph**: `1000.0.18` → `1000.0.25`
- **[@&#8203;rollup/plugin-commonjs](https://github.com/rollup/plugin-commonjs)**: `28.0.6` → `28.0.9`
- **[@&#8203;rollup/plugin-node-resolve](https://github.com/rollup/plugin-node-resolve)**: `16.0.1` → `16.0.3`
- **[@&#8203;sinclair/typebox](https://github.com/sinclair/typebox)**: `0.34.38` → `0.34.41`
- **[@&#8203;smithy/node-http-handler](https://github.com/smithy/node-http-handler)**: `4.1.0` → `4.4.3`
- **[@&#8203;supabase/storage-js](https://github.com/supabase/storage-js)**: `2.10.4` → `2.76.1`
- **[@&#8203;tus/server](https://github.com/tus/server)**: `1.10.2` → `2.3.0`
- **[@&#8203;tus/utils](https://github.com/tus/utils)**: `0.5.1` → `0.6.0`
- **[@&#8203;types/async](https://github.com/types/async)**: `3.2.24` → `3.2.25`
- **[@&#8203;types/chroma-js](https://github.com/types/chroma-js)**: `3.1.1` → `3.1.2`
- **[@&#8203;types/cookie-parser](https://github.com/types/cookie-parser)**: `1.4.9` → `1.4.10`
- **[@&#8203;types/inquirer](https://github.com/types/inquirer)**: `9.0.8` → `9.0.9`
- **@&#8203;types/mapbox\_\_mapbox-gl-geocoder**: `5.0.0` → `5.1.0`
- **[@&#8203;types/nodemailer](https://github.com/types/nodemailer)**: `6.4.17` → `7.0.3`
- **[@&#8203;types/qrcode](https://github.com/types/qrcode)**: `1.5.5` → `1.5.6`
- **[@&#8203;types/semver](https://github.com/types/semver)**: `7.7.0` → `7.7.1`
- **[@&#8203;vueuse/core](https://github.com/vueuse/core)**: `13.6.0` → `14.0.0`
- **[@&#8203;vueuse/integrations](https://github.com/vueuse/integrations)**: `13.6.0` → `14.0.0`
- **[@&#8203;vueuse/router](https://github.com/vueuse/router)**: `13.6.0` → `14.0.0`
- **apexcharts**: `4.5.0` → `4.7.0`
- **argon2**: `0.43.1` → `0.44.0`
- **axios**: `1.11.0` → `1.12.2`
- **axios-cache-interceptor**: `1.8.0` → `1.8.3`
- **chalk**: `5.4.1` → `5.6.2`
- **color**: `5.0.0` → `5.0.2`
- **commander**: `14.0.0` → `14.0.2`
- **decamelize**: `6.0.0` → `6.0.1`
- **dompurify**: `3.2.6` → `3.3.0`
- **dotenv**: `17.2.1` → `17.2.3`
- **esbuild**: `0.25.9` → `0.25.11`
- **eslint**: `9.32.0` → `9.38.0`
- **eslint-plugin-vue**: `10.4.0` → `10.5.1`
- **focus-trap**: `7.6.5` → `7.6.6`
- **fs-extra**: `11.3.0` → `11.3.2`
- **globals**: `16.3.0` → `16.4.0`
- **happy-dom**: `18.0.1` → `20.0.10`
- **inquirer**: `12.9.0` → `12.10.0`
- **ioredis**: `5.7.0` → `5.8.2`
- **keyv**: `5.4.0` → `5.5.3`
- **ky**: `1.8.2` → `1.13.0`
- **liquidjs**: `10.21.1` → `10.24.0`
- **lru-cache**: `11.1.0` → `11.2.2`
- **marked**: `16.1.1` → `16.4.1`
- **mime**: `4.0.7` → `4.1.0`
- **minimatch**: `10.0.3` → `10.1.1`
- **mysql2**: `3.14.3` → `3.15.3`
- **nanoid**: `5.1.5` → `5.1.6`
- **nodemailer**: `7.0.5` → `7.0.10`
- **ofetch**: `1.4.1` → `1.5.0`
- **oracledb**: `6.9.0` → `6.10.0`
- **p-limit**: `6.2.0` → `7.2.0`
- **pino-pretty**: `13.1.1` → `13.1.2`
- **pm2**: `6.0.8` → `6.0.13`
- **pretty-ms**: `9.2.0` → `9.3.0`
- **rollup**: `4.46.2` → `4.52.5`
- **rollup-plugin-node-externals**: `8.0.1` → `8.1.1`
- **sass-embedded**: `1.89.2` → `1.93.2`
- **semver**: `7.7.2` → `7.7.3`
- **sharp**: `0.34.3` → `0.34.4`
- **snappy**: `7.3.0` → `7.3.3`
- **strip-ansi**: `7.1.0` → `7.1.2`
- **stylelint**: `16.23.0` → `16.25.0`
- **stylelint-config-standard**: `39.0.0` → `39.0.1`
- **tar**: `7.4.3` → `7.5.2`
- **tinymce**: `6.8.5` → `6.8.6`
- **tsdown**: `0.14.2` → `0.15.11`
- **tsx**: `4.20.3` → `4.20.6`
- **typescript**: `5.8.3` → `5.9.3`
- **typescript-eslint**: `8.38.0` → `8.46.2`
- **undici**: `7.13.0` → `7.16.0`
- **unplugin-yaml**: `3.0.4` → `3.0.7`
- **vite**: `7.1.3` → `7.1.12`
- **vue**: `3.5.18` → `3.5.22`
- **vue-i18n**: `11.1.11` → `11.1.12`
- **vue-router**: `4.5.1` → `4.6.3`
- **vue-tsc**: `3.0.5` → `3.1.2`
- **zod**: `4.0.14` → `4.1.12`
- **zod-validation-error**: `4.0.1` → `4.0.2`

##### 📦 Published Versions

- `@directus/app@14.1.0`
- `@directus/api@32.0.0`
- `@directus/composables@11.2.4`
- `@directus/constants@14.0.0`
- `create-directus-extension@11.0.20`
- `create-directus-project@12.0.3`
- `@directus/env@5.3.0`
- `@directus/errors@2.0.5`
- `@directus/extensions@3.0.12`
- `@directus/extensions-registry@3.0.12`
- `@directus/extensions-sdk@17.0.0`
- `@directus/format-title@12.1.1`
- `@directus/memory@3.0.10`
- `@directus/pressure@3.0.10`
- `@directus/release-notes-generator@2.0.3`
- `@directus/schema@13.0.4`
- `@directus/schema-builder@0.0.7`
- `@directus/storage@12.0.3`
- `@directus/storage-driver-azure@12.0.10`
- `@directus/storage-driver-cloudinary@12.0.10`
- `@directus/storage-driver-gcs@12.0.10`
- `@directus/storage-driver-local@12.0.3`
- `@directus/storage-driver-s3@&#8203;12.0.10`
- `@directus/storage-driver-supabase@3.0.10`
- `@directus/stores@1.0.5`
- `@directus/system-data@3.4.0`
- `@directus/themes@1.1.6`
- `@directus/types@13.3.0`
- `@directus/update-check@13.0.4`
- `@directus/utils@13.0.11`
- `@directus/validation@2.0.10`
- `@directus/sdk@20.1.1`

</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:eyJjcmVhdGVkSW5WZXIiOiI0MS4xNzEuMiIsInVwZGF0ZWRJblZlciI6IjQxLjE3MS4yIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJpbWFnZSJdfQ==-->

Reviewed-on: https://gitea.alexlebens.dev/alexlebens/infrastructure/pulls/1961
Co-authored-by: Renovate Bot <renovate-bot@alexlebens.net>
Co-committed-by: Renovate Bot <renovate-bot@alexlebens.net>
2025-11-06 20:55:32 +00:00
72e72fc99d Update ghcr.io/home-assistant/home-assistant Docker tag to v2025.11.0 (#1959)
Some checks failed
lint-test-helm / helm-lint (push) Successful in 8s
renovate / renovate (push) Has been cancelled
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| [ghcr.io/home-assistant/home-assistant](https://www.home-assistant.io/) ([source](https://github.com/home-assistant/core)) | minor | `2025.10.4` -> `2025.11.0` |

---

### Release Notes

<details>
<summary>home-assistant/core (ghcr.io/home-assistant/home-assistant)</summary>

### [`v2025.11.0`](https://github.com/home-assistant/core/releases/tag/2025.11.0)

[Compare Source](https://github.com/home-assistant/core/compare/2025.10.4...2025.11.0)

<https://www.home-assistant.io/blog/2025/11/05/release-202511/>

</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:eyJjcmVhdGVkSW5WZXIiOiI0MS4xNzEuMyIsInVwZGF0ZWRJblZlciI6IjQxLjE3MS4zIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJpbWFnZSJdfQ==-->

Reviewed-on: #1959
Co-authored-by: Renovate Bot <renovate-bot@alexlebens.net>
Co-committed-by: Renovate Bot <renovate-bot@alexlebens.net>
2025-11-06 20:55:12 +00:00
5db5078311 Update searxng/searxng:latest Docker digest to 7f7e3d8 (#1970)
All checks were successful
lint-test-helm / helm-lint (push) Successful in 9s
renovate / renovate (push) Successful in 1m59s
2025-11-06 10:02:04 +00:00
f516662596 Update searxng/searxng:latest Docker digest to 84ecefd (#1968)
Some checks failed
lint-test-helm / helm-lint (push) Has been cancelled
renovate / renovate (push) Has been cancelled
2025-11-06 07:01:52 +00:00
18a37467f0 Update ghcr.io/calibrain/calibre-web-automated-book-downloader:latest Docker digest to b1296c5 (#1967)
All checks were successful
lint-test-helm / helm-lint (push) Successful in 9s
renovate / renovate (push) Successful in 58s
2025-11-06 05:01:51 +00:00
bcd9aab77c Update searxng/searxng:latest Docker digest to 0bdb133 (#1958)
All checks were successful
lint-test-helm / helm-lint (push) Successful in 11s
renovate / renovate (push) Successful in 1m55s
2025-11-05 17:53:14 +00:00
8353da73b7 Update vectorim/element-web Docker tag to v1.12.3 (#1957)
All checks were successful
lint-test-helm / helm-lint (push) Successful in 8s
renovate / renovate (push) Successful in 1m53s
2025-11-05 15:02:03 +00:00
ed7156b06d Update immich monorepo to v2.2.3 (#1956)
All checks were successful
lint-test-helm / helm-lint (push) Successful in 35s
renovate / renovate (push) Successful in 2m5s
2025-11-05 14:02:14 +00:00
3776f4efaa Update searxng/searxng:latest Docker digest to a4147f8 (#1952)
Some checks failed
lint-test-helm / helm-lint (push) Has been cancelled
renovate / renovate (push) Has been cancelled
2025-11-05 09:02:03 +00:00
df935be403 Update ghcr.io/linuxserver/sonarr Docker tag to v4.0.16 (#1950)
All checks were successful
lint-test-helm / helm-lint (push) Successful in 9s
renovate / renovate (push) Successful in 2m23s
2025-11-05 04:02:08 +00:00
32b0c14cf3 Update ghcr.io/gethomepage/homepage Docker tag to v1.6.1 (#1948)
All checks were successful
lint-test-helm / helm-lint (push) Successful in 9s
lint-test-docker / docker-lint (push) Successful in 59s
renovate / renovate (push) Successful in 1m48s
2025-11-05 01:01:47 +00:00
08ab76c482 change background
Some checks failed
lint-test-helm / helm-lint (push) Failing after 3s
lint-test-docker / docker-lint (push) Failing after 3s
renovate / renovate (push) Successful in 2m46s
2025-11-04 13:27:35 -06:00
53883d4307 Update ghcr.io/actualbudget/actual Docker tag to v25.11.0 (#1936)
Some checks failed
lint-test-helm / helm-lint (push) Failing after 9s
renovate / renovate (push) Failing after 11s
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| ghcr.io/actualbudget/actual | minor | `25.10.0` -> `25.11.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 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:eyJjcmVhdGVkSW5WZXIiOiI0MS4xNTUuNCIsInVwZGF0ZWRJblZlciI6IjQxLjE1NS40IiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJpbWFnZSJdfQ==-->

Reviewed-on: #1936
Co-authored-by: Renovate Bot <renovate-bot@alexlebens.net>
Co-committed-by: Renovate Bot <renovate-bot@alexlebens.net>
2025-11-04 18:27:35 +00:00
23e5e92fb1 Update ghcr.io/gethomepage/homepage Docker tag to v1.6.0 (#1939)
All checks were successful
lint-test-docker / docker-lint (push) Successful in 10s
lint-test-helm / helm-lint (push) Successful in 10s
renovate / renovate (push) Successful in 3m26s
2025-11-04 17:01:49 +00:00
b071c42ed3 Update searxng/searxng:latest Docker digest to e479206 (#1935)
All checks were successful
lint-test-helm / helm-lint (push) Successful in 14s
renovate / renovate (push) Successful in 1m34s
2025-11-03 22:01:29 +00:00
bd20cf1401 Update ghcr.io/immich-app/immich-server Docker tag to v2.2.2 (#1934)
All checks were successful
lint-test-helm / helm-lint (push) Successful in 9s
renovate / renovate (push) Successful in 1m4s
2025-11-03 16:01:56 +00:00
f3657abe7f Update ghcr.io/immich-app/immich-machine-learning Docker tag to v2.2.2 (#1933)
Some checks failed
lint-test-helm / helm-lint (push) Has been cancelled
renovate / renovate (push) Has been cancelled
2025-11-03 16:01:47 +00:00
dd3ae84859 Update ghcr.io/jellyfin/jellyfin Docker tag to v10.11.2 (#1931)
All checks were successful
lint-test-helm / helm-lint (push) Successful in 10s
renovate / renovate (push) Successful in 1m43s
2025-11-03 03:13:32 +00:00
cbf83e1e46 adjust retention
Some checks failed
lint-test-helm / helm-lint (push) Successful in 10s
renovate / renovate (push) Has been cancelled
2025-11-02 21:12:02 -06:00
b95135e937 Update rmcrackan/libation Docker tag to v12.5.7 (#1928)
All checks were successful
lint-test-helm / helm-lint (push) Successful in 12s
renovate / renovate (push) Successful in 1m17s
2025-11-02 18:01:45 +00:00
7deb665b14 Update searxng/searxng:latest Docker digest to 50a94da (#1922)
All checks were successful
lint-test-helm / helm-lint (push) Successful in 15s
renovate / renovate (push) Successful in 1m27s
2025-11-01 09:01:58 +00:00
e77b1687b9 Update cloudflared Docker tag to v1.22.2 (#1917)
All checks were successful
lint-test-helm / helm-lint (push) Successful in 9s
renovate / renovate (push) Successful in 1m37s
2025-10-31 21:02:04 +00:00
8de589d907 Update ghcr.io/immich-app/immich-machine-learning Docker tag to v2.2.1 (#1904)
Some checks failed
lint-test-helm / helm-lint (push) Successful in 11s
renovate / renovate (push) Has been cancelled
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| [ghcr.io/immich-app/immich-machine-learning](https://github.com/immich-app/immich) | minor | `v2.1.0` -> `v2.2.1` |

---

### Release Notes

<details>
<summary>immich-app/immich (ghcr.io/immich-app/immich-machine-learning)</summary>

### [`v2.2.1`](https://github.com/immich-app/immich/releases/tag/v2.2.1)

[Compare Source](https://github.com/immich-app/immich/compare/v2.2.0...v2.2.1)

<!-- Release notes generated using configuration in .github/release.yml at v2.2.1 -->

#### What's Changed

##### 🐛 Bug fixes

- fix(mobile): regression - not displayed activity button in top bar by [@&#8203;idubnori](https://github.com/idubnori) in [#&#8203;23366](https://github.com/immich-app/immich/pull/23366)
- fix: asset copy validation error by [@&#8203;danieldietzler](https://github.com/danieldietzler) in [#&#8203;23387](https://github.com/immich-app/immich/pull/23387)
- fix(ml): ocr failing with rootless docker by [@&#8203;mertalev](https://github.com/mertalev) in [#&#8203;23402](https://github.com/immich-app/immich/pull/23402)
- fix(mobile): video seeking on android by [@&#8203;mertalev](https://github.com/mertalev) in [#&#8203;23405](https://github.com/immich-app/immich/pull/23405)
- fix: button condition rendering by [@&#8203;alextran1502](https://github.com/alextran1502) in [#&#8203;23400](https://github.com/immich-app/immich/pull/23400)
- fix: view in timeline does not jump to the timeline correctly by [@&#8203;alextran1502](https://github.com/alextran1502) in [#&#8203;23428](https://github.com/immich-app/immich/pull/23428)
- fix: show close button on purchase modal by [@&#8203;alextran1502](https://github.com/alextran1502) in [#&#8203;23436](https://github.com/immich-app/immich/pull/23436)

##### 📚 Documentation

- chore: update android signing fingerprints to docs by [@&#8203;luneth](https://github.com/luneth) in [#&#8203;23361](https://github.com/immich-app/immich/pull/23361)

##### 🌐 Translations

- chore(web): update translations by [@&#8203;weblate](https://github.com/weblate) in [#&#8203;23375](https://github.com/immich-app/immich/pull/23375)

#### New Contributors

- [@&#8203;luneth](https://github.com/luneth) made their first contribution in [#&#8203;23361](https://github.com/immich-app/immich/pull/23361)

**Full Changelog**: <https://github.com/immich-app/immich/compare/v2.2.0...v2.2.1>

### [`v2.2.0`](https://github.com/immich-app/immich/releases/tag/v2.2.0)

[Compare Source](https://github.com/immich-app/immich/compare/v2.1.0...v2.2.0)

### v2.2.0

*The month following our [stable release ](https://immich.app/blog/stable-release)**🎉** has flown by! We are blown away by the support from everyone around this milestone, especially for the [Retro DVD ](https://immich.store/products/immich-retro)**📀**! If you want to get one for yourself, you still can, but once this batch is gone, we won’t be making any more, **EVER!** So get one while you can from [immich.store](https://immich.store/)!*

<img width="2292" height="209" alt="image" src="https://github.com/user-attachments/assets/3829caef-8674-4ab0-a0d0-954c317e8987" />

#### Highlights

Welcome to version `v2.2.0` of Immich. This release comes with the traditional Immich fashion, where the features and enhancements list is longer than the bug fixes list. Let’s dive right into the highlights of this exciting release

- New mutable Docker tag for `v2` versions
- Optical Character Recognition (OCR)
- \[Web] Wasm implementation for justified layout calculation 🦀
- \[Web] UI improvement for the review duplicates screen
- \[Mobile] Show albums in the asset’s detail sheet
- \[Mobile] Show similar photos
- \[Mobile] Chat-style for activity view
- \[Mobile] High precision seeking for video
- \[Mobile] New UI to present server-client version mismatch
- Option to create a new user as an admin
- Notable fix: older iOS devices freeze when spawning background tasks
- Notable fix: temporary files on iOS are now cleaned up properly

##### Docker tag for `v2` versions

The `example.env` file has been updated to use `IMMICH_VERSION=v2`, which is a mutable Docker tag that points to the latest `2.x.x` release image.

##### Optical Character Recognition (OCR)

OCR search has been one of the most requested features on our users' wishlists. Thanks to the fantastic work of [@&#8203;flipped-1121](https://github.com/flipped-1121) and [@&#8203;mertalev](https://github.com/mertalev), Immich can now recognize texts in images, adding a powerful capability to its already powerful search features. This will help users find lost family recipes or a crypto wallet’s passphrase more easily.

The OCR pipeline is integrated into the existing machine learning flow. For new uploads, it will run automatically with the existing machine learning flow. For existing setups, you can go to `Administration > Job > Click on “All” for OCR job` to extract OCR information for your gallery

<p align="center">
<img width="800" alt="image" src="https://github.com/user-attachments/assets/ece151cf-4268-406a-a68f-ce3c9c869c15" />
</p>

To search for letters in photos, a new radio button has been added to the search type on the web app, and in the dropdown list on the mobile app.

<p align="center">
<img width="500" alt="image" src="https://github.com/user-attachments/assets/adb161c8-717d-4030-b5eb-4f3cfef11a96" />
</p>

OCR currently has official support for English, Chinese (Simplified), Chinese (Traditional) and Japanese text. Languages using Latin script generally work as well, but may have lower accuracy or interpret characters without the diacritics.

##### \[Web] Wasm implementation for justified layout calculation  🦀

This release comes with a blazing-fast re-implementation of the justified layout on the web, which makes calculating the size of the thumbnails in each bucket several times faster, significantly improving the rendering performance for a large bucket, i.e., 10s of thousands of assets in a single month

##### \[Web] UI improvement for the review duplicates screen

To help you decide which asset to keep in a group of duplicates, more information has been added to the info section below each asset, including date/time, location, and the number of albums the asset is in. The info section has been redesigned to make scanning the information faster, with different properties getting highlighted. We will keep improving on this interface to make it more intuitive

<p align="center">
<img width="800" alt="image" src="https://github.com/user-attachments/assets/0bee8443-b44e-4264-a4ab-36a99cef4596" />
</p>

##### \[Mobile\] Show albums in the asset’s detail

You can view and navigate to the albums that the asset belongs to in the info sheet

<p align="center">

<img width="300" alt="image" src="https://github.com/user-attachments/assets/96bb194a-cc54-478b-9958-b6e8eea9b03c" />

</p>

##### \[Mobile\] Show similar photos

The popular feature “Show similar photos” has made its way to the mobile app. You can use the button in the detail sheet to find similar images to the one you are viewing.

<p align="center">
<img width="300" alt="image" src="https://github.com/user-attachments/assets/45cb751d-da22-4fe8-bc47-406dbb9c9cfc" />
</p>

##### \[Mobile\] Chat-style for album activity view

The album’s activity view now displays the messages and actions in a chat-style view, making it easier to follow

<p align="center">
<img width="300" alt="image" src="https://github.com/user-attachments/assets/a5a8a4aa-ebbe-4282-844b-27e9df14a529" />
</p>

##### \[Mobile\] High precision seeking for video

The progress bar of the video player now has higher precision duration handling. This makes seeking much more fluid than before, as well as making position updates in the progress bar smooth, rather than jumping from second to second.

##### \[Mobile] New UI to present server-client version mismatch

As we are now in the stable-era, we want to make the notification of a new version more subtle, less distracting. The update message and icon’s color on the mobile app have been redesigned for that purpose.

When your server version is older than the available one, a message with a clickable link is displayed, directing you to the latest release notes. When your mobile app version is older than the one available on the App Store, a message with a clickable link appears, directing you to the App Store to perform the update.

| Server update                                                                                                         | App update                                                                                                                          |
| --------------------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------------------- |
| <img width="300" alt="image" src="https://github.com/user-attachments/assets/c136aab6-ef39-4769-ab35-b6719b188ed5" /> | <img width="300" height="2340" alt="image" src="https://github.com/user-attachments/assets/3bead2e2-f202-48b8-9164-c5c29c999434" /> |

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

##### 🔒 Security

- fix(server): bump valkey to 8 by [@&#8203;mmomjian](https://github.com/mmomjian) in [#&#8203;22911](https://github.com/immich-app/immich/pull/22911)

##### 🚀 Features

- feat(ml): coreml by [@&#8203;mertalev](https://github.com/mertalev) in [#&#8203;17718](https://github.com/immich-app/immich/pull/17718)
- feat(server): Option to configure SMTPS transport by [@&#8203;clementmartin](https://github.com/clementmartin) in [#&#8203;22833](https://github.com/immich-app/immich/pull/22833)
- feat: show location & date on duplicate asset comparison overview by [@&#8203;adrianjost](https://github.com/adrianjost) in [#&#8203;22632](https://github.com/immich-app/immich/pull/22632)
- feat: view the user's app version on the user page by [@&#8203;aviv926](https://github.com/aviv926) in [#&#8203;21345](https://github.com/immich-app/immich/pull/21345)
- feat: GHA for iOS release flow by [@&#8203;alextran1502](https://github.com/alextran1502) in [#&#8203;23196](https://github.com/immich-app/immich/pull/23196)
- feat(web): add search filter for camera lens model. by [@&#8203;dagstuan](https://github.com/dagstuan) in [#&#8203;21792](https://github.com/immich-app/immich/pull/21792)
- feat(web): load original videos by [@&#8203;andre-antunesdesa](https://github.com/andre-antunesdesa) in [#&#8203;20041](https://github.com/immich-app/immich/pull/20041)
- feat(cli): add --delete-duplicates option by [@&#8203;RobinJ1995](https://github.com/RobinJ1995) in [#&#8203;20035](https://github.com/immich-app/immich/pull/20035)
- feat: ocr by [@&#8203;flipped-1121](https://github.com/flipped-1121) in [#&#8203;18836](https://github.com/immich-app/immich/pull/18836)
- feat: show "appears in" albums on asset viewer bottom sheet by [@&#8203;bwees](https://github.com/bwees) in [#&#8203;21925](https://github.com/immich-app/immich/pull/21925)
- feat: getAssetOcr endpoint by [@&#8203;alextran1502](https://github.com/alextran1502) in [#&#8203;23331](https://github.com/immich-app/immich/pull/23331)
- feat(mobile): view similar photos by [@&#8203;vitoksmile](https://github.com/vitoksmile) in [#&#8203;22148](https://github.com/immich-app/immich/pull/22148)
- feat(mobile): chat-style album activities timeline by [@&#8203;idubnori](https://github.com/idubnori) in [#&#8203;23185](https://github.com/immich-app/immich/pull/23185)

##### 🌟 Enhancements

- feat(album): show per-user contributions in shared albums by [@&#8203;Chaoscontrol](https://github.com/Chaoscontrol) in [#&#8203;21740](https://github.com/immich-app/immich/pull/21740)
- feat: add video auto play setting by [@&#8203;Saschl](https://github.com/Saschl) in [#&#8203;20416](https://github.com/immich-app/immich/pull/20416)
- fix(web): improve scrubber behavior on scroll-limited timelines by [@&#8203;midzelis](https://github.com/midzelis) in [#&#8203;22917](https://github.com/immich-app/immich/pull/22917)
- feat(web): Download links and Obtainium link generator on Utilities page and onboarding by [@&#8203;NicholasFlamy](https://github.com/NicholasFlamy) in [#&#8203;20589](https://github.com/immich-app/immich/pull/20589)
- feat(web): create user as admin by [@&#8203;jrasm91](https://github.com/jrasm91) in [#&#8203;23026](https://github.com/immich-app/immich/pull/23026)
- chore: rework backup success notification descriptions by [@&#8203;bwees](https://github.com/bwees) in [#&#8203;23024](https://github.com/immich-app/immich/pull/23024)
- feat(mobile): Change the UI of asset activity list to bottom sheet by [@&#8203;idubnori](https://github.com/idubnori) in [#&#8203;23075](https://github.com/immich-app/immich/pull/23075)
- feat: improved update messaging on app bar server info by [@&#8203;bwees](https://github.com/bwees) in [#&#8203;22938](https://github.com/immich-app/immich/pull/22938)
- refactor(web): improve date labels in scrubber   by [@&#8203;midzelis](https://github.com/midzelis) in [#&#8203;23046](https://github.com/immich-app/immich/pull/23046)
- feat: support database dumps for pg18 by [@&#8203;zackpollard](https://github.com/zackpollard) in [#&#8203;23186](https://github.com/immich-app/immich/pull/23186)
- feat: improvements of thumbnail animations by [@&#8203;Lauritz-Tieste](https://github.com/Lauritz-Tieste) in [#&#8203;20300](https://github.com/immich-app/immich/pull/20300)
- feat(web): reactively update shared link expiration by [@&#8203;khanbasharat3a1](https://github.com/khanbasharat3a1) in [#&#8203;22274](https://github.com/immich-app/immich/pull/22274)
- feat: (mobile) open asset viewer from album activity page by [@&#8203;idubnori](https://github.com/idubnori) in [#&#8203;23182](https://github.com/immich-app/immich/pull/23182)
- feat(mobile): high precision seeking by [@&#8203;mertalev](https://github.com/mertalev) in [#&#8203;22346](https://github.com/immich-app/immich/pull/22346)
- feat(web): wasm justified layout, sync edition by [@&#8203;mertalev](https://github.com/mertalev) in [#&#8203;23194](https://github.com/immich-app/immich/pull/23194)
- feat: logout sessions on password change  by [@&#8203;MontejoJorge](https://github.com/MontejoJorge) in [#&#8203;23188](https://github.com/immich-app/immich/pull/23188)
- feat(server): enhance metadata reading for video files by [@&#8203;tstachl](https://github.com/tstachl) in [#&#8203;23258](https://github.com/immich-app/immich/pull/23258)
- feat: improve UI for resolving duplication detection by [@&#8203;alextran1502](https://github.com/alextran1502) in [#&#8203;23145](https://github.com/immich-app/immich/pull/23145)
- feat: toasts by [@&#8203;jrasm91](https://github.com/jrasm91) in [#&#8203;23298](https://github.com/immich-app/immich/pull/23298)
- feat: asset copy by [@&#8203;danieldietzler](https://github.com/danieldietzler) in [#&#8203;23172](https://github.com/immich-app/immich/pull/23172)

##### 🐛 Bug fixes

- fix(web): prevent photo-only memories showing mute button by [@&#8203;meesfrensel](https://github.com/meesfrensel) in [#&#8203;22802](https://github.com/immich-app/immich/pull/22802)
- fix: get all assets for the Recents album on iOS by [@&#8203;alextran1502](https://github.com/alextran1502) in [#&#8203;22956](https://github.com/immich-app/immich/pull/22956)
- fix: tag clean up query and add tests by [@&#8203;MontejoJorge](https://github.com/MontejoJorge) in [#&#8203;22633](https://github.com/immich-app/immich/pull/22633)
- fix: unit overlapses value in server stats card by [@&#8203;alextran1502](https://github.com/alextran1502) in [#&#8203;22994](https://github.com/immich-app/immich/pull/22994)
- fix: navigate to time action by [@&#8203;midzelis](https://github.com/midzelis) in [#&#8203;20928](https://github.com/immich-app/immich/pull/20928)
- fix: remove assets from shared link by [@&#8203;MontejoJorge](https://github.com/MontejoJorge) in [#&#8203;22935](https://github.com/immich-app/immich/pull/22935)
- fix(server): only asset owner should see favorite status by [@&#8203;pwojtaszko](https://github.com/pwojtaszko) in [#&#8203;20654](https://github.com/immich-app/immich/pull/20654)
- fix(web): render context overlays over the scrollbar by [@&#8203;PaulSonOfLars](https://github.com/PaulSonOfLars) in [#&#8203;23007](https://github.com/immich-app/immich/pull/23007)
- fix(web): two scrollbars in folder view by [@&#8203;YarosMallorca](https://github.com/YarosMallorca) in [#&#8203;23045](https://github.com/immich-app/immich/pull/23045)
- fix: skip ML availability check if ML is disabled by [@&#8203;bo0tzz](https://github.com/bo0tzz) in [#&#8203;23053](https://github.com/immich-app/immich/pull/23053)
- chore: skip dialog for single merged asset by [@&#8203;shenlong-tanwen](https://github.com/shenlong-tanwen) in [#&#8203;22958](https://github.com/immich-app/immich/pull/22958)
- fix(mobile): notate experimental network features, cleanup mis assigned translation tags by [@&#8203;mmomjian](https://github.com/mmomjian) in [#&#8203;23021](https://github.com/immich-app/immich/pull/23021)
- fix(ml): pin cudnn version by [@&#8203;mertalev](https://github.com/mertalev) in [#&#8203;23110](https://github.com/immich-app/immich/pull/23110)
- fix(server): use GPSLongitudeRef and GPSLatitudeRef EXIF fields by [@&#8203;ruippeixotog](https://github.com/ruippeixotog) in [#&#8203;21445](https://github.com/immich-app/immich/pull/21445)
- fix: allow editing all images by [@&#8203;bwees](https://github.com/bwees) in [#&#8203;23144](https://github.com/immich-app/immich/pull/23144)
- fix: isolate freeze app on older ios device by [@&#8203;alextran1502](https://github.com/alextran1502) in [#&#8203;22509](https://github.com/immich-app/immich/pull/22509)
- fix: android skip posting hash response after detached from engine by [@&#8203;shenlong-tanwen](https://github.com/shenlong-tanwen) in [#&#8203;23192](https://github.com/immich-app/immich/pull/23192)
- fix: back/forward navigation won't reset scroll in timeline by [@&#8203;midzelis](https://github.com/midzelis) in [#&#8203;22838](https://github.com/immich-app/immich/pull/22838)
- fix: handle null bucketId or name in android local sync by [@&#8203;shenlong-tanwen](https://github.com/shenlong-tanwen) in [#&#8203;23224](https://github.com/immich-app/immich/pull/23224)
- fix: fetch original name before upload by [@&#8203;shenlong-tanwen](https://github.com/shenlong-tanwen) in [#&#8203;21877](https://github.com/immich-app/immich/pull/21877)
- fix: focus-trap on safari by [@&#8203;midzelis](https://github.com/midzelis) in [#&#8203;23246](https://github.com/immich-app/immich/pull/23246)
- fix(web): disable picture-in-picture on video viewer by [@&#8203;tstachl](https://github.com/tstachl) in [#&#8203;23318](https://github.com/immich-app/immich/pull/23318)
- fix: make hitbox on app bar dialog bigger by [@&#8203;bwees](https://github.com/bwees) in [#&#8203;23316](https://github.com/immich-app/immich/pull/23316)
- fix: clear temp cache on iOS before uploads by [@&#8203;shenlong-tanwen](https://github.com/shenlong-tanwen) in [#&#8203;23326](https://github.com/immich-app/immich/pull/23326)

##### 📚 Documentation

- fix(web): clarify some transcoding settings by [@&#8203;meesfrensel](https://github.com/meesfrensel) in [#&#8203;22797](https://github.com/immich-app/immich/pull/22797)
- docs: fix small error by [@&#8203;0xflotus](https://github.com/0xflotus) in [#&#8203;22890](https://github.com/immich-app/immich/pull/22890)
- docs: Expand on OpenVINO WSL HW accel by [@&#8203;Mraedis](https://github.com/Mraedis) in [#&#8203;21054](https://github.com/immich-app/immich/pull/21054)
- docs: clarify well-known usage by [@&#8203;jrasm91](https://github.com/jrasm91) in [#&#8203;23018](https://github.com/immich-app/immich/pull/23018)
- feat: move community projects and guides to immich-aweseome by [@&#8203;jrasm91](https://github.com/jrasm91) in [#&#8203;23016](https://github.com/immich-app/immich/pull/23016)
- fix(docs): cli upload json format example by [@&#8203;leepeuker](https://github.com/leepeuker) in [#&#8203;22858](https://github.com/immich-app/immich/pull/22858)
- docs: update [backup-and-restore.md](http://backup-and-restore.md) by [@&#8203;nickwebcouk](https://github.com/nickwebcouk) in [#&#8203;21065](https://github.com/immich-app/immich/pull/21065)

#### New Contributors

- [@&#8203;Chaoscontrol](https://github.com/Chaoscontrol) made their first contribution in [#&#8203;21740](https://github.com/immich-app/immich/pull/21740)
- [@&#8203;meesfrensel](https://github.com/meesfrensel) made their first contribution in [#&#8203;22802](https://github.com/immich-app/immich/pull/22802)
- [@&#8203;0xflotus](https://github.com/0xflotus) made their first contribution in [#&#8203;22890](https://github.com/immich-app/immich/pull/22890)
- [@&#8203;clementmartin](https://github.com/clementmartin) made their first contribution in [#&#8203;22833](https://github.com/immich-app/immich/pull/22833)
- [@&#8203;leepeuker](https://github.com/leepeuker) made their first contribution in [#&#8203;22858](https://github.com/immich-app/immich/pull/22858)
- [@&#8203;nickwebcouk](https://github.com/nickwebcouk) made their first contribution in [#&#8203;21065](https://github.com/immich-app/immich/pull/21065)
- [@&#8203;idubnori](https://github.com/idubnori) made their first contribution in [#&#8203;23075](https://github.com/immich-app/immich/pull/23075)
- [@&#8203;ruippeixotog](https://github.com/ruippeixotog) made their first contribution in [#&#8203;21445](https://github.com/immich-app/immich/pull/21445)
- [@&#8203;Nykri](https://github.com/Nykri) made their first contribution in [#&#8203;22888](https://github.com/immich-app/immich/pull/22888)
- [@&#8203;slagiewka](https://github.com/slagiewka) made their first contribution in [#&#8203;23130](https://github.com/immich-app/immich/pull/23130)
- [@&#8203;khanbasharat3a1](https://github.com/khanbasharat3a1) made their first contribution in [#&#8203;22274](https://github.com/immich-app/immich/pull/22274)
- [@&#8203;andre-antunesdesa](https://github.com/andre-antunesdesa) made their first contribution in [#&#8203;20041](https://github.com/immich-app/immich/pull/20041)
- [@&#8203;RobinJ1995](https://github.com/RobinJ1995) made their first contribution in [#&#8203;20035](https://github.com/immich-app/immich/pull/20035)
- [@&#8203;flipped-1121](https://github.com/flipped-1121) made their first contribution in [#&#8203;18836](https://github.com/immich-app/immich/pull/18836)
- [@&#8203;ZacWarham](https://github.com/ZacWarham) made their first contribution in [#&#8203;23275](https://github.com/immich-app/immich/pull/23275)
- [@&#8203;tstachl](https://github.com/tstachl) made their first contribution in [#&#8203;23258](https://github.com/immich-app/immich/pull/23258)

**Full Changelog**: <https://github.com/immich-app/immich/compare/v2.1.0...v2.2.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 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:eyJjcmVhdGVkSW5WZXIiOiI0MS4xNTUuNCIsInVwZGF0ZWRJblZlciI6IjQxLjE1NS40IiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJpbWFnZSJdfQ==-->

Reviewed-on: #1904
Co-authored-by: Renovate Bot <renovate-bot@alexlebens.net>
Co-committed-by: Renovate Bot <renovate-bot@alexlebens.net>
2025-10-31 19:43:03 +00:00
1013f377f0 Update ghcr.io/immich-app/immich-server Docker tag to v2.2.1 (#1905)
Some checks failed
lint-test-helm / helm-lint (push) Successful in 9s
renovate / renovate (push) Has been cancelled
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| [ghcr.io/immich-app/immich-server](https://github.com/immich-app/immich) | minor | `v2.1.0` -> `v2.2.1` |

---

### Release Notes

<details>
<summary>immich-app/immich (ghcr.io/immich-app/immich-server)</summary>

### [`v2.2.1`](https://github.com/immich-app/immich/releases/tag/v2.2.1)

[Compare Source](https://github.com/immich-app/immich/compare/v2.2.0...v2.2.1)

<!-- Release notes generated using configuration in .github/release.yml at v2.2.1 -->

#### What's Changed

##### 🐛 Bug fixes

- fix(mobile): regression - not displayed activity button in top bar by [@&#8203;idubnori](https://github.com/idubnori) in [#&#8203;23366](https://github.com/immich-app/immich/pull/23366)
- fix: asset copy validation error by [@&#8203;danieldietzler](https://github.com/danieldietzler) in [#&#8203;23387](https://github.com/immich-app/immich/pull/23387)
- fix(ml): ocr failing with rootless docker by [@&#8203;mertalev](https://github.com/mertalev) in [#&#8203;23402](https://github.com/immich-app/immich/pull/23402)
- fix(mobile): video seeking on android by [@&#8203;mertalev](https://github.com/mertalev) in [#&#8203;23405](https://github.com/immich-app/immich/pull/23405)
- fix: button condition rendering by [@&#8203;alextran1502](https://github.com/alextran1502) in [#&#8203;23400](https://github.com/immich-app/immich/pull/23400)
- fix: view in timeline does not jump to the timeline correctly by [@&#8203;alextran1502](https://github.com/alextran1502) in [#&#8203;23428](https://github.com/immich-app/immich/pull/23428)
- fix: show close button on purchase modal by [@&#8203;alextran1502](https://github.com/alextran1502) in [#&#8203;23436](https://github.com/immich-app/immich/pull/23436)

##### 📚 Documentation

- chore: update android signing fingerprints to docs by [@&#8203;luneth](https://github.com/luneth) in [#&#8203;23361](https://github.com/immich-app/immich/pull/23361)

##### 🌐 Translations

- chore(web): update translations by [@&#8203;weblate](https://github.com/weblate) in [#&#8203;23375](https://github.com/immich-app/immich/pull/23375)

#### New Contributors

- [@&#8203;luneth](https://github.com/luneth) made their first contribution in [#&#8203;23361](https://github.com/immich-app/immich/pull/23361)

**Full Changelog**: <https://github.com/immich-app/immich/compare/v2.2.0...v2.2.1>

### [`v2.2.0`](https://github.com/immich-app/immich/releases/tag/v2.2.0)

[Compare Source](https://github.com/immich-app/immich/compare/v2.1.0...v2.2.0)

### v2.2.0

*The month following our [stable release ](https://immich.app/blog/stable-release)**🎉** has flown by! We are blown away by the support from everyone around this milestone, especially for the [Retro DVD ](https://immich.store/products/immich-retro)**📀**! If you want to get one for yourself, you still can, but once this batch is gone, we won’t be making any more, **EVER!** So get one while you can from [immich.store](https://immich.store/)!*

<img width="2292" height="209" alt="image" src="https://github.com/user-attachments/assets/3829caef-8674-4ab0-a0d0-954c317e8987" />

#### Highlights

Welcome to version `v2.2.0` of Immich. This release comes with the traditional Immich fashion, where the features and enhancements list is longer than the bug fixes list. Let’s dive right into the highlights of this exciting release

- New mutable Docker tag for `v2` versions
- Optical Character Recognition (OCR)
- \[Web] Wasm implementation for justified layout calculation 🦀
- \[Web] UI improvement for the review duplicates screen
- \[Mobile] Show albums in the asset’s detail sheet
- \[Mobile] Show similar photos
- \[Mobile] Chat-style for activity view
- \[Mobile] High precision seeking for video
- \[Mobile] New UI to present server-client version mismatch
- Option to create a new user as an admin
- Notable fix: older iOS devices freeze when spawning background tasks
- Notable fix: temporary files on iOS are now cleaned up properly

##### Docker tag for `v2` versions

The `example.env` file has been updated to use `IMMICH_VERSION=v2`, which is a mutable Docker tag that points to the latest `2.x.x` release image.

##### Optical Character Recognition (OCR)

OCR search has been one of the most requested features on our users' wishlists. Thanks to the fantastic work of [@&#8203;flipped-1121](https://github.com/flipped-1121) and [@&#8203;mertalev](https://github.com/mertalev), Immich can now recognize texts in images, adding a powerful capability to its already powerful search features. This will help users find lost family recipes or a crypto wallet’s passphrase more easily.

The OCR pipeline is integrated into the existing machine learning flow. For new uploads, it will run automatically with the existing machine learning flow. For existing setups, you can go to `Administration > Job > Click on “All” for OCR job` to extract OCR information for your gallery

<p align="center">
<img width="800" alt="image" src="https://github.com/user-attachments/assets/ece151cf-4268-406a-a68f-ce3c9c869c15" />
</p>

To search for letters in photos, a new radio button has been added to the search type on the web app, and in the dropdown list on the mobile app.

<p align="center">
<img width="500" alt="image" src="https://github.com/user-attachments/assets/adb161c8-717d-4030-b5eb-4f3cfef11a96" />
</p>

OCR currently has official support for English, Chinese (Simplified), Chinese (Traditional) and Japanese text. Languages using Latin script generally work as well, but may have lower accuracy or interpret characters without the diacritics.

##### \[Web] Wasm implementation for justified layout calculation  🦀

This release comes with a blazing-fast re-implementation of the justified layout on the web, which makes calculating the size of the thumbnails in each bucket several times faster, significantly improving the rendering performance for a large bucket, i.e., 10s of thousands of assets in a single month

##### \[Web] UI improvement for the review duplicates screen

To help you decide which asset to keep in a group of duplicates, more information has been added to the info section below each asset, including date/time, location, and the number of albums the asset is in. The info section has been redesigned to make scanning the information faster, with different properties getting highlighted. We will keep improving on this interface to make it more intuitive

<p align="center">
<img width="800" alt="image" src="https://github.com/user-attachments/assets/0bee8443-b44e-4264-a4ab-36a99cef4596" />
</p>

##### \[Mobile\] Show albums in the asset’s detail

You can view and navigate to the albums that the asset belongs to in the info sheet

<p align="center">

<img width="300" alt="image" src="https://github.com/user-attachments/assets/96bb194a-cc54-478b-9958-b6e8eea9b03c" />

</p>

##### \[Mobile\] Show similar photos

The popular feature “Show similar photos” has made its way to the mobile app. You can use the button in the detail sheet to find similar images to the one you are viewing.

<p align="center">
<img width="300" alt="image" src="https://github.com/user-attachments/assets/45cb751d-da22-4fe8-bc47-406dbb9c9cfc" />
</p>

##### \[Mobile\] Chat-style for album activity view

The album’s activity view now displays the messages and actions in a chat-style view, making it easier to follow

<p align="center">
<img width="300" alt="image" src="https://github.com/user-attachments/assets/a5a8a4aa-ebbe-4282-844b-27e9df14a529" />
</p>

##### \[Mobile\] High precision seeking for video

The progress bar of the video player now has higher precision duration handling. This makes seeking much more fluid than before, as well as making position updates in the progress bar smooth, rather than jumping from second to second.

##### \[Mobile] New UI to present server-client version mismatch

As we are now in the stable-era, we want to make the notification of a new version more subtle, less distracting. The update message and icon’s color on the mobile app have been redesigned for that purpose.

When your server version is older than the available one, a message with a clickable link is displayed, directing you to the latest release notes. When your mobile app version is older than the one available on the App Store, a message with a clickable link appears, directing you to the App Store to perform the update.

| Server update                                                                                                         | App update                                                                                                                          |
| --------------------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------------------- |
| <img width="300" alt="image" src="https://github.com/user-attachments/assets/c136aab6-ef39-4769-ab35-b6719b188ed5" /> | <img width="300" height="2340" alt="image" src="https://github.com/user-attachments/assets/3bead2e2-f202-48b8-9164-c5c29c999434" /> |

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

##### 🔒 Security

- fix(server): bump valkey to 8 by [@&#8203;mmomjian](https://github.com/mmomjian) in [#&#8203;22911](https://github.com/immich-app/immich/pull/22911)

##### 🚀 Features

- feat(ml): coreml by [@&#8203;mertalev](https://github.com/mertalev) in [#&#8203;17718](https://github.com/immich-app/immich/pull/17718)
- feat(server): Option to configure SMTPS transport by [@&#8203;clementmartin](https://github.com/clementmartin) in [#&#8203;22833](https://github.com/immich-app/immich/pull/22833)
- feat: show location & date on duplicate asset comparison overview by [@&#8203;adrianjost](https://github.com/adrianjost) in [#&#8203;22632](https://github.com/immich-app/immich/pull/22632)
- feat: view the user's app version on the user page by [@&#8203;aviv926](https://github.com/aviv926) in [#&#8203;21345](https://github.com/immich-app/immich/pull/21345)
- feat: GHA for iOS release flow by [@&#8203;alextran1502](https://github.com/alextran1502) in [#&#8203;23196](https://github.com/immich-app/immich/pull/23196)
- feat(web): add search filter for camera lens model. by [@&#8203;dagstuan](https://github.com/dagstuan) in [#&#8203;21792](https://github.com/immich-app/immich/pull/21792)
- feat(web): load original videos by [@&#8203;andre-antunesdesa](https://github.com/andre-antunesdesa) in [#&#8203;20041](https://github.com/immich-app/immich/pull/20041)
- feat(cli): add --delete-duplicates option by [@&#8203;RobinJ1995](https://github.com/RobinJ1995) in [#&#8203;20035](https://github.com/immich-app/immich/pull/20035)
- feat: ocr by [@&#8203;flipped-1121](https://github.com/flipped-1121) in [#&#8203;18836](https://github.com/immich-app/immich/pull/18836)
- feat: show "appears in" albums on asset viewer bottom sheet by [@&#8203;bwees](https://github.com/bwees) in [#&#8203;21925](https://github.com/immich-app/immich/pull/21925)
- feat: getAssetOcr endpoint by [@&#8203;alextran1502](https://github.com/alextran1502) in [#&#8203;23331](https://github.com/immich-app/immich/pull/23331)
- feat(mobile): view similar photos by [@&#8203;vitoksmile](https://github.com/vitoksmile) in [#&#8203;22148](https://github.com/immich-app/immich/pull/22148)
- feat(mobile): chat-style album activities timeline by [@&#8203;idubnori](https://github.com/idubnori) in [#&#8203;23185](https://github.com/immich-app/immich/pull/23185)

##### 🌟 Enhancements

- feat(album): show per-user contributions in shared albums by [@&#8203;Chaoscontrol](https://github.com/Chaoscontrol) in [#&#8203;21740](https://github.com/immich-app/immich/pull/21740)
- feat: add video auto play setting by [@&#8203;Saschl](https://github.com/Saschl) in [#&#8203;20416](https://github.com/immich-app/immich/pull/20416)
- fix(web): improve scrubber behavior on scroll-limited timelines by [@&#8203;midzelis](https://github.com/midzelis) in [#&#8203;22917](https://github.com/immich-app/immich/pull/22917)
- feat(web): Download links and Obtainium link generator on Utilities page and onboarding by [@&#8203;NicholasFlamy](https://github.com/NicholasFlamy) in [#&#8203;20589](https://github.com/immich-app/immich/pull/20589)
- feat(web): create user as admin by [@&#8203;jrasm91](https://github.com/jrasm91) in [#&#8203;23026](https://github.com/immich-app/immich/pull/23026)
- chore: rework backup success notification descriptions by [@&#8203;bwees](https://github.com/bwees) in [#&#8203;23024](https://github.com/immich-app/immich/pull/23024)
- feat(mobile): Change the UI of asset activity list to bottom sheet by [@&#8203;idubnori](https://github.com/idubnori) in [#&#8203;23075](https://github.com/immich-app/immich/pull/23075)
- feat: improved update messaging on app bar server info by [@&#8203;bwees](https://github.com/bwees) in [#&#8203;22938](https://github.com/immich-app/immich/pull/22938)
- refactor(web): improve date labels in scrubber   by [@&#8203;midzelis](https://github.com/midzelis) in [#&#8203;23046](https://github.com/immich-app/immich/pull/23046)
- feat: support database dumps for pg18 by [@&#8203;zackpollard](https://github.com/zackpollard) in [#&#8203;23186](https://github.com/immich-app/immich/pull/23186)
- feat: improvements of thumbnail animations by [@&#8203;Lauritz-Tieste](https://github.com/Lauritz-Tieste) in [#&#8203;20300](https://github.com/immich-app/immich/pull/20300)
- feat(web): reactively update shared link expiration by [@&#8203;khanbasharat3a1](https://github.com/khanbasharat3a1) in [#&#8203;22274](https://github.com/immich-app/immich/pull/22274)
- feat: (mobile) open asset viewer from album activity page by [@&#8203;idubnori](https://github.com/idubnori) in [#&#8203;23182](https://github.com/immich-app/immich/pull/23182)
- feat(mobile): high precision seeking by [@&#8203;mertalev](https://github.com/mertalev) in [#&#8203;22346](https://github.com/immich-app/immich/pull/22346)
- feat(web): wasm justified layout, sync edition by [@&#8203;mertalev](https://github.com/mertalev) in [#&#8203;23194](https://github.com/immich-app/immich/pull/23194)
- feat: logout sessions on password change  by [@&#8203;MontejoJorge](https://github.com/MontejoJorge) in [#&#8203;23188](https://github.com/immich-app/immich/pull/23188)
- feat(server): enhance metadata reading for video files by [@&#8203;tstachl](https://github.com/tstachl) in [#&#8203;23258](https://github.com/immich-app/immich/pull/23258)
- feat: improve UI for resolving duplication detection by [@&#8203;alextran1502](https://github.com/alextran1502) in [#&#8203;23145](https://github.com/immich-app/immich/pull/23145)
- feat: toasts by [@&#8203;jrasm91](https://github.com/jrasm91) in [#&#8203;23298](https://github.com/immich-app/immich/pull/23298)
- feat: asset copy by [@&#8203;danieldietzler](https://github.com/danieldietzler) in [#&#8203;23172](https://github.com/immich-app/immich/pull/23172)

##### 🐛 Bug fixes

- fix(web): prevent photo-only memories showing mute button by [@&#8203;meesfrensel](https://github.com/meesfrensel) in [#&#8203;22802](https://github.com/immich-app/immich/pull/22802)
- fix: get all assets for the Recents album on iOS by [@&#8203;alextran1502](https://github.com/alextran1502) in [#&#8203;22956](https://github.com/immich-app/immich/pull/22956)
- fix: tag clean up query and add tests by [@&#8203;MontejoJorge](https://github.com/MontejoJorge) in [#&#8203;22633](https://github.com/immich-app/immich/pull/22633)
- fix: unit overlapses value in server stats card by [@&#8203;alextran1502](https://github.com/alextran1502) in [#&#8203;22994](https://github.com/immich-app/immich/pull/22994)
- fix: navigate to time action by [@&#8203;midzelis](https://github.com/midzelis) in [#&#8203;20928](https://github.com/immich-app/immich/pull/20928)
- fix: remove assets from shared link by [@&#8203;MontejoJorge](https://github.com/MontejoJorge) in [#&#8203;22935](https://github.com/immich-app/immich/pull/22935)
- fix(server): only asset owner should see favorite status by [@&#8203;pwojtaszko](https://github.com/pwojtaszko) in [#&#8203;20654](https://github.com/immich-app/immich/pull/20654)
- fix(web): render context overlays over the scrollbar by [@&#8203;PaulSonOfLars](https://github.com/PaulSonOfLars) in [#&#8203;23007](https://github.com/immich-app/immich/pull/23007)
- fix(web): two scrollbars in folder view by [@&#8203;YarosMallorca](https://github.com/YarosMallorca) in [#&#8203;23045](https://github.com/immich-app/immich/pull/23045)
- fix: skip ML availability check if ML is disabled by [@&#8203;bo0tzz](https://github.com/bo0tzz) in [#&#8203;23053](https://github.com/immich-app/immich/pull/23053)
- chore: skip dialog for single merged asset by [@&#8203;shenlong-tanwen](https://github.com/shenlong-tanwen) in [#&#8203;22958](https://github.com/immich-app/immich/pull/22958)
- fix(mobile): notate experimental network features, cleanup mis assigned translation tags by [@&#8203;mmomjian](https://github.com/mmomjian) in [#&#8203;23021](https://github.com/immich-app/immich/pull/23021)
- fix(ml): pin cudnn version by [@&#8203;mertalev](https://github.com/mertalev) in [#&#8203;23110](https://github.com/immich-app/immich/pull/23110)
- fix(server): use GPSLongitudeRef and GPSLatitudeRef EXIF fields by [@&#8203;ruippeixotog](https://github.com/ruippeixotog) in [#&#8203;21445](https://github.com/immich-app/immich/pull/21445)
- fix: allow editing all images by [@&#8203;bwees](https://github.com/bwees) in [#&#8203;23144](https://github.com/immich-app/immich/pull/23144)
- fix: isolate freeze app on older ios device by [@&#8203;alextran1502](https://github.com/alextran1502) in [#&#8203;22509](https://github.com/immich-app/immich/pull/22509)
- fix: android skip posting hash response after detached from engine by [@&#8203;shenlong-tanwen](https://github.com/shenlong-tanwen) in [#&#8203;23192](https://github.com/immich-app/immich/pull/23192)
- fix: back/forward navigation won't reset scroll in timeline by [@&#8203;midzelis](https://github.com/midzelis) in [#&#8203;22838](https://github.com/immich-app/immich/pull/22838)
- fix: handle null bucketId or name in android local sync by [@&#8203;shenlong-tanwen](https://github.com/shenlong-tanwen) in [#&#8203;23224](https://github.com/immich-app/immich/pull/23224)
- fix: fetch original name before upload by [@&#8203;shenlong-tanwen](https://github.com/shenlong-tanwen) in [#&#8203;21877](https://github.com/immich-app/immich/pull/21877)
- fix: focus-trap on safari by [@&#8203;midzelis](https://github.com/midzelis) in [#&#8203;23246](https://github.com/immich-app/immich/pull/23246)
- fix(web): disable picture-in-picture on video viewer by [@&#8203;tstachl](https://github.com/tstachl) in [#&#8203;23318](https://github.com/immich-app/immich/pull/23318)
- fix: make hitbox on app bar dialog bigger by [@&#8203;bwees](https://github.com/bwees) in [#&#8203;23316](https://github.com/immich-app/immich/pull/23316)
- fix: clear temp cache on iOS before uploads by [@&#8203;shenlong-tanwen](https://github.com/shenlong-tanwen) in [#&#8203;23326](https://github.com/immich-app/immich/pull/23326)

##### 📚 Documentation

- fix(web): clarify some transcoding settings by [@&#8203;meesfrensel](https://github.com/meesfrensel) in [#&#8203;22797](https://github.com/immich-app/immich/pull/22797)
- docs: fix small error by [@&#8203;0xflotus](https://github.com/0xflotus) in [#&#8203;22890](https://github.com/immich-app/immich/pull/22890)
- docs: Expand on OpenVINO WSL HW accel by [@&#8203;Mraedis](https://github.com/Mraedis) in [#&#8203;21054](https://github.com/immich-app/immich/pull/21054)
- docs: clarify well-known usage by [@&#8203;jrasm91](https://github.com/jrasm91) in [#&#8203;23018](https://github.com/immich-app/immich/pull/23018)
- feat: move community projects and guides to immich-aweseome by [@&#8203;jrasm91](https://github.com/jrasm91) in [#&#8203;23016](https://github.com/immich-app/immich/pull/23016)
- fix(docs): cli upload json format example by [@&#8203;leepeuker](https://github.com/leepeuker) in [#&#8203;22858](https://github.com/immich-app/immich/pull/22858)
- docs: update [backup-and-restore.md](http://backup-and-restore.md) by [@&#8203;nickwebcouk](https://github.com/nickwebcouk) in [#&#8203;21065](https://github.com/immich-app/immich/pull/21065)

#### New Contributors

- [@&#8203;Chaoscontrol](https://github.com/Chaoscontrol) made their first contribution in [#&#8203;21740](https://github.com/immich-app/immich/pull/21740)
- [@&#8203;meesfrensel](https://github.com/meesfrensel) made their first contribution in [#&#8203;22802](https://github.com/immich-app/immich/pull/22802)
- [@&#8203;0xflotus](https://github.com/0xflotus) made their first contribution in [#&#8203;22890](https://github.com/immich-app/immich/pull/22890)
- [@&#8203;clementmartin](https://github.com/clementmartin) made their first contribution in [#&#8203;22833](https://github.com/immich-app/immich/pull/22833)
- [@&#8203;leepeuker](https://github.com/leepeuker) made their first contribution in [#&#8203;22858](https://github.com/immich-app/immich/pull/22858)
- [@&#8203;nickwebcouk](https://github.com/nickwebcouk) made their first contribution in [#&#8203;21065](https://github.com/immich-app/immich/pull/21065)
- [@&#8203;idubnori](https://github.com/idubnori) made their first contribution in [#&#8203;23075](https://github.com/immich-app/immich/pull/23075)
- [@&#8203;ruippeixotog](https://github.com/ruippeixotog) made their first contribution in [#&#8203;21445](https://github.com/immich-app/immich/pull/21445)
- [@&#8203;Nykri](https://github.com/Nykri) made their first contribution in [#&#8203;22888](https://github.com/immich-app/immich/pull/22888)
- [@&#8203;slagiewka](https://github.com/slagiewka) made their first contribution in [#&#8203;23130](https://github.com/immich-app/immich/pull/23130)
- [@&#8203;khanbasharat3a1](https://github.com/khanbasharat3a1) made their first contribution in [#&#8203;22274](https://github.com/immich-app/immich/pull/22274)
- [@&#8203;andre-antunesdesa](https://github.com/andre-antunesdesa) made their first contribution in [#&#8203;20041](https://github.com/immich-app/immich/pull/20041)
- [@&#8203;RobinJ1995](https://github.com/RobinJ1995) made their first contribution in [#&#8203;20035](https://github.com/immich-app/immich/pull/20035)
- [@&#8203;flipped-1121](https://github.com/flipped-1121) made their first contribution in [#&#8203;18836](https://github.com/immich-app/immich/pull/18836)
- [@&#8203;ZacWarham](https://github.com/ZacWarham) made their first contribution in [#&#8203;23275](https://github.com/immich-app/immich/pull/23275)
- [@&#8203;tstachl](https://github.com/tstachl) made their first contribution in [#&#8203;23258](https://github.com/immich-app/immich/pull/23258)

**Full Changelog**: <https://github.com/immich-app/immich/compare/v2.1.0...v2.2.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 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:eyJjcmVhdGVkSW5WZXIiOiI0MS4xNTUuNCIsInVwZGF0ZWRJblZlciI6IjQxLjE1NS41IiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJpbWFnZSJdfQ==-->

Reviewed-on: #1905
Co-authored-by: Renovate Bot <renovate-bot@alexlebens.net>
Co-committed-by: Renovate Bot <renovate-bot@alexlebens.net>
2025-10-31 19:42:42 +00:00
70a2f684c3 Update ghcr.io/kiwix/kiwix-serve Docker tag to v3.8.0 (#1915)
All checks were successful
lint-test-helm / helm-lint (push) Successful in 9s
renovate / renovate (push) Successful in 1m42s
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| [ghcr.io/kiwix/kiwix-serve](https://github.com/openzim/kiwix-tools) | minor | `3.7.0` -> `3.8.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 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:eyJjcmVhdGVkSW5WZXIiOiI0MS4xNTUuNCIsInVwZGF0ZWRJblZlciI6IjQxLjE1NS40IiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJpbWFnZSJdfQ==-->

Reviewed-on: #1915
Co-authored-by: Renovate Bot <renovate-bot@alexlebens.net>
Co-committed-by: Renovate Bot <renovate-bot@alexlebens.net>
2025-10-31 19:40:38 +00:00
dd746b3f08 Update searxng/searxng:latest Docker digest to 70d60ff (#1912)
All checks were successful
lint-test-helm / helm-lint (push) Successful in 9s
renovate / renovate (push) Successful in 2m2s
2025-10-31 11:01:45 +00:00
5ca7a309a5 Update searxng/searxng:latest Docker digest to c661f51 (#1910)
All checks were successful
lint-test-helm / helm-lint (push) Successful in 8s
renovate / renovate (push) Successful in 1m27s
2025-10-31 08:03:25 +00:00
f699574668 Update searxng/searxng:latest Docker digest to 41b98d7 (#1901)
All checks were successful
lint-test-helm / helm-lint (push) Successful in 9s
renovate / renovate (push) Successful in 2m8s
2025-10-30 17:02:00 +00:00
b32bb9234f Update searxng/searxng:latest Docker digest to f35769e (#1900)
All checks were successful
lint-test-helm / helm-lint (push) Successful in 9s
renovate / renovate (push) Successful in 1m35s
2025-10-30 07:02:13 +00:00
bfae0d5645 Update outlinewiki/outline Docker tag to v1.0.1 (#1899)
Some checks failed
lint-test-helm / helm-lint (push) Has been cancelled
renovate / renovate (push) Has been cancelled
2025-10-30 04:02:23 +00:00
cdc35cf131 Update nginx Docker tag to v1.29.3 (#1897)
All checks were successful
lint-test-helm / helm-lint (push) Successful in 10s
renovate / renovate (push) Successful in 1m56s
2025-10-30 03:02:01 +00:00
68e41321c5 align retention and schedule
All checks were successful
lint-test-helm / helm-lint (push) Successful in 8s
renovate / renovate (push) Successful in 1m47s
2025-10-29 18:25:29 -05:00
d7ade8fc42 migrate to local backups
All checks were successful
lint-test-helm / helm-lint (push) Successful in 10s
renovate / renovate (push) Successful in 1m22s
2025-10-29 18:01:15 -05:00
d1d6e22aa9 migrate to local backups
All checks were successful
lint-test-helm / helm-lint (push) Successful in 8s
renovate / renovate (push) Successful in 53s
2025-10-29 17:45:32 -05:00
828747c680 migrate to local backups
All checks were successful
lint-test-helm / helm-lint (push) Successful in 13s
renovate / renovate (push) Successful in 2m1s
2025-10-29 17:35:12 -05:00
e150d80338 Update searxng/searxng:latest Docker digest to a943cb1 (#1894)
All checks were successful
lint-test-helm / helm-lint (push) Successful in 14s
renovate / renovate (push) Successful in 2m21s
2025-10-29 07:02:35 +00:00
9d610693bf Update ghcr.io/linuxserver/lidarr:2.14.5 Docker digest to 5e1235d (#1893)
All checks were successful
lint-test-helm / helm-lint (push) Successful in 20s
renovate / renovate (push) Successful in 2m12s
2025-10-29 04:02:23 +00:00
9b5b07382e Update ghcr.io/linuxserver/bazarr:1.5.3 Docker digest to a42fef2 (#1888)
All checks were successful
lint-test-helm / helm-lint (push) Successful in 14s
renovate / renovate (push) Successful in 2m21s
2025-10-28 22:01:45 +00:00
aa9d87f7a6 Update ghcr.io/haveagitgat/tdarr_node Docker tag to v2.51.03 (#1885)
All checks were successful
lint-test-helm / helm-lint (push) Successful in 10s
renovate / renovate (push) Successful in 1m25s
2025-10-28 14:02:00 +00:00
e4a102b193 Update ghcr.io/haveagitgat/tdarr Docker tag to v2.51.03 (#1884)
Some checks failed
lint-test-helm / helm-lint (push) Successful in 10s
renovate / renovate (push) Has been cancelled
2025-10-28 13:02:03 +00:00
d389bb90aa Update ghcr.io/haveagitgat/tdarr_node Docker tag to v2.51.02 (#1883)
All checks were successful
lint-test-helm / helm-lint (push) Successful in 9s
renovate / renovate (push) Successful in 1m59s
2025-10-28 07:02:24 +00:00
9d0ec05930 Update ghcr.io/haveagitgat/tdarr Docker tag to v2.51.02 (#1882)
Some checks failed
lint-test-helm / helm-lint (push) Has been cancelled
renovate / renovate (push) Has been cancelled
2025-10-28 07:02:15 +00:00
905f790b84 Update searxng/searxng:latest Docker digest to cad8502 (#1881)
All checks were successful
lint-test-helm / helm-lint (push) Successful in 11s
renovate / renovate (push) Successful in 1m57s
2025-10-28 06:03:28 +00:00
4bc12d4aaa set immediate
All checks were successful
lint-test-helm / helm-lint (push) Successful in 10s
renovate / renovate (push) Successful in 2m59s
2025-10-27 22:50:42 -05:00
c7be0a64cd add local garage
All checks were successful
lint-test-helm / helm-lint (push) Successful in 32s
renovate / renovate (push) Successful in 2m6s
2025-10-27 22:47:24 -05:00
e12370efcb split webui
All checks were successful
lint-test-helm / helm-lint (push) Successful in 20s
renovate / renovate (push) Successful in 1m50s
2025-10-27 20:46:58 -05:00
2c019b1e3c Update outlinewiki/outline Docker tag to v1 (#1873)
All checks were successful
lint-test-helm / helm-lint (push) Successful in 10s
renovate / renovate (push) Successful in 1m15s
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| [outlinewiki/outline](https://github.com/outline/outline) | major | `0.87.4` -> `1.0.0` |

---

### Release Notes

<details>
<summary>outline/outline (outlinewiki/outline)</summary>

### [`v1.0.0`](https://github.com/outline/outline/releases/tag/v1.0.0)

[Compare Source](https://github.com/outline/outline/compare/v0.87.4...v1.0.0)

#### What's Changed

Welcome to Outline **v1.0.0**! This is a major milestone for the project, marking the culmination of many years of development and community contributions. Of course there's a raft of new features, improvements, and bug fixes included in this release as always.

##### Highlights

<img width="3360" height="1480" alt="image" src="https://github.com/user-attachments/assets/b19c90a4-5c98-409f-9677-3aa86e0e1319" />

The **image lightbox** has improved again this release with added support for zooming and panning of images. We also enabled opening mermaid diagrams directly in the lightbox so you can get a closer look at complex diagrams.

<img width="3360" height="1480" alt="image" src="https://github.com/user-attachments/assets/25ef6d39-001a-43f6-9f13-9a5136a689f0" />

A **new display mode** for URL's in documents has been added, which shows a mention-style chip instead of a full URL preview. This is great for keeping documents clean while still providing context for links.

You can now **mention groups** in documents and comments, making it easier to notify entire teams or departments at once. It is also possible to disable mentioning for specific groups if needed.

##### Other Improvements

- Documents and collections in the sidebar now have context menus in [#&#8203;10181](https://github.com/outline/outline/pull/10181)
- Added the option to choose default TOC visibility on public shares in [#&#8203;10283](https://github.com/outline/outline/pull/10283)
- Added plantuml embedding by [@&#8203;patroldo](https://github.com/patroldo) in [#&#8203;10379](https://github.com/outline/outline/pull/10379)
- It's now possible to edit image source URLs by [@&#8203;salihudickson](https://github.com/salihudickson) in [#&#8203;10258](https://github.com/outline/outline/pull/10258)
- Added six new shape icons to choose from in [#&#8203;10203](https://github.com/outline/outline/pull/10203)
- Permanent deletion of documents is now restricted to admins only in [#&#8203;10254](https://github.com/outline/outline/pull/10254)
- Added a script to allow resetting encrypted data in [#&#8203;10238](https://github.com/outline/outline/pull/10238)
- Typed out urls in the editor are now auto-linked on space character by [@&#8203;salihudickson](https://github.com/salihudickson) in [#&#8203;10266](https://github.com/outline/outline/pull/10266)
- Added a "safe-area" in context menus to prevent misclicks in [#&#8203;10415](https://github.com/outline/outline/pull/10415)
- Hundreds of new and updated translations
- \[API] Added `includePrivate` param to `export_all` endpoint to allow exporting only public collections in [#&#8203;10401](https://github.com/outline/outline/pull/10401)
- \[API] unsent invites are now included in the `users.invite` endpoint response in [#&#8203;10383](https://github.com/outline/outline/pull/10383)
- \[API] `originalDocumentId` is now available in `sourceMetadata` when duplicating documents in [#&#8203;10215](https://github.com/outline/outline/pull/10215)
- \[API] `groups.list` endpoint now returns a `total` parameter in pagination by [@&#8203;salihudickson](https://github.com/salihudickson) in [#&#8203;10268](https://github.com/outline/outline/pull/10268)
- \[API] `shares.info`, and `subscriptions.info` now return `204` rather than `404` responses in [#&#8203;10441](https://github.com/outline/outline/pull/10441)

##### Fixes

- Fixed comment sidebar bouncing in and out in [#&#8203;10202](https://github.com/outline/outline/pull/10202)
- Add a height cap to popovers in [#&#8203;10218](https://github.com/outline/outline/pull/10218)
- Fixed Notion import failure with `size of undefined` in [#&#8203;10225](https://github.com/outline/outline/pull/10225)
- Non-reactive `Facepile` on group settings table in [#&#8203;10227](https://github.com/outline/outline/pull/10227)
- Allow new `DATABASE_` env variables to work with migrations/creation in [#&#8203;10216](https://github.com/outline/outline/pull/10216)
- Fixed `/desktop-redirect` should never be post-login saved path in [#&#8203;10237](https://github.com/outline/outline/pull/10237)
- Recognise `authentication_required` for some OIDC providers by [@&#8203;lukegb](https://github.com/lukegb) in [#&#8203;10252](https://github.com/outline/outline/pull/10252)
- Add `clipboard-read; clipboard-write` permissions to embedded Frame in [#&#8203;10282](https://github.com/outline/outline/pull/10282)
- Massively reduced upfront component loading, improving performance in [#&#8203;10285](https://github.com/outline/outline/pull/10285)
- Increase `jsonLimit` to 5MB for API requests in [#&#8203;10287](https://github.com/outline/outline/pull/10287)
- Allow admins to bypass allowed domains in [#&#8203;10290](https://github.com/outline/outline/pull/10290)
- Fix print layout in Firefox by [@&#8203;wmTJc9IK0Q](https://github.com/wmTJc9IK0Q) in [#&#8203;10264](https://github.com/outline/outline/pull/10264)
- Letter icon not displayed correctly in 'Starred' section in [#&#8203;10292](https://github.com/outline/outline/pull/10292)
- Fixed CORS err on img download by [@&#8203;salihudickson](https://github.com/salihudickson) in [#&#8203;10279](https://github.com/outline/outline/pull/10279)
- Fixed an overlap of unread badge on long titles in sidebar in [#&#8203;10296](https://github.com/outline/outline/pull/10296)
- Prefer non-deleted teams in `teamProvisioner` in [#&#8203;10298](https://github.com/outline/outline/pull/10298)
- Allow formatting toolbar to appear with cell selection in [#&#8203;10299](https://github.com/outline/outline/pull/10299)
- Empty state for no collections in [#&#8203;10300](https://github.com/outline/outline/pull/10300)
- feat: Restore 'Copy' button on public code blocks in [#&#8203;10301](https://github.com/outline/outline/pull/10301)
- Do not update `lastModifiedById` on deleted documents in [#&#8203;10302](https://github.com/outline/outline/pull/10302)
- CSRF validation issues on Firefox in [#&#8203;10317](https://github.com/outline/outline/pull/10317)
- change list children to match list parent when list style changes by [@&#8203;salihudickson](https://github.com/salihudickson) in [#&#8203;10315](https://github.com/outline/outline/pull/10315)
- Fix Redis `collaborationClient` reusing same property as `defaultClient` in [#&#8203;10336](https://github.com/outline/outline/pull/10336)
- Fixed mobile Safari sidebar navigation issue by [@&#8203;eweren](https://github.com/eweren) in [#&#8203;10329](https://github.com/outline/outline/pull/10329)
- Prevent reload loop when collaborative service editor version is ahead in [#&#8203;10326](https://github.com/outline/outline/pull/10326)
- editorVersion property on document should be updated through collaborative session in [#&#8203;10325](https://github.com/outline/outline/pull/10325)
- Default destination path for nested document duplication in [#&#8203;10339](https://github.com/outline/outline/pull/10339)
- `RedisAdapter` does not respect url arg in [#&#8203;10341](https://github.com/outline/outline/pull/10341)
- Restore comment content on error by [@&#8203;salihudickson](https://github.com/salihudickson) in [#&#8203;10342](https://github.com/outline/outline/pull/10342)
- New Crowdin updates by [@&#8203;outline-translations](https://github.com/outline-translations) in [#&#8203;10294](https://github.com/outline/outline/pull/10294)
- Icon in editor suggestions missing spacing in [#&#8203;10354](https://github.com/outline/outline/pull/10354)
- Fixed potential for repeat submission when inline editing titles by [@&#8203;Ali-ovo](https://github.com/Ali-ovo) in [#&#8203;10355](https://github.com/outline/outline/pull/10355)
- Template settings no longer show to guest users in [#&#8203;10361](https://github.com/outline/outline/pull/10361)
- Fixed a single frame blank flash when saving comments in [#&#8203;10362](https://github.com/outline/outline/pull/10362)
- Enable workspace creation from Discord without `DISCORD_SERVER_ID` in [#&#8203;10380](https://github.com/outline/outline/pull/10380)
- Display fallback instead of error if cannot unfurl URL in [#&#8203;10370](https://github.com/outline/outline/pull/10370)
- Added clarity to error message when private IP address is blocked in [#&#8203;10391](https://github.com/outline/outline/pull/10391)
- Cascade of client-side paranoid deletion in [#&#8203;10393](https://github.com/outline/outline/pull/10393)
- Change behavior of `SMTP_SECURE=false` in [#&#8203;10399](https://github.com/outline/outline/pull/10399)
- Horizontal rule menu appears in read-only editor in [#&#8203;10413](https://github.com/outline/outline/pull/10413)
- Creating new doc offline in sidebar leaves corrupt state in UI in [#&#8203;10412](https://github.com/outline/outline/pull/10412)
- Combination of `<br>` and inline nodes in table cell is not imported correctly in [#&#8203;10416](https://github.com/outline/outline/pull/10416)
- Updated table styling to include a touch of rounding in [#&#8203;10421](https://github.com/outline/outline/pull/10421)
- Improved Redis retry behavior in [#&#8203;10440](https://github.com/outline/outline/pull/10440)
- Simplify logic for suppressing markdown copy in [#&#8203;10450](https://github.com/outline/outline/pull/10450)
- Felayed notifications will now include a note in the subject in [#&#8203;10447](https://github.com/outline/outline/pull/10447)
- Protect against empty content passed to Backticks component in [#&#8203;10456](https://github.com/outline/outline/pull/10456)
- Fixed several cases where Linear links would fail to convert to mentions correctly in [#&#8203;10458](https://github.com/outline/outline/pull/10458)
- Guard against crawlers consuming magic links in [#&#8203;10457](https://github.com/outline/outline/pull/10457)
- 4x improvement on perf of editor menus in [#&#8203;10465](https://github.com/outline/outline/pull/10465)
- List conversion inside heading nodes is now prevented by [@&#8203;huiseo](https://github.com/huiseo) in [#&#8203;10462](https://github.com/outline/outline/pull/10462)
- Email magic links strategy was changed to allow reuse within time bounds from the same IP in [#&#8203;10471](https://github.com/outline/outline/pull/10471)
- Automatically replace base64 encoded images in `documents.update` in [#&#8203;10402](https://github.com/outline/outline/pull/10402)

#### New Contributors

- [@&#8203;pirateIV](https://github.com/pirateIV) made their first contribution in [#&#8203;10228](https://github.com/outline/outline/pull/10228)
- [@&#8203;lukegb](https://github.com/lukegb) made their first contribution in [#&#8203;10252](https://github.com/outline/outline/pull/10252)
- [@&#8203;wmTJc9IK0Q](https://github.com/wmTJc9IK0Q) made their first contribution in [#&#8203;10264](https://github.com/outline/outline/pull/10264)
- [@&#8203;tobiasge](https://github.com/tobiasge) made their first contribution in [#&#8203;10204](https://github.com/outline/outline/pull/10204)
- [@&#8203;eweren](https://github.com/eweren) made their first contribution in [#&#8203;10329](https://github.com/outline/outline/pull/10329)
- [@&#8203;AlexHladin](https://github.com/AlexHladin) made their first contribution in [#&#8203;10318](https://github.com/outline/outline/pull/10318)
- [@&#8203;AnastasiyaHladina](https://github.com/AnastasiyaHladina) made their first contribution in [#&#8203;10397](https://github.com/outline/outline/pull/10397)
- [@&#8203;patroldo](https://github.com/patroldo) made their first contribution in [#&#8203;10379](https://github.com/outline/outline/pull/10379)
- [@&#8203;huiseo](https://github.com/huiseo) made their first contribution in [#&#8203;10462](https://github.com/outline/outline/pull/10462)

**Full Changelog**: <https://github.com/outline/outline/compare/v0.87.4...v1.0.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 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:eyJjcmVhdGVkSW5WZXIiOiI0MS4xNTUuNSIsInVwZGF0ZWRJblZlciI6IjQxLjE1NS41IiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJpbWFnZSJdfQ==-->

Reviewed-on: #1873
Co-authored-by: Renovate Bot <renovate-bot@alexlebens.net>
Co-committed-by: Renovate Bot <renovate-bot@alexlebens.net>
2025-10-28 01:27:48 +00:00
b6f8a568e6 Update ghcr.io/haveagitgat/tdarr_node Docker tag to v2.51.01 (#1877)
Some checks failed
lint-test-helm / helm-lint (push) Successful in 11s
renovate / renovate (push) Has been cancelled
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| [ghcr.io/haveagitgat/tdarr_node](https://github.com/HaveAGitGat/tdarr_express_be) | minor | `2.50.02` -> `2.51.01` |

---

### 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:eyJjcmVhdGVkSW5WZXIiOiI0MS4xNTUuNCIsInVwZGF0ZWRJblZlciI6IjQxLjE1NS40IiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJpbWFnZSJdfQ==-->

Reviewed-on: #1877
Co-authored-by: Renovate Bot <renovate-bot@alexlebens.net>
Co-committed-by: Renovate Bot <renovate-bot@alexlebens.net>
2025-10-28 01:21:19 +00:00