Commit Graph

7699 Commits

Author SHA1 Message Date
ed04eac427 Update actions/setup-node action to v6
All checks were successful
lint-test-helm / helm-lint (pull_request) Successful in 20s
2025-10-31 21:04:12 +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
7c19a820a9 Update Helm release eck-operator to v3.2.0 (#1911)
All checks were successful
lint-test-helm / helm-lint (push) Successful in 11s
renovate / renovate (push) Successful in 1m55s
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| [eck-operator](https://github.com/elastic/cloud-on-k8s) | minor | `3.1.0` -> `3.2.0` |

---

### Release Notes

<details>
<summary>elastic/cloud-on-k8s (eck-operator)</summary>

### [`v3.2.0`](https://github.com/elastic/cloud-on-k8s/releases/tag/v3.2.0)

[Compare Source](https://github.com/elastic/cloud-on-k8s/compare/v3.1.0...v3.2.0)

### Elastic Cloud on Kubernetes 3.2.0

- [Quickstart guide](https://www.elastic.co/docs/deploy-manage/deploy/cloud-on-k8s#eck-quickstart)

##### Release Highlights

##### Automatic pod disruption budget (Enterprise feature)

ECK now offers better out-of-the-box PodDisruptionBudgets that automatically keep your cluster available as Pods move across nodes. The new policy calculates the number of Pods per tier that can sustain replacement and automatically generates a PodDisruptionBudget for each tier, enabling the Elasticsearch cluster to vacate Kubernetes nodes more quickly, while considering cluster health, without interruption.

##### User Password Generation (Enterprise feature)

ECK will now generate longer passwords by default for the administrative user of each Elasticsearch cluster. The password is 24 characters in length by default (can be configured to a maximum of 72 characters), incorporating alphabetic and numeric characters, to make password complexity stronger.

##### Features and enhancements

- Enable certificate reloading for stack monitoring Beats [#&#8203;8833](https://github.com/elastic/cloud-on-k8s/pull/8833) (issue: [#&#8203;5448](https://github.com/elastic/cloud-on-k8s/issues/5448))
- Allow configuration of file-based password character set and length [#&#8203;8817](https://github.com/elastic/cloud-on-k8s/pull/8817) (issues: [#&#8203;2795](https://github.com/elastic/cloud-on-k8s/issues/2795), [#&#8203;8693](https://github.com/elastic/cloud-on-k8s/issues/8693))
- Automatically set GOMEMLIMIT based on cgroups memory limits [#&#8203;8814](https://github.com/elastic/cloud-on-k8s/pull/8814) (issue: [#&#8203;8790](https://github.com/elastic/cloud-on-k8s/issues/8790))
- Introduce granular PodDisruptionBudgets based on node roles [#&#8203;8780](https://github.com/elastic/cloud-on-k8s/pull/8780) (issue: [#&#8203;2936](https://github.com/elastic/cloud-on-k8s/issues/2936))

##### Fixes

- Gate advanced Fleet config logic to Agent v8.13 and later [#&#8203;8869](https://github.com/elastic/cloud-on-k8s/pull/8869)
- Ensure Agent configuration and state persist across restarts in Fleet mode [#&#8203;8856](https://github.com/elastic/cloud-on-k8s/pull/8856) (issue: [#&#8203;8819](https://github.com/elastic/cloud-on-k8s/issues/8819))
- Do not set credentials label on Kibana config secret [#&#8203;8852](https://github.com/elastic/cloud-on-k8s/pull/8852) (issue: [#&#8203;8839](https://github.com/elastic/cloud-on-k8s/issues/8839))
- Allow elasticsearchRef.secretName in Kibana helm validation [#&#8203;8822](https://github.com/elastic/cloud-on-k8s/pull/8822) (issue: [#&#8203;8816](https://github.com/elastic/cloud-on-k8s/issues/8816))

##### Documentation improvements

- Update Logstash recipes from to filestream input [#&#8203;8801](https://github.com/elastic/cloud-on-k8s/pull/8801)
- Recipe for exposing Fleet server to outside of the Kubernetes cluster [#&#8203;8788](https://github.com/elastic/cloud-on-k8s/pull/8788)
- Clarify secretName restrictions [#&#8203;8782](https://github.com/elastic/cloud-on-k8s/pull/8782)
- Update ES\_JAVA\_OPTS comments and explain auto-heap behavior [#&#8203;8753](https://github.com/elastic/cloud-on-k8s/pull/8753)

##### Dependency updates

- github.com/gkampitakis/go-snaps v0.5.13 => v0.5.15
- github.com/hashicorp/vault/api v1.20.0 => v1.22.0
- github.com/KimMachineGun/automemlimit => v0.7.4
- github.com/prometheus/client\_golang v1.22.0 => v1.23.2
- github.com/prometheus/common v0.65.0 => v0.67.1
- github.com/sethvargo/go-password v0.3.1 => REMOVED
- github.com/spf13/cobra v1.9.1 => v1.10.1
- github.com/spf13/pflag v1.0.6 => v1.0.10
- github.com/spf13/viper v1.20.1 => v1.21.0
- github.com/stretchr/testify v1.10.0 => v1.11.1
- golang.org/x/crypto v0.40.0 => v0.43.0
- k8s.io/api v0.33.2 => v0.34.1
- k8s.io/apimachinery v0.33.2 => v0.34.1
- k8s.io/client-go v0.33.2 => v0.34.1
- k8s.io/utils v0.0.0-20241104100929-3ea5e8cea738 => v0.0.0-20250604170112-4c0f3b243397
- sigs.k8s.io/controller-runtime v0.21.0 => v0.22.2
- sigs.k8s.io/controller-tools v0.18.0 => v0.19.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:eyJjcmVhdGVkSW5WZXIiOiI0MS4xNTUuNCIsInVwZGF0ZWRJblZlciI6IjQxLjE1NS40IiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJjaGFydCJdfQ==-->

Reviewed-on: https://gitea.alexlebens.dev/alexlebens/infrastructure/pulls/1911
Co-authored-by: Renovate Bot <renovate-bot@alexlebens.net>
Co-committed-by: Renovate Bot <renovate-bot@alexlebens.net>
2025-10-31 19:44:03 +00:00
0b16157474 Update Helm release tailscale-operator to v1.90.5 (#1916)
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 |
|---|---|---|
| [tailscale-operator](https://github.com/tailscale/tailscale) | minor | `1.88.4` -> `1.90.5` |

---

### Release Notes

<details>
<summary>tailscale/tailscale (tailscale-operator)</summary>

### [`v1.90.5`](https://github.com/tailscale/tailscale/compare/v1.88.4...v1.90.5)

[Compare Source](https://github.com/tailscale/tailscale/compare/v1.88.4...v1.90.5)

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

Reviewed-on: #1916
Co-authored-by: Renovate Bot <renovate-bot@alexlebens.net>
Co-committed-by: Renovate Bot <renovate-bot@alexlebens.net>
2025-10-31 19:43:46 +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
75525df1e5 Update Helm release descheduler to v0.34.0 (#1914)
All checks were successful
lint-test-helm / helm-lint (push) Successful in 11s
renovate / renovate (push) Successful in 2m3s
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| [descheduler](https://github.com/kubernetes-sigs/descheduler) | minor | `0.33.0` -> `0.34.0` |

---

### Release Notes

<details>
<summary>kubernetes-sigs/descheduler (descheduler)</summary>

### [`v0.34.0`](https://github.com/kubernetes-sigs/descheduler/releases/tag/v0.34.0): Descheduler v0.34.0

[Compare Source](https://github.com/kubernetes-sigs/descheduler/compare/v0.33.0...v0.34.0)

#### What's Changed

- Remove reference to obsolete deschedulerPolicy fields in chart values by [@&#8203;meroupatate](https://github.com/meroupatate) in [#&#8203;1674](https://github.com/kubernetes-sigs/descheduler/pull/1674)
- v0.33.0: bump helm chart by [@&#8203;a7i](https://github.com/a7i) in [#&#8203;1680](https://github.com/kubernetes-sigs/descheduler/pull/1680)
- optimize: NodeFit function by reordering checks for performance by [@&#8203;googs1025](https://github.com/googs1025) in [#&#8203;1681](https://github.com/kubernetes-sigs/descheduler/pull/1681)
- feature: sort pods by restarts count in RemovePodsHavingTooManyRestarts plugin by [@&#8203;googs1025](https://github.com/googs1025) in [#&#8203;1686](https://github.com/kubernetes-sigs/descheduler/pull/1686)
- chore: move namespaces filtering logic to New() by [@&#8203;googs1025](https://github.com/googs1025) in [#&#8203;1684](https://github.com/kubernetes-sigs/descheduler/pull/1684)
- RemovePodsViolatingNodeTaints: list only pods that are not failed/suceeded by [@&#8203;ingvagabund](https://github.com/ingvagabund) in [#&#8203;1688](https://github.com/kubernetes-sigs/descheduler/pull/1688)
- fix(example): list only active pod by [@&#8203;googs1025](https://github.com/googs1025) in [#&#8203;1691](https://github.com/kubernetes-sigs/descheduler/pull/1691)
- refactor: separate eviction constraints to constraints.go by [@&#8203;googs1025](https://github.com/googs1025) in [#&#8203;1693](https://github.com/kubernetes-sigs/descheduler/pull/1693)
- Extend plugin's New with a context.Context by [@&#8203;ingvagabund](https://github.com/ingvagabund) in [#&#8203;1694](https://github.com/kubernetes-sigs/descheduler/pull/1694)
- \*1677 Allow Succeeded and Failed states in PodLifeTime by [@&#8203;doctapp](https://github.com/doctapp) in [#&#8203;1696](https://github.com/kubernetes-sigs/descheduler/pull/1696)
- metrics name refact by [@&#8203;lowang-bh](https://github.com/lowang-bh) in [#&#8203;1232](https://github.com/kubernetes-sigs/descheduler/pull/1232)
- feat(prometheus): allow different url schemes by [@&#8203;ricardomaraschini](https://github.com/ricardomaraschini) in [#&#8203;1705](https://github.com/kubernetes-sigs/descheduler/pull/1705)
- feature: use contextal logging for plugins by [@&#8203;googs1025](https://github.com/googs1025) in [#&#8203;1655](https://github.com/kubernetes-sigs/descheduler/pull/1655)
- logger: Align with the previous logger verbosity by [@&#8203;ingvagabund](https://github.com/ingvagabund) in [#&#8203;1708](https://github.com/kubernetes-sigs/descheduler/pull/1708)
- add activeDeadlineSeconds field for cronjob by [@&#8203;googs1025](https://github.com/googs1025) in [#&#8203;1709](https://github.com/kubernetes-sigs/descheduler/pull/1709)
- chore: stop with no-op default evictor settings by [@&#8203;ricardomaraschini](https://github.com/ricardomaraschini) in [#&#8203;1717](https://github.com/kubernetes-sigs/descheduler/pull/1717)
- fix: removepodsviolatingtopologyspreadconstraint to favor evictable pods when balancing domains by [@&#8203;a7i](https://github.com/a7i) in [#&#8203;1719](https://github.com/kubernetes-sigs/descheduler/pull/1719)
- fix: Fix panic in descheduler when using `--secure-port=0` by [@&#8203;dongjiang1989](https://github.com/dongjiang1989) in [#&#8203;1647](https://github.com/kubernetes-sigs/descheduler/pull/1647)
- feat(helm): run descedulerPolicy thru tpl func for more chart control by [@&#8203;schahal](https://github.com/schahal) in [#&#8203;1660](https://github.com/kubernetes-sigs/descheduler/pull/1660)
- Test code refactorings by [@&#8203;ingvagabund](https://github.com/ingvagabund) in [#&#8203;1722](https://github.com/kubernetes-sigs/descheduler/pull/1722)
- Default evictor no eviction policy by [@&#8203;ingvagabund](https://github.com/ingvagabund) in [#&#8203;1723](https://github.com/kubernetes-sigs/descheduler/pull/1723)
- add PodProtections for DefaultEvictorArgs by [@&#8203;googs1025](https://github.com/googs1025) in [#&#8203;1665](https://github.com/kubernetes-sigs/descheduler/pull/1665)
- add ValidateHighNodeUtilizationPluginConfig unit test by [@&#8203;googs1025](https://github.com/googs1025) in [#&#8203;1733](https://github.com/kubernetes-sigs/descheduler/pull/1733)
- feature: add PodsWithResourceClaims parameter in DefaultEvictorArgs PodProtections by [@&#8203;googs1025](https://github.com/googs1025) in [#&#8203;1603](https://github.com/kubernetes-sigs/descheduler/pull/1603)
- update readme for PodProtections by [@&#8203;googs1025](https://github.com/googs1025) in [#&#8203;1728](https://github.com/kubernetes-sigs/descheduler/pull/1728)
- Improves the validation logic in the plugins by [@&#8203;googs1025](https://github.com/googs1025) in [#&#8203;1729](https://github.com/kubernetes-sigs/descheduler/pull/1729)
- feat(token): automountServiceAccountToken set hard to true on deployment by [@&#8203;jmederer](https://github.com/jmederer) in [#&#8203;1641](https://github.com/kubernetes-sigs/descheduler/pull/1641)
- standardize protectionEnabled param across eviction constraints by [@&#8203;googs1025](https://github.com/googs1025) in [#&#8203;1725](https://github.com/kubernetes-sigs/descheduler/pull/1725)
- \[1732] chore: add cronjob/job labels and annotations to helm chart by [@&#8203;n2h9](https://github.com/n2h9) in [#&#8203;1736](https://github.com/kubernetes-sigs/descheduler/pull/1736)
- chore: add pull request template by [@&#8203;ricardomaraschini](https://github.com/ricardomaraschini) in [#&#8203;1742](https://github.com/kubernetes-sigs/descheduler/pull/1742)
- feat(test/e2e): introduce new flags to override RunAsUser and RunAsGroup security context setting by [@&#8203;ingvagabund](https://github.com/ingvagabund) in [#&#8203;1743](https://github.com/kubernetes-sigs/descheduler/pull/1743)
- helm chart - Allow to add custom annotations for deployment by [@&#8203;anthosz](https://github.com/anthosz) in [#&#8203;1741](https://github.com/kubernetes-sigs/descheduler/pull/1741)
- chore: give tracing.Shutdown() its own context by [@&#8203;ricardomaraschini](https://github.com/ricardomaraschini) in [#&#8203;1747](https://github.com/kubernetes-sigs/descheduler/pull/1747)
- fix: correct comment for HaveNoEvictionAnnotation by [@&#8203;eminaktas](https://github.com/eminaktas) in [#&#8203;1746](https://github.com/kubernetes-sigs/descheduler/pull/1746)
- descheduler: handle single-node clusters gracefully by [@&#8203;tsj-30](https://github.com/tsj-30) in [#&#8203;1755](https://github.com/kubernetes-sigs/descheduler/pull/1755)
- feat(eviction): add annotations to eviction requests for observability by [@&#8203;tiraboschi](https://github.com/tiraboschi) in [#&#8203;1753](https://github.com/kubernetes-sigs/descheduler/pull/1753)
- test: run by default with kind 0.30.0 and kubevirt v1.6.2  by [@&#8203;tiraboschi](https://github.com/tiraboschi) in [#&#8203;1762](https://github.com/kubernetes-sigs/descheduler/pull/1762)
- \[v0.34.0] bump to kubernetes 1.34 deps by [@&#8203;a7i](https://github.com/a7i) in [#&#8203;1744](https://github.com/kubernetes-sigs/descheduler/pull/1744)
- chore: update approvers by [@&#8203;ricardomaraschini](https://github.com/ricardomaraschini) in [#&#8203;1759](https://github.com/kubernetes-sigs/descheduler/pull/1759)
- helm: Fix liveness probe timeout for descheduler chart by [@&#8203;rstribrn](https://github.com/rstribrn) in [#&#8203;1751](https://github.com/kubernetes-sigs/descheduler/pull/1751)
- docs: use podProtections args in helm chart by [@&#8203;googs1025](https://github.com/googs1025) in [#&#8203;1765](https://github.com/kubernetes-sigs/descheduler/pull/1765)
- \[v0.34.0] update docs and manifests by [@&#8203;a7i](https://github.com/a7i) in [#&#8203;1768](https://github.com/kubernetes-sigs/descheduler/pull/1768)

#### New Contributors

- [@&#8203;meroupatate](https://github.com/meroupatate) made their first contribution in [#&#8203;1674](https://github.com/kubernetes-sigs/descheduler/pull/1674)
- [@&#8203;doctapp](https://github.com/doctapp) made their first contribution in [#&#8203;1696](https://github.com/kubernetes-sigs/descheduler/pull/1696)
- [@&#8203;lowang-bh](https://github.com/lowang-bh) made their first contribution in [#&#8203;1232](https://github.com/kubernetes-sigs/descheduler/pull/1232)
- [@&#8203;schahal](https://github.com/schahal) made their first contribution in [#&#8203;1660](https://github.com/kubernetes-sigs/descheduler/pull/1660)
- [@&#8203;jmederer](https://github.com/jmederer) made their first contribution in [#&#8203;1641](https://github.com/kubernetes-sigs/descheduler/pull/1641)
- [@&#8203;n2h9](https://github.com/n2h9) made their first contribution in [#&#8203;1736](https://github.com/kubernetes-sigs/descheduler/pull/1736)
- [@&#8203;anthosz](https://github.com/anthosz) made their first contribution in [#&#8203;1741](https://github.com/kubernetes-sigs/descheduler/pull/1741)
- [@&#8203;tsj-30](https://github.com/tsj-30) made their first contribution in [#&#8203;1755](https://github.com/kubernetes-sigs/descheduler/pull/1755)
- [@&#8203;tiraboschi](https://github.com/tiraboschi) made their first contribution in [#&#8203;1753](https://github.com/kubernetes-sigs/descheduler/pull/1753)
- [@&#8203;rstribrn](https://github.com/rstribrn) made their first contribution in [#&#8203;1751](https://github.com/kubernetes-sigs/descheduler/pull/1751)

**Full Changelog**: <https://github.com/kubernetes-sigs/descheduler/compare/v0.33.0...v0.34.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:eyJjcmVhdGVkSW5WZXIiOiI0MS4xNTUuNCIsInVwZGF0ZWRJblZlciI6IjQxLjE1NS40IiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJjaGFydCJdfQ==-->

Reviewed-on: #1914
Co-authored-by: Renovate Bot <renovate-bot@alexlebens.net>
Co-committed-by: Renovate Bot <renovate-bot@alexlebens.net>
2025-10-31 19:37:40 +00:00
82a15cddd6 Update ghcr.io/tailscale/tailscale Docker tag to v1.90.5 (#1906)
Some checks failed
lint-test-docker / docker-lint (push) Successful in 9s
renovate / renovate (push) Has been cancelled
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| [ghcr.io/tailscale/tailscale](https://tailscale.com/kb/1282/docker) ([source](https://github.com/tailscale/tailscale)) | minor | `v1.88.4` -> `v1.90.5` |

---

### Release Notes

<details>
<summary>tailscale/tailscale (ghcr.io/tailscale/tailscale)</summary>

### [`v1.90.5`](https://github.com/tailscale/tailscale/compare/v1.88.4...v1.90.5)

[Compare Source](https://github.com/tailscale/tailscale/compare/v1.88.4...v1.90.5)

</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: #1906
Co-authored-by: Renovate Bot <renovate-bot@alexlebens.net>
Co-committed-by: Renovate Bot <renovate-bot@alexlebens.net>
2025-10-31 19:37:27 +00:00
6fa644b928 Update Helm release matrix-synapse to v3.12.13 (#1913)
Some checks failed
lint-test-helm / helm-lint (push) Successful in 9s
renovate / renovate (push) Failing after 1m50s
2025-10-31 13:01:52 +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
ddadec039e Update Helm release redis-operator to v0.22.2 (#1909)
All checks were successful
lint-test-helm / helm-lint (push) Successful in 13s
renovate / renovate (push) Successful in 2m43s
2025-10-31 03:01:26 +00:00
3e330eb185 Update ghcr.io/autobrr/qui Docker tag to v1.6.1 (#1908)
All checks were successful
lint-test-helm / helm-lint (push) Successful in 9s
renovate / renovate (push) Successful in 1m14s
2025-10-30 23:01:16 +00:00
bd28e04aa1 Update ollama/ollama Docker tag to v0.12.7 (#1907)
All checks were successful
lint-test-helm / helm-lint (push) Successful in 12s
renovate / renovate (push) Successful in 1m2s
2025-10-30 22:01:13 +00:00
2b588f5344 Update ghcr.io/twin/gatus Docker tag to v5.30.0 (#1902)
All checks were successful
lint-test-helm / helm-lint (push) Successful in 10s
renovate / renovate (push) Successful in 1m8s
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| [ghcr.io/twin/gatus](https://github.com/TwiN/gatus) | minor | `v5.29.0` -> `v5.30.0` |

---

### Release Notes

<details>
<summary>TwiN/gatus (ghcr.io/twin/gatus)</summary>

### [`v5.30.0`](https://github.com/TwiN/gatus/releases/tag/v5.30.0)

[Compare Source](https://github.com/TwiN/gatus/compare/v5.29.0...v5.30.0)

![New response time chart](https://github.com/user-attachments/assets/c94db77c-fbcc-465e-ae90-bafbc9160f4e)

#### What's Changed

- feat(condition): Format certificate and domain expiration durations in human-readable format by [@&#8203;TwiN](https://github.com/TwiN) in [#&#8203;1370](https://github.com/TwiN/gatus/pull/1370)
- fix(external-endpoint): check per-endpoint maintenance windows by [@&#8203;zapteryx](https://github.com/zapteryx) in [#&#8203;1369](https://github.com/TwiN/gatus/pull/1369)
- fix(ui): Modernize response time chart by [@&#8203;TwiN](https://github.com/TwiN) in [#&#8203;1373](https://github.com/TwiN/gatus/pull/1373)

#### New Contributors

- [@&#8203;zapteryx](https://github.com/zapteryx) made their first contribution in [#&#8203;1369](https://github.com/TwiN/gatus/pull/1369)

**Full Changelog**: <https://github.com/TwiN/gatus/compare/v5.29.0...v5.30.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: #1902
Co-authored-by: Renovate Bot <renovate-bot@alexlebens.net>
Co-committed-by: Renovate Bot <renovate-bot@alexlebens.net>
2025-10-30 18:07:05 +00:00
338bdb28b5 Update gitea/gitea Docker tag to v1.25.0 (#1903)
Some checks failed
lint-test-helm / helm-lint (push) Successful in 10s
lint-test-docker / docker-lint (push) Successful in 15s
renovate / renovate (push) Has been cancelled
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| [gitea/gitea](https://github.com/go-gitea/gitea) | minor | `1.24.7` -> `1.25.0` |

---

### Release Notes

<details>
<summary>go-gitea/gitea (gitea/gitea)</summary>

### [`v1.25.0`](https://github.com/go-gitea/gitea/releases/tag/v1.25.0)

[Compare Source](https://github.com/go-gitea/gitea/compare/v1.24.7...v1.25.0)

- BREAKING
  - Return 201 Created for CreateVariable API responses ([#&#8203;34517](https://github.com/go-gitea/gitea/issues/34517))
  - Add label 'state' to metric 'gitea\_users' ([#&#8203;34326](https://github.com/go-gitea/gitea/issues/34326))
- SECURITY
  - Upgrade security public key ([#&#8203;34956](https://github.com/go-gitea/gitea/issues/34956))
  - Also include all security fixes in 1.24.x after 1.25.0-rc0
- FEATURES
  - Stream repo zip/tar.gz/bundle achives by default ([#&#8203;35487](https://github.com/go-gitea/gitea/issues/35487))
  - Use configurable remote name for git commands ([#&#8203;35172](https://github.com/go-gitea/gitea/issues/35172))
  - Send email on Workflow Run Success/Failure ([#&#8203;34982](https://github.com/go-gitea/gitea/issues/34982))
  - Refactor OpenIDConnect to support SSH/FullName sync ([#&#8203;34978](https://github.com/go-gitea/gitea/issues/34978))
  - Refactor repo contents API and add "contents-ext" API ([#&#8203;34822](https://github.com/go-gitea/gitea/issues/34822))
  - Add support for 3D/CAD file formats preview ([#&#8203;34794](https://github.com/go-gitea/gitea/issues/34794))
  - Improve instance wide ssh commit signing ([#&#8203;34341](https://github.com/go-gitea/gitea/issues/34341))
  - Edit file workflow for creating a fork and proposing changes ([#&#8203;34240](https://github.com/go-gitea/gitea/issues/34240))
  - Follow file symlinks in the UI to their target ([#&#8203;28835](https://github.com/go-gitea/gitea/issues/28835))
  - Allow renaming/moving binary/LFS files in the UI ([#&#8203;34350](https://github.com/go-gitea/gitea/issues/34350))
- PERFORMANCE
  - Improve the performance when detecting the file editable ([#&#8203;34653](https://github.com/go-gitea/gitea/issues/34653))
- ENHANCEMENTS
  - Enable more markdown paste features in textarea editor ([#&#8203;35494](https://github.com/go-gitea/gitea/issues/35494))
  - Don't store repo archives on `gitea dump` ([#&#8203;35467](https://github.com/go-gitea/gitea/issues/35467))
  - Always return the relevant status information, even if no status exists. ([#&#8203;35335](https://github.com/go-gitea/gitea/issues/35335))
  - Add start time on perf trace because it seems some steps haven't been recorded. ([#&#8203;35282](https://github.com/go-gitea/gitea/issues/35282))
  - Remove deprecated auth sources ([#&#8203;35272](https://github.com/go-gitea/gitea/issues/35272))
  - When sorting issues by nearest due date, issues without due date should be sorted ascending ([#&#8203;35267](https://github.com/go-gitea/gitea/issues/35267))
  - Disable field count validation of CSV viewer ([#&#8203;35228](https://github.com/go-gitea/gitea/issues/35228))
  - Add `has_code` to repository REST API ([#&#8203;35214](https://github.com/go-gitea/gitea/issues/35214))
  - Display pull request in merged commit view ([#&#8203;35202](https://github.com/go-gitea/gitea/issues/35202))
  - Support Basic Authentication for archive downloads ([#&#8203;35087](https://github.com/go-gitea/gitea/issues/35087))
  - Add hover background to table rows in user and repo admin page ([#&#8203;35072](https://github.com/go-gitea/gitea/issues/35072))
  - Partially refresh notifications list ([#&#8203;35010](https://github.com/go-gitea/gitea/issues/35010))
  - Also display "recently pushed branch" alert on PR view ([#&#8203;35001](https://github.com/go-gitea/gitea/issues/35001))
  - Refactor time tracker UI ([#&#8203;34983](https://github.com/go-gitea/gitea/issues/34983))
  - Improve CLI commands ([#&#8203;34973](https://github.com/go-gitea/gitea/issues/34973))
  - Improve project & label color picker and image scroll ([#&#8203;34971](https://github.com/go-gitea/gitea/issues/34971))
  - Improve NuGet API Parity ([#&#8203;21291](https://github.com/go-gitea/gitea/issues/21291)) ([#&#8203;34940](https://github.com/go-gitea/gitea/issues/34940))
  - Support getting last commit message using contents-ext API ([#&#8203;34904](https://github.com/go-gitea/gitea/issues/34904))
  - Adds title on branch commit counts ([#&#8203;34869](https://github.com/go-gitea/gitea/issues/34869))
  - Add "Cancel workflow run" button to Actions list page ([#&#8203;34817](https://github.com/go-gitea/gitea/issues/34817))
  - Improve img lazy loading ([#&#8203;34804](https://github.com/go-gitea/gitea/issues/34804))
  - Forks repository list page follow other repositories page ([#&#8203;34784](https://github.com/go-gitea/gitea/issues/34784))
  - Add ff\_only parameter to POST /repos/{owner}/{repo}/merge-upstream ([#&#8203;34770](https://github.com/go-gitea/gitea/issues/34770))
  - Rework delete org and rename org UI ([#&#8203;34762](https://github.com/go-gitea/gitea/issues/34762))
  - Improve nuget/rubygems package registries ([#&#8203;34741](https://github.com/go-gitea/gitea/issues/34741))
  - Add repo file tree item link behavior ([#&#8203;34730](https://github.com/go-gitea/gitea/issues/34730))
  - Add issue delete notifier ([#&#8203;34592](https://github.com/go-gitea/gitea/issues/34592))
  - Improve Actions list ([#&#8203;34530](https://github.com/go-gitea/gitea/issues/34530))
  - Add a default tab on repo header when migrating ([#&#8203;34503](https://github.com/go-gitea/gitea/issues/34503))
  - Add post-installation redirect based on admin account status ([#&#8203;34493](https://github.com/go-gitea/gitea/issues/34493))
  - Trigger 'unlabeled' event when label is Deleted from PR ([#&#8203;34316](https://github.com/go-gitea/gitea/issues/34316))
  - Support annotated tags when using create release API ([#&#8203;31840](https://github.com/go-gitea/gitea/issues/31840))
  - Use lfs label for lfs file rather than a long description ([#&#8203;34363](https://github.com/go-gitea/gitea/issues/34363))
  - Add "View workflow file" to Actions list page ([#&#8203;34538](https://github.com/go-gitea/gitea/issues/34538))
  - Move organization's visibility change to danger zone. ([#&#8203;34814](https://github.com/go-gitea/gitea/issues/34814))
  - Don't block site admin's operation if SECRET\_KEY is lost ([#&#8203;35721](https://github.com/go-gitea/gitea/issues/35721))
  - Make restricted users can access public repositories ([#&#8203;35693](https://github.com/go-gitea/gitea/issues/35693))
  - The status icon of the Action step is consistent with GitHub ([#&#8203;35618](https://github.com/go-gitea/gitea/issues/35618)) [#&#8203;35621](https://github.com/go-gitea/gitea/issues/35621)
- BUGFIXES
  - Update tab title when navigating file tree ([#&#8203;35757](https://github.com/go-gitea/gitea/issues/35757)) [#&#8203;35772](https://github.com/go-gitea/gitea/issues/35772)
  - Fix "ref-issue" handling in markup ([#&#8203;35739](https://github.com/go-gitea/gitea/issues/35739)) [#&#8203;35771](https://github.com/go-gitea/gitea/issues/35771)
  - Fix webhook to prevent tag events from bypassing branch filters targets ([#&#8203;35567](https://github.com/go-gitea/gitea/issues/35567)) [#&#8203;35577](https://github.com/go-gitea/gitea/issues/35577)
  - Fix markup init after issue comment editing ([#&#8203;35536](https://github.com/go-gitea/gitea/issues/35536)) [#&#8203;35537](https://github.com/go-gitea/gitea/issues/35537)
  - Fix creating pull request failure when the target branch name is the same as some tag ([#&#8203;35552](https://github.com/go-gitea/gitea/issues/35552)) [#&#8203;35582](https://github.com/go-gitea/gitea/issues/35582)
  - Fix auto-expand and auto-scroll for actions logs ([#&#8203;35570](https://github.com/go-gitea/gitea/issues/35570)) ([#&#8203;35583](https://github.com/go-gitea/gitea/issues/35583)) [#&#8203;35586](https://github.com/go-gitea/gitea/issues/35586)
  - Use inputs context when parsing workflows ([#&#8203;35590](https://github.com/go-gitea/gitea/issues/35590)) [#&#8203;35595](https://github.com/go-gitea/gitea/issues/35595)
  - Fix diffpatch API endpoint ([#&#8203;35610](https://github.com/go-gitea/gitea/issues/35610)) [#&#8203;35613](https://github.com/go-gitea/gitea/issues/35613)
  - Creating push comments before invoke pull request checking ([#&#8203;35647](https://github.com/go-gitea/gitea/issues/35647)) [#&#8203;35668](https://github.com/go-gitea/gitea/issues/35668)
  - Fix missing Close when error occurs and abused connection pool ([#&#8203;35658](https://github.com/go-gitea/gitea/issues/35658)) [#&#8203;35670](https://github.com/go-gitea/gitea/issues/35670)
  - Fix build ([#&#8203;35674](https://github.com/go-gitea/gitea/issues/35674))
  - Use LFS object size instead of blob size when viewing a LFS file ([#&#8203;35679](https://github.com/go-gitea/gitea/issues/35679))
  - Fix workflow run event status while rerunning a failed job ([#&#8203;35689](https://github.com/go-gitea/gitea/issues/35689))
  - Avoid emoji mismatch and allow to only enable chosen emojis ([#&#8203;35692](https://github.com/go-gitea/gitea/issues/35692))
  - Refactor legacy code, fix LFS auth bypass, fix symlink bypass ([#&#8203;35708](https://github.com/go-gitea/gitea/issues/35708))
  - Fix various trivial problems ([#&#8203;35714](https://github.com/go-gitea/gitea/issues/35714))
  - Fix attachment file size limit in server backend ([#&#8203;35519](https://github.com/go-gitea/gitea/issues/35519))
  - Honor delete branch on merge repo setting when using merge API ([#&#8203;35488](https://github.com/go-gitea/gitea/issues/35488))
  - Fix external render, make iframe render work ([#&#8203;35727](https://github.com/go-gitea/gitea/issues/35727), [#&#8203;35730](https://github.com/go-gitea/gitea/issues/35730))
  - Upgrade go mail to 0.7.2 ([#&#8203;35748](https://github.com/go-gitea/gitea/issues/35748))
  - Revert [#&#8203;18491](https://github.com/go-gitea/gitea/issues/18491), fix oauth2 client link account ([#&#8203;35745](https://github.com/go-gitea/gitea/issues/35745))
  - Fix different behavior in status check pattern matching with double stars ([#&#8203;35474](https://github.com/go-gitea/gitea/issues/35474))
  - Fix overflow in notifications list ([#&#8203;35446](https://github.com/go-gitea/gitea/issues/35446))
  - Fix package link setting can only list limited repositories ([#&#8203;35394](https://github.com/go-gitea/gitea/issues/35394))
  - Extend comment treepath length ([#&#8203;35389](https://github.com/go-gitea/gitea/issues/35389))
  - Fix font-size in inline code comment preview ([#&#8203;35209](https://github.com/go-gitea/gitea/issues/35209))
  - Move git config/remote to gitrepo package and add global lock to resolve possible conflict when updating repository git config file ([#&#8203;35151](https://github.com/go-gitea/gitea/issues/35151))
  - Change some columns from text to longtext and fix column wrong type caused by xorm ([#&#8203;35141](https://github.com/go-gitea/gitea/issues/35141))
  - Redirect to a presigned URL of HEAD for HEAD requests ([#&#8203;35088](https://github.com/go-gitea/gitea/issues/35088))
  - Fix git commit committer parsing and add some tests ([#&#8203;35007](https://github.com/go-gitea/gitea/issues/35007))
  - Fix OCI manifest parser ([#&#8203;34797](https://github.com/go-gitea/gitea/issues/34797))
  - Refactor FindOrgOptions to use enum instead of bool, fix membership visibility ([#&#8203;34629](https://github.com/go-gitea/gitea/issues/34629))
  - Fix notification count positioning for variable-width elements ([#&#8203;34597](https://github.com/go-gitea/gitea/issues/34597))
  - Keeping consistent between UI and API about combined commit status state and fix some bugs ([#&#8203;34562](https://github.com/go-gitea/gitea/issues/34562))
  - Fix possible panic ([#&#8203;34508](https://github.com/go-gitea/gitea/issues/34508))
  - Fix autofocus behavior ([#&#8203;34397](https://github.com/go-gitea/gitea/issues/34397))
  - Fix Actions API ([#&#8203;35204](https://github.com/go-gitea/gitea/issues/35204))
  - Fix ListWorkflowRuns OpenAPI response model. ([#&#8203;35026](https://github.com/go-gitea/gitea/issues/35026))
  - Small fix in Pull Requests page ([#&#8203;34612](https://github.com/go-gitea/gitea/issues/34612))
  - Fix http auth header parsing ([#&#8203;34936](https://github.com/go-gitea/gitea/issues/34936))
  - Fix modal + form abuse ([#&#8203;34921](https://github.com/go-gitea/gitea/issues/34921))
  - Fix PR toggle WIP ([#&#8203;34920](https://github.com/go-gitea/gitea/issues/34920))
  - Fix log fmt ([#&#8203;34810](https://github.com/go-gitea/gitea/issues/34810))
  - Replace stopwatch toggle with explicit start/stop actions ([#&#8203;34818](https://github.com/go-gitea/gitea/issues/34818))
  - Fix some package registry problems ([#&#8203;34759](https://github.com/go-gitea/gitea/issues/34759))
  - Fix RPM package download routing & missing package version count ([#&#8203;34909](https://github.com/go-gitea/gitea/issues/34909))
  - Fix repo search input height ([#&#8203;34330](https://github.com/go-gitea/gitea/issues/34330))
  - Fix "The sidebar of the repository file list does not have a fixed height [#&#8203;34298](https://github.com/go-gitea/gitea/issues/34298)" ([#&#8203;34321](https://github.com/go-gitea/gitea/issues/34321))
  - Fix minor typos in two files #HSFDPMUW ([#&#8203;34944](https://github.com/go-gitea/gitea/issues/34944))
  - Fix actions skipped commit status indicator ([#&#8203;34507](https://github.com/go-gitea/gitea/issues/34507))
  - Fix job status aggregation logic ([#&#8203;35000](https://github.com/go-gitea/gitea/issues/35000))
  - Fix broken OneDev migration caused by various REST API changes in OneDev 7.8.0 and later ([#&#8203;35216](https://github.com/go-gitea/gitea/issues/35216))
  - Fix typo in oauth2\_full\_name\_claim\_name string ([#&#8203;35199](https://github.com/go-gitea/gitea/issues/35199))
  - Fix typo in locale\_en-US.ini ([#&#8203;35196](https://github.com/go-gitea/gitea/issues/35196))
- API
  - Exposing TimeEstimate field in the API ([#&#8203;35475](https://github.com/go-gitea/gitea/issues/35475))
  - UpdateBranch API supports renaming a branch ([#&#8203;35374](https://github.com/go-gitea/gitea/issues/35374))
  - Add `owner` and `parent` fields clarification to docs ([#&#8203;35023](https://github.com/go-gitea/gitea/issues/35023))
  - Improve OAuth2 provider (correct Issuer, respect ENABLED) ([#&#8203;34966](https://github.com/go-gitea/gitea/issues/34966))
  - Add a `login`/`login-name`/`username` disambiguation to affected endpoint parameters and response/request models ([#&#8203;34901](https://github.com/go-gitea/gitea/issues/34901))
  - Do not mutate incoming options to SearchRepositoryByName ([#&#8203;34553](https://github.com/go-gitea/gitea/issues/34553))
  - Do not mutate incoming options to RenderUserSearch and SearchUsers  ([#&#8203;34544](https://github.com/go-gitea/gitea/issues/34544))
  - Export repo's manual merge settings ([#&#8203;34502](https://github.com/go-gitea/gitea/issues/34502))
  - Add date range filtering to commit retrieval endpoints ([#&#8203;34497](https://github.com/go-gitea/gitea/issues/34497))
  - Add endpoint deleting workflow run ([#&#8203;34337](https://github.com/go-gitea/gitea/issues/34337))
  - Add workflow\_run api + webhook ([#&#8203;33964](https://github.com/go-gitea/gitea/issues/33964))
- REFACTOR
  - Move updateref and removeref to gitrepo and remove unnecessary open repository ([#&#8203;35511](https://github.com/go-gitea/gitea/issues/35511))
  - Remove unused param `doer` ([#&#8203;34545](https://github.com/go-gitea/gitea/issues/34545))
  - Split GetLatestCommitStatus as two functions ([#&#8203;34535](https://github.com/go-gitea/gitea/issues/34535))
  - Use gitrepo.SetDefaultBranch when set default branch of wiki repository ([#&#8203;33911](https://github.com/go-gitea/gitea/issues/33911))
  - Refactor editor ([#&#8203;34780](https://github.com/go-gitea/gitea/issues/34780))
  - Refactor packages ([#&#8203;34777](https://github.com/go-gitea/gitea/issues/34777))
  - Refactor container package ([#&#8203;34877](https://github.com/go-gitea/gitea/issues/34877))
  - Refactor "change file" API ([#&#8203;34855](https://github.com/go-gitea/gitea/issues/34855))
  - Rename pull request GetGitRefName to GetGitHeadRefName to prepare introducing GetGitMergeRefName ([#&#8203;35093](https://github.com/go-gitea/gitea/issues/35093))
  - Move git command to git/gitcmd ([#&#8203;35483](https://github.com/go-gitea/gitea/issues/35483))
  - Use db.WithTx/WithTx2 instead of TxContext when possible ([#&#8203;35428](https://github.com/go-gitea/gitea/issues/35428))
  - Support Node.js 22.6 with type stripping ([#&#8203;35427](https://github.com/go-gitea/gitea/issues/35427))
  - Migrate tools and configs to typescript, require node.js >= 22.18.0 ([#&#8203;35421](https://github.com/go-gitea/gitea/issues/35421))
  - Check user and repo for redirects when using git via SSH transport ([#&#8203;35416](https://github.com/go-gitea/gitea/issues/35416))
  - Remove the duplicated function GetTags ([#&#8203;35375](https://github.com/go-gitea/gitea/issues/35375))
  - Refactor to use reflect.TypeFor ([#&#8203;35370](https://github.com/go-gitea/gitea/issues/35370))
  - Deleting branch could delete broken branch which has database record but git branch is missing ([#&#8203;35360](https://github.com/go-gitea/gitea/issues/35360))
  - Exit with success when already up to date ([#&#8203;35312](https://github.com/go-gitea/gitea/issues/35312))
  - Split admin config settings templates to make it maintain easier ([#&#8203;35294](https://github.com/go-gitea/gitea/issues/35294))
  - A small refactor to use context in the service layer ([#&#8203;35179](https://github.com/go-gitea/gitea/issues/35179))
  - Refactor and update mail templates ([#&#8203;35150](https://github.com/go-gitea/gitea/issues/35150))
  - Use db.WithTx/WithTx2 instead of TxContext when possible ([#&#8203;35130](https://github.com/go-gitea/gitea/issues/35130))
  - Align `issue-title-buttons` with `list-header` ([#&#8203;35018](https://github.com/go-gitea/gitea/issues/35018))
  - Add Notifications section in User Settings ([#&#8203;35008](https://github.com/go-gitea/gitea/issues/35008))
  - Tweak placement of diff file menu ([#&#8203;34999](https://github.com/go-gitea/gitea/issues/34999))
  - Refactor mail template and support preview ([#&#8203;34990](https://github.com/go-gitea/gitea/issues/34990))
  - Rerun job only when run is done ([#&#8203;34970](https://github.com/go-gitea/gitea/issues/34970))
  - Merge index.js ([#&#8203;34963](https://github.com/go-gitea/gitea/issues/34963))
  - Refactor "delete-button" to "link-action" ([#&#8203;34962](https://github.com/go-gitea/gitea/issues/34962))
  - Refactor webhook and fix feishu/lark secret ([#&#8203;34961](https://github.com/go-gitea/gitea/issues/34961))
  - Exclude devtest.ts from tailwindcss ([#&#8203;34935](https://github.com/go-gitea/gitea/issues/34935))
  - Refactor head navbar icons ([#&#8203;34922](https://github.com/go-gitea/gitea/issues/34922))
  - Improve html escape ([#&#8203;34911](https://github.com/go-gitea/gitea/issues/34911))
  - Improve tags list page ([#&#8203;34898](https://github.com/go-gitea/gitea/issues/34898))
  - Improve `labels-list` rendering ([#&#8203;34846](https://github.com/go-gitea/gitea/issues/34846))
  - Remove unused variable HUGO\_VERSION ([#&#8203;34840](https://github.com/go-gitea/gitea/issues/34840))
  - Correct migration tab name ([#&#8203;34826](https://github.com/go-gitea/gitea/issues/34826))
  - Refactor template helper ([#&#8203;34819](https://github.com/go-gitea/gitea/issues/34819))
  - Use `shallowRef` instead of `ref` in `.vue` files where possible ([#&#8203;34813](https://github.com/go-gitea/gitea/issues/34813))
  - Use standalone function to update repository cols ([#&#8203;34811](https://github.com/go-gitea/gitea/issues/34811))
  - Refactor wiki ([#&#8203;34805](https://github.com/go-gitea/gitea/issues/34805))
  - Remove unnecessary duplicate code ([#&#8203;34733](https://github.com/go-gitea/gitea/issues/34733))
  - Refactor embedded assets and drop unnecessary dependencies ([#&#8203;34692](https://github.com/go-gitea/gitea/issues/34692))
  - Update x/crypto package and make builtin SSH use default parameters ([#&#8203;34667](https://github.com/go-gitea/gitea/issues/34667))
  - Add `--color-logo`, matching the logo's primary color ([#&#8203;34639](https://github.com/go-gitea/gitea/issues/34639))
  - Add openssh-keygen to rootless image ([#&#8203;34625](https://github.com/go-gitea/gitea/issues/34625))
  - Replace update repository function in some places ([#&#8203;34566](https://github.com/go-gitea/gitea/issues/34566))
  - Change "rejected" to "changes requested" in 3rd party PR review notification ([#&#8203;34481](https://github.com/go-gitea/gitea/issues/34481))
  - Remove legacy template helper functions ([#&#8203;34426](https://github.com/go-gitea/gitea/issues/34426))
  - Use run-name and evaluate workflow variables ([#&#8203;34301](https://github.com/go-gitea/gitea/issues/34301))
  - Move HasWiki to repository service package ([#&#8203;33912](https://github.com/go-gitea/gitea/issues/33912))
  - Move some functions from package git to gitrepo ([#&#8203;33910](https://github.com/go-gitea/gitea/issues/33910))
- TESTING
  - Add webhook test for push event ([#&#8203;34442](https://github.com/go-gitea/gitea/issues/34442))
  - Add a webhook push test for dev branch ([#&#8203;34421](https://github.com/go-gitea/gitea/issues/34421))
  - Add migrations tests ([#&#8203;34456](https://github.com/go-gitea/gitea/issues/34456)) ([#&#8203;34498](https://github.com/go-gitea/gitea/issues/34498))
- STYLE
  - Enforce explanation for necessary nolints and fix bugs ([#&#8203;34883](https://github.com/go-gitea/gitea/issues/34883))
  - Fix remaining issues after `gopls modernize` formatting ([#&#8203;34771](https://github.com/go-gitea/gitea/issues/34771))
  - Update gofumpt, add go.mod ignore directive ([#&#8203;35434](https://github.com/go-gitea/gitea/issues/35434))
  - Enforce nolint scope ([#&#8203;34851](https://github.com/go-gitea/gitea/issues/34851))
  - Enable gocritic `equalFold` and fix issues ([#&#8203;34952](https://github.com/go-gitea/gitea/issues/34952))
  - Run `gopls modernize` on codebase ([#&#8203;34751](https://github.com/go-gitea/gitea/issues/34751))
  - Upgrade `gopls` to v0.19.0, add `make fix` ([#&#8203;34772](https://github.com/go-gitea/gitea/issues/34772))
- BUILD
  - bump archives\&rar dep ([#&#8203;35637](https://github.com/go-gitea/gitea/issues/35637)) [#&#8203;35638](https://github.com/go-gitea/gitea/issues/35638)
  - Use github.com/mholt/archives replace github.com/mholt/archiver ([#&#8203;35390](https://github.com/go-gitea/gitea/issues/35390))
  - Update JS and PY dependencies ([#&#8203;35444](https://github.com/go-gitea/gitea/issues/35444))
  - Upgrade devcontainer go version to 1.24.6 ([#&#8203;35298](https://github.com/go-gitea/gitea/issues/35298))
  - Upgrade golang to 1.25.1 and add descriptions for the swagger structs' fields ([#&#8203;35418](https://github.com/go-gitea/gitea/issues/35418))
  - Update JS and PY deps ([#&#8203;35191](https://github.com/go-gitea/gitea/issues/35191))
  - Update JS and PY dependencies ([#&#8203;34391](https://github.com/go-gitea/gitea/issues/34391))
  - Update go tool dependencies ([#&#8203;34845](https://github.com/go-gitea/gitea/issues/34845))
  - Update `uint8-to-base64`, remove type stub ([#&#8203;34844](https://github.com/go-gitea/gitea/issues/34844))
  - Switch to `@resvg/resvg-wasm` for `generate-images` ([#&#8203;35415](https://github.com/go-gitea/gitea/issues/35415))
  - Switch to pnpm ([#&#8203;35274](https://github.com/go-gitea/gitea/issues/35274))
  - Update chroma to v2.20.0 ([#&#8203;35220](https://github.com/go-gitea/gitea/issues/35220))
  - Migrate to urfave v3 ([#&#8203;34510](https://github.com/go-gitea/gitea/issues/34510))
  - Update JS deps, regenerate SVGs ([#&#8203;34640](https://github.com/go-gitea/gitea/issues/34640))
  - Upgrade dependencies ([#&#8203;35384](https://github.com/go-gitea/gitea/issues/35384))
  - Bump `@github/relative-time-element` to v4.4.8 ([#&#8203;34413](https://github.com/go-gitea/gitea/issues/34413))
  - Update JS dependencies ([#&#8203;34951](https://github.com/go-gitea/gitea/issues/34951))
  - Upgrade orgmode to v1.8.0 ([#&#8203;34721](https://github.com/go-gitea/gitea/issues/34721))
  - Raise minimum Node.js version to 20, test on 24 ([#&#8203;34713](https://github.com/go-gitea/gitea/issues/34713))
  - Update JS deps ([#&#8203;34701](https://github.com/go-gitea/gitea/issues/34701))
  - Upgrade htmx to 2.0.6 ([#&#8203;34887](https://github.com/go-gitea/gitea/issues/34887))
  - Update eslint to v9 ([#&#8203;35485](https://github.com/go-gitea/gitea/issues/35485))
  - Update js dependencies ([#&#8203;35429](https://github.com/go-gitea/gitea/issues/35429))
  - Clean up npm dependencies ([#&#8203;35508](https://github.com/go-gitea/gitea/issues/35508))
  - Clean up npm dependencies ([#&#8203;35484](https://github.com/go-gitea/gitea/issues/35484))
  - Bump setup-node to v5 ([#&#8203;35448](https://github.com/go-gitea/gitea/issues/35448))
- MISC
  - Add gitignore rules to exclude LLM instruction files ([#&#8203;35076](https://github.com/go-gitea/gitea/issues/35076))
  - Gitignore: Visual Studio settings folder ([#&#8203;34375](https://github.com/go-gitea/gitea/issues/34375))
  - Improve language in en-US locale strings ([#&#8203;35124](https://github.com/go-gitea/gitea/issues/35124))
  - Fixed all grammatical errors in locale\_en-US.ini ([#&#8203;35053](https://github.com/go-gitea/gitea/issues/35053))
  - Docs/fix typo and grammar in CONTRIBUTING.md ([#&#8203;35024](https://github.com/go-gitea/gitea/issues/35024))
  - Improve english grammar and readability in locale\_en-US.ini ([#&#8203;35017](https://github.com/go-gitea/gitea/issues/35017))

Instances on **[Gitea Cloud](https://cloud.gitea.com)** will be automatically upgraded to this version during the specified maintenance window.

</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 these updates again.

---

 - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box

---

This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MS4xNTUuNCIsInVwZGF0ZWRJblZlciI6IjQxLjE1NS40IiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJpbWFnZSJdfQ==-->

Reviewed-on: https://gitea.alexlebens.dev/alexlebens/infrastructure/pulls/1903
Co-authored-by: Renovate Bot <renovate-bot@alexlebens.net>
Co-committed-by: Renovate Bot <renovate-bot@alexlebens.net>
2025-10-30 18:06:50 +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
b6dfe250aa Update kube-prometheus-stack Docker tag to v79.0.1 (#1898)
All checks were successful
lint-test-helm / helm-lint (push) Successful in 12s
renovate / renovate (push) Successful in 1m45s
2025-10-30 04:02:34 +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
b6421a0043 add secret
All checks were successful
lint-test-helm / helm-lint (push) Successful in 12s
renovate / renovate (push) Successful in 1m34s
2025-10-29 18:55:26 -05:00
95f667f429 migrate to local backups
All checks were successful
lint-test-helm / helm-lint (push) Successful in 11s
renovate / renovate (push) Successful in 1m26s
2025-10-29 18:43:54 -05: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
e6eef886fd Update ghcr.io/autobrr/qui Docker tag to v1.6.0 (#1889)
All checks were successful
lint-test-helm / helm-lint (push) Successful in 25s
renovate / renovate (push) Successful in 1m51s
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| [ghcr.io/autobrr/qui](https://github.com/autobrr/qui) | minor | `v1.5.0` -> `v1.6.0` |

---

### Release Notes

<details>
<summary>autobrr/qui (ghcr.io/autobrr/qui)</summary>

### [`v1.6.0`](https://github.com/autobrr/qui/releases/tag/v1.6.0)

[Compare Source](https://github.com/autobrr/qui/compare/v1.5.0...v1.6.0)

#### Changelog

##### New Features

- New Nord theme for supporters
- [`ef69130`](ef691301d2): feat(TrackerManager): dynamic TTL for trackers ([#&#8203;477](https://github.com/autobrr/qui/issues/477)) ([@&#8203;KyleSanderson](https://github.com/KyleSanderson))
- [`e282a39`](e282a397ee): feat(dashboard): implement more stats ([#&#8203;488](https://github.com/autobrr/qui/issues/488)) ([@&#8203;KyleSanderson](https://github.com/KyleSanderson))
- [`1baa358`](1baa35891f): feat(database): implement stmts ([#&#8203;460](https://github.com/autobrr/qui/issues/460)) ([@&#8203;KyleSanderson](https://github.com/KyleSanderson))
- [`2a9d6b4`](2a9d6b4ea3): feat(debounce): implement debouncer ([#&#8203;481](https://github.com/autobrr/qui/issues/481)) ([@&#8203;KyleSanderson](https://github.com/KyleSanderson))
- [`7b79c59`](7b79c5901d): feat(proxy): log user agent with invalid API keys ([#&#8203;516](https://github.com/autobrr/qui/issues/516)) ([@&#8203;s0up4200](https://github.com/s0up4200))
- [`48a2eab`](48a2eab214): feat(proxy): use data from SyncManager ([#&#8203;475](https://github.com/autobrr/qui/issues/475)) ([@&#8203;Audionut](https://github.com/Audionut))
- [`540f61a`](540f61a68a): feat(torrents): add alternative layout to table ([#&#8203;520](https://github.com/autobrr/qui/issues/520)) ([@&#8203;s0up4200](https://github.com/s0up4200))
- [`60a7e23`](60a7e23ede): feat(torrents): add ctrl+a select all shortcut ([#&#8203;503](https://github.com/autobrr/qui/issues/503)) ([@&#8203;s0up4200](https://github.com/s0up4200))
- [`11758ef`](11758efd6e): feat(web): add peer flag tooltips in torrent details ([#&#8203;517](https://github.com/autobrr/qui/issues/517)) ([@&#8203;s0up4200](https://github.com/s0up4200))
- [`37d262e`](37d262ebce): feat(web): streamline torrent footer controls ([#&#8203;522](https://github.com/autobrr/qui/issues/522)) ([@&#8203;s0up4200](https://github.com/s0up4200))

##### Bug Fixes

- [`7946441`](7946441575): fix(backups): handle incomplete jobs at startup ([#&#8203;486](https://github.com/autobrr/qui/issues/486)) ([@&#8203;KyleSanderson](https://github.com/KyleSanderson))
- [`199a732`](199a7327b6): fix(database): refresh closed sqlite statements ([#&#8203;523](https://github.com/autobrr/qui/issues/523)) ([@&#8203;s0up4200](https://github.com/s0up4200))
- [`e7f79fa`](e7f79fad61): fix(hooks): change default mode to normal in usePersistedCompactViewState ([@&#8203;s0up4200](https://github.com/s0up4200))
- [`3b8bab4`](3b8bab4dcc): fix(http): handle network errors ([#&#8203;498](https://github.com/autobrr/qui/issues/498)) ([@&#8203;KyleSanderson](https://github.com/KyleSanderson))
- [`85bd923`](85bd923b05): fix(proxy): respect base url in service worker ([#&#8203;491](https://github.com/autobrr/qui/issues/491)) ([@&#8203;s0up4200](https://github.com/s0up4200))
- [`12240f0`](12240f0dda): fix(pwa): ignore proxy path ([#&#8203;487](https://github.com/autobrr/qui/issues/487)) ([@&#8203;KyleSanderson](https://github.com/KyleSanderson))
- [`9e09387`](9e09387f19): fix(qbittorrent): detect unregistered during tracker update ([#&#8203;525](https://github.com/autobrr/qui/issues/525)) ([@&#8203;s0up4200](https://github.com/s0up4200))
- [`147d9ca`](147d9ca099): fix(test): isolate backup tests with unique database names ([#&#8203;495](https://github.com/autobrr/qui/issues/495)) ([@&#8203;s0up4200](https://github.com/s0up4200))
- [`381679e`](381679ef2b): fix(torrents): persist delete files checkbox ([#&#8203;496](https://github.com/autobrr/qui/issues/496)) ([@&#8203;s0up4200](https://github.com/s0up4200))
- [`6c8cf2c`](6c8cf2ceee): fix(torrents): tighten filter sidebar hover feedback ([#&#8203;518](https://github.com/autobrr/qui/issues/518)) ([@&#8203;s0up4200](https://github.com/s0up4200))
- [`b1ef5d7`](b1ef5d793e): fix(tracker): restore early exit for empty tracker fetches ([#&#8203;512](https://github.com/autobrr/qui/issues/512)) ([@&#8203;s0up4200](https://github.com/s0up4200))
- [`7625ed3`](7625ed3a32): fix(web): implement virtualization for tags and cats ([#&#8203;483](https://github.com/autobrr/qui/issues/483)) ([@&#8203;KyleSanderson](https://github.com/KyleSanderson))
- [`5ed2800`](5ed2800300): fix(web): keep tag search and selection in sync ([#&#8203;500](https://github.com/autobrr/qui/issues/500)) ([@&#8203;s0up4200](https://github.com/s0up4200))

##### Other Changes

- [`d611070`](d611070e86): Revert "perf(qbittorrent): reuse tracker cache without forced sync" ([@&#8203;s0up4200](https://github.com/s0up4200))
- [`177a3d5`](177a3d5848): docs(readme): mark some seedbox installers as tested ([#&#8203;514](https://github.com/autobrr/qui/issues/514)) ([@&#8203;s0up4200](https://github.com/s0up4200))
- [`398faf6`](398faf686b): perf(qbittorrent): reuse tracker cache without forced sync ([@&#8203;s0up4200](https://github.com/s0up4200))
- [`1377547`](1377547d47): refactor(logging): remove dumb arrow prefix ([#&#8203;524](https://github.com/autobrr/qui/issues/524)) ([@&#8203;s0up4200](https://github.com/s0up4200))

**Full Changelog**: <https://github.com/autobrr/qui/compare/v1.5.0...v1.6.0>

#### Docker images

- `docker pull ghcr.io/autobrr/qui:v1.6.0`
- `docker pull ghcr.io/autobrr/qui:latest`

#### What to do next?

- Join our [Discord server](https://discord.autobrr.com/qui)

Thank you for using qui!

</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: https://gitea.alexlebens.dev/alexlebens/infrastructure/pulls/1889
Co-authored-by: Renovate Bot <renovate-bot@alexlebens.net>
Co-committed-by: Renovate Bot <renovate-bot@alexlebens.net>
2025-10-29 17:48:00 +00:00
c8aa3ed1bc Update Helm release authentik to v2025.10.0 (#1887)
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 |
|---|---|---|
| [authentik](https://goauthentik.io) ([source](https://github.com/goauthentik/helm)) | minor | `2025.8.4` -> `2025.10.0` |

---

### Release Notes

<details>
<summary>goauthentik/helm (authentik)</summary>

### [`v2025.10.0`](https://github.com/goauthentik/helm/releases/tag/authentik-2025.10.0)

[Compare Source](https://github.com/goauthentik/helm/compare/authentik-2025.8.4...authentik-2025.10.0)

authentik is an open-source Identity Provider focused on flexibility and versatility

#### What's Changed

- chore(deps): update dependency python to 3.14 by [@&#8203;renovate](https://github.com/renovate)\[bot] in [#&#8203;412](https://github.com/goauthentik/helm/pull/412)
- charts/authentik: add automountServiceAccountToken value by [@&#8203;FelixDobler](https://github.com/FelixDobler) in [#&#8203;407](https://github.com/goauthentik/helm/pull/407)
- chore(deps): update public.ecr.aws/artifacthub/ah docker tag to v1.22.0 by [@&#8203;renovate](https://github.com/renovate)\[bot] in [#&#8203;414](https://github.com/goauthentik/helm/pull/414)
- charts/authentik: bump to 2025.10.0 by [@&#8203;authentik-automation](https://github.com/authentik-automation)\[bot] in [#&#8203;417](https://github.com/goauthentik/helm/pull/417)

#### New Contributors

- [@&#8203;FelixDobler](https://github.com/FelixDobler) made their first contribution in [#&#8203;407](https://github.com/goauthentik/helm/pull/407)

**Full Changelog**: <https://github.com/goauthentik/helm/compare/authentik-2025.8.4...authentik-2025.10.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:eyJjcmVhdGVkSW5WZXIiOiI0MS4xNTUuNCIsInVwZGF0ZWRJblZlciI6IjQxLjE1NS40IiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJjaGFydCJdfQ==-->

Reviewed-on: #1887
Co-authored-by: Renovate Bot <renovate-bot@alexlebens.net>
Co-committed-by: Renovate Bot <renovate-bot@alexlebens.net>
2025-10-29 17:47:44 +00:00
ec1a02f6b5 Update Helm release generic-device-plugin to v0.17.0 (#1891)
Some checks failed
lint-test-helm / helm-lint (push) Successful in 14s
renovate / renovate (push) Has been cancelled
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| [generic-device-plugin](https://github.com/bjw-s/helm-charts) ([source](https://github.com/bjw-s/helm-charts/tree/HEAD/charts/library/common)) | minor | `0.16.0` -> `0.17.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:eyJjcmVhdGVkSW5WZXIiOiI0MS4xNTUuNCIsInVwZGF0ZWRJblZlciI6IjQxLjE1NS40IiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJjaGFydCJdfQ==-->

Reviewed-on: #1891
Co-authored-by: Renovate Bot <renovate-bot@alexlebens.net>
Co-committed-by: Renovate Bot <renovate-bot@alexlebens.net>
2025-10-29 17:47:26 +00:00
6bb17b7da9 Update Helm release rook-ceph-cluster to v1.18.6 (#1896)
All checks were successful
lint-test-helm / helm-lint (push) Successful in 21s
renovate / renovate (push) Successful in 1m37s
2025-10-29 16:02:44 +00:00
09317a4afb Update Helm release rook-ceph to v1.18.6 (#1895)
Some checks failed
lint-test-helm / helm-lint (push) Has been cancelled
renovate / renovate (push) Has been cancelled
2025-10-29 16:02:31 +00: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
6c296dec72 Update d3fk/s3cmd:latest Docker digest to ccf931d (#1892)
All checks were successful
lint-test-helm / helm-lint (push) Successful in 10s
renovate / renovate (push) Successful in 2m3s
2025-10-29 03:01:55 +00:00
b6e310b2da Update ghcr.io/traefik/traefik Docker tag to v3.5.4 (#1890)
All checks were successful
lint-test-docker / docker-lint (push) Successful in 12s
renovate / renovate (push) Successful in 1m34s
2025-10-29 01:02:38 +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
e140952666 Update ghcr.io/n8n-io/n8n Docker tag to v1.118.1 (#1886)
All checks were successful
lint-test-helm / helm-lint (push) Successful in 15s
renovate / renovate (push) Successful in 2m56s
2025-10-28 13:02:27 +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
83dccd171b expand size
All checks were successful
lint-test-helm / helm-lint (push) Successful in 9s
renovate / renovate (push) Successful in 2m11s
2025-10-27 22:00:00 -05:00
d55d8cf2c3 fix names
All checks were successful
lint-test-helm / helm-lint (push) Successful in 14s
renovate / renovate (push) Successful in 1m51s
2025-10-27 21:15:25 -05:00
441589f724 fix names
Some checks failed
lint-test-helm / helm-lint (push) Successful in 9s
renovate / renovate (push) Has been cancelled
2025-10-27 21:14:07 -05:00
4ed7f9bc1f switch to recovery from local
All checks were successful
lint-test-helm / helm-lint (push) Successful in 15s
renovate / renovate (push) Successful in 1m16s
2025-10-27 21:11:19 -05:00