106 Commits

Author SHA1 Message Date
50c9fae558 chore(deps): update ghcr.io/linuxserver/bazarr:1.5.4 docker digest to d6492cc (#3543)
All checks were successful
render-manifests-push / render-manifests-push (push) Has been skipped
lint-test-helm / lint-helm (push) Successful in 1m8s
renovate / renovate (push) Successful in 2m29s
2026-01-27 22:02:53 +00:00
ab4e667c6f chore(deps): update ghcr.io/autobrr/qui docker tag to v1.13.0 (#3540)
Some checks failed
render-manifests-push / render-manifests-push (push) Has been skipped
lint-test-helm / lint-helm (push) Successful in 1m33s
renovate / renovate (push) Has been cancelled
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| [ghcr.io/autobrr/qui](https://github.com/autobrr/qui) | minor | `v1.12.0` → `v1.13.0` |

---

### Release Notes

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

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

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

#### Highlights

- Native RSS support for feeds
- Cross-seed upgrades: directory scanning for data-based matching and category affix (prefix/suffix) modes
- Automations improvements: Move action support, uncategorized filter option, hasMissingFiles condition, include-cross-seeds mode, configurable FREE\_SPACE source
- UI improvements: inline pieces progress bar, clickable dashboard error counts, better mobile workflow modal
- Orphan scan safeguards for shared save paths
- External programs: new {comment} placeholder

##### Notable bug fixes:

- More stable sorting for timestamp fields and last\_activity
- Tracker icon fetching reliability and timeout cooldown handling
- Cross-seed matching fixes (anime/pack matching, size mismatch handling, V2 hash recheck)
- Orphan scan ignores .parts files and OS/NAS artifacts
- qBittorrent tracker-down matching improvements and magnet redirect handling

#### Changelog

##### New Features

- [`9acd789`](9acd78916b): feat(automations): add Move action to Automations ([#&#8203;1079](https://github.com/autobrr/qui/issues/1079)) ([@&#8203;Barcode-eng](https://github.com/Barcode-eng))
- [`80aaf22`](80aaf22c7b): feat(automations): add hasMissingfiles condition ([#&#8203;1081](https://github.com/autobrr/qui/issues/1081)) ([@&#8203;jabloink](https://github.com/jabloink))
- [`f942a71`](f942a71635): feat(automations): add import button to empty state ([#&#8203;1111](https://github.com/autobrr/qui/issues/1111)) ([@&#8203;jabloink](https://github.com/jabloink))
- [`6b2831e`](6b2831eb6b): feat(automations): add include-cross-seeds mode with hardlink support, fix free-space projection ([#&#8203;1116](https://github.com/autobrr/qui/issues/1116)) ([@&#8203;Barcode-eng](https://github.com/Barcode-eng))
- [`b152a6a`](b152a6af36): feat(automations): add tooltips to disabled conditions ([#&#8203;1286](https://github.com/autobrr/qui/issues/1286)) ([@&#8203;jabloink](https://github.com/jabloink))
- [`f36eb76`](f36eb76e12): feat(automations): add uncategorized category filter option ([#&#8203;1268](https://github.com/autobrr/qui/issues/1268)) ([@&#8203;aulterego](https://github.com/aulterego))
- [`d7dcb58`](d7dcb589fd): feat(automations): configurable FREE\_SPACE source (qBit or path) ([#&#8203;1181](https://github.com/autobrr/qui/issues/1181)) ([@&#8203;s0up4200](https://github.com/s0up4200))
- [`d685bee`](d685bee702): feat(backups): add tooltips and restore from lastest button ([#&#8203;1258](https://github.com/autobrr/qui/issues/1258)) ([@&#8203;jabloink](https://github.com/jabloink))
- [`4c5a975`](4c5a975960): feat(crossseed): add category affix with prefix/suffix modes ([#&#8203;1296](https://github.com/autobrr/qui/issues/1296)) ([@&#8203;jabloink](https://github.com/jabloink))
- [`28cd96d`](28cd96da2e): feat(crossseed): add directory scanner for data-based matching ([#&#8203;1203](https://github.com/autobrr/qui/issues/1203)) ([@&#8203;s0up4200](https://github.com/s0up4200))
- [`fe84eb0`](fe84eb04ad): feat(dirscan): resumable scans with per-run limit ([#&#8203;1274](https://github.com/autobrr/qui/issues/1274)) ([@&#8203;s0up4200](https://github.com/s0up4200))
- [`1af2a12`](1af2a12658): feat(dockerfile): add bash to Dockerfile ([#&#8203;903](https://github.com/autobrr/qui/issues/903)) ([@&#8203;ryanwalder](https://github.com/ryanwalder))
- [`5c84c3f`](5c84c3f86c): feat(docs): add browser extension links and URL shorteners ([@&#8203;s0up4200](https://github.com/s0up4200))
- [`13c5461`](13c5461f3f): feat(linking): add option to fallback on linking failure ([#&#8203;1056](https://github.com/autobrr/qui/issues/1056)) ([@&#8203;Audionut](https://github.com/Audionut))
- [`5f7031f`](5f7031fe13): feat(orphanscan): protect shared save paths across instances ([#&#8203;1197](https://github.com/autobrr/qui/issues/1197)) ([@&#8203;s0up4200](https://github.com/s0up4200))
- [`341092d`](341092d5c8): feat(rss): add native rss support ([#&#8203;801](https://github.com/autobrr/qui/issues/801)) ([@&#8203;s0up4200](https://github.com/s0up4200))
- [`8d2a371`](8d2a371edb): feat(sort): add stable fallback sorting for timestamp fields ([#&#8203;1317](https://github.com/autobrr/qui/issues/1317)) ([@&#8203;aulterego](https://github.com/aulterego))
- [`28cf4ad`](28cf4ad217): feat(torrents): use custom tracker names in table ([#&#8203;1120](https://github.com/autobrr/qui/issues/1120)) ([@&#8203;s0up4200](https://github.com/s0up4200))
- [`e0d2bb4`](e0d2bb4802): feat(ui): Use 4 column grid for dashboard instances on 2xl screens ([#&#8203;1195](https://github.com/autobrr/qui/issues/1195)) ([@&#8203;ewenjo](https://github.com/ewenjo))
- [`7bc98e1`](7bc98e145c): feat(ui): add inline pieces progress bar visualization ([#&#8203;1050](https://github.com/autobrr/qui/issues/1050)) ([@&#8203;s0up4200](https://github.com/s0up4200))
- [`0154226`](01542261b5): feat(web): Improve performance for torrents with large file counts ([#&#8203;1252](https://github.com/autobrr/qui/issues/1252)) ([@&#8203;0rkag](https://github.com/0rkag))
- [`a91df70`](a91df70215): feat(web): allow merging trackers into existing groups ([#&#8203;1175](https://github.com/autobrr/qui/issues/1175)) ([@&#8203;jabloink](https://github.com/jabloink))
- [`132c512`](132c512042): feat(web): improve workflow modal mobile ([#&#8203;1302](https://github.com/autobrr/qui/issues/1302)) ([@&#8203;jabloink](https://github.com/jabloink))
- [`a7f59ab`](a7f59abc89): feat(web): make dashboard error counts clickable ([#&#8203;937](https://github.com/autobrr/qui/issues/937)) ([@&#8203;Gykes](https://github.com/Gykes))

##### Bug Fixes

- [`c6f86e2`](c6f86e2a2c): fix(auth): recover cleanly behind upstream SSO ([#&#8203;1142](https://github.com/autobrr/qui/issues/1142)) ([@&#8203;s0up4200](https://github.com/s0up4200))
- [`0c19899`](0c198990a0): fix(automations): handle -1 value for incomplete torrent completion\_on ([#&#8203;1186](https://github.com/autobrr/qui/issues/1186)) ([@&#8203;s0up4200](https://github.com/s0up4200))
- [`59a9120`](59a9120d5a): fix(automations): include Move action in `rulesUseCondition` ([#&#8203;1079](https://github.com/autobrr/qui/issues/1079)) ([#&#8203;1287](https://github.com/autobrr/qui/issues/1287)) ([@&#8203;Barcode-eng](https://github.com/Barcode-eng))
- [`618d945`](618d94540d): fix(automations): not being able to enter multiple tags in tag action ([#&#8203;1131](https://github.com/autobrr/qui/issues/1131)) ([@&#8203;Winter](https://github.com/Winter))
- [`bffecbd`](bffecbd8b1): fix(automations): restore preview API and add loading state ([#&#8203;1194](https://github.com/autobrr/qui/issues/1194)) ([@&#8203;s0up4200](https://github.com/s0up4200))
- [`9b3975b`](9b3975bc3a): fix(automations): speed up delete hardlink-copy expansion ([#&#8203;1187](https://github.com/autobrr/qui/issues/1187)) ([@&#8203;s0up4200](https://github.com/s0up4200))
- [`1549bcf`](1549bcf762): fix(automations): support qBittorrent global/unlimited limits ([#&#8203;1134](https://github.com/autobrr/qui/issues/1134)) ([@&#8203;s0up4200](https://github.com/s0up4200))
- [`e31d4aa`](e31d4aae2f): fix(automations): validate local access for hasMissingFiles ([#&#8203;1281](https://github.com/autobrr/qui/issues/1281)) ([@&#8203;jabloink](https://github.com/jabloink))
- [`dba3419`](dba3419f12): fix(crossseed): allow extra files in size mismatch check ([#&#8203;1149](https://github.com/autobrr/qui/issues/1149)) ([@&#8203;s0up4200](https://github.com/s0up4200))
- [`f7dced6`](f7dced6076): fix(crossseed): correct match type for episode-from-pack cross-seeding ([#&#8203;1250](https://github.com/autobrr/qui/issues/1250)) ([@&#8203;neelmehta247](https://github.com/neelmehta247))
- [`007d87e`](007d87ed3d): fix(crossseed): normalize ampersand to "and" for title matching ([#&#8203;1202](https://github.com/autobrr/qui/issues/1202)) ([@&#8203;s0up4200](https://github.com/s0up4200))
- [`048c034`](048c034ea1): fix(crossseed): prevent automation search stalls ([#&#8203;1272](https://github.com/autobrr/qui/issues/1272)) ([@&#8203;s0up4200](https://github.com/s0up4200))
- [`5c48ccb`](5c48ccb38e): fix(crossseed): prevent false cross-seed delete warnings ([#&#8203;1148](https://github.com/autobrr/qui/issues/1148)) ([@&#8203;s0up4200](https://github.com/s0up4200))
- [`eda0eee`](eda0eeee73): fix(crossseed): reduce false negatives for anime matching ([#&#8203;1243](https://github.com/autobrr/qui/issues/1243)) ([@&#8203;s0up4200](https://github.com/s0up4200))
- [`8b08b87`](8b08b87707): fix(crossseed): restore reuse matched category option ([#&#8203;1150](https://github.com/autobrr/qui/issues/1150)) ([@&#8203;s0up4200](https://github.com/s0up4200))
- [`b69682d`](b69682de3c): fix(crossseed): support v2 hashes for recheck ([#&#8203;1237](https://github.com/autobrr/qui/issues/1237)) ([@&#8203;s0up4200](https://github.com/s0up4200))
- [`8fb16c1`](8fb16c1c87): fix(database): remove noisy stmt cache promotion log ([#&#8203;1307](https://github.com/autobrr/qui/issues/1307)) ([@&#8203;s0up4200](https://github.com/s0up4200))
- [`c8d068b`](c8d068b5a8): fix(docs): correct autobrr integration documentation ([@&#8203;s0up4200](https://github.com/s0up4200))
- [`c6f4a4a`](c6f4a4a309): fix(docs): use absolute URLs for extension links ([@&#8203;s0up4200](https://github.com/s0up4200))
- [`48510e9`](48510e93ba): fix(instances): auth bypass persistence in instance form ([#&#8203;1219](https://github.com/autobrr/qui/issues/1219)) ([@&#8203;s0up4200](https://github.com/s0up4200))
- [`0b71b46`](0b71b46fc0): fix(makefile): make fmt target only format changed files ([#&#8203;1200](https://github.com/autobrr/qui/issues/1200)) ([@&#8203;s0up4200](https://github.com/s0up4200))
- [`1f13b0e`](1f13b0e23b): fix(orphanscan): avoid duplicate inode entries in scans ([#&#8203;1212](https://github.com/autobrr/qui/issues/1212)) ([@&#8203;s0up4200](https://github.com/s0up4200))
- [`fecfebd`](fecfebdeb3): fix(orphanscan): gate scans until qBittorrent settled ([#&#8203;1193](https://github.com/autobrr/qui/issues/1193)) ([@&#8203;s0up4200](https://github.com/s0up4200))
- [`77b2fd6`](77b2fd600d): fix(orphanscan): ignore .parts files from qBittorrent partial downloads ([#&#8203;1264](https://github.com/autobrr/qui/issues/1264)) ([@&#8203;s0up4200](https://github.com/s0up4200))
- [`0f7e646`](0f7e6465d0): fix(orphanscan): ignore OS/NAS/k8s artifacts ([#&#8203;1259](https://github.com/autobrr/qui/issues/1259)) ([@&#8203;s0up4200](https://github.com/s0up4200))
- [`b55881c`](b55881c2bc): fix(orphanscan): reduce MaxFilesPerRun and fix accordion chevrons ([#&#8203;1095](https://github.com/autobrr/qui/issues/1095)) ([@&#8203;s0up4200](https://github.com/s0up4200))
- [`0cb682c`](0cb682c9f3): fix(qbittorrent): force sync+retry in BulkAction ([#&#8203;1097](https://github.com/autobrr/qui/issues/1097)) ([@&#8203;s0up4200](https://github.com/s0up4200))
- [`aba9b7e`](aba9b7e015): fix(qbittorrent): strip URLs before tracker-down pattern matching ([#&#8203;1224](https://github.com/autobrr/qui/issues/1224)) ([@&#8203;s0up4200](https://github.com/s0up4200))
- [`a60076f`](a60076f1ad): fix(reflinktree): fall back to FICLONERANGE when FICLONE unsupported ([#&#8203;1221](https://github.com/autobrr/qui/issues/1221)) ([@&#8203;s0up4200](https://github.com/s0up4200))
- [`d79a0db`](d79a0dbb6a): fix(search): handle magnet redirects from indexer downloads ([#&#8203;1211](https://github.com/autobrr/qui/issues/1211)) ([@&#8203;s0up4200](https://github.com/s0up4200))
- [`1e920c4`](1e920c464c): fix(sort): truncate `last_activity` to 60s for stability ([#&#8203;1318](https://github.com/autobrr/qui/issues/1318)) ([@&#8203;aulterego](https://github.com/aulterego))
- [`931d720`](931d7203b8): fix(torznab): respect per-indexer caps limits ([#&#8203;1265](https://github.com/autobrr/qui/issues/1265)) ([@&#8203;s0up4200](https://github.com/s0up4200))
- [`6fe91e8`](6fe91e877c): fix(trackericons): apply failure cooldown on timeouts ([#&#8203;1322](https://github.com/autobrr/qui/issues/1322)) ([@&#8203;s0up4200](https://github.com/s0up4200))
- [`35a50b5`](35a50b52c1): fix(web): add max-height to import workflow dialog ([#&#8203;1207](https://github.com/autobrr/qui/issues/1207)) ([@&#8203;s0up4200](https://github.com/s0up4200))
- [`5bd2706`](5bd2706f47): fix(web): hide redundant actions dropdown ([#&#8203;1305](https://github.com/autobrr/qui/issues/1305)) ([@&#8203;jabloink](https://github.com/jabloink))
- [`307907f`](307907f299): fix(web): improve Reannounce In column display ([#&#8203;1320](https://github.com/autobrr/qui/issues/1320)) ([@&#8203;soggy-cr0uton](https://github.com/soggy-cr0uton))
- [`7881bdc`](7881bdcd17): fix(web): make Add Instance dialog scrollable on small viewports ([#&#8203;1232](https://github.com/autobrr/qui/issues/1232)) ([@&#8203;s0up4200](https://github.com/s0up4200))
- [`bec5433`](bec54335b7): fix(web): make dialogs scrollable on small viewports ([#&#8203;1233](https://github.com/autobrr/qui/issues/1233)) ([@&#8203;s0up4200](https://github.com/s0up4200))
- [`0e47b9e`](0e47b9e9c3): fix(web): prevent nested scroll containers on iOS ([#&#8203;1229](https://github.com/autobrr/qui/issues/1229)) ([@&#8203;s0up4200](https://github.com/s0up4200))
- [`f2f0616`](f2f0616096): fix(web): redirect already authenticated users to dashboard ([#&#8203;1127](https://github.com/autobrr/qui/issues/1127)) ([@&#8203;burritothief](https://github.com/burritothief))
- [`7a633cf`](7a633cf721): fix(web): toast message when searching then adding cross-seeds ([#&#8203;1290](https://github.com/autobrr/qui/issues/1290)) ([@&#8203;rybertm](https://github.com/rybertm))
- [`da14100`](da141006ef): fix(web): use fixed px for sidebar width instead of rem ([#&#8203;1313](https://github.com/autobrr/qui/issues/1313)) ([@&#8203;soggy-cr0uton](https://github.com/soggy-cr0uton))

##### Other Changes

- [`c93a326`](c93a326df5): chore(deps): bump the golang group across 1 directory with 16 updates ([#&#8203;1261](https://github.com/autobrr/qui/issues/1261)) ([@&#8203;dependabot](https://github.com/dependabot)\[bot])
- [`d3de074`](d3de07497f): chore(docs): clarify tracker pattern necessity in documentation ([@&#8203;s0up4200](https://github.com/s0up4200))
- [`2351097`](23510978ea): chore(lint): Add Linting workflow to CI ([#&#8203;1270](https://github.com/autobrr/qui/issues/1270)) ([@&#8203;Barcode-eng](https://github.com/Barcode-eng))
- [`e8436e3`](e8436e39f9): chore(lint): update linting base branch from main to develop ([@&#8203;s0up4200](https://github.com/s0up4200))
- [`e36afc8`](e36afc8021): chore: add Ko-fi funding and pre-commit config ([#&#8203;1315](https://github.com/autobrr/qui/issues/1315)) ([@&#8203;s0up4200](https://github.com/s0up4200))
- [`df4375e`](df4375e7ce): chore: update copyright headers to 2025-2026 ([#&#8203;1303](https://github.com/autobrr/qui/issues/1303)) ([@&#8203;s0up4200](https://github.com/s0up4200))
- [`7a6f2d1`](7a6f2d15a6): docs(automations): clarify tag behavior ([#&#8203;1260](https://github.com/autobrr/qui/issues/1260)) ([@&#8203;jabloink](https://github.com/jabloink))
- [`05e2028`](05e20287a8): refactor(build): cross platform building ([#&#8203;1060](https://github.com/autobrr/qui/issues/1060)) ([@&#8203;Audionut](https://github.com/Audionut))
- [`6355f4f`](6355f4f126): refactor(crosssed): require full recheck for disc based content ([#&#8203;1168](https://github.com/autobrr/qui/issues/1168)) ([@&#8203;Audionut](https://github.com/Audionut))
- [`7466a98`](7466a98023): refactor(filesmanager): improve logging messages for orphan cleanup process ([@&#8203;s0up4200](https://github.com/s0up4200))
- [`ad90209`](ad902091ed): refactor(orphan): improve disc based content handling ([#&#8203;1167](https://github.com/autobrr/qui/issues/1167)) ([@&#8203;Audionut](https://github.com/Audionut))
- [`3b85f8a`](3b85f8a17f): refactor(web): use TanStack Query for path autocomplete ([#&#8203;1309](https://github.com/autobrr/qui/issues/1309)) ([@&#8203;soggy-cr0uton](https://github.com/soggy-cr0uton))

**Full Changelog**: <https://github.com/autobrr/qui/compare/v1.12.0...v1.13.0>

#### Docker images

- `docker pull ghcr.io/autobrr/qui:v1.13.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:eyJjcmVhdGVkSW5WZXIiOiI0Mi42OS4yIiwidXBkYXRlZEluVmVyIjoiNDIuNjkuMiIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiaW1hZ2UiXX0=-->

Reviewed-on: https://gitea.alexlebens.dev/alexlebens/infrastructure/pulls/3540
Co-authored-by: Renovate Bot <renovate-bot@alexlebens.net>
Co-committed-by: Renovate Bot <renovate-bot@alexlebens.net>
2026-01-27 21:58:10 +00:00
07b269bd68 chore(deps): update dependency clidey/whodb to v0.90.0 (#3539)
Some checks failed
render-manifests-push / render-manifests-push (push) Has been skipped
lint-test-helm / lint-helm (push) Successful in 41s
renovate / renovate (push) Has been cancelled
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| [clidey/whodb](https://github.com/clidey/whodb) | minor | `0.89.0` → `0.90.0` |

---

### Release Notes

<details>
<summary>clidey/whodb (clidey/whodb)</summary>

### [`v0.90.0`](https://github.com/clidey/whodb/releases/tag/0.90.0)

[Compare Source](https://github.com/clidey/whodb/compare/0.89.0...0.90.0)

- Behind-the-scenes bug fixes
- Build infrastructure updates (CLI coming soon to homebrew!)

#### Installation

##### Mac App Store

[Download from the Apple Store](https://apps.apple.com/app/whodb/id6754566536)

##### Microsoft Store

[Download from the Microsoft Store](https://apps.microsoft.com/detail/9pftx5bv4ds6)

##### Snap Store

```bash
sudo snap install whodb
```

[View on Snapcraft](https://snapcraft.io/whodb)

##### Docker

```bash
docker pull clidey/whodb:0.90.0
docker pull clidey/whodb:latest
```

##### Direct Downloads

See assets below for platform-specific packages (DMG, MSIX, etc.).

#### Documentation

- [Documentation](https://docs.whodb.com)
- [Report Issues](https://github.com/clidey/whodb/issues)

#### Upgrade Notes

To upgrade from a previous version:

- **Docker**: Pull the latest image and restart your container
- **Snap**: Run `sudo snap refresh whodb`
- **Desktop Apps**: Download and install the new version

***

#### What's Changed

- add input validation for column data types by [@&#8203;modelorona](https://github.com/modelorona) in [#&#8203;783](https://github.com/clidey/whodb/pull/783)
- feat: add contextual mock data generation based on column names by [@&#8203;majiayu000](https://github.com/majiayu000) in [#&#8203;771](https://github.com/clidey/whodb/pull/771)

#### New Contributors

- [@&#8203;majiayu000](https://github.com/majiayu000) made their first contribution in [#&#8203;771](https://github.com/clidey/whodb/pull/771)

**Full Changelog**: <https://github.com/clidey/whodb/compare/0.89.0...0.90.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 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:eyJjcmVhdGVkSW5WZXIiOiI0Mi42OS4yIiwidXBkYXRlZEluVmVyIjoiNDIuNjkuMiIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiaW1hZ2UiXX0=-->

Reviewed-on: #3539
Co-authored-by: Renovate Bot <renovate-bot@alexlebens.net>
Co-committed-by: Renovate Bot <renovate-bot@alexlebens.net>
2026-01-27 21:55:50 +00:00
8cf3d12b7d chore(deps): update ghcr.io/linuxserver/plex docker tag to v1.43.0 (#3538)
Some checks failed
render-manifests-push / render-manifests-push (push) Has been skipped
lint-test-helm / lint-helm (push) Has been cancelled
renovate / renovate (push) Has been cancelled
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| [ghcr.io/linuxserver/plex](https://github.com/linuxserver/docker-plex/packages) ([source](https://github.com/linuxserver/docker-plex)) | minor | `1.42.2` → `1.43.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:eyJjcmVhdGVkSW5WZXIiOiI0Mi42OS4yIiwidXBkYXRlZEluVmVyIjoiNDIuNjkuMiIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiaW1hZ2UiXX0=-->

Reviewed-on: #3538
Co-authored-by: Renovate Bot <renovate-bot@alexlebens.net>
Co-committed-by: Renovate Bot <renovate-bot@alexlebens.net>
2026-01-27 21:54:52 +00:00
96355c8b5f chore(deps): update dependency immich-app/immich to v2.5.0 (#3541)
All checks were successful
render-manifests-push / render-manifests-push (push) Has been skipped
lint-test-helm / lint-helm (push) Successful in 1m8s
renovate / renovate (push) Successful in 3m10s
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| [immich-app/immich](https://github.com/immich-app/immich) | minor | `v2.4.1` → `v2.5.0` |

---

### Release Notes

<details>
<summary>immich-app/immich (immich-app/immich)</summary>

### [`v2.5.0`](https://github.com/immich-app/immich/releases/tag/v2.5.0): - 90000 Stars Release

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

### v2.5.0

> \[!NOTE]
> 20:23 GMT: We are halting the release of the mobile app as there are some reported issues with migration
>
> Sorry for the inconvenience

#### Highlights

Happy New Year! Welcome to Immich `v2.5.0`. This release is our fireworks to celebrate both the new year and reaching *90,000* stars on GitHub. It is packed with major features that have been in the works for quite some time, and the team has kicked off the year with incredible momentum that we're excited to carry forward. We couldn't wait to share this with you. Let's dive right in:

- Free Up Space
- Non-destructive editing
- Database backup and restore (web)
- Upload improvements
- Visual refresh across all platforms
- Disable admin setup
- Star rating (mobile)
- Additional fine-grained permissions (api keys)
- Progressive JPEGs
- Slideshow loop option (web)
- Native HTTP clients for HTTP/2 and HTTP/3 image loading

##### Free Up Space

*This feature was requested ages ago. So long in fact, that it has a 3-digit ID ([#&#8203;165](https://github.com/immich-app/immich/issues/165))! Given the rapid iteration and development pace of the pre-stable era, it was risky to include it in the app due to its bulk-delete nature. But it is now 2026* 😄*, so here we are.*

**Free Up Space** allows you to remove local media files from your device that have already been successfully backed up to your Immich server (and are not in Immich trash). This helps reclaim storage on your mobile device without losing your memories. The feature can be accessed from the user profile panel or from the Settings page in the mobile app.

<img width="300" alt="image" src="https://github.com/user-attachments/assets/2985ea6c-4392-414e-aef3-83c70ffe5570" />

<img  alt="image" src="https://github.com/user-attachments/assets/cf7b7d2c-5d37-4c13-a6ad-cacb53a71acb" />

There are configuration options and steps to make sure that everything is verified before deleting from the app.

1. **Configuration:**
   - **Cutoff date:** Free Up Space will only look for photos and videos **on or before** this date.
   - **Keep albums:** Hold all photos and videos in the selected albums on your device, regardless of other settings. By default, `**WhatsApp**` related albums are selected to be kept on the device. Assets that are not already on the device will not be redownloaded.
   - **Keep favorites:** This works the same way `**Keep albums**` . By default, favorited assets are preserved on your device.
   - **Keep on device:** You can choose to restrict removal to `**Always keep**` **All photos** or **All videos**, regardless of other settings. This setting can hamper freeing up space significantly — with 80 GB of videos and 40 GB of photos, selecting `**Always keep photos**` retains thousands of photos on your device.

> \[!TIP]
> These configurations are persistent to make it convenient for those who perform this task often.

2. **Scan & Review:** Before any files are removed, you are presented with a review screen to confirm which items will be deleted and how much storage will be reclaimed.
3. **Deletion:** Confirmed items are moved to your device's native Trash/Recycle Bin.

> \[!NOTE]
> **Reclaim storage**
> To use the reclaimed space right away, you must manually empty the system/gallery trash outside Immich.

For more information about this feature, please read it [here](https://docs.immich.app/features/mobile-app#free-up-space)

##### Non-destructive editing

Immich now supports non-destructive photo editing. This means that any edits you make to an asset do not modify the original file; instead, the modifications are stored in the database, and new thumbnails are generated based on those changes. This means you can always revert to the original asset if needed.

When you download an edited asset, Immich provides the edited version by default. However, you can choose to download the original version if needed. Immich always generates an edited full-size version based on your full-size quality settings. This occurs regardless of whether the "Enable full-size image generation" setting is enabled or disabled.

> \[!NOTE]
> **Limitations:**
>
> - Mobile clients must be updated to v2.5.0 in order view the edited version of an asset. Clients will continue to > see the original asset if on a mobile app version <2.5.0
> - As of this version, the edited download won't include the EXIF metadata of the original asset. This feature will come in future releases.
> - Mobile editing still uses the old edit system (saving a new version of the photo). The mobile editor will be upgraded to use the new non-destructive editing system in a future release.

You can click on the following icon to enter edit mode

<img width="400" alt="image" src="https://github.com/user-attachments/assets/7f2092cf-c149-492c-af08-a04c8de16915" />

Currently, Immich supports the following types of edits:

- Cropping
- Rotation
- Mirroring

<img  width="800" alt="image" src="https://github.com/user-attachments/assets/b1c0b1e7-5074-4b19-ac23-449931a233f3" />

Opening the editor on an edited asset will load the existing edits back in so you can make adjustments and changes.

<img width="800" alt="image" src="https://github.com/user-attachments/assets/0346e1ac-eb8c-490a-8d47-a3b79626b5b6" />

##### Backup and restore from the web UI

Backup and restore are an important part of any self-hosted application; this feature helps you maintain reliable access to your instance during unexpected events, such as database corruption caused by system failure or power loss.

Historically, restoring an Immich instance to a specific point required the user to have access to the command line, which proved challenging for many users, especially those new to self-hosting and software maintenance.

Now, we have the entire backup and restore pipeline built into Immich, which allows you to quickly restore a database backup directly from the web UI. You can perform the steps either from the `Administration > Maintenance` page, or from a brand new instance on the welcome page.

**Restore from Administration's Maintenance page**

<img width="800" alt="image" src="https://github.com/user-attachments/assets/7a608442-bd1c-4e0c-b255-1df45699fa9f" />

**Restore from Onboarding page**

<img width="800" alt="image" src="https://github.com/user-attachments/assets/6012a0e6-ba32-45d0-aec4-c24d19bd4a25" />

For more detailed steps, please read them in [our documentation](https://docs.immich.app/administration/backup-and-restore)

##### Upload improvement

This release also improves foreground upload in the mobile app. The previous implementation improves background uploads but leaves foreground uploads less reliable by leveraging the queue system to offload upload handling to the OS, which can be throttled under specific criteria.

We are taking back more control over handling uploads with the *try-and-true* method used in the old timeline, but this time it is supercharged with concurrent uploads and also correctly handles assets with missing file extensions from software such as DJI or Fusion Camera.

<img width="300" alt="image" src="https://github.com/user-attachments/assets/87d317ed-933b-48c7-88e3-d267e928b9d1" />

Upload now will also send unique metadata for each asset to the server, so it can be used to quickly retrieve the checksum when reinstalling the app, saving time and CPU resources. This is especially useful for iCloud users, as the hashing process can take a long time.

For iOS and iCloud users, it is recommended to go to App Settings > Sync Status and tap the "Sync Cloud IDs" button to backfill the metadata for the uploaded content. You only need to do this once.

<img width="300" alt="image" src="https://github.com/user-attachments/assets/0470e707-f913-418c-94a5-3fb83ae95fae" />

##### Visual refresh across all platforms

This release also brings you a refreshed look and feel across the web, mobile app, and the documentation sites, with a new font face ("The-name-must-not-be-named" Sans) that improves reading legibility, especially for numbers and smaller text.

<img width="300" alt="image" src="https://github.com/user-attachments/assets/83fc22ab-c3c8-4dfe-99c2-4620c6f03938" />

The UI library (<https://ui.immich.app/>) components have also been added to the web app in more places. You should see a more standardized, coherent, and better hierarchy for UI components across the app.

<img width="300" alt="image" src="https://github.com/user-attachments/assets/80157cb0-e77f-4219-9648-373a21ebfd6e" />

All icon buttons now come with a tooltip, so you don't have to guess what function the button serves

<img width="300" alt="image" src="https://github.com/user-attachments/assets/df2119dc-d3a9-43ae-a002-593710d3d226" />

##### Star rating (mobile)

Mobile now has the star-rating feature, similar to the web application. If you don't see a star rating on either platform, make sure the feature is enabled [here](https://my.immich.app/user-settings?isOpen=feature+rating).

<img width="400" alt="image" src="https://github.com/user-attachments/assets/e6a3e6a4-a18a-41a4-9eb0-845be68904a9" />

##### Disable admin setup

New installs show a welcome page and allow anyone to sign up / register as an admin. To have more control over whether this is allowed or not, we have added the following environment variable:

```typescript
IMMICH_ALLOW_SETUP=true|false
```

This is especially useful if you have already initialized Immich and never want this situation to be possible in the future, which can happen if for whatever reason the database is reset.

##### Additional fine-grained permissions (api keys)

Some existing endpoints have been assigned fine-grained permissions, allowing the creation of API keys with limited access. The new permissions include:\n

- `map.read` - Retrieve a list of latitude and longitude coordinates for every asset with location data
- `map.search` - Retrieve location information for latitude & longitude coordinates
- `folder.read` - Retrieve information about folders and which assets they contain

##### Progressive JPEGs

All image-generation settings now include a new option to enable progressive JPEGs. When enabled, supported browsers will progressively render the image.

<img width="800" alt="image" src="https://github.com/user-attachments/assets/ac62bb63-41da-419b-808f-b81ef90f7183" />

##### Slideshow loop option (web)

The slideshow settings on the web now include an option to automatically start the slideshow over.

<img width="500" alt="image" src="https://github.com/user-attachments/assets/b9122b7b-ae6f-4536-bf4c-fc295f6bd486" />

##### Native HTTP clients

All remote images are now requested using optimized HTTP clients, meaning images load more quickly and can keep up with your scrolling. Caching is also improved: not only does this make images even snappier to load after being downloaded, it also improves the offline experience with better responsiveness and a larger cache size.

***

As always, there are many more QoL improvements, bug fixes, and enhancements in this release. Please find the full release note below

#### Support Immich

<p align="center">

<img src="https://media.giphy.com/media/v1.Y2lkPTc5MGI3NjExbjY2eWc5Y2F0ZW56MmR4aWE0dDhzZXlidXRmYWZyajl1bWZidXZpcyZlcD12MV9pbnRlcm5hbF9naWZfYnlfaWQmY3Q9Zw/87CKDqErVfMqY/giphy.gif" width="450" title="SUPPORT THE PROJECT!">

</p>

If you find the project helpful, you can support Immich by purchasing a product key at <https://buy.immich.app> or our merchandise at <https://immich.store>

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

#### What's Changed

##### 🚀 Features

- feat: workflow ui by [@&#8203;alextran1502](https://github.com/alextran1502) in [#&#8203;24190](https://github.com/immich-app/immich/pull/24190)
- feat: disable admin setup by [@&#8203;jrasm91](https://github.com/jrasm91) in [#&#8203;24628](https://github.com/immich-app/immich/pull/24628)
- feat: free up space by [@&#8203;alextran1502](https://github.com/alextran1502) in [#&#8203;24999](https://github.com/immich-app/immich/pull/24999)
- feat: use fastlane sigh to manage signing profiles by [@&#8203;alextran1502](https://github.com/alextran1502) in [#&#8203;25089](https://github.com/immich-app/immich/pull/25089)
- feat: image editing by [@&#8203;bwees](https://github.com/bwees) in [#&#8203;24155](https://github.com/immich-app/immich/pull/24155)
- feat: add cloud id during native sync by [@&#8203;shenlong-tanwen](https://github.com/shenlong-tanwen) in [#&#8203;20418](https://github.com/immich-app/immich/pull/20418)
- feat: restore database backups by [@&#8203;insertish](https://github.com/insertish) in [#&#8203;23978](https://github.com/immich-app/immich/pull/23978)
- feat(mobile): star rating by [@&#8203;YarosMallorca](https://github.com/YarosMallorca) in [#&#8203;24457](https://github.com/immich-app/immich/pull/24457)
- feat(mobile): scrollbar for album page by [@&#8203;alextran1502](https://github.com/alextran1502) in [#&#8203;25507](https://github.com/immich-app/immich/pull/25507)

##### 🌟 Enhancements

- feat: focus jumped-to item in timeline by [@&#8203;bo0tzz](https://github.com/bo0tzz) in [#&#8203;24738](https://github.com/immich-app/immich/pull/24738)
- chore: web editor improvements by [@&#8203;bwees](https://github.com/bwees) in [#&#8203;25169](https://github.com/immich-app/immich/pull/25169)
- feat: modal routes by [@&#8203;jrasm91](https://github.com/jrasm91) in [#&#8203;24726](https://github.com/immich-app/immich/pull/24726)
- feat: prefer admin settings page over users page by [@&#8203;jrasm91](https://github.com/jrasm91) in [#&#8203;24780](https://github.com/immich-app/immich/pull/24780)
- feat: shared link edit by [@&#8203;jrasm91](https://github.com/jrasm91) in [#&#8203;24783](https://github.com/immich-app/immich/pull/24783)
- feat(mobile): use tabular figures in backup info card by [@&#8203;wrbl606](https://github.com/wrbl606) in [#&#8203;24820](https://github.com/immich-app/immich/pull/24820)
- feat(mobile): album options to kebab menu by [@&#8203;idubnori](https://github.com/idubnori) in [#&#8203;24204](https://github.com/immich-app/immich/pull/24204)
- feat: Hide/show controls when zoom state changes by [@&#8203;Lauritz-Tieste](https://github.com/Lauritz-Tieste) in [#&#8203;24784](https://github.com/immich-app/immich/pull/24784)
- feat(server): Support camera `make`, `model`, and `lensModel` in Storage Template by [@&#8203;rahul-kumar-saini](https://github.com/rahul-kumar-saini) in [#&#8203;24650](https://github.com/immich-app/immich/pull/24650)
- feat(ml): update ONNX Runtime, OpenVINO and ROCm stack by [@&#8203;savely-krasovsky](https://github.com/savely-krasovsky) in [#&#8203;23458](https://github.com/immich-app/immich/pull/23458)
- chore(server): Vchord 1.0 support by [@&#8203;mmomjian](https://github.com/mmomjian) in [#&#8203;23845](https://github.com/immich-app/immich/pull/23845)
- feat(web): Add coordinate pair location searching. by [@&#8203;GustavJones](https://github.com/GustavJones) in [#&#8203;24799](https://github.com/immich-app/immich/pull/24799)
- feat: show asset owners for editors in shared albums by [@&#8203;ama156](https://github.com/ama156) in [#&#8203;24890](https://github.com/immich-app/immich/pull/24890)
- feat(web): undo delete single asset by [@&#8203;YarosMallorca](https://github.com/YarosMallorca) in [#&#8203;24439](https://github.com/immich-app/immich/pull/24439)
- feat(server): implement switchable logging formats (console/json) by [@&#8203;DanielRamosAcosta](https://github.com/DanielRamosAcosta) in [#&#8203;24791](https://github.com/immich-app/immich/pull/24791)
- chore(web): bump immich/ui for tooltips by [@&#8203;jrasm91](https://github.com/jrasm91) in [#&#8203;24632](https://github.com/immich-app/immich/pull/24632)
- feat(web): star rating keyboard shortcut by [@&#8203;cbochs](https://github.com/cbochs) in [#&#8203;24620](https://github.com/immich-app/immich/pull/24620)
- feat: bulk asset metadata endpoints by [@&#8203;jrasm91](https://github.com/jrasm91) in [#&#8203;25133](https://github.com/immich-app/immich/pull/25133)
- feat(mobile): 2026 font by [@&#8203;alextran1502](https://github.com/alextran1502) in [#&#8203;25213](https://github.com/immich-app/immich/pull/25213)
- feat(web): search albums by description by [@&#8203;YarosMallorca](https://github.com/YarosMallorca) in [#&#8203;25244](https://github.com/immich-app/immich/pull/25244)
- feat(web): 2026 font by [@&#8203;alextran1502](https://github.com/alextran1502) in [#&#8203;25174](https://github.com/immich-app/immich/pull/25174)
- chore: dart http foreground upload by [@&#8203;alextran1502](https://github.com/alextran1502) in [#&#8203;24883](https://github.com/immich-app/immich/pull/24883)
- feat: update intel compute driver by [@&#8203;savely-krasovsky](https://github.com/savely-krasovsky) in [#&#8203;25259](https://github.com/immich-app/immich/pull/25259)
- feat: download original asset by [@&#8203;danieldietzler](https://github.com/danieldietzler) in [#&#8203;25302](https://github.com/immich-app/immich/pull/25302)
- feat: allow /memory?id= in AndroidManifest by [@&#8203;arne182](https://github.com/arne182) in [#&#8203;25373](https://github.com/immich-app/immich/pull/25373)
- fix: add scoped API permissions to map endpoints by [@&#8203;meesfrensel](https://github.com/meesfrensel) in [#&#8203;25423](https://github.com/immich-app/immich/pull/25423)
- fix(server): scoped permissions for more endpoints by [@&#8203;meesfrensel](https://github.com/meesfrensel) in [#&#8203;25452](https://github.com/immich-app/immich/pull/25452)
- feat: generate progressive JPEGs for thumbnails by [@&#8203;midzelis](https://github.com/midzelis) in [#&#8203;25463](https://github.com/immich-app/immich/pull/25463)
- feat: loop slideshows by [@&#8203;GeneralZero](https://github.com/GeneralZero) in [#&#8203;25462](https://github.com/immich-app/immich/pull/25462)
- feat(mobile): native clients by [@&#8203;mertalev](https://github.com/mertalev) in [#&#8203;21459](https://github.com/immich-app/immich/pull/21459)

##### 🐛 Bug fixes

- fix(maintenance): prevent enable/disable maintenance CLI hanging on occasion by [@&#8203;insertish](https://github.com/insertish) in [#&#8203;24713](https://github.com/immich-app/immich/pull/24713)
- fix(web): display jxl original by [@&#8203;mertalev](https://github.com/mertalev) in [#&#8203;24766](https://github.com/immich-app/immich/pull/24766)
- fix(web): stale album info by [@&#8203;jrasm91](https://github.com/jrasm91) in [#&#8203;24787](https://github.com/immich-app/immich/pull/24787)
- fix: album card timezone by [@&#8203;danieldietzler](https://github.com/danieldietzler) in [#&#8203;24855](https://github.com/immich-app/immich/pull/24855)
- fix(web): let slideshow videos play ([#&#8203;19601](https://github.com/immich-app/immich/issues/19601)) by [@&#8203;keanucz](https://github.com/keanucz) in [#&#8203;24914](https://github.com/immich-app/immich/pull/24914)
- fix(server): update exiftool-vendored to v34.3 for correct colon-less timezone parsing by [@&#8203;dosten](https://github.com/dosten) in [#&#8203;24979](https://github.com/immich-app/immich/pull/24979)
- fix(mobile): hide delete action for remote-only assets by [@&#8203;skrmc](https://github.com/skrmc) in [#&#8203;25010](https://github.com/immich-app/immich/pull/25010)
- fix: import config from json by [@&#8203;MontejoJorge](https://github.com/MontejoJorge) in [#&#8203;25030](https://github.com/immich-app/immich/pull/25030)
- fix: search input has incorrect focus state after closing the search filter modal by [@&#8203;alextran1502](https://github.com/alextran1502) in [#&#8203;24886](https://github.com/immich-app/immich/pull/24886)
- fix(web): duplicate key error and enable expiration editing for expired shared links by [@&#8203;timonrieger](https://github.com/timonrieger) in [#&#8203;24686](https://github.com/immich-app/immich/pull/24686)
- fix: shared-link-mapper by [@&#8203;jrasm91](https://github.com/jrasm91) in [#&#8203;24794](https://github.com/immich-app/immich/pull/24794)
- fix(server): migrate motion part of live photo by [@&#8203;NikhilAlapati](https://github.com/NikhilAlapati) in [#&#8203;24688](https://github.com/immich-app/immich/pull/24688)
- fix(web): use asset date for change date popup when single asset selected by [@&#8203;majiayu000](https://github.com/majiayu000) in [#&#8203;25076](https://github.com/immich-app/immich/pull/25076)
- fix(web): long text taking more width than expected in duplicate manager by [@&#8203;HemendraSinghShekhawat](https://github.com/HemendraSinghShekhawat) in [#&#8203;24547](https://github.com/immich-app/immich/pull/24547)
- fix(web): broken asset urls if shared link has photos in name by [@&#8203;YarosMallorca](https://github.com/YarosMallorca) in [#&#8203;24451](https://github.com/immich-app/immich/pull/24451)
- fix(server): search statistics with personIds returns 500 by [@&#8203;majiayu000](https://github.com/majiayu000) in [#&#8203;25074](https://github.com/immich-app/immich/pull/25074)
- fix(web): server stats layout by [@&#8203;meesfrensel](https://github.com/meesfrensel) in [#&#8203;25085](https://github.com/immich-app/immich/pull/25085)
- fix: enter now submits the date modals by [@&#8203;fabb](https://github.com/fabb) in [#&#8203;25053](https://github.com/immich-app/immich/pull/25053)
- fix(web): improve text contrast in minimized upload panel by [@&#8203;majiayu000](https://github.com/majiayu000) in [#&#8203;25075](https://github.com/immich-app/immich/pull/25075)
- fix: propagate iCloud Shared Album flag by [@&#8203;alextran1502](https://github.com/alextran1502) in [#&#8203;25060](https://github.com/immich-app/immich/pull/25060)
- fix: description does not rerender when navigating between assets by [@&#8203;alextran1502](https://github.com/alextran1502) in [#&#8203;25137](https://github.com/immich-app/immich/pull/25137)
- fix(server): avoid upserting empty metadata array by [@&#8203;timonrieger](https://github.com/timonrieger) in [#&#8203;25143](https://github.com/immich-app/immich/pull/25143)
- fix(server): Document HTTP 200 response for duplicate uploads in OpenAPI by [@&#8203;timonrieger](https://github.com/timonrieger) in [#&#8203;25148](https://github.com/immich-app/immich/pull/25148)
- fix(web): person asset count doesn't update when navigating by [@&#8203;YarosMallorca](https://github.com/YarosMallorca) in [#&#8203;24438](https://github.com/immich-app/immich/pull/24438)
- fix(mobile): remove weird zooming behaviour on videos and play/pause button delay by [@&#8203;goalie2002](https://github.com/goalie2002) in [#&#8203;24006](https://github.com/immich-app/immich/pull/24006)
- fix: unlock properties after successful sidecar write by [@&#8203;danieldietzler](https://github.com/danieldietzler) in [#&#8203;25168](https://github.com/immich-app/immich/pull/25168)
- fix(web): show relevant navbar options for partner assets by [@&#8203;YarosMallorca](https://github.com/YarosMallorca) in [#&#8203;24832](https://github.com/immich-app/immich/pull/24832)
- fix(web): added background gradient for video time visibility by [@&#8203;HemendraSinghShekhawat](https://github.com/HemendraSinghShekhawat) in [#&#8203;25138](https://github.com/immich-app/immich/pull/25138)
- feat(mobile): do not restore locally deleted assets during trash sync (Android) by [@&#8203;PeterOmbodi](https://github.com/PeterOmbodi) in [#&#8203;24218](https://github.com/immich-app/immich/pull/24218)
- fix: asset local type casting by [@&#8203;alextran1502](https://github.com/alextran1502) in [#&#8203;25214](https://github.com/immich-app/immich/pull/25214)
- fix(web): ocr button not clickable for stacked assets by [@&#8203;YarosMallorca](https://github.com/YarosMallorca) in [#&#8203;25210](https://github.com/immich-app/immich/pull/25210)
- fix(web): Handle upload failures from public users by [@&#8203;juliancarrivick](https://github.com/juliancarrivick) in [#&#8203;24826](https://github.com/immich-app/immich/pull/24826)
- fix(mobile): prevent system UI from hiding on drag down gesture by [@&#8203;goalie2002](https://github.com/goalie2002) in [#&#8203;25240](https://github.com/immich-app/immich/pull/25240)
- fix: migration order by [@&#8203;jrasm91](https://github.com/jrasm91) in [#&#8203;25249](https://github.com/immich-app/immich/pull/25249)
- fix(web): redirect to login by [@&#8203;jrasm91](https://github.com/jrasm91) in [#&#8203;25254](https://github.com/immich-app/immich/pull/25254)
- fix(mobile): improve asset transition back to timeline by [@&#8203;goalie2002](https://github.com/goalie2002) in [#&#8203;24485](https://github.com/immich-app/immich/pull/24485)
- fix: dark mode appbar color by [@&#8203;akashKarmakar02](https://github.com/akashKarmakar02) in [#&#8203;24976](https://github.com/immich-app/immich/pull/24976)
- fix(web): add min-width to setting input field by [@&#8203;K0lin](https://github.com/K0lin) in [#&#8203;25317](https://github.com/immich-app/immich/pull/25317)
- fix(server): api key update checks by [@&#8203;jrasm91](https://github.com/jrasm91) in [#&#8203;25363](https://github.com/immich-app/immich/pull/25363)
- fix(mobile): album selector icon visibility by [@&#8203;ByteSizedMarius](https://github.com/ByteSizedMarius) in [#&#8203;25311](https://github.com/immich-app/immich/pull/25311)
- fix(mobile): indicators not showing on thumbnail tile after asset change in viewer by [@&#8203;goalie2002](https://github.com/goalie2002) in [#&#8203;25297](https://github.com/immich-app/immich/pull/25297)
- fix(web): handle deletion from asset viewer on map page by [@&#8203;meesfrensel](https://github.com/meesfrensel) in [#&#8203;25393](https://github.com/immich-app/immich/pull/25393)
- fix: tag update race condition by [@&#8203;danieldietzler](https://github.com/danieldietzler) in [#&#8203;25371](https://github.com/immich-app/immich/pull/25371)
- fix(web): allow exiting pin setup flow by [@&#8203;meesfrensel](https://github.com/meesfrensel) in [#&#8203;25413](https://github.com/immich-app/immich/pull/25413)
- fix: upload file without extension by [@&#8203;alextran1502](https://github.com/alextran1502) in [#&#8203;25419](https://github.com/immich-app/immich/pull/25419)
- fix: incorrect asset viewer scale on image frame update by [@&#8203;shenlong-tanwen](https://github.com/shenlong-tanwen) in [#&#8203;25430](https://github.com/immich-app/immich/pull/25430)
- fix(mobile): bring back map settings by [@&#8203;shenlong-tanwen](https://github.com/shenlong-tanwen) in [#&#8203;25448](https://github.com/immich-app/immich/pull/25448)
- fix(web): fix badge value in queues page by [@&#8203;beinganukul](https://github.com/beinganukul) in [#&#8203;25445](https://github.com/immich-app/immich/pull/25445)
- fix(mobile): backfill asset dimensions to exif table by [@&#8203;bwees](https://github.com/bwees) in [#&#8203;25483](https://github.com/immich-app/immich/pull/25483)
- fix(mobile): do not try to load video as image by [@&#8203;mertalev](https://github.com/mertalev) in [#&#8203;25495](https://github.com/immich-app/immich/pull/25495)

##### 📚 Documentation

- fix: product keys wording in commercial guidelines faq by [@&#8203;bo0tzz](https://github.com/bo0tzz) in [#&#8203;24765](https://github.com/immich-app/immich/pull/24765)
- docs: config options for hardware transcoding by [@&#8203;Javex](https://github.com/Javex) in [#&#8203;24853](https://github.com/immich-app/immich/pull/24853)
- fix: use my.immich.app as url placeholder in docs by [@&#8203;bo0tzz](https://github.com/bo0tzz) in [#&#8203;25153](https://github.com/immich-app/immich/pull/25153)
- chore:  update Thai README (remove "under active development" lines) by [@&#8203;ppnplus](https://github.com/ppnplus) in [#&#8203;25208](https://github.com/immich-app/immich/pull/25208)
- fix(docs): add missing mermaid dependency and configuration by [@&#8203;bdoerfchen](https://github.com/bdoerfchen) in [#&#8203;25247](https://github.com/immich-app/immich/pull/25247)
- chore(docs): update RAM req by [@&#8203;mmomjian](https://github.com/mmomjian) in [#&#8203;25344](https://github.com/immich-app/immich/pull/25344)
- feat(docs): add Free Up Space section by [@&#8203;aviv926](https://github.com/aviv926) in [#&#8203;25253](https://github.com/immich-app/immich/pull/25253)
- docs: update README\_de\_DE.md by [@&#8203;solluh](https://github.com/solluh) in [#&#8203;25443](https://github.com/immich-app/immich/pull/25443)
- fix(docs): document that fullsize thumbnail might redirect to original by [@&#8203;meesfrensel](https://github.com/meesfrensel) in [#&#8203;25416](https://github.com/immich-app/immich/pull/25416)
- docs: update documentation by [@&#8203;alextran1502](https://github.com/alextran1502) in [#&#8203;25440](https://github.com/immich-app/immich/pull/25440)

#### New Contributors

- [@&#8203;wrbl606](https://github.com/wrbl606) made their first contribution in [#&#8203;24820](https://github.com/immich-app/immich/pull/24820)
- [@&#8203;keanucz](https://github.com/keanucz) made their first contribution in [#&#8203;24914](https://github.com/immich-app/immich/pull/24914)
- [@&#8203;rahul-kumar-saini](https://github.com/rahul-kumar-saini) made their first contribution in [#&#8203;24650](https://github.com/immich-app/immich/pull/24650)
- [@&#8203;dosten](https://github.com/dosten) made their first contribution in [#&#8203;24979](https://github.com/immich-app/immich/pull/24979)
- [@&#8203;GustavJones](https://github.com/GustavJones) made their first contribution in [#&#8203;24799](https://github.com/immich-app/immich/pull/24799)
- [@&#8203;skrmc](https://github.com/skrmc) made their first contribution in [#&#8203;25010](https://github.com/immich-app/immich/pull/25010)
- [@&#8203;ama156](https://github.com/ama156) made their first contribution in [#&#8203;24890](https://github.com/immich-app/immich/pull/24890)
- [@&#8203;DanielRamosAcosta](https://github.com/DanielRamosAcosta) made their first contribution in [#&#8203;24791](https://github.com/immich-app/immich/pull/24791)
- [@&#8203;NikhilAlapati](https://github.com/NikhilAlapati) made their first contribution in [#&#8203;24688](https://github.com/immich-app/immich/pull/24688)
- [@&#8203;flpcury](https://github.com/flpcury) made their first contribution in [#&#8203;24867](https://github.com/immich-app/immich/pull/24867)
- [@&#8203;Javex](https://github.com/Javex) made their first contribution in [#&#8203;24853](https://github.com/immich-app/immich/pull/24853)
- [@&#8203;majiayu000](https://github.com/majiayu000) made their first contribution in [#&#8203;25076](https://github.com/immich-app/immich/pull/25076)
- [@&#8203;HemendraSinghShekhawat](https://github.com/HemendraSinghShekhawat) made their first contribution in [#&#8203;24547](https://github.com/immich-app/immich/pull/24547)
- [@&#8203;cbochs](https://github.com/cbochs) made their first contribution in [#&#8203;24620](https://github.com/immich-app/immich/pull/24620)
- [@&#8203;fabb](https://github.com/fabb) made their first contribution in [#&#8203;25053](https://github.com/immich-app/immich/pull/25053)
- [@&#8203;ppnplus](https://github.com/ppnplus) made their first contribution in [#&#8203;25208](https://github.com/immich-app/immich/pull/25208)
- [@&#8203;juliancarrivick](https://github.com/juliancarrivick) made their first contribution in [#&#8203;24826](https://github.com/immich-app/immich/pull/24826)
- [@&#8203;bdoerfchen](https://github.com/bdoerfchen) made their first contribution in [#&#8203;25247](https://github.com/immich-app/immich/pull/25247)
- [@&#8203;akashKarmakar02](https://github.com/akashKarmakar02) made their first contribution in [#&#8203;24976](https://github.com/immich-app/immich/pull/24976)
- [@&#8203;K0lin](https://github.com/K0lin) made their first contribution in [#&#8203;25317](https://github.com/immich-app/immich/pull/25317)
- [@&#8203;NAM-MAN](https://github.com/NAM-MAN) made their first contribution in [#&#8203;25320](https://github.com/immich-app/immich/pull/25320)
- [@&#8203;ByteSizedMarius](https://github.com/ByteSizedMarius) made their first contribution in [#&#8203;25311](https://github.com/immich-app/immich/pull/25311)
- [@&#8203;arne182](https://github.com/arne182) made their first contribution in [#&#8203;25373](https://github.com/immich-app/immich/pull/25373)
- [@&#8203;solluh](https://github.com/solluh) made their first contribution in [#&#8203;25443](https://github.com/immich-app/immich/pull/25443)
- [@&#8203;beinganukul](https://github.com/beinganukul) made their first contribution in [#&#8203;25445](https://github.com/immich-app/immich/pull/25445)
- [@&#8203;GeneralZero](https://github.com/GeneralZero) made their first contribution in [#&#8203;25462](https://github.com/immich-app/immich/pull/25462)

**Full Changelog**: <https://github.com/immich-app/immich/compare/v2.4.1...v2.5.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:eyJjcmVhdGVkSW5WZXIiOiI0Mi42OS4yIiwidXBkYXRlZEluVmVyIjoiNDIuNjkuMiIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiaW1hZ2UiXX0=-->

Reviewed-on: https://gitea.alexlebens.dev/alexlebens/infrastructure/pulls/3541
Co-authored-by: Renovate Bot <renovate-bot@alexlebens.net>
Co-committed-by: Renovate Bot <renovate-bot@alexlebens.net>
2026-01-27 21:44:16 +00:00
3f1e9e4de3 chore(deps): update ghcr.io/immich-app/immich-server docker tag to v2.5.0 (#3537)
Some checks failed
render-manifests-push / render-manifests-push (push) Has been skipped
lint-test-helm / lint-helm (push) Successful in 1m21s
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.4.1` → `v2.5.0` |

---

### Release Notes

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

### [`v2.5.0`](https://github.com/immich-app/immich/releases/tag/v2.5.0): - 90000 Stars Release

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

### v2.5.0

> \[!NOTE]
> 20:23 GMT: We are halting the release of the mobile app as there are some reported issues with migration
>
> Sorry for the inconvenience

#### Highlights

Happy New Year! Welcome to Immich `v2.5.0`. This release is our fireworks to celebrate both the new year and reaching *90,000* stars on GitHub. It is packed with major features that have been in the works for quite some time, and the team has kicked off the year with incredible momentum that we're excited to carry forward. We couldn't wait to share this with you. Let's dive right in:

- Free Up Space
- Non-destructive editing
- Database backup and restore (web)
- Upload improvements
- Visual refresh across all platforms
- Disable admin setup
- Star rating (mobile)
- Additional fine-grained permissions (api keys)
- Progressive JPEGs
- Slideshow loop option (web)
- Native HTTP clients for HTTP/2 and HTTP/3 image loading

##### Free Up Space

*This feature was requested ages ago. So long in fact, that it has a 3-digit ID ([#&#8203;165](https://github.com/immich-app/immich/issues/165))! Given the rapid iteration and development pace of the pre-stable era, it was risky to include it in the app due to its bulk-delete nature. But it is now 2026* 😄*, so here we are.*

**Free Up Space** allows you to remove local media files from your device that have already been successfully backed up to your Immich server (and are not in Immich trash). This helps reclaim storage on your mobile device without losing your memories. The feature can be accessed from the user profile panel or from the Settings page in the mobile app.

<img width="300" alt="image" src="https://github.com/user-attachments/assets/2985ea6c-4392-414e-aef3-83c70ffe5570" />

<img  alt="image" src="https://github.com/user-attachments/assets/cf7b7d2c-5d37-4c13-a6ad-cacb53a71acb" />

There are configuration options and steps to make sure that everything is verified before deleting from the app.

1. **Configuration:**
   - **Cutoff date:** Free Up Space will only look for photos and videos **on or before** this date.
   - **Keep albums:** Hold all photos and videos in the selected albums on your device, regardless of other settings. By default, `**WhatsApp**` related albums are selected to be kept on the device. Assets that are not already on the device will not be redownloaded.
   - **Keep favorites:** This works the same way `**Keep albums**` . By default, favorited assets are preserved on your device.
   - **Keep on device:** You can choose to restrict removal to `**Always keep**` **All photos** or **All videos**, regardless of other settings. This setting can hamper freeing up space significantly — with 80 GB of videos and 40 GB of photos, selecting `**Always keep photos**` retains thousands of photos on your device.

> \[!TIP]
> These configurations are persistent to make it convenient for those who perform this task often.

2. **Scan & Review:** Before any files are removed, you are presented with a review screen to confirm which items will be deleted and how much storage will be reclaimed.
3. **Deletion:** Confirmed items are moved to your device's native Trash/Recycle Bin.

> \[!NOTE]
> **Reclaim storage**
> To use the reclaimed space right away, you must manually empty the system/gallery trash outside Immich.

For more information about this feature, please read it [here](https://docs.immich.app/features/mobile-app#free-up-space)

##### Non-destructive editing

Immich now supports non-destructive photo editing. This means that any edits you make to an asset do not modify the original file; instead, the modifications are stored in the database, and new thumbnails are generated based on those changes. This means you can always revert to the original asset if needed.

When you download an edited asset, Immich provides the edited version by default. However, you can choose to download the original version if needed. Immich always generates an edited full-size version based on your full-size quality settings. This occurs regardless of whether the "Enable full-size image generation" setting is enabled or disabled.

> \[!NOTE]
> **Limitations:**
>
> - Mobile clients must be updated to v2.5.0 in order view the edited version of an asset. Clients will continue to > see the original asset if on a mobile app version <2.5.0
> - As of this version, the edited download won't include the EXIF metadata of the original asset. This feature will come in future releases.
> - Mobile editing still uses the old edit system (saving a new version of the photo). The mobile editor will be upgraded to use the new non-destructive editing system in a future release.

You can click on the following icon to enter edit mode

<img width="400" alt="image" src="https://github.com/user-attachments/assets/7f2092cf-c149-492c-af08-a04c8de16915" />

Currently, Immich supports the following types of edits:

- Cropping
- Rotation
- Mirroring

<img  width="800" alt="image" src="https://github.com/user-attachments/assets/b1c0b1e7-5074-4b19-ac23-449931a233f3" />

Opening the editor on an edited asset will load the existing edits back in so you can make adjustments and changes.

<img width="800" alt="image" src="https://github.com/user-attachments/assets/0346e1ac-eb8c-490a-8d47-a3b79626b5b6" />

##### Backup and restore from the web UI

Backup and restore are an important part of any self-hosted application; this feature helps you maintain reliable access to your instance during unexpected events, such as database corruption caused by system failure or power loss.

Historically, restoring an Immich instance to a specific point required the user to have access to the command line, which proved challenging for many users, especially those new to self-hosting and software maintenance.

Now, we have the entire backup and restore pipeline built into Immich, which allows you to quickly restore a database backup directly from the web UI. You can perform the steps either from the `Administration > Maintenance` page, or from a brand new instance on the welcome page.

**Restore from Administration's Maintenance page**

<img width="800" alt="image" src="https://github.com/user-attachments/assets/7a608442-bd1c-4e0c-b255-1df45699fa9f" />

**Restore from Onboarding page**

<img width="800" alt="image" src="https://github.com/user-attachments/assets/6012a0e6-ba32-45d0-aec4-c24d19bd4a25" />

For more detailed steps, please read them in [our documentation](https://docs.immich.app/administration/backup-and-restore)

##### Upload improvement

This release also improves foreground upload in the mobile app. The previous implementation improves background uploads but leaves foreground uploads less reliable by leveraging the queue system to offload upload handling to the OS, which can be throttled under specific criteria.

We are taking back more control over handling uploads with the *try-and-true* method used in the old timeline, but this time it is supercharged with concurrent uploads and also correctly handles assets with missing file extensions from software such as DJI or Fusion Camera.

<img width="300" alt="image" src="https://github.com/user-attachments/assets/87d317ed-933b-48c7-88e3-d267e928b9d1" />

Upload now will also send unique metadata for each asset to the server, so it can be used to quickly retrieve the checksum when reinstalling the app, saving time and CPU resources. This is especially useful for iCloud users, as the hashing process can take a long time.

For iOS and iCloud users, it is recommended to go to App Settings > Sync Status and tap the "Sync Cloud IDs" button to backfill the metadata for the uploaded content. You only need to do this once.

<img width="300" alt="image" src="https://github.com/user-attachments/assets/0470e707-f913-418c-94a5-3fb83ae95fae" />

##### Visual refresh across all platforms

This release also brings you a refreshed look and feel across the web, mobile app, and the documentation sites, with a new font face ("The-name-must-not-be-named" Sans) that improves reading legibility, especially for numbers and smaller text.

<img width="300" alt="image" src="https://github.com/user-attachments/assets/83fc22ab-c3c8-4dfe-99c2-4620c6f03938" />

The UI library (<https://ui.immich.app/>) components have also been added to the web app in more places. You should see a more standardized, coherent, and better hierarchy for UI components across the app.

<img width="300" alt="image" src="https://github.com/user-attachments/assets/80157cb0-e77f-4219-9648-373a21ebfd6e" />

All icon buttons now come with a tooltip, so you don't have to guess what function the button serves

<img width="300" alt="image" src="https://github.com/user-attachments/assets/df2119dc-d3a9-43ae-a002-593710d3d226" />

##### Star rating (mobile)

Mobile now has the star-rating feature, similar to the web application. If you don't see a star rating on either platform, make sure the feature is enabled [here](https://my.immich.app/user-settings?isOpen=feature+rating).

<img width="400" alt="image" src="https://github.com/user-attachments/assets/e6a3e6a4-a18a-41a4-9eb0-845be68904a9" />

##### Disable admin setup

New installs show a welcome page and allow anyone to sign up / register as an admin. To have more control over whether this is allowed or not, we have added the following environment variable:

```typescript
IMMICH_ALLOW_SETUP=true|false
```

This is especially useful if you have already initialized Immich and never want this situation to be possible in the future, which can happen if for whatever reason the database is reset.

##### Additional fine-grained permissions (api keys)

Some existing endpoints have been assigned fine-grained permissions, allowing the creation of API keys with limited access. The new permissions include:\n

- `map.read` - Retrieve a list of latitude and longitude coordinates for every asset with location data
- `map.search` - Retrieve location information for latitude & longitude coordinates
- `folder.read` - Retrieve information about folders and which assets they contain

##### Progressive JPEGs

All image-generation settings now include a new option to enable progressive JPEGs. When enabled, supported browsers will progressively render the image.

<img width="800" alt="image" src="https://github.com/user-attachments/assets/ac62bb63-41da-419b-808f-b81ef90f7183" />

##### Slideshow loop option (web)

The slideshow settings on the web now include an option to automatically start the slideshow over.

<img width="500" alt="image" src="https://github.com/user-attachments/assets/b9122b7b-ae6f-4536-bf4c-fc295f6bd486" />

##### Native HTTP clients

All remote images are now requested using optimized HTTP clients, meaning images load more quickly and can keep up with your scrolling. Caching is also improved: not only does this make images even snappier to load after being downloaded, it also improves the offline experience with better responsiveness and a larger cache size.

***

As always, there are many more QoL improvements, bug fixes, and enhancements in this release. Please find the full release note below

#### Support Immich

<p align="center">

<img src="https://media.giphy.com/media/v1.Y2lkPTc5MGI3NjExbjY2eWc5Y2F0ZW56MmR4aWE0dDhzZXlidXRmYWZyajl1bWZidXZpcyZlcD12MV9pbnRlcm5hbF9naWZfYnlfaWQmY3Q9Zw/87CKDqErVfMqY/giphy.gif" width="450" title="SUPPORT THE PROJECT!">

</p>

If you find the project helpful, you can support Immich by purchasing a product key at <https://buy.immich.app> or our merchandise at <https://immich.store>

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

#### What's Changed

##### 🚀 Features

- feat: workflow ui by [@&#8203;alextran1502](https://github.com/alextran1502) in [#&#8203;24190](https://github.com/immich-app/immich/pull/24190)
- feat: disable admin setup by [@&#8203;jrasm91](https://github.com/jrasm91) in [#&#8203;24628](https://github.com/immich-app/immich/pull/24628)
- feat: free up space by [@&#8203;alextran1502](https://github.com/alextran1502) in [#&#8203;24999](https://github.com/immich-app/immich/pull/24999)
- feat: use fastlane sigh to manage signing profiles by [@&#8203;alextran1502](https://github.com/alextran1502) in [#&#8203;25089](https://github.com/immich-app/immich/pull/25089)
- feat: image editing by [@&#8203;bwees](https://github.com/bwees) in [#&#8203;24155](https://github.com/immich-app/immich/pull/24155)
- feat: add cloud id during native sync by [@&#8203;shenlong-tanwen](https://github.com/shenlong-tanwen) in [#&#8203;20418](https://github.com/immich-app/immich/pull/20418)
- feat: restore database backups by [@&#8203;insertish](https://github.com/insertish) in [#&#8203;23978](https://github.com/immich-app/immich/pull/23978)
- feat(mobile): star rating by [@&#8203;YarosMallorca](https://github.com/YarosMallorca) in [#&#8203;24457](https://github.com/immich-app/immich/pull/24457)
- feat(mobile): scrollbar for album page by [@&#8203;alextran1502](https://github.com/alextran1502) in [#&#8203;25507](https://github.com/immich-app/immich/pull/25507)

##### 🌟 Enhancements

- feat: focus jumped-to item in timeline by [@&#8203;bo0tzz](https://github.com/bo0tzz) in [#&#8203;24738](https://github.com/immich-app/immich/pull/24738)
- chore: web editor improvements by [@&#8203;bwees](https://github.com/bwees) in [#&#8203;25169](https://github.com/immich-app/immich/pull/25169)
- feat: modal routes by [@&#8203;jrasm91](https://github.com/jrasm91) in [#&#8203;24726](https://github.com/immich-app/immich/pull/24726)
- feat: prefer admin settings page over users page by [@&#8203;jrasm91](https://github.com/jrasm91) in [#&#8203;24780](https://github.com/immich-app/immich/pull/24780)
- feat: shared link edit by [@&#8203;jrasm91](https://github.com/jrasm91) in [#&#8203;24783](https://github.com/immich-app/immich/pull/24783)
- feat(mobile): use tabular figures in backup info card by [@&#8203;wrbl606](https://github.com/wrbl606) in [#&#8203;24820](https://github.com/immich-app/immich/pull/24820)
- feat(mobile): album options to kebab menu by [@&#8203;idubnori](https://github.com/idubnori) in [#&#8203;24204](https://github.com/immich-app/immich/pull/24204)
- feat: Hide/show controls when zoom state changes by [@&#8203;Lauritz-Tieste](https://github.com/Lauritz-Tieste) in [#&#8203;24784](https://github.com/immich-app/immich/pull/24784)
- feat(server): Support camera `make`, `model`, and `lensModel` in Storage Template by [@&#8203;rahul-kumar-saini](https://github.com/rahul-kumar-saini) in [#&#8203;24650](https://github.com/immich-app/immich/pull/24650)
- feat(ml): update ONNX Runtime, OpenVINO and ROCm stack by [@&#8203;savely-krasovsky](https://github.com/savely-krasovsky) in [#&#8203;23458](https://github.com/immich-app/immich/pull/23458)
- chore(server): Vchord 1.0 support by [@&#8203;mmomjian](https://github.com/mmomjian) in [#&#8203;23845](https://github.com/immich-app/immich/pull/23845)
- feat(web): Add coordinate pair location searching. by [@&#8203;GustavJones](https://github.com/GustavJones) in [#&#8203;24799](https://github.com/immich-app/immich/pull/24799)
- feat: show asset owners for editors in shared albums by [@&#8203;ama156](https://github.com/ama156) in [#&#8203;24890](https://github.com/immich-app/immich/pull/24890)
- feat(web): undo delete single asset by [@&#8203;YarosMallorca](https://github.com/YarosMallorca) in [#&#8203;24439](https://github.com/immich-app/immich/pull/24439)
- feat(server): implement switchable logging formats (console/json) by [@&#8203;DanielRamosAcosta](https://github.com/DanielRamosAcosta) in [#&#8203;24791](https://github.com/immich-app/immich/pull/24791)
- chore(web): bump immich/ui for tooltips by [@&#8203;jrasm91](https://github.com/jrasm91) in [#&#8203;24632](https://github.com/immich-app/immich/pull/24632)
- feat(web): star rating keyboard shortcut by [@&#8203;cbochs](https://github.com/cbochs) in [#&#8203;24620](https://github.com/immich-app/immich/pull/24620)
- feat: bulk asset metadata endpoints by [@&#8203;jrasm91](https://github.com/jrasm91) in [#&#8203;25133](https://github.com/immich-app/immich/pull/25133)
- feat(mobile): 2026 font by [@&#8203;alextran1502](https://github.com/alextran1502) in [#&#8203;25213](https://github.com/immich-app/immich/pull/25213)
- feat(web): search albums by description by [@&#8203;YarosMallorca](https://github.com/YarosMallorca) in [#&#8203;25244](https://github.com/immich-app/immich/pull/25244)
- feat(web): 2026 font by [@&#8203;alextran1502](https://github.com/alextran1502) in [#&#8203;25174](https://github.com/immich-app/immich/pull/25174)
- chore: dart http foreground upload by [@&#8203;alextran1502](https://github.com/alextran1502) in [#&#8203;24883](https://github.com/immich-app/immich/pull/24883)
- feat: update intel compute driver by [@&#8203;savely-krasovsky](https://github.com/savely-krasovsky) in [#&#8203;25259](https://github.com/immich-app/immich/pull/25259)
- feat: download original asset by [@&#8203;danieldietzler](https://github.com/danieldietzler) in [#&#8203;25302](https://github.com/immich-app/immich/pull/25302)
- feat: allow /memory?id= in AndroidManifest by [@&#8203;arne182](https://github.com/arne182) in [#&#8203;25373](https://github.com/immich-app/immich/pull/25373)
- fix: add scoped API permissions to map endpoints by [@&#8203;meesfrensel](https://github.com/meesfrensel) in [#&#8203;25423](https://github.com/immich-app/immich/pull/25423)
- fix(server): scoped permissions for more endpoints by [@&#8203;meesfrensel](https://github.com/meesfrensel) in [#&#8203;25452](https://github.com/immich-app/immich/pull/25452)
- feat: generate progressive JPEGs for thumbnails by [@&#8203;midzelis](https://github.com/midzelis) in [#&#8203;25463](https://github.com/immich-app/immich/pull/25463)
- feat: loop slideshows by [@&#8203;GeneralZero](https://github.com/GeneralZero) in [#&#8203;25462](https://github.com/immich-app/immich/pull/25462)
- feat(mobile): native clients by [@&#8203;mertalev](https://github.com/mertalev) in [#&#8203;21459](https://github.com/immich-app/immich/pull/21459)

##### 🐛 Bug fixes

- fix(maintenance): prevent enable/disable maintenance CLI hanging on occasion by [@&#8203;insertish](https://github.com/insertish) in [#&#8203;24713](https://github.com/immich-app/immich/pull/24713)
- fix(web): display jxl original by [@&#8203;mertalev](https://github.com/mertalev) in [#&#8203;24766](https://github.com/immich-app/immich/pull/24766)
- fix(web): stale album info by [@&#8203;jrasm91](https://github.com/jrasm91) in [#&#8203;24787](https://github.com/immich-app/immich/pull/24787)
- fix: album card timezone by [@&#8203;danieldietzler](https://github.com/danieldietzler) in [#&#8203;24855](https://github.com/immich-app/immich/pull/24855)
- fix(web): let slideshow videos play ([#&#8203;19601](https://github.com/immich-app/immich/issues/19601)) by [@&#8203;keanucz](https://github.com/keanucz) in [#&#8203;24914](https://github.com/immich-app/immich/pull/24914)
- fix(server): update exiftool-vendored to v34.3 for correct colon-less timezone parsing by [@&#8203;dosten](https://github.com/dosten) in [#&#8203;24979](https://github.com/immich-app/immich/pull/24979)
- fix(mobile): hide delete action for remote-only assets by [@&#8203;skrmc](https://github.com/skrmc) in [#&#8203;25010](https://github.com/immich-app/immich/pull/25010)
- fix: import config from json by [@&#8203;MontejoJorge](https://github.com/MontejoJorge) in [#&#8203;25030](https://github.com/immich-app/immich/pull/25030)
- fix: search input has incorrect focus state after closing the search filter modal by [@&#8203;alextran1502](https://github.com/alextran1502) in [#&#8203;24886](https://github.com/immich-app/immich/pull/24886)
- fix(web): duplicate key error and enable expiration editing for expired shared links by [@&#8203;timonrieger](https://github.com/timonrieger) in [#&#8203;24686](https://github.com/immich-app/immich/pull/24686)
- fix: shared-link-mapper by [@&#8203;jrasm91](https://github.com/jrasm91) in [#&#8203;24794](https://github.com/immich-app/immich/pull/24794)
- fix(server): migrate motion part of live photo by [@&#8203;NikhilAlapati](https://github.com/NikhilAlapati) in [#&#8203;24688](https://github.com/immich-app/immich/pull/24688)
- fix(web): use asset date for change date popup when single asset selected by [@&#8203;majiayu000](https://github.com/majiayu000) in [#&#8203;25076](https://github.com/immich-app/immich/pull/25076)
- fix(web): long text taking more width than expected in duplicate manager by [@&#8203;HemendraSinghShekhawat](https://github.com/HemendraSinghShekhawat) in [#&#8203;24547](https://github.com/immich-app/immich/pull/24547)
- fix(web): broken asset urls if shared link has photos in name by [@&#8203;YarosMallorca](https://github.com/YarosMallorca) in [#&#8203;24451](https://github.com/immich-app/immich/pull/24451)
- fix(server): search statistics with personIds returns 500 by [@&#8203;majiayu000](https://github.com/majiayu000) in [#&#8203;25074](https://github.com/immich-app/immich/pull/25074)
- fix(web): server stats layout by [@&#8203;meesfrensel](https://github.com/meesfrensel) in [#&#8203;25085](https://github.com/immich-app/immich/pull/25085)
- fix: enter now submits the date modals by [@&#8203;fabb](https://github.com/fabb) in [#&#8203;25053](https://github.com/immich-app/immich/pull/25053)
- fix(web): improve text contrast in minimized upload panel by [@&#8203;majiayu000](https://github.com/majiayu000) in [#&#8203;25075](https://github.com/immich-app/immich/pull/25075)
- fix: propagate iCloud Shared Album flag by [@&#8203;alextran1502](https://github.com/alextran1502) in [#&#8203;25060](https://github.com/immich-app/immich/pull/25060)
- fix: description does not rerender when navigating between assets by [@&#8203;alextran1502](https://github.com/alextran1502) in [#&#8203;25137](https://github.com/immich-app/immich/pull/25137)
- fix(server): avoid upserting empty metadata array by [@&#8203;timonrieger](https://github.com/timonrieger) in [#&#8203;25143](https://github.com/immich-app/immich/pull/25143)
- fix(server): Document HTTP 200 response for duplicate uploads in OpenAPI by [@&#8203;timonrieger](https://github.com/timonrieger) in [#&#8203;25148](https://github.com/immich-app/immich/pull/25148)
- fix(web): person asset count doesn't update when navigating by [@&#8203;YarosMallorca](https://github.com/YarosMallorca) in [#&#8203;24438](https://github.com/immich-app/immich/pull/24438)
- fix(mobile): remove weird zooming behaviour on videos and play/pause button delay by [@&#8203;goalie2002](https://github.com/goalie2002) in [#&#8203;24006](https://github.com/immich-app/immich/pull/24006)
- fix: unlock properties after successful sidecar write by [@&#8203;danieldietzler](https://github.com/danieldietzler) in [#&#8203;25168](https://github.com/immich-app/immich/pull/25168)
- fix(web): show relevant navbar options for partner assets by [@&#8203;YarosMallorca](https://github.com/YarosMallorca) in [#&#8203;24832](https://github.com/immich-app/immich/pull/24832)
- fix(web): added background gradient for video time visibility by [@&#8203;HemendraSinghShekhawat](https://github.com/HemendraSinghShekhawat) in [#&#8203;25138](https://github.com/immich-app/immich/pull/25138)
- feat(mobile): do not restore locally deleted assets during trash sync (Android) by [@&#8203;PeterOmbodi](https://github.com/PeterOmbodi) in [#&#8203;24218](https://github.com/immich-app/immich/pull/24218)
- fix: asset local type casting by [@&#8203;alextran1502](https://github.com/alextran1502) in [#&#8203;25214](https://github.com/immich-app/immich/pull/25214)
- fix(web): ocr button not clickable for stacked assets by [@&#8203;YarosMallorca](https://github.com/YarosMallorca) in [#&#8203;25210](https://github.com/immich-app/immich/pull/25210)
- fix(web): Handle upload failures from public users by [@&#8203;juliancarrivick](https://github.com/juliancarrivick) in [#&#8203;24826](https://github.com/immich-app/immich/pull/24826)
- fix(mobile): prevent system UI from hiding on drag down gesture by [@&#8203;goalie2002](https://github.com/goalie2002) in [#&#8203;25240](https://github.com/immich-app/immich/pull/25240)
- fix: migration order by [@&#8203;jrasm91](https://github.com/jrasm91) in [#&#8203;25249](https://github.com/immich-app/immich/pull/25249)
- fix(web): redirect to login by [@&#8203;jrasm91](https://github.com/jrasm91) in [#&#8203;25254](https://github.com/immich-app/immich/pull/25254)
- fix(mobile): improve asset transition back to timeline by [@&#8203;goalie2002](https://github.com/goalie2002) in [#&#8203;24485](https://github.com/immich-app/immich/pull/24485)
- fix: dark mode appbar color by [@&#8203;akashKarmakar02](https://github.com/akashKarmakar02) in [#&#8203;24976](https://github.com/immich-app/immich/pull/24976)
- fix(web): add min-width to setting input field by [@&#8203;K0lin](https://github.com/K0lin) in [#&#8203;25317](https://github.com/immich-app/immich/pull/25317)
- fix(server): api key update checks by [@&#8203;jrasm91](https://github.com/jrasm91) in [#&#8203;25363](https://github.com/immich-app/immich/pull/25363)
- fix(mobile): album selector icon visibility by [@&#8203;ByteSizedMarius](https://github.com/ByteSizedMarius) in [#&#8203;25311](https://github.com/immich-app/immich/pull/25311)
- fix(mobile): indicators not showing on thumbnail tile after asset change in viewer by [@&#8203;goalie2002](https://github.com/goalie2002) in [#&#8203;25297](https://github.com/immich-app/immich/pull/25297)
- fix(web): handle deletion from asset viewer on map page by [@&#8203;meesfrensel](https://github.com/meesfrensel) in [#&#8203;25393](https://github.com/immich-app/immich/pull/25393)
- fix: tag update race condition by [@&#8203;danieldietzler](https://github.com/danieldietzler) in [#&#8203;25371](https://github.com/immich-app/immich/pull/25371)
- fix(web): allow exiting pin setup flow by [@&#8203;meesfrensel](https://github.com/meesfrensel) in [#&#8203;25413](https://github.com/immich-app/immich/pull/25413)
- fix: upload file without extension by [@&#8203;alextran1502](https://github.com/alextran1502) in [#&#8203;25419](https://github.com/immich-app/immich/pull/25419)
- fix: incorrect asset viewer scale on image frame update by [@&#8203;shenlong-tanwen](https://github.com/shenlong-tanwen) in [#&#8203;25430](https://github.com/immich-app/immich/pull/25430)
- fix(mobile): bring back map settings by [@&#8203;shenlong-tanwen](https://github.com/shenlong-tanwen) in [#&#8203;25448](https://github.com/immich-app/immich/pull/25448)
- fix(web): fix badge value in queues page by [@&#8203;beinganukul](https://github.com/beinganukul) in [#&#8203;25445](https://github.com/immich-app/immich/pull/25445)
- fix(mobile): backfill asset dimensions to exif table by [@&#8203;bwees](https://github.com/bwees) in [#&#8203;25483](https://github.com/immich-app/immich/pull/25483)
- fix(mobile): do not try to load video as image by [@&#8203;mertalev](https://github.com/mertalev) in [#&#8203;25495](https://github.com/immich-app/immich/pull/25495)

##### 📚 Documentation

- fix: product keys wording in commercial guidelines faq by [@&#8203;bo0tzz](https://github.com/bo0tzz) in [#&#8203;24765](https://github.com/immich-app/immich/pull/24765)
- docs: config options for hardware transcoding by [@&#8203;Javex](https://github.com/Javex) in [#&#8203;24853](https://github.com/immich-app/immich/pull/24853)
- fix: use my.immich.app as url placeholder in docs by [@&#8203;bo0tzz](https://github.com/bo0tzz) in [#&#8203;25153](https://github.com/immich-app/immich/pull/25153)
- chore:  update Thai README (remove "under active development" lines) by [@&#8203;ppnplus](https://github.com/ppnplus) in [#&#8203;25208](https://github.com/immich-app/immich/pull/25208)
- fix(docs): add missing mermaid dependency and configuration by [@&#8203;bdoerfchen](https://github.com/bdoerfchen) in [#&#8203;25247](https://github.com/immich-app/immich/pull/25247)
- chore(docs): update RAM req by [@&#8203;mmomjian](https://github.com/mmomjian) in [#&#8203;25344](https://github.com/immich-app/immich/pull/25344)
- feat(docs): add Free Up Space section by [@&#8203;aviv926](https://github.com/aviv926) in [#&#8203;25253](https://github.com/immich-app/immich/pull/25253)
- docs: update README\_de\_DE.md by [@&#8203;solluh](https://github.com/solluh) in [#&#8203;25443](https://github.com/immich-app/immich/pull/25443)
- fix(docs): document that fullsize thumbnail might redirect to original by [@&#8203;meesfrensel](https://github.com/meesfrensel) in [#&#8203;25416](https://github.com/immich-app/immich/pull/25416)
- docs: update documentation by [@&#8203;alextran1502](https://github.com/alextran1502) in [#&#8203;25440](https://github.com/immich-app/immich/pull/25440)

#### New Contributors

- [@&#8203;wrbl606](https://github.com/wrbl606) made their first contribution in [#&#8203;24820](https://github.com/immich-app/immich/pull/24820)
- [@&#8203;keanucz](https://github.com/keanucz) made their first contribution in [#&#8203;24914](https://github.com/immich-app/immich/pull/24914)
- [@&#8203;rahul-kumar-saini](https://github.com/rahul-kumar-saini) made their first contribution in [#&#8203;24650](https://github.com/immich-app/immich/pull/24650)
- [@&#8203;dosten](https://github.com/dosten) made their first contribution in [#&#8203;24979](https://github.com/immich-app/immich/pull/24979)
- [@&#8203;GustavJones](https://github.com/GustavJones) made their first contribution in [#&#8203;24799](https://github.com/immich-app/immich/pull/24799)
- [@&#8203;skrmc](https://github.com/skrmc) made their first contribution in [#&#8203;25010](https://github.com/immich-app/immich/pull/25010)
- [@&#8203;ama156](https://github.com/ama156) made their first contribution in [#&#8203;24890](https://github.com/immich-app/immich/pull/24890)
- [@&#8203;DanielRamosAcosta](https://github.com/DanielRamosAcosta) made their first contribution in [#&#8203;24791](https://github.com/immich-app/immich/pull/24791)
- [@&#8203;NikhilAlapati](https://github.com/NikhilAlapati) made their first contribution in [#&#8203;24688](https://github.com/immich-app/immich/pull/24688)
- [@&#8203;flpcury](https://github.com/flpcury) made their first contribution in [#&#8203;24867](https://github.com/immich-app/immich/pull/24867)
- [@&#8203;Javex](https://github.com/Javex) made their first contribution in [#&#8203;24853](https://github.com/immich-app/immich/pull/24853)
- [@&#8203;majiayu000](https://github.com/majiayu000) made their first contribution in [#&#8203;25076](https://github.com/immich-app/immich/pull/25076)
- [@&#8203;HemendraSinghShekhawat](https://github.com/HemendraSinghShekhawat) made their first contribution in [#&#8203;24547](https://github.com/immich-app/immich/pull/24547)
- [@&#8203;cbochs](https://github.com/cbochs) made their first contribution in [#&#8203;24620](https://github.com/immich-app/immich/pull/24620)
- [@&#8203;fabb](https://github.com/fabb) made their first contribution in [#&#8203;25053](https://github.com/immich-app/immich/pull/25053)
- [@&#8203;ppnplus](https://github.com/ppnplus) made their first contribution in [#&#8203;25208](https://github.com/immich-app/immich/pull/25208)
- [@&#8203;juliancarrivick](https://github.com/juliancarrivick) made their first contribution in [#&#8203;24826](https://github.com/immich-app/immich/pull/24826)
- [@&#8203;bdoerfchen](https://github.com/bdoerfchen) made their first contribution in [#&#8203;25247](https://github.com/immich-app/immich/pull/25247)
- [@&#8203;akashKarmakar02](https://github.com/akashKarmakar02) made their first contribution in [#&#8203;24976](https://github.com/immich-app/immich/pull/24976)
- [@&#8203;K0lin](https://github.com/K0lin) made their first contribution in [#&#8203;25317](https://github.com/immich-app/immich/pull/25317)
- [@&#8203;NAM-MAN](https://github.com/NAM-MAN) made their first contribution in [#&#8203;25320](https://github.com/immich-app/immich/pull/25320)
- [@&#8203;ByteSizedMarius](https://github.com/ByteSizedMarius) made their first contribution in [#&#8203;25311](https://github.com/immich-app/immich/pull/25311)
- [@&#8203;arne182](https://github.com/arne182) made their first contribution in [#&#8203;25373](https://github.com/immich-app/immich/pull/25373)
- [@&#8203;solluh](https://github.com/solluh) made their first contribution in [#&#8203;25443](https://github.com/immich-app/immich/pull/25443)
- [@&#8203;beinganukul](https://github.com/beinganukul) made their first contribution in [#&#8203;25445](https://github.com/immich-app/immich/pull/25445)
- [@&#8203;GeneralZero](https://github.com/GeneralZero) made their first contribution in [#&#8203;25462](https://github.com/immich-app/immich/pull/25462)

**Full Changelog**: <https://github.com/immich-app/immich/compare/v2.4.1...v2.5.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:eyJjcmVhdGVkSW5WZXIiOiI0Mi42OS4yIiwidXBkYXRlZEluVmVyIjoiNDIuNjkuMiIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiaW1hZ2UiXX0=-->

Reviewed-on: https://gitea.alexlebens.dev/alexlebens/infrastructure/pulls/3537
Co-authored-by: Renovate Bot <renovate-bot@alexlebens.net>
Co-committed-by: Renovate Bot <renovate-bot@alexlebens.net>
2026-01-27 21:40:50 +00:00
1612f48822 chore(deps): update dependency element-hq/synapse to v1.146.0 (#3533)
All checks were successful
render-manifests-push / render-manifests-push (push) Has been skipped
lint-test-helm / lint-helm (push) Successful in 1m8s
renovate / renovate (push) Successful in 4m51s
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| [element-hq/synapse](https://github.com/element-hq/synapse) | minor | `1.145.0` → `1.146.0` |

---

> ⚠️ **Warning**
>
> Some dependencies could not be looked up. Check the Dependency Dashboard for more information.

---

### Release Notes

<details>
<summary>element-hq/synapse (element-hq/synapse)</summary>

### [`v1.146.0`](https://github.com/element-hq/synapse/releases/tag/v1.146.0)

[Compare Source](https://github.com/element-hq/synapse/compare/v1.145.0...v1.146.0rc1)

### Synapse 1.146.0 (2026-01-27)

No significant changes since 1.146.0rc1.

#### Deprecations and Removals

- [MSC2697](https://github.com/matrix-org/matrix-spec-proposals/pull/2697) (Dehydrated devices) has been removed, as the MSC is closed. Developers should migrate to [MSC3814](https://github.com/matrix-org/matrix-spec-proposals/pull/3814). ([#&#8203;19346](https://github.com/element-hq/synapse/issues/19346))
- Support for Ubuntu 25.04 (Plucky Puffin) has been dropped. Synapse no longer builds debian packages for Ubuntu 25.04.

### Synapse 1.146.0rc1 (2026-01-20)

#### Features

- Add a new config option [`enable_local_media_storage`](https://element-hq.github.io/synapse/latest/usage/configuration/config_documentation.html#enable_local_media_storage) which controls whether media is additionally stored locally when using configured `media_storage_providers`. Setting this to `false` allows off-site media storage without a local cache. Contributed by Patrice Brend'amour [@&#8203;dr](https://github.com/dr).allgood. ([#&#8203;19204](https://github.com/element-hq/synapse/issues/19204))
- Stabilise support for [MSC4312](https://github.com/matrix-org/matrix-spec-proposals/pull/4312)'s `m.oauth` User-Interactive Auth stage for resetting cross-signing identity with the OAuth 2.0 API. The old, unstable name (`org.matrix.cross_signing_reset`) is now deprecated and will be removed in a future release. ([#&#8203;19273](https://github.com/element-hq/synapse/issues/19273))
- Refactor Grafana dashboard to use `server_name` label (instead of `instance`). ([#&#8203;19337](https://github.com/element-hq/synapse/issues/19337))

#### Bugfixes

- Fix joining a restricted v12 room locally when no local room creator is present but local users with sufficient power levels are. Contributed by [@&#8203;nexy7574](https://github.com/nexy7574). ([#&#8203;19321](https://github.com/element-hq/synapse/issues/19321))
- Fixed parallel calls to `/_matrix/media/v1/create` being ratelimited for appservices even if `rate_limited: false` was set in the registration. Contributed by [@&#8203;tulir](https://github.com/tulir) @&#8203; Beeper. ([#&#8203;19335](https://github.com/element-hq/synapse/issues/19335))
- Fix a bug introduced in 1.61.0 where a user's membership in a room was accidentally ignored when considering access to historical state events in rooms with the "shared" history visibility. Contributed by Lukas Tautz. ([#&#8203;19353](https://github.com/element-hq/synapse/issues/19353))
- [MSC4140](https://github.com/matrix-org/matrix-spec-proposals/pull/4140): Store the JSON content of scheduled delayed events as text instead of a byte array. This fixes the inability to schedule a delayed event with non-ASCII characters in its content. ([#&#8203;19360](https://github.com/element-hq/synapse/issues/19360))
- Always rollback database transactions when retrying (avoid orphaned connections). ([#&#8203;19372](https://github.com/element-hq/synapse/issues/19372))
- Fix `InFlightGauge` typing to allow upgrading to `prometheus_client` 0.24. ([#&#8203;19379](https://github.com/element-hq/synapse/issues/19379))

#### Updates to the Docker image

- Add [Prometheus HTTP service discovery](https://prometheus.io/docs/prometheus/latest/configuration/configuration/#http_sd_config) endpoint for easy discovery of all workers when using the `docker/Dockerfile-workers` image (see the [*Metrics* section of our Docker testing docs](docker/README-testing.md#metrics)). ([#&#8203;19336](https://github.com/element-hq/synapse/issues/19336))

#### Improved Documentation

- Remove docs on legacy metric names (no longer in the codebase since 2022-12-06). ([#&#8203;19341](https://github.com/element-hq/synapse/issues/19341))
- Clarify how the estimated value of room complexity is calculated internally. ([#&#8203;19384](https://github.com/element-hq/synapse/issues/19384))

#### Internal Changes

- Add an internal `cancel_task` API to the task scheduler. ([#&#8203;19310](https://github.com/element-hq/synapse/issues/19310))
- Tweak docstrings and signatures of `auth_types_for_event` and `get_catchup_room_event_ids`. ([#&#8203;19320](https://github.com/element-hq/synapse/issues/19320))
- Replace usage of deprecated `assertEquals` with `assertEqual` in unit test code. ([#&#8203;19345](https://github.com/element-hq/synapse/issues/19345))
- Drop support for Ubuntu 25.04 'Plucky Puffin', add support for Ubuntu 25.10 'Questing Quokka'. ([#&#8203;19348](https://github.com/element-hq/synapse/issues/19348))
- Revert "Add an Admin API endpoint for listing quarantined media ([#&#8203;19268](https://github.com/element-hq/synapse/issues/19268))". ([#&#8203;19351](https://github.com/element-hq/synapse/issues/19351))
- Bump `mdbook` from 0.4.17 to 0.5.2 and remove our custom table-of-contents plugin in favour of the new default functionality. ([#&#8203;19356](https://github.com/element-hq/synapse/issues/19356))
- Replace deprecated usage of PyGitHub's `GitRelease.title` with `.name` in release script. ([#&#8203;19358](https://github.com/element-hq/synapse/issues/19358))
- Update the Element logo in Synapse's README to be an absolute URL, allowing it to render on other sites (such as PyPI). ([#&#8203;19368](https://github.com/element-hq/synapse/issues/19368))
- Apply minor tweaks to v1.145.0 changelog. ([#&#8203;19376](https://github.com/element-hq/synapse/issues/19376))
- Update Grafana dashboard syntax to use the latest from importing/exporting with Grafana 12.3.1. ([#&#8203;19381](https://github.com/element-hq/synapse/issues/19381))
- Warn about skipping reactor metrics when using unknown reactor type. ([#&#8203;19383](https://github.com/element-hq/synapse/issues/19383))
- Add support for reactor metrics with the `ProxiedReactor` used in worker Complement tests. ([#&#8203;19385](https://github.com/element-hq/synapse/issues/19385))

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

Reviewed-on: https://gitea.alexlebens.dev/alexlebens/infrastructure/pulls/3533
Co-authored-by: Renovate Bot <renovate-bot@alexlebens.net>
Co-committed-by: Renovate Bot <renovate-bot@alexlebens.net>
2026-01-27 21:30:27 +00:00
34e963e554 ci: change depName
Some checks failed
lint-test-helm / lint-helm (push) Successful in 46s
render-manifests-push / render-manifests-push (push) Successful in 1m50s
renovate / renovate (push) Has been cancelled
2026-01-27 15:27:07 -06:00
b3d90c6151 ci: change depName
All checks were successful
lint-test-helm / lint-helm (push) Successful in 1m22s
render-manifests-push / render-manifests-push (push) Successful in 2m6s
renovate / renovate (push) Successful in 3m3s
2026-01-27 15:03:44 -06:00
681ddd2d28 ci: change depName
All checks were successful
lint-test-helm / lint-helm (push) Successful in 54s
render-manifests-push / render-manifests-push (push) Successful in 1m50s
renovate / renovate (push) Successful in 3m5s
2026-01-27 14:54:34 -06:00
41f13e1256 chore(deps): update registry.k8s.io/coredns/coredns docker tag to v1.14.1 (#3526)
All checks were successful
render-manifests-push / render-manifests-push (push) Has been skipped
lint-test-helm / lint-helm (push) Successful in 1m5s
renovate / renovate (push) Successful in 4m19s
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| registry.k8s.io/coredns/coredns | minor | `v1.13.2` → `v1.14.1` |

---

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

Reviewed-on: #3526
Co-authored-by: Renovate Bot <renovate-bot@alexlebens.net>
Co-committed-by: Renovate Bot <renovate-bot@alexlebens.net>
2026-01-27 18:59:53 +00:00
f7399465c7 chore(deps): update dependency calibrain/shelfmark to v1.0.3 (#3532)
All checks were successful
render-manifests-push / render-manifests-push (push) Has been skipped
lint-test-helm / lint-helm (push) Successful in 52s
renovate / renovate (push) Successful in 2m32s
2026-01-27 17:04:38 +00:00
ecb7850074 chore(deps): update searxng/searxng:latest docker digest to 5c8621c (#3531)
Some checks failed
render-manifests-push / render-manifests-push (push) Has been skipped
lint-test-helm / lint-helm (push) Has been cancelled
renovate / renovate (push) Has been cancelled
2026-01-27 17:04:12 +00:00
83444c17f5 chore(deps): update helm release argo-cd to v9.3.6 (#3529)
All checks were successful
render-manifests-push / render-manifests-push (push) Has been skipped
lint-test-helm / lint-helm (push) Successful in 49s
renovate / renovate (push) Successful in 4m59s
2026-01-27 12:03:43 +00:00
c5c882227a chore(deps): update searxng/searxng:latest docker digest to 8945a21 (#3527)
All checks were successful
render-manifests-push / render-manifests-push (push) Has been skipped
lint-test-helm / lint-helm (push) Successful in 1m18s
renovate / renovate (push) Successful in 3m48s
2026-01-27 11:03:07 +00:00
e6d030597a chore(deps): update dependency plexguide/huntarr to v9.0.5 (#3525)
All checks were successful
render-manifests-push / render-manifests-push (push) Has been skipped
lint-test-helm / lint-helm (push) Successful in 52s
renovate / renovate (push) Successful in 3m12s
2026-01-27 04:03:50 +00:00
f30ee8dadc chore(deps): update dependency plexguide/huntarr to v9.0.4 (#3524)
All checks were successful
render-manifests-push / render-manifests-push (push) Has been skipped
lint-test-helm / lint-helm (push) Successful in 1m7s
renovate / renovate (push) Successful in 3m59s
2026-01-27 03:28:14 +00:00
c8da57b823 ci: change depName
All checks were successful
lint-test-helm / lint-helm (push) Successful in 51s
render-manifests-push / render-manifests-push (push) Successful in 1m32s
renovate / renovate (push) Successful in 2m59s
2026-01-26 21:24:56 -06:00
5a1a9449bc Merge branch 'main' of https://gitea.alexlebens.net/alexlebens/infrastructure
All checks were successful
lint-test-helm / lint-helm (push) Successful in 50s
render-manifests-push / render-manifests-push (push) Successful in 1m28s
renovate / renovate (push) Successful in 2m19s
render-manifests-dispatch / render-manifests-dispatch (push) Successful in 52m14s
2026-01-26 20:41:22 -06:00
f4a486c839 ci: change depName 2026-01-26 20:41:19 -06:00
cbcf18e12a chore(deps): update dependency plexguide/huntarr to v9.0.3 (#3523)
All checks were successful
render-manifests-push / render-manifests-push (push) Has been skipped
lint-test-helm / lint-helm (push) Successful in 1m11s
renovate / renovate (push) Successful in 2m37s
2026-01-26 23:02:56 +00:00
4a0b6cb3ef chore(deps): update dependency plexguide/huntarr to v9.0.2 (#3522)
All checks were successful
render-manifests-push / render-manifests-push (push) Has been skipped
lint-test-helm / lint-helm (push) Successful in 1m31s
renovate / renovate (push) Successful in 2m57s
2026-01-26 22:03:37 +00:00
03741122ef chore(deps): update searxng/searxng:latest docker digest to 4a60859 (#3520)
All checks were successful
render-manifests-push / render-manifests-push (push) Has been skipped
lint-test-helm / lint-helm (push) Successful in 51s
renovate / renovate (push) Successful in 3m50s
2026-01-26 19:03:29 +00:00
74881891f9 chore(deps): update helm release meilisearch to v0.24.0 (#3518)
All checks were successful
render-manifests-push / render-manifests-push (push) Has been skipped
lint-test-helm / lint-helm (push) Successful in 53s
renovate / renovate (push) Successful in 3m34s
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| [meilisearch](https://github.com/meilisearch/meilisearch-kubernetes/tree/main/charts/meilisearch) ([source](https://github.com/meilisearch/meilisearch-kubernetes)) | minor | `0.23.0` → `0.24.0` |

---

### Release Notes

<details>
<summary>meilisearch/meilisearch-kubernetes (meilisearch)</summary>

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

[Compare Source](https://github.com/meilisearch/meilisearch-kubernetes/compare/meilisearch-0.23.0...meilisearch-0.24.0)

A Helm chart for the Meilisearch search engine

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

Reviewed-on: #3518
Co-authored-by: Renovate Bot <renovate-bot@alexlebens.net>
Co-committed-by: Renovate Bot <renovate-bot@alexlebens.net>
2026-01-26 17:52:29 +00:00
c82fc4aee8 chore(deps): update helm release harbor to v1.18.2 (#3516)
All checks were successful
render-manifests-push / render-manifests-push (push) Has been skipped
lint-test-helm / lint-helm (push) Successful in 1m13s
renovate / renovate (push) Successful in 2m57s
2026-01-26 10:04:44 +00:00
f6a74b978f feat: scale down soularr
All checks were successful
lint-test-helm / lint-helm (push) Successful in 39s
render-manifests-push / render-manifests-push (push) Successful in 1m39s
renovate / renovate (push) Successful in 4m52s
2026-01-25 21:02:56 -06:00
b4b74c53ef feat: update lidarr to nightly branch
All checks were successful
render-manifests-push / render-manifests-push (push) Successful in 1m13s
lint-test-helm / lint-helm (push) Successful in 1m25s
renovate / renovate (push) Successful in 2m52s
render-manifests-dispatch / render-manifests-dispatch (push) Successful in 33m36s
2026-01-25 18:12:06 -06:00
16312178ca chore(deps): update ollama/ollama to v0.15.1 (#3511)
All checks were successful
render-manifests-push / render-manifests-push (push) Has been skipped
lint-test-helm / lint-helm (push) Successful in 1m32s
renovate / renovate (push) Successful in 4m50s
2026-01-25 20:59:01 +00:00
24f9eb6828 chore(deps): update freshrss/freshrss to v1.28.1 (#3510)
Some checks failed
render-manifests-push / render-manifests-push (push) Has been skipped
lint-test-helm / lint-helm (push) Has been cancelled
renovate / renovate (push) Has been cancelled
2026-01-25 20:58:36 +00:00
a027da436e chore(deps): update unpoller/unpoller to v2.24.0 (#3504)
Some checks are pending
render-manifests-push / render-manifests-push (push) Has been skipped
lint-test-helm / lint-helm (push) Successful in 20s
renovate / renovate (push) Has started running
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| [ghcr.io/unpoller/unpoller](https://github.com/unpoller/unpoller) | minor | `v2.21.0` → `v2.24.0` |
| [unpoller/unpoller](https://github.com/unpoller/unpoller) | minor | `v2.21.0` → `v2.24.0` |

---

### Release Notes

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

### [`v2.24.0`](https://github.com/unpoller/unpoller/releases/tag/v2.24.0)

[Compare Source](https://github.com/unpoller/unpoller/compare/v2.23.0...v2.24.0)

#### Changelog

- [`2a44b2f`](2a44b2f0be) Merge pull request [#&#8203;920](https://github.com/unpoller/unpoller/issues/920) from unpoller/issue-742
- [`3f60654`](3f60654a2a) Fix Homebrew formula for newer Homebrew versions
- [`037f456`](037f4563f0) Merge pull request [#&#8203;919](https://github.com/unpoller/unpoller/issues/919) from unpoller/issue-415
- [`0fc8b6f`](0fc8b6f008) use new unifi version
- [`97d3f99`](97d3f995b1) Enrich alarms with device names for Loki logs
- [`a35e52c`](a35e52c140) Merge pull request [#&#8203;918](https://github.com/unpoller/unpoller/issues/918) from unpoller/issue-417
- [`ae1ab40`](ae1ab40386) Populate num\_user field for VPN subsystem metrics
- [`10a43dc`](10a43dcf04) Merge pull request [#&#8203;917](https://github.com/unpoller/unpoller/issues/917) from unpoller/issue-425
- [`f51a0c7`](f51a0c7202) Allow polling to continue when individual controllers fail

### [`v2.23.0`](https://github.com/unpoller/unpoller/releases/tag/v2.23.0)

[Compare Source](https://github.com/unpoller/unpoller/compare/v2.22.0...v2.23.0)

#### Changelog

- [`4e3c823`](4e3c823989) Merge pull request [#&#8203;916](https://github.com/unpoller/unpoller/issues/916) from unpoller/issue-904
- [`a1a8963`](a1a8963159) Fix authentication retry to prevent data gaps after re-auth
- [`092dd69`](092dd69509) Merge pull request [#&#8203;915](https://github.com/unpoller/unpoller/issues/915) from unpoller/issue-910
- [`9e3debd`](9e3debd58a) Allow PoE-providing ports to be scraped even when disabled
- [`347467a`](347467a969) Merge pull request [#&#8203;914](https://github.com/unpoller/unpoller/issues/914) from unpoller/issue-912
- [`0778121`](07781214c3) Add config option to suppress unknown device type messages

### [`v2.22.0`](https://github.com/unpoller/unpoller/releases/tag/v2.22.0)

[Compare Source](https://github.com/unpoller/unpoller/compare/v2.21.0...v2.22.0)

#### Changelog

- [`2c20013`](2c20013ac6) Merge pull request [#&#8203;913](https://github.com/unpoller/unpoller/issues/913) from brngates98/master
- [`1235430`](1235430478) Update to unifi library v5.6.0 and fix linter errors
- [`e17d8bf`](e17d8bf62e) move remote.go to use unifi library functions
- [`0cb331a`](0cb331a745) Fix golangci-lint empty-block errors in input.go
- [`28e77d1`](28e77d1ac5) Fix site name override for DPI clients, anomalies, and site metrics
- [`3996fd8`](3996fd8683) Format code with gofmt
- [`d0abba6`](d0abba6ddb) Improve site name override to handle all default site name variations
- [`1440f14`](1440f1426e) Fix site name override for remote API Cloud Gateways
- [`5f76c59`](5f76c59fa2) fix duplicate controllers due to cloud gateways site being default
- [`28eae6a`](28eae6ab22) Add remote API support for UniFi Site Manager
- [`1df4ba9`](1df4ba9932) Merge pull request [#&#8203;908](https://github.com/unpoller/unpoller/issues/908) from unpoller/dependabot/go\_modules/all-cf2caa1bb8
- [`dc0cacd`](dc0cacd615) Bump golang.org/x/crypto from 0.46.0 to 0.47.0 in the all group
- [`f47b463`](f47b463384) Merge pull request [#&#8203;907](https://github.com/unpoller/unpoller/issues/907) from unpoller/dependabot/go\_modules/all-0542acbba5
- [`2a2dfb0`](2a2dfb0e59) Bump the all group with 2 updates

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

Reviewed-on: #3504
Co-authored-by: Renovate Bot <renovate-bot@alexlebens.net>
Co-committed-by: Renovate Bot <renovate-bot@alexlebens.net>
2026-01-25 20:55:35 +00:00
447953e025 chore(deps): update plexguide/huntarr to v9 (major) (#3508)
Some checks failed
render-manifests-push / render-manifests-push (push) Has been skipped
lint-test-helm / lint-helm (push) Has been cancelled
renovate / renovate (push) Has been cancelled
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| ghcr.io/plexguide/huntarr | major | `8.2.25` → `9.0.1` |
| [plexguide/huntarr](https://github.com/plexguide/huntarr) | major | `8.2.25` → `9.0.1` |

---

### Release Notes

<details>
<summary>plexguide/huntarr (plexguide/huntarr)</summary>

### [`v9.0.1`](https://github.com/plexguide/Huntarr.io/releases/tag/9.0.1)

[Compare Source](https://github.com/plexguide/huntarr/compare/9.0.0...9.0.1)

**Quick Patch**

- Ability to remove trending week from the front page (visit settings to disable)
- Restored search bar for requestarr on discovery, tv, and movies

<img width="1152" height="424" alt="image" src="https://github.com/user-attachments/assets/34f35341-7f17-426c-b7dc-985aee49e43a" />

Next Focus

- Have search for requestarr respect settings of selected instance within settings
- Create modal popup for hiding media content on requestarr
- Investigate v3 whisparr causing crashing issues (try to create a cool down period to prevent log overload and crashing huntarr)

### [`v9.0.0`](https://github.com/plexguide/Huntarr.io/releases/tag/9.0.0)

[Compare Source](https://github.com/plexguide/huntarr/compare/8.2.25...9.0.0)

- Included tighter interrogation of Requestarr
- Requestarr enables a user to discover and hide media along with instance support
- Logs and Hunt Manager rewritten with a much cleaner look
- Fixed mobile view with the double header
- Repaired Windows Build from 8.1.6+
- Moved home resources and support banners to the bottom of the home page
- Improved log manager to enable rotation and size management
- Improved layout, header, and side menu information
- Much More

**Improved Home Page**

<img width="1463" height="933" alt="image" src="https://github.com/user-attachments/assets/2bbccc40-2648-47d6-8924-a03a229bd475" />

**Improved Requestarr**

<img width="1463" height="899" alt="image" src="https://github.com/user-attachments/assets/b1567eb0-61f7-4e0e-b2c7-af6f832fa7f9" />

**Improved Mobile View**

<img width="497" height="914" alt="image" src="https://github.com/user-attachments/assets/af90c61e-ae31-4481-beea-1f7b3482fad1" />

**Improved Logging Interface**

<img width="1419" height="662" alt="image" src="https://github.com/user-attachments/assets/bab6e70b-7855-4a16-8156-797f1669ae24" />

**Improved Hunt Manager Interface**

<img width="1417" height="650" alt="image" src="https://github.com/user-attachments/assets/8fa83370-0ac6-4a64-b8b6-be779863366a" />

**Request Interface**

<img width="475" height="645" alt="image" src="https://github.com/user-attachments/assets/4489b181-6b06-44ea-8783-bf8396babed1" />

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

Reviewed-on: #3508
Co-authored-by: Renovate Bot <renovate-bot@alexlebens.net>
Co-committed-by: Renovate Bot <renovate-bot@alexlebens.net>
2026-01-25 20:54:56 +00:00
cba21428b3 ci: change depName
All checks were successful
render-manifests-push / render-manifests-push (push) Successful in 43s
lint-test-helm / lint-helm (push) Successful in 1m27s
renovate / renovate (push) Successful in 5m18s
2026-01-25 14:44:22 -06:00
fb066b2e6e ci: change renovate config to group custom manager rules
All checks were successful
renovate / renovate (push) Successful in 4m49s
2026-01-25 14:32:09 -06:00
812f46efed ci: change renovate config to group custom manager rules
All checks were successful
renovate / renovate (push) Successful in 44s
2026-01-25 14:30:29 -06:00
b45ca0b884 ci: change renovate config to group custom manager rules
All checks were successful
renovate / renovate (push) Successful in 1m13s
2026-01-25 14:26:09 -06:00
d3f9647089 ci: change renovate config to group custom manager rules
All checks were successful
renovate / renovate (push) Successful in 4m33s
2026-01-25 14:17:57 -06:00
1a362d299e ci: change renovate config to group custom manager rules
All checks were successful
renovate / renovate (push) Successful in 6m0s
2026-01-25 14:11:44 -06:00
4bdf7a39ba ci: change renovate config to group custom manager rules
All checks were successful
renovate / renovate (push) Successful in 1m39s
2026-01-25 13:45:24 -06:00
fe301f44f6 ci: change renovate config to group custom manager rules
All checks were successful
renovate / renovate (push) Successful in 5m8s
2026-01-25 13:39:37 -06:00
f7e7d29430 ci: change renovate config to group custom manager rules
Some checks failed
renovate / renovate (push) Has been cancelled
2026-01-25 13:34:38 -06:00
0978119555 chore(config): migrate Renovate config (#3490)
All checks were successful
renovate / renovate (push) Successful in 5m1s
The Renovate config in this repository needs migrating. Typically this is because one or more configuration options you are using have been renamed.

  You don't need to merge this PR right away, because Renovate will continue to migrate these fields internally each time it runs. But later some of these fields may be fully deprecated and the migrations removed. So it's a good idea to merge this migration PR soon.

🔕 **Ignore**: Close this PR and you won't be reminded about config migration again, but one day your current config may no longer be valid.

 Got questions? Does something look wrong to you? Please don't hesitate to [request help here](https://github.com/renovatebot/renovate/discussions).

---

This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate).

Reviewed-on: #3490
Co-authored-by: Renovate Bot <renovate-bot@alexlebens.net>
Co-committed-by: Renovate Bot <renovate-bot@alexlebens.net>
2026-01-25 18:29:59 +00:00
72ff231a54 ci: change renovate config to group custom manager rules
All checks were successful
renovate / renovate (push) Successful in 3m0s
2026-01-25 11:51:53 -06:00
da89f1ba1b chore(deps): update ghcr.io/linuxserver/qbittorrent:5.1.4 docker digest to b8a08ff (#3484)
All checks were successful
render-manifests-push / render-manifests-push (push) Has been skipped
lint-test-helm / lint-helm (push) Successful in 1m7s
renovate / renovate (push) Successful in 2m18s
2026-01-25 08:04:02 +00:00
151d8536df ci: change renovate config to inlude custom manager rules
All checks were successful
renovate / renovate (push) Successful in 4m11s
2026-01-24 23:33:34 -06:00
83e65878e5 chore(deps): update ghcr.io/calibrain/shelfmark docker tag to v1.0.2 (#3473)
All checks were successful
render-manifests-push / render-manifests-push (push) Has been skipped
lint-test-helm / lint-helm (push) Successful in 12s
render-manifests-dispatch / render-manifests-dispatch (push) Successful in 36m30s
renovate / renovate (push) Successful in 4m1s
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| [ghcr.io/calibrain/shelfmark](https://github.com/calibrain/shelfmark) | patch | `v1.0.1` → `v1.0.2` |

---

### Release Notes

<details>
<summary>calibrain/shelfmark (ghcr.io/calibrain/shelfmark)</summary>

### [`v1.0.2`](https://github.com/calibrain/shelfmark/releases/tag/v1.0.2)

[Compare Source](https://github.com/calibrain/shelfmark/compare/v1.0.2...v1.0.2)

##### New

- Booklore  - Upload books directly to Booklore library via API connection
- rTorrent download client support ([#&#8203;463](https://github.com/calibrain/shelfmark/issues/463) from [@&#8203;veverkap](https://github.com/veverkap))
- Reverse proxy authentication support ([#&#8203;455](https://github.com/calibrain/shelfmark/issues/455) from [@&#8203;jthoward64](https://github.com/jthoward64))
- Remote path mappings - configurable for each download client
- Various search improvements:
  - Multi-language search - automatically uses localised book titles when searching AA and Prowlarr. Currently requires Hardcover.
  - Improved search queries - Heuristic based query creation to simplify book titles and author names. Uses series names and subtitles to strip out non-unique elements, as well as common punctuation and labels.
  - Manual override search option for universal mode
  - Prowlarr now uses book title only for search queries
- Base URL option for reverse proxy setups
- Full environment variable support and documentation

##### Fixes and improvements

- Refactor of the post-download processing pipeline
- Deluge configuration now handled via webUI auth details
- Improved qBittorrent API communication
- Improved URL normalization for configured external apps
- Simplified handling of magnet/hashes when starting a download
- Improved file path searching after successful external download
- Fixed processing of audiobook files over 100+ parts
- Fixed NZB downloads not deleting on completion
- Fix SABnzbd existing download search behavior

### [`v1.0.2`](https://github.com/calibrain/shelfmark/releases/tag/v1.0.2)

[Compare Source](https://github.com/calibrain/shelfmark/compare/v1.0.1...v1.0.2)

##### New

- Booklore  - Upload books directly to Booklore library via API connection
- rTorrent download client support ([#&#8203;463](https://github.com/calibrain/shelfmark/issues/463) from [@&#8203;veverkap](https://github.com/veverkap))
- Reverse proxy authentication support ([#&#8203;455](https://github.com/calibrain/shelfmark/issues/455) from [@&#8203;jthoward64](https://github.com/jthoward64))
- Remote path mappings - configurable for each download client
- Various search improvements:
  - Multi-language search - automatically uses localised book titles when searching AA and Prowlarr. Currently requires Hardcover.
  - Improved search queries - Heuristic based query creation to simplify book titles and author names. Uses series names and subtitles to strip out non-unique elements, as well as common punctuation and labels.
  - Manual override search option for universal mode
  - Prowlarr now uses book title only for search queries
- Base URL option for reverse proxy setups
- Full environment variable support and documentation

##### Fixes and improvements

- Refactor of the post-download processing pipeline
- Deluge configuration now handled via webUI auth details
- Improved qBittorrent API communication
- Improved URL normalization for configured external apps
- Simplified handling of magnet/hashes when starting a download
- Improved file path searching after successful external download
- Fixed processing of audiobook files over 100+ parts
- Fixed NZB downloads not deleting on completion
- Fix SABnzbd existing download search behavior

</details>

---

### Configuration

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

🚦 **Automerge**: Enabled.

♻ **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:eyJjcmVhdGVkSW5WZXIiOiI0Mi42OS4yIiwidXBkYXRlZEluVmVyIjoiNDIuNjkuMiIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiYXV0b21lcmdlIiwiaW1hZ2UiXX0=-->

Reviewed-on: https://gitea.alexlebens.dev/alexlebens/infrastructure/pulls/3473
Co-authored-by: Renovate Bot <renovate-bot@alexlebens.net>
Co-committed-by: Renovate Bot <renovate-bot@alexlebens.net>
2026-01-24 18:42:30 +00:00
0e09a599c7 chore(deps): update dependency ollama/ollama to v0.15.0 (#3464)
All checks were successful
render-manifests-push / render-manifests-push (push) Has been skipped
lint-test-helm / lint-helm (push) Successful in 37s
renovate / renovate (push) Successful in 1m5s
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| [ollama/ollama](https://github.com/ollama/ollama) | minor | `0.14.3` → `0.15.0` |
| ollama/ollama | minor | `0.14.3` → `0.15.0` |

---

### Release Notes

<details>
<summary>ollama/ollama (ollama/ollama)</summary>

### [`v0.15.0`](https://github.com/ollama/ollama/releases/tag/v0.15.0)

[Compare Source](https://github.com/ollama/ollama/compare/v0.14.3...v0.15.0-rc1)

<img width="4502" height="2222" alt="An image of Ollama building rapidly on the computer. Build with Ollama!" src="https://github.com/user-attachments/assets/0810fb5c-6727-400a-b711-4ffc349d0bb5" />

#### `ollama launch`

A new `ollama launch` command to use Ollama's models with Claude Code, Codex, OpenCode, and Droid without separate configuration.

#### What's Changed

- New `ollama launch` command for Claude Code, Codex, OpenCode, and Droid
- Fixed issue where creating multi-line strings with `"""` would not work when using `ollama run`
- <kbd>Ctrl</kbd>+<kbd>J</kbd> and <kbd>Shift</kbd>+<kbd>Enter</kbd> now work for inserting newlines in `ollama run`
- Reduced memory usage for GLM-4.7-Flash models

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

Reviewed-on: #3464
Co-authored-by: Renovate Bot <renovate-bot@alexlebens.net>
Co-committed-by: Renovate Bot <renovate-bot@alexlebens.net>
2026-01-24 18:30:53 +00:00
034faf2e32 chore(deps): update dependency booklore-app/booklore to v1.18.5 (#3471)
All checks were successful
render-manifests-push / render-manifests-push (push) Has been skipped
lint-test-helm / lint-helm (push) Successful in 9s
renovate / renovate (push) Successful in 2m53s
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| [booklore-app/BookLore](https://github.com/booklore-app/BookLore) | patch | `v1.18.4` → `v1.18.5` |

---

### Release Notes

<details>
<summary>booklore-app/BookLore (booklore-app/BookLore)</summary>

### [`v1.18.5`](https://github.com/booklore-app/booklore/releases/tag/v1.18.5)

[Compare Source](https://github.com/booklore-app/BookLore/compare/v1.18.4...v1.18.5)

#### 🌟 What's New in v1.18.5

#### 🚀 New Features

- feat(book-browser): add responsive grid columns for mobile view ([#&#8203;2446](https://github.com/booklore-app/BookLore/issues/2446)) by [@&#8203;acx10](https://github.com/acx10)

####  Enhancements

- feat(dashboard-settings): update sort field options for Surname, and Personal Rating ([#&#8203;2456](https://github.com/booklore-app/BookLore/issues/2456)) by [@&#8203;balazs-szucs](https://github.com/balazs-szucs)
- feat(themes): add AMOLED theme with distinct light and dark color schemes ([#&#8203;2457](https://github.com/booklore-app/BookLore/issues/2457)) by [@&#8203;balazs-szucs](https://github.com/balazs-szucs)
- feat(book-browser): preserve scroll position when navigating back fro… ([#&#8203;2449](https://github.com/booklore-app/BookLore/issues/2449)) by [@&#8203;acx10](https://github.com/acx10)
- feat(pwa): add offline handling and fallback support ([#&#8203;2444](https://github.com/booklore-app/BookLore/issues/2444)) by [@&#8203;acx10](https://github.com/acx10)

#### 🐛 Bug Fixes

- fix(stats): show tooltip for single bubble and allow overflow in auth… ([#&#8203;2443](https://github.com/booklore-app/BookLore/issues/2443)) by [@&#8203;acx10](https://github.com/acx10)
- fix(opds): fix regression with browsing shelves ([#&#8203;2423](https://github.com/booklore-app/BookLore/issues/2423)) by [@&#8203;piffio](https://github.com/piffio)

#### 🛠️ Refactoring & Maintenance

- fix(ui): use local asset for page background ([#&#8203;2445](https://github.com/booklore-app/BookLore/issues/2445)) by [@&#8203;imnotjames](https://github.com/imnotjames)
- perf: lazy-load accordion content in library metadata settings ([#&#8203;2442](https://github.com/booklore-app/BookLore/issues/2442)) by [@&#8203;acx10](https://github.com/acx10)
- fix(cbx-reader): prevent touch drag on mobile and fix header title ov… ([#&#8203;2441](https://github.com/booklore-app/BookLore/issues/2441)) by [@&#8203;acx10](https://github.com/acx10)
- refactor: reduce re-renders and improve filter sidebar performance ([#&#8203;2440](https://github.com/booklore-app/BookLore/issues/2440)) by [@&#8203;acx10](https://github.com/acx10)
- Add clear warning when deleting books that files will be permanently … ([#&#8203;2438](https://github.com/booklore-app/BookLore/issues/2438)) by [@&#8203;acx10](https://github.com/acx10)

#### 🐳 Docker Images

- **Docker Hub:** `booklore/booklore:v1.18.5`
- **GitHub Container Registry:** `ghcr.io/booklore-app/booklore:v1.18.5`

**Full Changelog**: <https://github.com/booklore-app/booklore/compare/v1.18.4...v1.18.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:eyJjcmVhdGVkSW5WZXIiOiI0Mi42OS4yIiwidXBkYXRlZEluVmVyIjoiNDIuNjkuMiIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOltdfQ==-->

Reviewed-on: https://gitea.alexlebens.dev/alexlebens/infrastructure/pulls/3471
Co-authored-by: Renovate Bot <renovate-bot@alexlebens.net>
Co-committed-by: Renovate Bot <renovate-bot@alexlebens.net>
2026-01-24 18:22:32 +00:00
f3845773f9 chore(deps): update dependency calibrain/shelfmark to v1.0.2 (#3468)
All checks were successful
render-manifests-push / render-manifests-push (push) Has been skipped
lint-test-helm / lint-helm (push) Successful in 13s
renovate / renovate (push) Successful in 3m4s
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| [calibrain/shelfmark](https://github.com/calibrain/shelfmark) | patch | `v1.0.1` → `v1.0.2` |

---

### Release Notes

<details>
<summary>calibrain/shelfmark (calibrain/shelfmark)</summary>

### [`v1.0.2`](https://github.com/calibrain/shelfmark/releases/tag/v1.0.2)

[Compare Source](https://github.com/calibrain/shelfmark/compare/v1.0.1...v1.0.2)

##### New

- Booklore  - Upload books directly to Booklore library via API connection
- rTorrent download client support ([#&#8203;463](https://github.com/calibrain/shelfmark/issues/463) from [@&#8203;veverkap](https://github.com/veverkap))
- Reverse proxy authentication support ([#&#8203;455](https://github.com/calibrain/shelfmark/issues/455) from [@&#8203;jthoward64](https://github.com/jthoward64))
- Remote path mappings - configurable for each download client
- Various search improvements:
  - Multi-language search - automatically uses localised book titles when searching AA and Prowlarr. Currently requires Hardcover.
  - Improved search queries - Heuristic based query creation to simplify book titles and author names. Uses series names and subtitles to strip out non-unique elements, as well as common punctuation and labels.
  - Manual override search option for universal mode
  - Prowlarr now uses book title only for search queries
- Base URL option for reverse proxy setups
- Full environment variable support and documentation

##### Fixes and improvements

- Refactor of the post-download processing pipeline
- Deluge configuration now handled via webUI auth details
- Improved qBittorrent API communication
- Improved URL normalization for configured external apps
- Simplified handling of magnet/hashes when starting a download
- Improved file path searching after successful external download
- Fixed processing of audiobook files over 100+ parts
- Fixed NZB downloads not deleting on completion
- Fix SABnzbd existing download search behavior

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

Reviewed-on: https://gitea.alexlebens.dev/alexlebens/infrastructure/pulls/3468
Co-authored-by: Renovate Bot <renovate-bot@alexlebens.net>
Co-committed-by: Renovate Bot <renovate-bot@alexlebens.net>
2026-01-24 18:07:27 +00:00
6c974ae0e3 chore(deps): update harbor.alexlebens.net/images/site-documentation docker tag to v0.0.9 (#3476)
All checks were successful
render-manifests-push / render-manifests-push (push) Has been skipped
lint-test-helm / lint-helm (push) Successful in 46s
renovate / renovate (push) Successful in 2m23s
2026-01-24 17:54:38 +00:00
828b08b7b8 chore(deps): update halfshot/matrix-hookshot docker tag to v7.3.1 (#3475)
Some checks failed
render-manifests-push / render-manifests-push (push) Has been skipped
lint-test-helm / lint-helm (push) Has been cancelled
renovate / renovate (push) Has been cancelled
2026-01-24 17:54:24 +00:00
a9d34053af chore(deps): update ghcr.io/booklore-app/booklore docker tag to v1.18.5 (#3472)
Some checks failed
render-manifests-push / render-manifests-push (push) Has been skipped
lint-test-helm / lint-helm (push) Successful in 53s
renovate / renovate (push) Has been cancelled
2026-01-24 17:50:52 +00:00
5a226b3241 chore(deps): update dxflrs/garage docker tag to v2.2.0 (#3469)
Some checks failed
render-manifests-push / render-manifests-push (push) Has been skipped
lint-test-helm / lint-helm (push) Successful in 13s
lint-test-docker / lint-docker-compose (push) Successful in 18s
renovate / renovate (push) Has been cancelled
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| dxflrs/garage | minor | `v2.1.0` → `v2.2.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 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:eyJjcmVhdGVkSW5WZXIiOiI0Mi42OS4yIiwidXBkYXRlZEluVmVyIjoiNDIuNjkuMiIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiaW1hZ2UiXX0=-->

Reviewed-on: #3469
Co-authored-by: Renovate Bot <renovate-bot@alexlebens.net>
Co-committed-by: Renovate Bot <renovate-bot@alexlebens.net>
2026-01-24 17:47:25 +00:00
83415dd991 chore(deps): update helm release coredns to v1.45.2 (#3466)
All checks were successful
render-manifests-push / render-manifests-push (push) Has been skipped
lint-test-helm / lint-helm (push) Successful in 15s
renovate / renovate (push) Successful in 2m35s
2026-01-24 08:02:16 +00:00
15f9e14d10 chore(deps): update searxng/searxng:latest docker digest to d6c00e1 (#3463)
All checks were successful
render-manifests-push / render-manifests-push (push) Has been skipped
lint-test-helm / lint-helm (push) Successful in 44s
renovate / renovate (push) Successful in 2m30s
2026-01-24 07:01:28 +00:00
4fcc867512 chore(deps): update dependency morpheus65535/bazarr to v1.5.4 (#3462)
All checks were successful
render-manifests-push / render-manifests-push (push) Has been skipped
lint-test-helm / lint-helm (push) Successful in 1m42s
render-manifests-dispatch / render-manifests-dispatch (push) Successful in 20m40s
renovate / renovate (push) Successful in 1m42s
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| [morpheus65535/bazarr](https://github.com/morpheus65535/bazarr) | patch | `1.5.3` → `1.5.4` |

---

### Release Notes

<details>
<summary>morpheus65535/bazarr (morpheus65535/bazarr)</summary>

### [`v1.5.4`](https://github.com/morpheus65535/bazarr/releases/tag/v1.5.4)

[Compare Source](https://github.com/morpheus65535/bazarr/compare/v1.5.3...v1.5.4)

From newest to oldest:

- Added failsafe for announcements in case Statically has issues and we need to fall back to Github. [0e6fc45](0e6fc456d1)
- Fixed lingarr connection issue with pt-BR [9cf83bf](9cf83bfdd2)
- Improved some jobs names to better reflect their purpose and scope. [80a1ea3](80a1ea3121)
- Fixed whisperai audio stream usage to correctly map with language tag. [#&#8203;3103](https://github.com/morpheus65535/bazarr/issues/3103) [30d0e64](30d0e648ed)
- Fixed issue while saving external .smi subtitles [4b5f64c](4b5f64c117)
- Fixed subdl improperly catching error responses and throttling appropriately [30f5301](30f5301426)
- Implemented unique Plex Instance Identification by using Instance Name as defined in Settings --> General [69f7f05](69f7f050da)
- Fixed Subsource title matching for localized titles [7dcfe6c](7dcfe6c9ae)
- Added optional API authentication for Lingarr [979aa7f](979aa7f021)
- Added an option to prevent Sonarr/Radarr synchronization from happening on live connection establishment. [dab16de](dab16de290)
- Improved the performance of episodes synchronization [db67363](db67363095)
- Improved jobs names in jobs manager to properly reflect the current state of the jobs [5324f3d](5324f3d99b)
- Added an instance name parameter in General settings [70abad4](70abad4f07)
- Fixed an issue with mass edit modal improperly tagging forced and HI for subtitles when sending values to the backend. [feed7f9](feed7f9853)
- Improved how the jobs manager deals with SignalR events received from Sonarr and Radarr to prevent spamming it. [d478444](d47844438c)
- Added better validation to Plex webhook [7745785](7745785be3)
- Fixed a race condition in jobs manager that would allow multiple jobs from being in running state at the same time. [#&#8203;3078](https://github.com/morpheus65535/bazarr/issues/3078) [52d3185](52d3185c19)
- Added a menu with an item to empty pending, failed or completed jobs queue in jobs manager. [e1b8ad8](e1b8ad88c3)
- Fixed a bug with root folders writable check on NFS mount by creating and deleting a temporary file instead of relying on os.access(). [#&#8203;3086](https://github.com/morpheus65535/bazarr/issues/3086) [317afc1](317afc1f0b)
- Added emoji characters removal mods. [#&#8203;2987](https://github.com/morpheus65535/bazarr/issues/2987) [721a49d](721a49d63d)
- Added Japanese parentheses to the HI removal mods. [#&#8203;2987](https://github.com/morpheus65535/bazarr/issues/2987) [3d1420a](3d1420a117)
- Added some other scheduled tasks to jobs manager on execution. [a0d50e7](a0d50e778a)
- Fixed other stuff with jobs manager. [#&#8203;3078](https://github.com/morpheus65535/bazarr/issues/3078) [3cd0116](3cd011663d)
- Fixed other stuff with jobs manager. [#&#8203;3078](https://github.com/morpheus65535/bazarr/issues/3078) [fa27c7e](fa27c7eb0a)
- Added Plex multiselect for libraries [e95721b](e95721b8c8)
- Fixed the improperly handled providers exception when searching for subtitles. [#&#8203;3078](https://github.com/morpheus65535/bazarr/issues/3078) [34c70be](34c70be22a)
- Fixed improperly handled exception when retrieving a video object during subtitle download for unsupported video file extensions. [#&#8203;3078](https://github.com/morpheus65535/bazarr/issues/3078) [b48cf77](b48cf77eda)
- Added Python 3.9 to the upcoming deprecated version starting with Bazarr 1.6. [9051974](9051974d4c)
- Fixed embeddedsubtitles provider issue with some subtitles format. [#&#8203;3085](https://github.com/morpheus65535/bazarr/issues/3085) [6e911cf](6e911cf97d)
- Added a visual indicator to the manual download modal when a subtitles is being downloaded. [#&#8203;3082](https://github.com/morpheus65535/bazarr/issues/3082) [18b5d6e](18b5d6ec07)
- Fixed an issue with gemini translator introduced with the new jobs manager. [f69e2a6](f69e2a6f42)
- Fixed other issues with the new jobs manager. [#&#8203;3078](https://github.com/morpheus65535/bazarr/issues/3078) [35a0b07](35a0b07329)
- Fixed an issue caused by unwanted missing subtitles searching during Sonarr synchronization. [#&#8203;3078](https://github.com/morpheus65535/bazarr/issues/3078) [4185c93](4185c93798)
- Fixed the initial scan after the database schema update to prevent locking the jobs queue with a Sonarr sync task. [#&#8203;3078](https://github.com/morpheus65535/bazarr/issues/3078) [55be215](55be215bc6)
- Fixed upload subtitles that were blocking the jobs manager when automatic subtitles synchronization was enabled. [#&#8203;3077](https://github.com/morpheus65535/bazarr/issues/3077) [61a4889](61a48892d5)
- Fixed subtitles getting improperly converted to srt even if `use original format` is enabled in languages profile. [#&#8203;3075](https://github.com/morpheus65535/bazarr/issues/3075) [eaf64ac](eaf64ac9ae)
- Fixed Karagarga to use correct username and password fields for forum login [6dcdeef](6dcdeefabb)
- Added absolute episode number to the database to help properly match video to subtitles. It must be implemented in each provider's matching method to benefit from that. [b7aa5a1](b7aa5a17d4)
- Fixed the issue with jobs failing since last nightly in some circumstances. [f0ae7d6](f0ae7d6e91)
- Added a backend jobs management system with a notifications drawer in UI to show the status of jobs. [f5d6721](f5d6721409)
- Fixed avistaz\_network provider when trying to download a zipped movie subtitles file. [#&#8203;3065](https://github.com/morpheus65535/bazarr/issues/3065) [70fecb8](70fecb8c53)
- Fixed an issue with the subsource.net provider where a null commentary returned causes a parsing error. [#&#8203;3064](https://github.com/morpheus65535/bazarr/issues/3064) [36b6ea3](36b6ea3e47)
- Fixed titrari.ro provider by adding an automatic search for the "Cautare Avansata" page (Advanced search) [3698d6f](3698d6f07f)
- Added AnimeSub.info provider for Polish anime subtitles [9cc8485](9cc8485a08)
- Improved announcements caching by using a CDN provider instead of calling GitHub directly. [#&#8203;3057](https://github.com/morpheus65535/bazarr/issues/3057) [d98915d](d98915dfe5)
- Fixed TypeError when logging deleted episodes from Sonarr sync [08a3643](08a3643f0b)
- Fixed DeprecationWarning: pkg\_resources is deprecated as an API. [#&#8203;3053](https://github.com/morpheus65535/bazarr/issues/3053) [680ead7](680ead76f8)
- Fixed Hebrew translation failing when using Lingarr. [#&#8203;3052](https://github.com/morpheus65535/bazarr/issues/3052) [1d0e054](1d0e0543c8)
- Added null check for subtitle\_entry while trying to define translation source language. [#&#8203;3046](https://github.com/morpheus65535/bazarr/issues/3046) [2af1f0c](2af1f0cda2)
- Fixed the Persian language issue with the subsource provider. [#&#8203;3050](https://github.com/morpheus65535/bazarr/issues/3050) [debf419](debf419665)
- Improved subsource provider by making each user responsible for getting its own api-key. [8c46e69](8c46e69ba5)
- Fixed autopulse configurator and added some error messages [d92d048](d92d0484f8)
- Improved subtitles translation by retrieving source language from the database [baad5eb](baad5ebebc)
- Added subsource.net provider [cac3ffa](cac3ffac52)
- Added external webhook for Autopulse [960b6c6](960b6c6a9c)
- Fixed Plex "Mark movies as recently added after downloading subtitles" error caused by wrong date format [6ddba8a](6ddba8af60)
- Improved interactive searching modal to show only subtitles matching the languages profile requirements. [7406bdc](7406bdce82)
- Added support for specifying Postgres URL explicitly [fa6675e](fa6675e857)
- Improved opensubtitles.com provider to reduce redirect request on the provider's API server. [b8eb1bb](b8eb1bb82b)
- Fixed SubsRo provider episode number matching [da2f129](da2f12995b)
- Fixed Radarr webhooks issue introduced in 1.5.3. Please review help text in Settings. [5ffc7e0](5ffc7e0fb2)
- Improved season guessing from filename when using upload subtitles feature [a57da17](a57da17cc4)

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

Reviewed-on: #3462
Co-authored-by: Renovate Bot <renovate-bot@alexlebens.net>
Co-committed-by: Renovate Bot <renovate-bot@alexlebens.net>
2026-01-23 23:35:03 +00:00
dd74dafd24 ci: fix repo targets
Some checks failed
lint-test-helm / lint-helm (push) Successful in 19s
renovate / renovate (push) Successful in 1m51s
render-manifests-push / render-manifests-push (push) Has been cancelled
2026-01-23 17:31:18 -06:00
d3425bc8ce chore(config): migrate Renovate config (#3460)
Some checks failed
renovate / renovate (push) Has been cancelled
The Renovate config in this repository needs migrating. Typically this is because one or more configuration options you are using have been renamed.

  You don't need to merge this PR right away, because Renovate will continue to migrate these fields internally each time it runs. But later some of these fields may be fully deprecated and the migrations removed. So it's a good idea to merge this migration PR soon.

🔕 **Ignore**: Close this PR and you won't be reminded about config migration again, but one day your current config may no longer be valid.

 Got questions? Does something look wrong to you? Please don't hesitate to [request help here](https://github.com/renovatebot/renovate/discussions).

---

This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate).

Reviewed-on: #3460
Co-authored-by: Renovate Bot <renovate-bot@alexlebens.net>
Co-committed-by: Renovate Bot <renovate-bot@alexlebens.net>
2026-01-23 23:30:49 +00:00
01d300b68d chore(deps): update harbor.alexlebens.net/images/site-profile docker tag to v2.2.1 (#3459)
All checks were successful
render-manifests-push / render-manifests-push (push) Has been skipped
lint-test-helm / lint-helm (push) Successful in 12s
renovate / renovate (push) Successful in 1m16s
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| [harbor.alexlebens.net/images/site-profile](https://gitea.alexlebens.dev/alexlebens/site-profile) | minor | `2.1.4` → `2.2.1` |

---

> ⚠️ **Warning**
>
> Some dependencies could not be looked up. Check the Dependency Dashboard for more information.

---

### Release Notes

<details>
<summary>alexlebens/site-profile (harbor.alexlebens.net/images/site-profile)</summary>

### [`v2.2.1`](https://gitea.alexlebens.dev/alexlebens/site-profile/compare/2.1.4...2.2.1)

[Compare Source](https://gitea.alexlebens.dev/alexlebens/site-profile/compare/2.1.4...2.2.1)

</details>

---

### Configuration

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

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

♻ **Rebasing**: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

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

---

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

---

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

Reviewed-on: #3459
Co-authored-by: Renovate Bot <renovate-bot@alexlebens.net>
Co-committed-by: Renovate Bot <renovate-bot@alexlebens.net>
2026-01-23 23:28:33 +00:00
e32afc496c chore(deps): update dependency home-assistant/core to v2026 (#3458)
All checks were successful
render-manifests-push / render-manifests-push (push) Has been skipped
lint-test-helm / lint-helm (push) Successful in 21s
renovate / renovate (push) Successful in 1m49s
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| [home-assistant/core](https://github.com/home-assistant/core) | major | `2025.12.5` → `2026.1.3` |

---

> ⚠️ **Warning**
>
> Some dependencies could not be looked up. Check the Dependency Dashboard for more information.

---

### Release Notes

<details>
<summary>home-assistant/core (home-assistant/core)</summary>

### [`v2026.1.3`](https://github.com/home-assistant/core/releases/tag/2026.1.3)

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

- Bump uiprotect to 8.1.1 ([@&#8203;RaHehl] - [#&#8203;160816]) ([unifiprotect docs]) (dependency)
- Update list of supported locations for London Air ([@&#8203;allanlewis] - [#&#8203;160884]) ([london\_air docs][london_air docs])
- Bump onedrive-personal-sdk to 0.1.0 ([@&#8203;zweckj] - [#&#8203;160976]) ([onedrive docs]) (dependency)
- Adjust battery voltage sensor display precision for Matter devices ([@&#8203;lboue] - [#&#8203;161088]) ([matter docs])
- Fix color temperature attributes in wiz ([@&#8203;arturpragacz] - [#&#8203;161125]) ([wiz docs])
- Bump xiaomi-ble to 1.4.3 ([@&#8203;terop] - [#&#8203;161132]) ([xiaomi\_ble docs][xiaomi_ble docs])
- Bump opower to 0.16.4 ([@&#8203;tronikos] - [#&#8203;161153]) ([opower docs]) (dependency)
- Fix detection of multiple smart object types in single event ([@&#8203;RaHehl] - [#&#8203;161189]) ([unifiprotect docs])
- Fix icons for 'moving' state ([@&#8203;stickpin] - [#&#8203;161194]) ([binary\_sensor docs][binary_sensor docs])
- Bump onedrive-personal-sdk to 0.1.1 ([@&#8203;zweckj] - [#&#8203;161337]) ([onedrive docs]) (dependency)
- Bump uiprotect to 10.0.0 ([@&#8203;RaHehl] - [#&#8203;161350]) ([unifiprotect docs]) (dependency)
- Migrate config entries to string unique id ([@&#8203;edenhaus] - [#&#8203;161370]) ([toon docs]) ([monzo docs]) ([microBees docs]) ([arve docs])
- Bump uiprotect to 10.0.1 ([@&#8203;RaHehl] - [#&#8203;161397]) ([unifiprotect docs]) (dependency)
- Bump Insteon panel to 0.6.1 ([@&#8203;teharris1] - [#&#8203;161411]) ([insteon docs]) (dependency)
- Bump music-assistant-client to 1.3.3 ([@&#8203;arturpragacz] - [#&#8203;161438]) ([music\_assistant docs][music_assistant docs]) (dependency)
- Revert deprecation of `server_host` for container installations ([@&#8203;emontnemery] - [#&#8203;161443]) ([http docs])
- Bump opower to 0.16.5 ([@&#8203;tronikos] - [#&#8203;161450]) ([opower docs]) (dependency)

[#&#8203;159957]: https://github.com/home-assistant/core/pull/159957

[#&#8203;160771]: https://github.com/home-assistant/core/pull/160771

[#&#8203;160816]: https://github.com/home-assistant/core/pull/160816

[#&#8203;160884]: https://github.com/home-assistant/core/pull/160884

[#&#8203;160976]: https://github.com/home-assistant/core/pull/160976

[#&#8203;161085]: https://github.com/home-assistant/core/pull/161085

[#&#8203;161088]: https://github.com/home-assistant/core/pull/161088

[#&#8203;161125]: https://github.com/home-assistant/core/pull/161125

[#&#8203;161132]: https://github.com/home-assistant/core/pull/161132

[#&#8203;161153]: https://github.com/home-assistant/core/pull/161153

[#&#8203;161189]: https://github.com/home-assistant/core/pull/161189

[#&#8203;161194]: https://github.com/home-assistant/core/pull/161194

[#&#8203;161337]: https://github.com/home-assistant/core/pull/161337

[#&#8203;161350]: https://github.com/home-assistant/core/pull/161350

[#&#8203;161370]: https://github.com/home-assistant/core/pull/161370

[#&#8203;161397]: https://github.com/home-assistant/core/pull/161397

[#&#8203;161411]: https://github.com/home-assistant/core/pull/161411

[#&#8203;161438]: https://github.com/home-assistant/core/pull/161438

[#&#8203;161443]: https://github.com/home-assistant/core/pull/161443

[#&#8203;161450]: https://github.com/home-assistant/core/pull/161450

[@&#8203;RaHehl]: https://github.com/RaHehl

[@&#8203;allanlewis]: https://github.com/allanlewis

[@&#8203;arturpragacz]: https://github.com/arturpragacz

[@&#8203;bramkragten]: https://github.com/bramkragten

[@&#8203;edenhaus]: https://github.com/edenhaus

[@&#8203;emontnemery]: https://github.com/emontnemery

[@&#8203;frenck]: https://github.com/frenck

[@&#8203;lboue]: https://github.com/lboue

[@&#8203;stickpin]: https://github.com/stickpin

[@&#8203;teharris1]: https://github.com/teharris1

[@&#8203;terop]: https://github.com/terop

[@&#8203;tronikos]: https://github.com/tronikos

[@&#8203;zweckj]: https://github.com/zweckj

[accuweather docs]: https://www.home-assistant.io/integrations/accuweather/

[actron_air docs]: https://www.home-assistant.io/integrations/actron_air/

[adax docs]: https://www.home-assistant.io/integrations/adax/

[arve docs]: https://www.home-assistant.io/integrations/arve/

[binary_sensor docs]: https://www.home-assistant.io/integrations/binary_sensor/

[http docs]: https://www.home-assistant.io/integrations/http/

[insteon docs]: https://www.home-assistant.io/integrations/insteon/

[london_air docs]: https://www.home-assistant.io/integrations/london_air/

[matter docs]: https://www.home-assistant.io/integrations/matter/

[microBees docs]: https://www.home-assistant.io/integrations/microBees/

[monzo docs]: https://www.home-assistant.io/integrations/monzo/

[music_assistant docs]: https://www.home-assistant.io/integrations/music_assistant/

[onedrive docs]: https://www.home-assistant.io/integrations/onedrive/

[opower docs]: https://www.home-assistant.io/integrations/opower/

[toon docs]: https://www.home-assistant.io/integrations/toon/

[unifiprotect docs]: https://www.home-assistant.io/integrations/unifiprotect/

[wiz docs]: https://www.home-assistant.io/integrations/wiz/

[xiaomi_ble docs]: https://www.home-assistant.io/integrations/xiaomi_ble/

### [`v2026.1.2`](https://github.com/home-assistant/core/releases/tag/2026.1.2)

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

- Fix Airzone Q-Adapt select entities ([@&#8203;Noltari] - [#&#8203;160695]) ([airzone docs])
- Revert back to microVAD ([@&#8203;synesthesiam] - [#&#8203;160821]) ([assist\_pipeline docs][assist_pipeline docs])
- Bump opower to 0.16.2 ([@&#8203;tronikos] - [#&#8203;160822]) ([opower docs]) (dependency)
- accept leading zeros in sms\_code for fressnapf\_tracker ([@&#8203;eifinger] - [#&#8203;160834]) ([fressnapf\_tracker docs][fressnapf_tracker docs])
- Add support for packaging version >= 26 on the version bump script ([@&#8203;edenhaus] - [#&#8203;160858])
- Update PyNaCl to 1.6.2 ([@&#8203;cdce8p] - [#&#8203;160909]) ([owntracks docs]) ([mobile\_app docs][mobile_app docs]) (dependency)
- Bump pyenphase from 2.4.2 to 2.4.3 ([@&#8203;catsmanac] - [#&#8203;160912]) ([enphase\_envoy docs][enphase_envoy docs]) (dependency)
- Decrease Essent update interval to 1 hour ([@&#8203;jaapp] - [#&#8203;160959]) ([essent docs])
- Bump opower to 0.16.3 ([@&#8203;tronikos] - [#&#8203;160961]) ([opower docs]) (dependency)
- Bump PySrDaliGateway from 0.18.0 to 0.19.3 ([@&#8203;niracler] - [#&#8203;160972]) ([sunricher\_dali docs][sunricher_dali docs]) (dependency)
- Add descriptions to openai\_conversation ([@&#8203;zweckj] - [#&#8203;160979]) ([openai\_conversation docs][openai_conversation docs])
- Clean up unnecessary Z-Wave "device config changed" repairs ([@&#8203;AlCalzone] - [#&#8203;161000]) ([zwave\_js docs][zwave_js docs])
- Update knx-frontend to 2026.1.15.112308 ([@&#8203;farmio] - [#&#8203;161004]) ([knx docs]) (dependency)
- Require admin for blueprint ws commands ([@&#8203;edenhaus] - [#&#8203;161008]) ([blueprint docs])
- Bump aiomealie to 1.2.0 ([@&#8203;andrew-codechimp] - [#&#8203;161058]) ([mealie docs]) (dependency)
- Update frontend to [`2026010`](https://github.com/home-assistant/core/commit/20260107).2 ([@&#8203;bramkragten] - [#&#8203;161061]) ([frontend docs]) (dependency)
- Update aioairzone to v1.0.5 ([@&#8203;Noltari] - [#&#8203;160688]) ([airzone docs]) (dependency)

[#&#8203;159957]: https://github.com/home-assistant/core/pull/159957

[#&#8203;160688]: https://github.com/home-assistant/core/pull/160688

[#&#8203;160695]: https://github.com/home-assistant/core/pull/160695

[#&#8203;160771]: https://github.com/home-assistant/core/pull/160771

[#&#8203;160821]: https://github.com/home-assistant/core/pull/160821

[#&#8203;160822]: https://github.com/home-assistant/core/pull/160822

[#&#8203;160834]: https://github.com/home-assistant/core/pull/160834

[#&#8203;160858]: https://github.com/home-assistant/core/pull/160858

[#&#8203;160909]: https://github.com/home-assistant/core/pull/160909

[#&#8203;160912]: https://github.com/home-assistant/core/pull/160912

[#&#8203;160959]: https://github.com/home-assistant/core/pull/160959

[#&#8203;160961]: https://github.com/home-assistant/core/pull/160961

[#&#8203;160972]: https://github.com/home-assistant/core/pull/160972

[#&#8203;160979]: https://github.com/home-assistant/core/pull/160979

[#&#8203;161000]: https://github.com/home-assistant/core/pull/161000

[#&#8203;161004]: https://github.com/home-assistant/core/pull/161004

[#&#8203;161008]: https://github.com/home-assistant/core/pull/161008

[#&#8203;161058]: https://github.com/home-assistant/core/pull/161058

[#&#8203;161061]: https://github.com/home-assistant/core/pull/161061

[@&#8203;AlCalzone]: https://github.com/AlCalzone

[@&#8203;Noltari]: https://github.com/Noltari

[@&#8203;andrew-codechimp]: https://github.com/andrew-codechimp

[@&#8203;bramkragten]: https://github.com/bramkragten

[@&#8203;catsmanac]: https://github.com/catsmanac

[@&#8203;cdce8p]: https://github.com/cdce8p

[@&#8203;edenhaus]: https://github.com/edenhaus

[@&#8203;eifinger]: https://github.com/eifinger

[@&#8203;farmio]: https://github.com/farmio

[@&#8203;frenck]: https://github.com/frenck

[@&#8203;jaapp]: https://github.com/jaapp

[@&#8203;niracler]: https://github.com/niracler

[@&#8203;synesthesiam]: https://github.com/synesthesiam

[@&#8203;tronikos]: https://github.com/tronikos

[@&#8203;zweckj]: https://github.com/zweckj

[accuweather docs]: https://www.home-assistant.io/integrations/accuweather/

[actron_air docs]: https://www.home-assistant.io/integrations/actron_air/

[adax docs]: https://www.home-assistant.io/integrations/adax/

[airzone docs]: https://www.home-assistant.io/integrations/airzone/

[assist_pipeline docs]: https://www.home-assistant.io/integrations/assist_pipeline/

[blueprint docs]: https://www.home-assistant.io/integrations/blueprint/

[enphase_envoy docs]: https://www.home-assistant.io/integrations/enphase_envoy/

[essent docs]: https://www.home-assistant.io/integrations/essent/

[fressnapf_tracker docs]: https://www.home-assistant.io/integrations/fressnapf_tracker/

[frontend docs]: https://www.home-assistant.io/integrations/frontend/

[knx docs]: https://www.home-assistant.io/integrations/knx/

[mealie docs]: https://www.home-assistant.io/integrations/mealie/

[mobile_app docs]: https://www.home-assistant.io/integrations/mobile_app/

[openai_conversation docs]: https://www.home-assistant.io/integrations/openai_conversation/

[opower docs]: https://www.home-assistant.io/integrations/opower/

[owntracks docs]: https://www.home-assistant.io/integrations/owntracks/

[sunricher_dali docs]: https://www.home-assistant.io/integrations/sunricher_dali/

[zwave_js docs]: https://www.home-assistant.io/integrations/zwave_js/

### [`v2026.1.1`](https://github.com/home-assistant/core/releases/tag/2026.1.1)

[Compare Source](https://github.com/home-assistant/core/compare/2026.1.0b1...2026.1.1)

- Fix Hikvision NVR binary sensors not being detected ([@&#8203;ptarjan] - [#&#8203;160254]) ([hikvision docs])
- Bump eheimdigital to 1.5.0 ([@&#8203;autinerd] - [#&#8203;160312]) ([eheimdigital docs])
- Bump ZHA to 0.0.84 ([@&#8203;TheJulianJES] - [#&#8203;160440]) ([zha docs])
- Bump pyOverkiz to 1.19.4 ([@&#8203;iMicknl] - [#&#8203;160457]) ([overkiz docs])
- Fix JSON serialization of time objects in anthropic tool results ([@&#8203;dcermak] - [#&#8203;160459]) ([anthropic docs])
- Add asyncio-level timeout to Backblaze B2 uploads ([@&#8203;ElCruncharino] - [#&#8203;160468]) ([backblaze\_b2 docs][backblaze_b2 docs])
- Fix Requirement parsing in RequirementsManager ([@&#8203;epenet] - [#&#8203;160485])
- Add Nettleie optimization option ([@&#8203;osohotwateriot] - [#&#8203;160494]) ([osoenergy docs])
- Bump python-otbr-api to 2.7.1 ([@&#8203;emontnemery] - [#&#8203;160496]) ([thread docs]) ([otbr docs])
- fix rain sensor for some rare velux windows ([@&#8203;wollew] - [#&#8203;160504]) ([velux docs])
- Fix trigger selectors ([@&#8203;bramkragten] - [#&#8203;160519]) ([climate docs]) ([light docs]) ([humidifier docs])
- Bump Intergas Incomfort-client to v0.6.11 ([@&#8203;jbouwh] - [#&#8203;160520]) ([incomfort docs])
- Revert "Update voluptuous and voluptuous-openapi" ([@&#8203;synesthesiam] - [#&#8203;160530])
- Bump serialx to v0.6.2 ([@&#8203;puddly] - [#&#8203;160545]) ([zha docs]) ([homeassistant\_hardware docs][homeassistant_hardware docs])
- Catch any migration failures in Teslemetry ([@&#8203;Bre77] - [#&#8203;160549]) ([teslemetry docs])
- Fix AttributeError for missing/incomplete health data in Tractive ([@&#8203;bieniu] - [#&#8203;160553]) ([tractive docs])
- Bump pysilero-vad to 3.1.0 ([@&#8203;synesthesiam] - [#&#8203;160554]) ([assist\_pipeline docs][assist_pipeline docs])
- Fix for older Fritzbox models which do not support smarthome triggers ([@&#8203;mib1185] - [#&#8203;160555]) ([fritzbox docs])
- Bump google-air-quality-api to 2.1.2 ([@&#8203;Thomas55555] - [#&#8203;160561]) ([google\_air\_quality docs][google_air_quality docs])
- Fix Climate signal in Teslemetry ([@&#8203;Bre77] - [#&#8203;160571]) ([teslemetry docs])
- Bump pysma to 1.1.0 ([@&#8203;kellerza] - [#&#8203;160583]) ([sma docs])
- Bump opower to 0.16.1 ([@&#8203;tronikos] - [#&#8203;160588]) ([opower docs])
- Fix config flow bug in Tesla Fleet ([@&#8203;Bre77] - [#&#8203;160591]) ([tesla\_fleet docs][tesla_fleet docs])
- Add missing segment speed icons for WLED ([@&#8203;Tommatheussen] - [#&#8203;160597]) ([wled docs])
- Better handling of ratelimiting from Tibber ([@&#8203;Danielhiversen] - [#&#8203;160599]) ([tibber docs])
- Change device class to energy\_storage for some enphase\_envoy battery entities ([@&#8203;catsmanac] - [#&#8203;160603]) ([enphase\_envoy docs][enphase_envoy docs])
- Fix Z-Wave creating notification binary sensor for idle state ([@&#8203;MartinHjelmare] - [#&#8203;160604]) ([zwave\_js docs][zwave_js docs])
- Bump pynintendoparental to 2.3.2 ([@&#8203;pantherale0] - [#&#8203;160626]) ([nintendo\_parental\_controls docs][nintendo_parental_controls docs])
- Update frontend to [`2026010`](https://github.com/home-assistant/core/commit/20260107).1 ([@&#8203;bramkragten] - [#&#8203;160644]) ([frontend docs])
- Bump pyhik to 0.4.0 ([@&#8203;ptarjan] - [#&#8203;160654]) ([hikvision docs])
- Bump greeclimate to 2.1.1 ([@&#8203;cmroche] - [#&#8203;160683]) ([gree docs])
- Bump pysilero-vad to 3.2.0 ([@&#8203;synesthesiam] - [#&#8203;160691]) ([assist\_pipeline docs][assist_pipeline docs])
- Revert bthome-ble back to 3.16.0 to fix missing data ([@&#8203;Ernst79] - [#&#8203;160694]) ([bthome docs])
- Fix missing key for brew by weight in lamarzocco ([@&#8203;zweckj] - [#&#8203;160722]) ([lamarzocco docs])
- Bump pytado 0.18.16 ([@&#8203;erwindouna] - [#&#8203;160724]) ([tado docs])
- Bump python-homewizard-energy to 10.0.1 ([@&#8203;DCSBL] - [#&#8203;160736]) ([homewizard docs])
- Fix fitbit icon ([@&#8203;joostlek] - [#&#8203;160750]) ([fitbit docs])

[#&#8203;159957]: https://github.com/home-assistant/core/pull/159957

[#&#8203;160254]: https://github.com/home-assistant/core/pull/160254

[#&#8203;160312]: https://github.com/home-assistant/core/pull/160312

[#&#8203;160440]: https://github.com/home-assistant/core/pull/160440

[#&#8203;160457]: https://github.com/home-assistant/core/pull/160457

[#&#8203;160459]: https://github.com/home-assistant/core/pull/160459

[#&#8203;160468]: https://github.com/home-assistant/core/pull/160468

[#&#8203;160485]: https://github.com/home-assistant/core/pull/160485

[#&#8203;160494]: https://github.com/home-assistant/core/pull/160494

[#&#8203;160496]: https://github.com/home-assistant/core/pull/160496

[#&#8203;160504]: https://github.com/home-assistant/core/pull/160504

[#&#8203;160519]: https://github.com/home-assistant/core/pull/160519

[#&#8203;160520]: https://github.com/home-assistant/core/pull/160520

[#&#8203;160530]: https://github.com/home-assistant/core/pull/160530

[#&#8203;160545]: https://github.com/home-assistant/core/pull/160545

[#&#8203;160549]: https://github.com/home-assistant/core/pull/160549

[#&#8203;160553]: https://github.com/home-assistant/core/pull/160553

[#&#8203;160554]: https://github.com/home-assistant/core/pull/160554

[#&#8203;160555]: https://github.com/home-assistant/core/pull/160555

[#&#8203;160561]: https://github.com/home-assistant/core/pull/160561

[#&#8203;160571]: https://github.com/home-assistant/core/pull/160571

[#&#8203;160583]: https://github.com/home-assistant/core/pull/160583

[#&#8203;160588]: https://github.com/home-assistant/core/pull/160588

[#&#8203;160591]: https://github.com/home-assistant/core/pull/160591

[#&#8203;160597]: https://github.com/home-assistant/core/pull/160597

[#&#8203;160599]: https://github.com/home-assistant/core/pull/160599

[#&#8203;160603]: https://github.com/home-assistant/core/pull/160603

[#&#8203;160604]: https://github.com/home-assistant/core/pull/160604

[#&#8203;160626]: https://github.com/home-assistant/core/pull/160626

[#&#8203;160644]: https://github.com/home-assistant/core/pull/160644

[#&#8203;160654]: https://github.com/home-assistant/core/pull/160654

[#&#8203;160683]: https://github.com/home-assistant/core/pull/160683

[#&#8203;160691]: https://github.com/home-assistant/core/pull/160691

[#&#8203;160694]: https://github.com/home-assistant/core/pull/160694

[#&#8203;160722]: https://github.com/home-assistant/core/pull/160722

[#&#8203;160724]: https://github.com/home-assistant/core/pull/160724

[#&#8203;160736]: https://github.com/home-assistant/core/pull/160736

[#&#8203;160750]: https://github.com/home-assistant/core/pull/160750

[@&#8203;Bre77]: https://github.com/Bre77

[@&#8203;DCSBL]: https://github.com/DCSBL

[@&#8203;Danielhiversen]: https://github.com/Danielhiversen

[@&#8203;ElCruncharino]: https://github.com/ElCruncharino

[@&#8203;Ernst79]: https://github.com/Ernst79

[@&#8203;MartinHjelmare]: https://github.com/MartinHjelmare

[@&#8203;TheJulianJES]: https://github.com/TheJulianJES

[@&#8203;Thomas55555]: https://github.com/Thomas55555

[@&#8203;Tommatheussen]: https://github.com/Tommatheussen

[@&#8203;autinerd]: https://github.com/autinerd

[@&#8203;bieniu]: https://github.com/bieniu

[@&#8203;bramkragten]: https://github.com/bramkragten

[@&#8203;catsmanac]: https://github.com/catsmanac

[@&#8203;cmroche]: https://github.com/cmroche

[@&#8203;dcermak]: https://github.com/dcermak

[@&#8203;emontnemery]: https://github.com/emontnemery

[@&#8203;epenet]: https://github.com/epenet

[@&#8203;erwindouna]: https://github.com/erwindouna

[@&#8203;frenck]: https://github.com/frenck

[@&#8203;iMicknl]: https://github.com/iMicknl

[@&#8203;jbouwh]: https://github.com/jbouwh

[@&#8203;joostlek]: https://github.com/joostlek

[@&#8203;kellerza]: https://github.com/kellerza

[@&#8203;mib1185]: https://github.com/mib1185

[@&#8203;osohotwateriot]: https://github.com/osohotwateriot

[@&#8203;pantherale0]: https://github.com/pantherale0

[@&#8203;ptarjan]: https://github.com/ptarjan

[@&#8203;puddly]: https://github.com/puddly

[@&#8203;synesthesiam]: https://github.com/synesthesiam

[@&#8203;tronikos]: https://github.com/tronikos

[@&#8203;wollew]: https://github.com/wollew

[@&#8203;zweckj]: https://github.com/zweckj

[accuweather docs]: https://www.home-assistant.io/integrations/accuweather/

[actron_air docs]: https://www.home-assistant.io/integrations/actron_air/

[adax docs]: https://www.home-assistant.io/integrations/adax/

[anthropic docs]: https://www.home-assistant.io/integrations/anthropic/

[assist_pipeline docs]: https://www.home-assistant.io/integrations/assist_pipeline/

[backblaze_b2 docs]: https://www.home-assistant.io/integrations/backblaze_b2/

[bthome docs]: https://www.home-assistant.io/integrations/bthome/

[climate docs]: https://www.home-assistant.io/integrations/climate/

[eheimdigital docs]: https://www.home-assistant.io/integrations/eheimdigital/

[enphase_envoy docs]: https://www.home-assistant.io/integrations/enphase_envoy/

[fitbit docs]: https://www.home-assistant.io/integrations/fitbit/

[fritzbox docs]: https://www.home-assistant.io/integrations/fritzbox/

[frontend docs]: https://www.home-assistant.io/integrations/frontend/

[google_air_quality docs]: https://www.home-assistant.io/integrations/google_air_quality/

[gree docs]: https://www.home-assistant.io/integrations/gree/

[hikvision docs]: https://www.home-assistant.io/integrations/hikvision/

[homeassistant_hardware docs]: https://www.home-assistant.io/integrations/homeassistant_hardware/

[homewizard docs]: https://www.home-assistant.io/integrations/homewizard/

[humidifier docs]: https://www.home-assistant.io/integrations/humidifier/

[incomfort docs]: https://www.home-assistant.io/integrations/incomfort/

[lamarzocco docs]: https://www.home-assistant.io/integrations/lamarzocco/

[light docs]: https://www.home-assistant.io/integrations/light/

[nintendo_parental_controls docs]: https://www.home-assistant.io/integrations/nintendo_parental_controls/

[opower docs]: https://www.home-assistant.io/integrations/opower/

[osoenergy docs]: https://www.home-assistant.io/integrations/osoenergy/

[otbr docs]: https://www.home-assistant.io/integrations/otbr/

[overkiz docs]: https://www.home-assistant.io/integrations/overkiz/

[sma docs]: https://www.home-assistant.io/integrations/sma/

[tado docs]: https://www.home-assistant.io/integrations/tado/

[tesla_fleet docs]: https://www.home-assistant.io/integrations/tesla_fleet/

[teslemetry docs]: https://www.home-assistant.io/integrations/teslemetry/

[thread docs]: https://www.home-assistant.io/integrations/thread/

[tibber docs]: https://www.home-assistant.io/integrations/tibber/

[tractive docs]: https://www.home-assistant.io/integrations/tractive/

[velux docs]: https://www.home-assistant.io/integrations/velux/

[wled docs]: https://www.home-assistant.io/integrations/wled/

[zha docs]: https://www.home-assistant.io/integrations/zha/

[zwave_js docs]: https://www.home-assistant.io/integrations/zwave_js/

### [`v2026.1.0`](https://github.com/home-assistant/core/releases/tag/2026.1.0)

[Compare Source](https://github.com/home-assistant/core/compare/2025.12.5...2026.1.0b1)

<https://www.home-assistant.io/blog/2026/01/07/release-20261/>

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

Reviewed-on: #3458
Co-authored-by: Renovate Bot <renovate-bot@alexlebens.net>
Co-committed-by: Renovate Bot <renovate-bot@alexlebens.net>
2026-01-23 23:20:31 +00:00
f46ac98970 chore(deps): update appVersions
All checks were successful
lint-test-helm / lint-helm (push) Successful in 16s
renovate / renovate (push) Successful in 11m40s
render-manifests-push / render-manifests-push (push) Successful in 12m20s
2026-01-23 17:05:18 -06:00
06a489a682 chore(deps): update rmcrackan/libation docker tag to v13.1.4 (#3456)
Some checks failed
lint-test-helm / lint-helm (push) Successful in 15s
render-manifests-push / render-manifests-push (push) Has been skipped
renovate / renovate (push) Has been cancelled
2026-01-23 23:03:44 +00:00
ba1b9b8506 chore(deps): update dependency home-assistant/core to v2026 (#3446)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| [home-assistant/core](https://github.com/home-assistant/core) | major | `2025.12.2` → `2026.1.3` |

---

> ⚠️ **Warning**
>
> Some dependencies could not be looked up. Check the Dependency Dashboard for more information.

---

### Release Notes

<details>
<summary>home-assistant/core (home-assistant/core)</summary>

### [`v2026.1.3`](https://github.com/home-assistant/core/releases/tag/2026.1.3)

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

- Bump uiprotect to 8.1.1 ([@&#8203;RaHehl] - [#&#8203;160816]) ([unifiprotect docs]) (dependency)
- Update list of supported locations for London Air ([@&#8203;allanlewis] - [#&#8203;160884]) ([london\_air docs][london_air docs])
- Bump onedrive-personal-sdk to 0.1.0 ([@&#8203;zweckj] - [#&#8203;160976]) ([onedrive docs]) (dependency)
- Adjust battery voltage sensor display precision for Matter devices ([@&#8203;lboue] - [#&#8203;161088]) ([matter docs])
- Fix color temperature attributes in wiz ([@&#8203;arturpragacz] - [#&#8203;161125]) ([wiz docs])
- Bump xiaomi-ble to 1.4.3 ([@&#8203;terop] - [#&#8203;161132]) ([xiaomi\_ble docs][xiaomi_ble docs])
- Bump opower to 0.16.4 ([@&#8203;tronikos] - [#&#8203;161153]) ([opower docs]) (dependency)
- Fix detection of multiple smart object types in single event ([@&#8203;RaHehl] - [#&#8203;161189]) ([unifiprotect docs])
- Fix icons for 'moving' state ([@&#8203;stickpin] - [#&#8203;161194]) ([binary\_sensor docs][binary_sensor docs])
- Bump onedrive-personal-sdk to 0.1.1 ([@&#8203;zweckj] - [#&#8203;161337]) ([onedrive docs]) (dependency)
- Bump uiprotect to 10.0.0 ([@&#8203;RaHehl] - [#&#8203;161350]) ([unifiprotect docs]) (dependency)
- Migrate config entries to string unique id ([@&#8203;edenhaus] - [#&#8203;161370]) ([toon docs]) ([monzo docs]) ([microBees docs]) ([arve docs])
- Bump uiprotect to 10.0.1 ([@&#8203;RaHehl] - [#&#8203;161397]) ([unifiprotect docs]) (dependency)
- Bump Insteon panel to 0.6.1 ([@&#8203;teharris1] - [#&#8203;161411]) ([insteon docs]) (dependency)
- Bump music-assistant-client to 1.3.3 ([@&#8203;arturpragacz] - [#&#8203;161438]) ([music\_assistant docs][music_assistant docs]) (dependency)
- Revert deprecation of `server_host` for container installations ([@&#8203;emontnemery] - [#&#8203;161443]) ([http docs])
- Bump opower to 0.16.5 ([@&#8203;tronikos] - [#&#8203;161450]) ([opower docs]) (dependency)

[#&#8203;159957]: https://github.com/home-assistant/core/pull/159957

[#&#8203;160771]: https://github.com/home-assistant/core/pull/160771

[#&#8203;160816]: https://github.com/home-assistant/core/pull/160816

[#&#8203;160884]: https://github.com/home-assistant/core/pull/160884

[#&#8203;160976]: https://github.com/home-assistant/core/pull/160976

[#&#8203;161085]: https://github.com/home-assistant/core/pull/161085

[#&#8203;161088]: https://github.com/home-assistant/core/pull/161088

[#&#8203;161125]: https://github.com/home-assistant/core/pull/161125

[#&#8203;161132]: https://github.com/home-assistant/core/pull/161132

[#&#8203;161153]: https://github.com/home-assistant/core/pull/161153

[#&#8203;161189]: https://github.com/home-assistant/core/pull/161189

[#&#8203;161194]: https://github.com/home-assistant/core/pull/161194

[#&#8203;161337]: https://github.com/home-assistant/core/pull/161337

[#&#8203;161350]: https://github.com/home-assistant/core/pull/161350

[#&#8203;161370]: https://github.com/home-assistant/core/pull/161370

[#&#8203;161397]: https://github.com/home-assistant/core/pull/161397

[#&#8203;161411]: https://github.com/home-assistant/core/pull/161411

[#&#8203;161438]: https://github.com/home-assistant/core/pull/161438

[#&#8203;161443]: https://github.com/home-assistant/core/pull/161443

[#&#8203;161450]: https://github.com/home-assistant/core/pull/161450

[@&#8203;RaHehl]: https://github.com/RaHehl

[@&#8203;allanlewis]: https://github.com/allanlewis

[@&#8203;arturpragacz]: https://github.com/arturpragacz

[@&#8203;bramkragten]: https://github.com/bramkragten

[@&#8203;edenhaus]: https://github.com/edenhaus

[@&#8203;emontnemery]: https://github.com/emontnemery

[@&#8203;frenck]: https://github.com/frenck

[@&#8203;lboue]: https://github.com/lboue

[@&#8203;stickpin]: https://github.com/stickpin

[@&#8203;teharris1]: https://github.com/teharris1

[@&#8203;terop]: https://github.com/terop

[@&#8203;tronikos]: https://github.com/tronikos

[@&#8203;zweckj]: https://github.com/zweckj

[accuweather docs]: https://www.home-assistant.io/integrations/accuweather/

[actron_air docs]: https://www.home-assistant.io/integrations/actron_air/

[adax docs]: https://www.home-assistant.io/integrations/adax/

[arve docs]: https://www.home-assistant.io/integrations/arve/

[binary_sensor docs]: https://www.home-assistant.io/integrations/binary_sensor/

[http docs]: https://www.home-assistant.io/integrations/http/

[insteon docs]: https://www.home-assistant.io/integrations/insteon/

[london_air docs]: https://www.home-assistant.io/integrations/london_air/

[matter docs]: https://www.home-assistant.io/integrations/matter/

[microBees docs]: https://www.home-assistant.io/integrations/microBees/

[monzo docs]: https://www.home-assistant.io/integrations/monzo/

[music_assistant docs]: https://www.home-assistant.io/integrations/music_assistant/

[onedrive docs]: https://www.home-assistant.io/integrations/onedrive/

[opower docs]: https://www.home-assistant.io/integrations/opower/

[toon docs]: https://www.home-assistant.io/integrations/toon/

[unifiprotect docs]: https://www.home-assistant.io/integrations/unifiprotect/

[wiz docs]: https://www.home-assistant.io/integrations/wiz/

[xiaomi_ble docs]: https://www.home-assistant.io/integrations/xiaomi_ble/

### [`v2026.1.2`](https://github.com/home-assistant/core/releases/tag/2026.1.2)

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

- Fix Airzone Q-Adapt select entities ([@&#8203;Noltari] - [#&#8203;160695]) ([airzone docs])
- Revert back to microVAD ([@&#8203;synesthesiam] - [#&#8203;160821]) ([assist\_pipeline docs][assist_pipeline docs])
- Bump opower to 0.16.2 ([@&#8203;tronikos] - [#&#8203;160822]) ([opower docs]) (dependency)
- accept leading zeros in sms\_code for fressnapf\_tracker ([@&#8203;eifinger] - [#&#8203;160834]) ([fressnapf\_tracker docs][fressnapf_tracker docs])
- Add support for packaging version >= 26 on the version bump script ([@&#8203;edenhaus] - [#&#8203;160858])
- Update PyNaCl to 1.6.2 ([@&#8203;cdce8p] - [#&#8203;160909]) ([owntracks docs]) ([mobile\_app docs][mobile_app docs]) (dependency)
- Bump pyenphase from 2.4.2 to 2.4.3 ([@&#8203;catsmanac] - [#&#8203;160912]) ([enphase\_envoy docs][enphase_envoy docs]) (dependency)
- Decrease Essent update interval to 1 hour ([@&#8203;jaapp] - [#&#8203;160959]) ([essent docs])
- Bump opower to 0.16.3 ([@&#8203;tronikos] - [#&#8203;160961]) ([opower docs]) (dependency)
- Bump PySrDaliGateway from 0.18.0 to 0.19.3 ([@&#8203;niracler] - [#&#8203;160972]) ([sunricher\_dali docs][sunricher_dali docs]) (dependency)
- Add descriptions to openai\_conversation ([@&#8203;zweckj] - [#&#8203;160979]) ([openai\_conversation docs][openai_conversation docs])
- Clean up unnecessary Z-Wave "device config changed" repairs ([@&#8203;AlCalzone] - [#&#8203;161000]) ([zwave\_js docs][zwave_js docs])
- Update knx-frontend to 2026.1.15.112308 ([@&#8203;farmio] - [#&#8203;161004]) ([knx docs]) (dependency)
- Require admin for blueprint ws commands ([@&#8203;edenhaus] - [#&#8203;161008]) ([blueprint docs])
- Bump aiomealie to 1.2.0 ([@&#8203;andrew-codechimp] - [#&#8203;161058]) ([mealie docs]) (dependency)
- Update frontend to [`2026010`](https://github.com/home-assistant/core/commit/20260107).2 ([@&#8203;bramkragten] - [#&#8203;161061]) ([frontend docs]) (dependency)
- Update aioairzone to v1.0.5 ([@&#8203;Noltari] - [#&#8203;160688]) ([airzone docs]) (dependency)

[#&#8203;159957]: https://github.com/home-assistant/core/pull/159957

[#&#8203;160688]: https://github.com/home-assistant/core/pull/160688

[#&#8203;160695]: https://github.com/home-assistant/core/pull/160695

[#&#8203;160771]: https://github.com/home-assistant/core/pull/160771

[#&#8203;160821]: https://github.com/home-assistant/core/pull/160821

[#&#8203;160822]: https://github.com/home-assistant/core/pull/160822

[#&#8203;160834]: https://github.com/home-assistant/core/pull/160834

[#&#8203;160858]: https://github.com/home-assistant/core/pull/160858

[#&#8203;160909]: https://github.com/home-assistant/core/pull/160909

[#&#8203;160912]: https://github.com/home-assistant/core/pull/160912

[#&#8203;160959]: https://github.com/home-assistant/core/pull/160959

[#&#8203;160961]: https://github.com/home-assistant/core/pull/160961

[#&#8203;160972]: https://github.com/home-assistant/core/pull/160972

[#&#8203;160979]: https://github.com/home-assistant/core/pull/160979

[#&#8203;161000]: https://github.com/home-assistant/core/pull/161000

[#&#8203;161004]: https://github.com/home-assistant/core/pull/161004

[#&#8203;161008]: https://github.com/home-assistant/core/pull/161008

[#&#8203;161058]: https://github.com/home-assistant/core/pull/161058

[#&#8203;161061]: https://github.com/home-assistant/core/pull/161061

[@&#8203;AlCalzone]: https://github.com/AlCalzone

[@&#8203;Noltari]: https://github.com/Noltari

[@&#8203;andrew-codechimp]: https://github.com/andrew-codechimp

[@&#8203;bramkragten]: https://github.com/bramkragten

[@&#8203;catsmanac]: https://github.com/catsmanac

[@&#8203;cdce8p]: https://github.com/cdce8p

[@&#8203;edenhaus]: https://github.com/edenhaus

[@&#8203;eifinger]: https://github.com/eifinger

[@&#8203;farmio]: https://github.com/farmio

[@&#8203;frenck]: https://github.com/frenck

[@&#8203;jaapp]: https://github.com/jaapp

[@&#8203;niracler]: https://github.com/niracler

[@&#8203;synesthesiam]: https://github.com/synesthesiam

[@&#8203;tronikos]: https://github.com/tronikos

[@&#8203;zweckj]: https://github.com/zweckj

[accuweather docs]: https://www.home-assistant.io/integrations/accuweather/

[actron_air docs]: https://www.home-assistant.io/integrations/actron_air/

[adax docs]: https://www.home-assistant.io/integrations/adax/

[airzone docs]: https://www.home-assistant.io/integrations/airzone/

[assist_pipeline docs]: https://www.home-assistant.io/integrations/assist_pipeline/

[blueprint docs]: https://www.home-assistant.io/integrations/blueprint/

[enphase_envoy docs]: https://www.home-assistant.io/integrations/enphase_envoy/

[essent docs]: https://www.home-assistant.io/integrations/essent/

[fressnapf_tracker docs]: https://www.home-assistant.io/integrations/fressnapf_tracker/

[frontend docs]: https://www.home-assistant.io/integrations/frontend/

[knx docs]: https://www.home-assistant.io/integrations/knx/

[mealie docs]: https://www.home-assistant.io/integrations/mealie/

[mobile_app docs]: https://www.home-assistant.io/integrations/mobile_app/

[openai_conversation docs]: https://www.home-assistant.io/integrations/openai_conversation/

[opower docs]: https://www.home-assistant.io/integrations/opower/

[owntracks docs]: https://www.home-assistant.io/integrations/owntracks/

[sunricher_dali docs]: https://www.home-assistant.io/integrations/sunricher_dali/

[zwave_js docs]: https://www.home-assistant.io/integrations/zwave_js/

### [`v2026.1.1`](https://github.com/home-assistant/core/releases/tag/2026.1.1)

[Compare Source](https://github.com/home-assistant/core/compare/2026.1.0b1...2026.1.1)

- Fix Hikvision NVR binary sensors not being detected ([@&#8203;ptarjan] - [#&#8203;160254]) ([hikvision docs])
- Bump eheimdigital to 1.5.0 ([@&#8203;autinerd] - [#&#8203;160312]) ([eheimdigital docs])
- Bump ZHA to 0.0.84 ([@&#8203;TheJulianJES] - [#&#8203;160440]) ([zha docs])
- Bump pyOverkiz to 1.19.4 ([@&#8203;iMicknl] - [#&#8203;160457]) ([overkiz docs])
- Fix JSON serialization of time objects in anthropic tool results ([@&#8203;dcermak] - [#&#8203;160459]) ([anthropic docs])
- Add asyncio-level timeout to Backblaze B2 uploads ([@&#8203;ElCruncharino] - [#&#8203;160468]) ([backblaze\_b2 docs][backblaze_b2 docs])
- Fix Requirement parsing in RequirementsManager ([@&#8203;epenet] - [#&#8203;160485])
- Add Nettleie optimization option ([@&#8203;osohotwateriot] - [#&#8203;160494]) ([osoenergy docs])
- Bump python-otbr-api to 2.7.1 ([@&#8203;emontnemery] - [#&#8203;160496]) ([thread docs]) ([otbr docs])
- fix rain sensor for some rare velux windows ([@&#8203;wollew] - [#&#8203;160504]) ([velux docs])
- Fix trigger selectors ([@&#8203;bramkragten] - [#&#8203;160519]) ([climate docs]) ([light docs]) ([humidifier docs])
- Bump Intergas Incomfort-client to v0.6.11 ([@&#8203;jbouwh] - [#&#8203;160520]) ([incomfort docs])
- Revert "Update voluptuous and voluptuous-openapi" ([@&#8203;synesthesiam] - [#&#8203;160530])
- Bump serialx to v0.6.2 ([@&#8203;puddly] - [#&#8203;160545]) ([zha docs]) ([homeassistant\_hardware docs][homeassistant_hardware docs])
- Catch any migration failures in Teslemetry ([@&#8203;Bre77] - [#&#8203;160549]) ([teslemetry docs])
- Fix AttributeError for missing/incomplete health data in Tractive ([@&#8203;bieniu] - [#&#8203;160553]) ([tractive docs])
- Bump pysilero-vad to 3.1.0 ([@&#8203;synesthesiam] - [#&#8203;160554]) ([assist\_pipeline docs][assist_pipeline docs])
- Fix for older Fritzbox models which do not support smarthome triggers ([@&#8203;mib1185] - [#&#8203;160555]) ([fritzbox docs])
- Bump google-air-quality-api to 2.1.2 ([@&#8203;Thomas55555] - [#&#8203;160561]) ([google\_air\_quality docs][google_air_quality docs])
- Fix Climate signal in Teslemetry ([@&#8203;Bre77] - [#&#8203;160571]) ([teslemetry docs])
- Bump pysma to 1.1.0 ([@&#8203;kellerza] - [#&#8203;160583]) ([sma docs])
- Bump opower to 0.16.1 ([@&#8203;tronikos] - [#&#8203;160588]) ([opower docs])
- Fix config flow bug in Tesla Fleet ([@&#8203;Bre77] - [#&#8203;160591]) ([tesla\_fleet docs][tesla_fleet docs])
- Add missing segment speed icons for WLED ([@&#8203;Tommatheussen] - [#&#8203;160597]) ([wled docs])
- Better handling of ratelimiting from Tibber ([@&#8203;Danielhiversen] - [#&#8203;160599]) ([tibber docs])
- Change device class to energy\_storage for some enphase\_envoy battery entities ([@&#8203;catsmanac] - [#&#8203;160603]) ([enphase\_envoy docs][enphase_envoy docs])
- Fix Z-Wave creating notification binary sensor for idle state ([@&#8203;MartinHjelmare] - [#&#8203;160604]) ([zwave\_js docs][zwave_js docs])
- Bump pynintendoparental to 2.3.2 ([@&#8203;pantherale0] - [#&#8203;160626]) ([nintendo\_parental\_controls docs][nintendo_parental_controls docs])
- Update frontend to [`2026010`](https://github.com/home-assistant/core/commit/20260107).1 ([@&#8203;bramkragten] - [#&#8203;160644]) ([frontend docs])
- Bump pyhik to 0.4.0 ([@&#8203;ptarjan] - [#&#8203;160654]) ([hikvision docs])
- Bump greeclimate to 2.1.1 ([@&#8203;cmroche] - [#&#8203;160683]) ([gree docs])
- Bump pysilero-vad to 3.2.0 ([@&#8203;synesthesiam] - [#&#8203;160691]) ([assist\_pipeline docs][assist_pipeline docs])
- Revert bthome-ble back to 3.16.0 to fix missing data ([@&#8203;Ernst79] - [#&#8203;160694]) ([bthome docs])
- Fix missing key for brew by weight in lamarzocco ([@&#8203;zweckj] - [#&#8203;160722]) ([lamarzocco docs])
- Bump pytado 0.18.16 ([@&#8203;erwindouna] - [#&#8203;160724]) ([tado docs])
- Bump python-homewizard-energy to 10.0.1 ([@&#8203;DCSBL] - [#&#8203;160736]) ([homewizard docs])
- Fix fitbit icon ([@&#8203;joostlek] - [#&#8203;160750]) ([fitbit docs])

[#&#8203;159957]: https://github.com/home-assistant/core/pull/159957

[#&#8203;160254]: https://github.com/home-assistant/core/pull/160254

[#&#8203;160312]: https://github.com/home-assistant/core/pull/160312

[#&#8203;160440]: https://github.com/home-assistant/core/pull/160440

[#&#8203;160457]: https://github.com/home-assistant/core/pull/160457

[#&#8203;160459]: https://github.com/home-assistant/core/pull/160459

[#&#8203;160468]: https://github.com/home-assistant/core/pull/160468

[#&#8203;160485]: https://github.com/home-assistant/core/pull/160485

[#&#8203;160494]: https://github.com/home-assistant/core/pull/160494

[#&#8203;160496]: https://github.com/home-assistant/core/pull/160496

[#&#8203;160504]: https://github.com/home-assistant/core/pull/160504

[#&#8203;160519]: https://github.com/home-assistant/core/pull/160519

[#&#8203;160520]: https://github.com/home-assistant/core/pull/160520

[#&#8203;160530]: https://github.com/home-assistant/core/pull/160530

[#&#8203;160545]: https://github.com/home-assistant/core/pull/160545

[#&#8203;160549]: https://github.com/home-assistant/core/pull/160549

[#&#8203;160553]: https://github.com/home-assistant/core/pull/160553

[#&#8203;160554]: https://github.com/home-assistant/core/pull/160554

[#&#8203;160555]: https://github.com/home-assistant/core/pull/160555

[#&#8203;160561]: https://github.com/home-assistant/core/pull/160561

[#&#8203;160571]: https://github.com/home-assistant/core/pull/160571

[#&#8203;160583]: https://github.com/home-assistant/core/pull/160583

[#&#8203;160588]: https://github.com/home-assistant/core/pull/160588

[#&#8203;160591]: https://github.com/home-assistant/core/pull/160591

[#&#8203;160597]: https://github.com/home-assistant/core/pull/160597

[#&#8203;160599]: https://github.com/home-assistant/core/pull/160599

[#&#8203;160603]: https://github.com/home-assistant/core/pull/160603

[#&#8203;160604]: https://github.com/home-assistant/core/pull/160604

[#&#8203;160626]: https://github.com/home-assistant/core/pull/160626

[#&#8203;160644]: https://github.com/home-assistant/core/pull/160644

[#&#8203;160654]: https://github.com/home-assistant/core/pull/160654

[#&#8203;160683]: https://github.com/home-assistant/core/pull/160683

[#&#8203;160691]: https://github.com/home-assistant/core/pull/160691

[#&#8203;160694]: https://github.com/home-assistant/core/pull/160694

[#&#8203;160722]: https://github.com/home-assistant/core/pull/160722

[#&#8203;160724]: https://github.com/home-assistant/core/pull/160724

[#&#8203;160736]: https://github.com/home-assistant/core/pull/160736

[#&#8203;160750]: https://github.com/home-assistant/core/pull/160750

[@&#8203;Bre77]: https://github.com/Bre77

[@&#8203;DCSBL]: https://github.com/DCSBL

[@&#8203;Danielhiversen]: https://github.com/Danielhiversen

[@&#8203;ElCruncharino]: https://github.com/ElCruncharino

[@&#8203;Ernst79]: https://github.com/Ernst79

[@&#8203;MartinHjelmare]: https://github.com/MartinHjelmare

[@&#8203;TheJulianJES]: https://github.com/TheJulianJES

[@&#8203;Thomas55555]: https://github.com/Thomas55555

[@&#8203;Tommatheussen]: https://github.com/Tommatheussen

[@&#8203;autinerd]: https://github.com/autinerd

[@&#8203;bieniu]: https://github.com/bieniu

[@&#8203;bramkragten]: https://github.com/bramkragten

[@&#8203;catsmanac]: https://github.com/catsmanac

[@&#8203;cmroche]: https://github.com/cmroche

[@&#8203;dcermak]: https://github.com/dcermak

[@&#8203;emontnemery]: https://github.com/emontnemery

[@&#8203;epenet]: https://github.com/epenet

[@&#8203;erwindouna]: https://github.com/erwindouna

[@&#8203;frenck]: https://github.com/frenck

[@&#8203;iMicknl]: https://github.com/iMicknl

[@&#8203;jbouwh]: https://github.com/jbouwh

[@&#8203;joostlek]: https://github.com/joostlek

[@&#8203;kellerza]: https://github.com/kellerza

[@&#8203;mib1185]: https://github.com/mib1185

[@&#8203;osohotwateriot]: https://github.com/osohotwateriot

[@&#8203;pantherale0]: https://github.com/pantherale0

[@&#8203;ptarjan]: https://github.com/ptarjan

[@&#8203;puddly]: https://github.com/puddly

[@&#8203;synesthesiam]: https://github.com/synesthesiam

[@&#8203;tronikos]: https://github.com/tronikos

[@&#8203;wollew]: https://github.com/wollew

[@&#8203;zweckj]: https://github.com/zweckj

[accuweather docs]: https://www.home-assistant.io/integrations/accuweather/

[actron_air docs]: https://www.home-assistant.io/integrations/actron_air/

[adax docs]: https://www.home-assistant.io/integrations/adax/

[anthropic docs]: https://www.home-assistant.io/integrations/anthropic/

[assist_pipeline docs]: https://www.home-assistant.io/integrations/assist_pipeline/

[backblaze_b2 docs]: https://www.home-assistant.io/integrations/backblaze_b2/

[bthome docs]: https://www.home-assistant.io/integrations/bthome/

[climate docs]: https://www.home-assistant.io/integrations/climate/

[eheimdigital docs]: https://www.home-assistant.io/integrations/eheimdigital/

[enphase_envoy docs]: https://www.home-assistant.io/integrations/enphase_envoy/

[fitbit docs]: https://www.home-assistant.io/integrations/fitbit/

[fritzbox docs]: https://www.home-assistant.io/integrations/fritzbox/

[frontend docs]: https://www.home-assistant.io/integrations/frontend/

[google_air_quality docs]: https://www.home-assistant.io/integrations/google_air_quality/

[gree docs]: https://www.home-assistant.io/integrations/gree/

[hikvision docs]: https://www.home-assistant.io/integrations/hikvision/

[homeassistant_hardware docs]: https://www.home-assistant.io/integrations/homeassistant_hardware/

[homewizard docs]: https://www.home-assistant.io/integrations/homewizard/

[humidifier docs]: https://www.home-assistant.io/integrations/humidifier/

[incomfort docs]: https://www.home-assistant.io/integrations/incomfort/

[lamarzocco docs]: https://www.home-assistant.io/integrations/lamarzocco/

[light docs]: https://www.home-assistant.io/integrations/light/

[nintendo_parental_controls docs]: https://www.home-assistant.io/integrations/nintendo_parental_controls/

[opower docs]: https://www.home-assistant.io/integrations/opower/

[osoenergy docs]: https://www.home-assistant.io/integrations/osoenergy/

[otbr docs]: https://www.home-assistant.io/integrations/otbr/

[overkiz docs]: https://www.home-assistant.io/integrations/overkiz/

[sma docs]: https://www.home-assistant.io/integrations/sma/

[tado docs]: https://www.home-assistant.io/integrations/tado/

[tesla_fleet docs]: https://www.home-assistant.io/integrations/tesla_fleet/

[teslemetry docs]: https://www.home-assistant.io/integrations/teslemetry/

[thread docs]: https://www.home-assistant.io/integrations/thread/

[tibber docs]: https://www.home-assistant.io/integrations/tibber/

[tractive docs]: https://www.home-assistant.io/integrations/tractive/

[velux docs]: https://www.home-assistant.io/integrations/velux/

[wled docs]: https://www.home-assistant.io/integrations/wled/

[zha docs]: https://www.home-assistant.io/integrations/zha/

[zwave_js docs]: https://www.home-assistant.io/integrations/zwave_js/

### [`v2026.1.0`](https://github.com/home-assistant/core/releases/tag/2026.1.0)

[Compare Source](https://github.com/home-assistant/core/compare/2025.12.5...2026.1.0b1)

<https://www.home-assistant.io/blog/2026/01/07/release-20261/>

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

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

- Disable quoted cookies for compatibility with older SolarLog devices ([@&#8203;dontinelli] - [#&#8203;157839]) ([solarlog docs])
- Normalize unique ID in WLED ([@&#8203;mik-laj] - [#&#8203;157901]) ([wled docs])
- Change Samsung TV WoL turn\_on log from warning to debug ([@&#8203;ptarjan] - [#&#8203;158676]) ([samsungtv docs])
- Fix ZeroDivisionError for inverse unit conversions ([@&#8203;ReneNulschDE] - [#&#8203;159161])
- Add openid scope and update OAuth2 url:s in senz integration ([@&#8203;astrandb] - [#&#8203;159265]) ([senz docs])
- Create issue for Sonos when Sonos system does not have UPnP enabled ([@&#8203;PeteRager] - [#&#8203;159330]) ([sonos docs])
- Bump insteon panel to 0.6.0 to fix dialog button issues ([@&#8203;teharris1] - [#&#8203;159449]) ([insteon docs]) ([dynalite docs]) (dependency)
- Bump yalexs-ble to 3.2.2 ([@&#8203;bdraco] - [#&#8203;158124]) ([august docs]) ([yalexs\_ble docs][yalexs_ble docs]) ([yale docs]) (dependency)
- Bump yalexs-ble to 3.2.4 ([@&#8203;bdraco] - [#&#8203;159476]) ([august docs]) ([yalexs\_ble docs][yalexs_ble docs]) ([yale docs]) (dependency)
- Improve date handling in UniFi Protect media source ([@&#8203;RaHehl] - [#&#8203;159491]) ([unifiprotect docs])
- Redact additional unnecessary diagnostic fields ([@&#8203;allenporter] - [#&#8203;159546]) ([roborock docs])
- Bump melissa to 3.0.3 ([@&#8203;kennedyshead] - [#&#8203;159557]) ([melissa docs]) (dependency)
- Bump valbusaio to 2025.12.0 ([@&#8203;cereal2nd] - [#&#8203;159578]) ([velbus docs]) (dependency)
- Bump uiprotect to 7.33.3 ([@&#8203;RaHehl] - [#&#8203;159593]) ([unifiprotect docs]) (dependency)
- Fix Ecoforest unknown alarm translation key ([@&#8203;maylikenoother] - [#&#8203;159594]) ([ecoforest docs])
- Bump axis to v66 fixing an issue with latest xmltodict ([@&#8203;Kane610] - [#&#8203;159604]) ([axis docs]) (dependency)
- Bump python-roborock to 3.20.1 ([@&#8203;allenporter] - [#&#8203;159621]) ([roborock docs]) (dependency)
- Bump python-roborock to 3.21.1 ([@&#8203;allenporter] - [#&#8203;159660]) ([roborock docs]) (dependency)
- Fix Roborock repair issue behavior ([@&#8203;allenporter] - [#&#8203;159718]) ([roborock docs])
- Start reauth when roborock notices the MQTT session is unauthorized ([@&#8203;allenporter] - [#&#8203;159719]) ([roborock docs])
- Add state\_class to Nuki battery sensor ([@&#8203;victor-gurbani] - [#&#8203;159756]) ([nuki docs])

[#&#8203;157839]: https://github.com/home-assistant/core/pull/157839

[#&#8203;157901]: https://github.com/home-assistant/core/pull/157901

[#&#8203;158124]: https://github.com/home-assistant/core/pull/158124

[#&#8203;158676]: https://github.com/home-assistant/core/pull/158676

[#&#8203;159161]: https://github.com/home-assistant/core/pull/159161

[#&#8203;159265]: https://github.com/home-assistant/core/pull/159265

[#&#8203;159330]: https://github.com/home-assistant/core/pull/159330

[#&#8203;159449]: https://github.com/home-assistant/core/pull/159449

[#&#8203;159460]: https://github.com/home-assistant/core/pull/159460

[#&#8203;159476]: https://github.com/home-assistant/core/pull/159476

[#&#8203;159491]: https://github.com/home-assistant/core/pull/159491

[#&#8203;159546]: https://github.com/home-assistant/core/pull/159546

[#&#8203;159557]: https://github.com/home-assistant/core/pull/159557

[#&#8203;159578]: https://github.com/home-assistant/core/pull/159578

[#&#8203;159593]: https://github.com/home-assistant/core/pull/159593

[#&#8203;159594]: https://github.com/home-assistant/core/pull/159594

[#&#8203;159604]: https://github.com/home-assistant/core/pull/159604

[#&#8203;159621]: https://github.com/home-assistant/core/pull/159621

[#&#8203;159660]: https://github.com/home-assistant/core/pull/159660

[#&#8203;159718]: https://github.com/home-assistant/core/pull/159718

[#&#8203;159719]: https://github.com/home-assistant/core/pull/159719

[#&#8203;159756]: https://github.com/home-assistant/core/pull/159756

[@&#8203;Kane610]: https://github.com/Kane610

[@&#8203;PeteRager]: https://github.com/PeteRager

[@&#8203;RaHehl]: https://github.com/RaHehl

[@&#8203;ReneNulschDE]: https://github.com/ReneNulschDE

[@&#8203;allenporter]: https://github.com/allenporter

[@&#8203;astrandb]: https://github.com/astrandb

[@&#8203;bdraco]: https://github.com/bdraco

[@&#8203;bramkragten]: https://github.com/bramkragten

[@&#8203;cereal2nd]: https://github.com/cereal2nd

[@&#8203;dontinelli]: https://github.com/dontinelli

[@&#8203;kennedyshead]: https://github.com/kennedyshead

[@&#8203;maylikenoother]: https://github.com/maylikenoother

[@&#8203;mik-laj]: https://github.com/mik-laj

[@&#8203;ptarjan]: https://github.com/ptarjan

[@&#8203;teharris1]: https://github.com/teharris1

[@&#8203;victor-gurbani]: https://github.com/victor-gurbani

[august docs]: https://www.home-assistant.io/integrations/august/

[axis docs]: https://www.home-assistant.io/integrations/axis/

[dynalite docs]: https://www.home-assistant.io/integrations/dynalite/

[ecoforest docs]: https://www.home-assistant.io/integrations/ecoforest/

[insteon docs]: https://www.home-assistant.io/integrations/insteon/

[melissa docs]: https://www.home-assistant.io/integrations/melissa/

[nuki docs]: https://www.home-assistant.io/integrations/nuki/

[roborock docs]: https://www.home-assistant.io/integrations/roborock/

[samsungtv docs]: https://www.home-assistant.io/integrations/samsungtv/

[senz docs]: https://www.home-assistant.io/integrations/senz/

[solarlog docs]: https://www.home-assistant.io/integrations/solarlog/

[sonos docs]: https://www.home-assistant.io/integrations/sonos/

[unifiprotect docs]: https://www.home-assistant.io/integrations/unifiprotect/

[velbus docs]: https://www.home-assistant.io/integrations/velbus/

[wled docs]: https://www.home-assistant.io/integrations/wled/

[yale docs]: https://www.home-assistant.io/integrations/yale/

[yalexs_ble docs]: https://www.home-assistant.io/integrations/yalexs_ble/

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

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

- Prevent empty aliases in registries ([@&#8203;FI-153] - [#&#8203;156061]) ([config docs])
- Do not check Reolink firmware at start ([@&#8203;starkillerOG] - [#&#8203;158275]) ([reolink docs])
- Update pynintendoparental to 2.0.0 ([@&#8203;pantherale0] - [#&#8203;158285]) ([nintendo\_parental\_controls docs][nintendo_parental_controls docs])
- Enable volvo engine status for all engine types ([@&#8203;thomasddn] - [#&#8203;158437]) ([volvo docs])
- Update pynintendoparental to 2.1.0 ([@&#8203;pantherale0] - [#&#8203;158487]) ([nintendo\_parental\_controls docs][nintendo_parental_controls docs])
- Suppress roborock failures under some unavailability threshold ([@&#8203;allenporter] - [#&#8203;158673]) ([roborock docs])
- Suppress verbose UPnP subscription error logs ([@&#8203;ptarjan] - [#&#8203;158677])
- Fix Sonos speaker async\_offline assertion failure ([@&#8203;ptarjan] - [#&#8203;158764]) ([sonos docs])
- Bump pynintendoparental to 2.1.1 ([@&#8203;pantherale0] - [#&#8203;158779]) ([nintendo\_parental\_controls docs][nintendo_parental_controls docs])
- Bump aioasuswrt 1.5.3 ([@&#8203;kennedyshead] - [#&#8203;158882]) ([asuswrt docs])
- Revert adding entity\_category to Plugwise thermostat schedule select ([@&#8203;bouwew] - [#&#8203;158901]) ([plugwise docs])
- Bump aiomealie to 1.1.1 and statically define mealplan entry types ([@&#8203;andrew-codechimp] - [#&#8203;158907]) ([mealie docs])
- Update systembridgeconnector to 5.2.4, fix media source ([@&#8203;timmo001] - [#&#8203;158917]) ([system\_bridge docs][system_bridge docs])
- Assume cover or valve is always "running" in google assistant when the state is assumed or the position is reported to allow it to be be stopped ([@&#8203;jbouwh] - [#&#8203;158919]) ([google\_assistant docs][google_assistant docs])
- Bump ical to 12.1.2 ([@&#8203;allenporter] - [#&#8203;158965]) ([google docs]) ([local\_calendar docs][local_calendar docs]) ([local\_todo docs][local_todo docs]) ([remote\_calendar docs][remote_calendar docs])
- Update unnecessary error logging of unknown and unavailable source states from mold indicator ([@&#8203;Petro31] - [#&#8203;158979]) ([mold\_indicator docs][mold_indicator docs])
- Add exception handling for rate limited or unauthorized MQTT requests ([@&#8203;allenporter] - [#&#8203;158997]) ([roborock docs])
- Bump aioasuswrt to 1.5.4 ([@&#8203;upsuper] - [#&#8203;159038]) ([asuswrt docs])
- Bump blinkpy to 0.25.2 ([@&#8203;fronzbot] - [#&#8203;159049]) ([blink docs])
- Fix slow event state updates for remote calendar ([@&#8203;allenporter] - [#&#8203;159058]) ([remote\_calendar docs][remote_calendar docs])
- Bump aiodns to 3.6.1 ([@&#8203;mithomas] - [#&#8203;159073]) ([dnsip docs])
- Bump pysmlight to v0.2.13 ([@&#8203;tl-sl] - [#&#8203;159075]) ([smlight docs])
- Improve icloud reauth flow ([@&#8203;PaulCavill] - [#&#8203;159081]) ([icloud docs])
- Sonos fix media player join to avoid race condition ([@&#8203;PeteRager] - [#&#8203;159106]) ([sonos docs])
- Sonos increase wait for groups timeout ([@&#8203;PeteRager] - [#&#8203;159108]) ([sonos docs])
- Bump pynintendoparental 2.1.3 ([@&#8203;pantherale0] - [#&#8203;159120]) ([nintendo\_parental\_controls docs][nintendo_parental_controls docs])
- Bump soco to 0.30.13 for Sonos ([@&#8203;PeteRager] - [#&#8203;159123]) ([sonos docs])
- Handle missing Miele status codes gracefully ([@&#8203;astrandb] - [#&#8203;159124]) ([miele docs])
- Bump ekey-bionyxpy to version 1.0.1 ([@&#8203;richardpolzer] - [#&#8203;159196]) ([ekeybionyx docs])
- Fix incorrect status updates for lcn ([@&#8203;alengwenus] - [#&#8203;159251]) ([lcn docs])
- Bump python-roborock to 3.18.0 ([@&#8203;Lash-L] - [#&#8203;159271]) ([roborock docs])
- Bump pypck to 0.9.8 ([@&#8203;alengwenus] - [#&#8203;159277]) ([lcn docs])
- Fix AttributeError in Roborock Empty Mode entity ([@&#8203;allenporter] - [#&#8203;159278]) ([roborock docs])
- Add missing strings for Shelly voltmeter sensor ([@&#8203;chemelli74] - [#&#8203;159332]) ([shelly docs])
- Do not trigger reauth for addon in Music Assistant ([@&#8203;arturpragacz] - [#&#8203;159372]) ([music\_assistant docs][music_assistant docs])
- Align format of voltmeter strings for Shelly ([@&#8203;chemelli74] - [#&#8203;159394]) ([shelly docs])
- Bump ZHA to 0.0.81 ([@&#8203;puddly] - [#&#8203;159396]) ([zha docs])
- Bump python-roborock to 3.19.0 ([@&#8203;allenporter] - [#&#8203;159404]) ([roborock docs])
- Remove users refresh tokens when the user get's deactivated ([@&#8203;edenhaus] - [#&#8203;159443])
- Update frontend to [`2025120`](https://github.com/home-assistant/core/commit/20251203).3 ([@&#8203;bramkragten] - [#&#8203;159451]) ([frontend docs])

[#&#8203;156061]: https://github.com/home-assistant/core/pull/156061

[#&#8203;157330]: https://github.com/home-assistant/core/pull/157330

[#&#8203;158071]: https://github.com/home-assistant/core/pull/158071

[#&#8203;158274]: https://github.com/home-assistant/core/pull/158274

[#&#8203;158275]: https://github.com/home-assistant/core/pull/158275

[#&#8203;158285]: https://github.com/home-assistant/core/pull/158285

[#&#8203;158437]: https://github.com/home-assistant/core/pull/158437

[#&#8203;158487]: https://github.com/home-assistant/core/pull/158487

[#&#8203;158673]: https://github.com/home-assistant/core/pull/158673

[#&#8203;158677]: https://github.com/home-assistant/core/pull/158677

[#&#8203;158764]: https://github.com/home-assistant/core/pull/158764

[#&#8203;158779]: https://github.com/home-assistant/core/pull/158779

[#&#8203;158811]: https://github.com/home-assistant/core/pull/158811

[#&#8203;158882]: https://github.com/home-assistant/core/pull/158882

[#&#8203;158901]: https://github.com/home-assistant/core/pull/158901

[#&#8203;158907]: https://github.com/home-assistant/core/pull/158907

[#&#8203;158917]: https://github.com/home-assistant/core/pull/158917

[#&#8203;158919]: https://github.com/home-assistant/core/pull/158919

[#&#8203;158965]: https://github.com/home-assistant/core/pull/158965

[#&#8203;158979]: https://github.com/home-assistant/core/pull/158979

[#&#8203;158997]: https://github.com/home-assistant/core/pull/158997

[#&#8203;159038]: https://github.com/home-assistant/core/pull/159038

[#&#8203;159049]: https://github.com/home-assistant/core/pull/159049

[#&#8203;159058]: https://github.com/home-assistant/core/pull/159058

[#&#8203;159073]: https://github.com/home-assistant/core/pull/159073

[#&#8203;159075]: https://github.com/home-assistant/core/pull/159075

[#&#8203;159081]: https://github.com/home-assistant/core/pull/159081

[#&#8203;159106]: https://github.com/home-assistant/core/pull/159106

[#&#8203;159108]: https://github.com/home-assistant/core/pull/159108

[#&#8203;159120]: https://github.com/home-assistant/core/pull/159120

[#&#8203;159123]: https://github.com/home-assistant/core/pull/159123

[#&#8203;159124]: https://github.com/home-assistant/core/pull/159124

[#&#8203;159196]: https://github.com/home-assistant/core/pull/159196

[#&#8203;159251]: https://github.com/home-assistant/core/pull/159251

[#&#8203;159271]: https://github.com/home-assistant/core/pull/159271

[#&#8203;159277]: https://github.com/home-assistant/core/pull/159277

[#&#8203;159278]: https://github.com/home-assistant/core/pull/159278

[#&#8203;159332]: https://github.com/home-assistant/core/pull/159332

[#&#8203;159372]: https://github.com/home-assistant/core/pull/159372

[#&#8203;159394]: https://github.com/home-assistant/core/pull/159394

[#&#8203;159396]: https://github.com/home-assistant/core/pull/159396

[#&#8203;159404]: https://github.com/home-assistant/core/pull/159404

[#&#8203;159443]: https://github.com/home-assistant/core/pull/159443

[#&#8203;159451]: https://github.com/home-assistant/core/pull/159451

[@&#8203;FI-153]: https://github.com/FI-153

[@&#8203;Lash-L]: https://github.com/Lash-L

[@&#8203;PaulCavill]: https://github.com/PaulCavill

[@&#8203;PeteRager]: https://github.com/PeteRager

[@&#8203;Petro31]: https://github.com/Petro31

[@&#8203;alengwenus]: https://github.com/alengwenus

[@&#8203;allenporter]: https://github.com/allenporter

[@&#8203;andrew-codechimp]: https://github.com/andrew-codechimp

[@&#8203;arturpragacz]: https://github.com/arturpragacz

[@&#8203;astrandb]: https://github.com/astrandb

[@&#8203;bouwew]: https://github.com/bouwew

[@&#8203;bramkragten]: https://github.com/bramkragten

[@&#8203;chemelli74]: https://github.com/chemelli74

[@&#8203;edenhaus]: https://github.com/edenhaus

[@&#8203;frenck]: https://github.com/frenck

[@&#8203;fronzbot]: https://github.com/fronzbot

[@&#8203;jbouwh]: https://github.com/jbouwh

[@&#8203;kennedyshead]: https://github.com/kennedyshead

[@&#8203;mithomas]: https://github.com/mithomas

[@&#8203;pantherale0]: https://github.com/pantherale0

[@&#8203;ptarjan]: https://github.com/ptarjan

[@&#8203;puddly]: https://github.com/puddly

[@&#8203;richardpolzer]: https://github.com/richardpolzer

[@&#8203;starkillerOG]: https://github.com/starkillerOG

[@&#8203;thomasddn]: https://github.com/thomasddn

[@&#8203;timmo001]: https://github.com/timmo001

[@&#8203;tl-sl]: https://github.com/tl-sl

[@&#8203;upsuper]: https://github.com/upsuper

[actron_air docs]: https://www.home-assistant.io/integrations/actron_air/

[adax docs]: https://www.home-assistant.io/integrations/adax/

[adguard docs]: https://www.home-assistant.io/integrations/adguard/

[asuswrt docs]: https://www.home-assistant.io/integrations/asuswrt/

[blink docs]: https://www.home-assistant.io/integrations/blink/

[config docs]: https://www.home-assistant.io/integrations/config/

[dnsip docs]: https://www.home-assistant.io/integrations/dnsip/

[ekeybionyx docs]: https://www.home-assistant.io/integrations/ekeybionyx/

[frontend docs]: https://www.home-assistant.io/integrations/frontend/

[google docs]: https://www.home-assistant.io/integrations/google/

[google_assistant docs]: https://www.home-assistant.io/integrations/google_assistant/

[icloud docs]: https://www.home-assistant.io/integrations/icloud/

[lcn docs]: https://www.home-assistant.io/integrations/lcn/

[local_calendar docs]: https://www.home-assistant.io/integrations/local_calendar/

[local_todo docs]: https://www.home-assistant.io/integrations/local_todo/

[mealie docs]: https://www.home-assistant.io/integrations/mealie/

[miele docs]: https://www.home-assistant.io/integrations/miele/

[mold_indicator docs]: https://www.home-assistant.io/integrations/mold_indicator/

[music_assistant docs]: https://www.home-assistant.io/integrations/music_assistant/

[nintendo_parental_controls docs]: https://www.home-assistant.io/integrations/nintendo_parental_controls/

[plugwise docs]: https://www.home-assistant.io/integrations/plugwise/

[remote_calendar docs]: https://www.home-assistant.io/integrations/remote_calendar/

[reolink docs]: https://www.home-assistant.io/integrations/reolink/

[roborock docs]: https://www.home-assistant.io/integrations/roborock/

[shelly docs]: https://www.home-assistant.io/integrations/shelly/

[smlight docs]: https://www.home-assistant.io/integrations/smlight/

[sonos docs]: https://www.home-assistant.io/integrations/sonos/

[system_bridge docs]: https://www.home-assistant.io/integrations/system_bridge/

[volvo docs]: https://www.home-assistant.io/integrations/volvo/

[zha docs]: https://www.home-assistant.io/integrations/zha/

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

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

- Fix Tuya BitmapTypeInformation parsing ([@&#8203;epenet] - [#&#8203;158475]) ([tuya docs])
- Move translatable URL out of strings.json for knx integration ([@&#8203;jbouwh] - [#&#8203;155244]) ([knx docs])
- Improve Tuya HVACMode handling ([@&#8203;epenet] - [#&#8203;158042]) ([tuya docs])
- Bump pypck to 0.9.7 ([@&#8203;alengwenus] - [#&#8203;158089]) ([lcn docs])
- Bump blinkpy to 0.25.1 ([@&#8203;KiraPC] - [#&#8203;158135]) ([blink docs]) (dependency)
- Fix webhook exception when empty json data is sent ([@&#8203;mikedast] - [#&#8203;158254]) ([webhook docs])
- Fix roborock off peak electricity timer ([@&#8203;allenporter] - [#&#8203;158292]) ([roborock docs])
- Switchbot Cloud: Fixed binary sensors didn't update automatically ([@&#8203;XiaoLing-git] - [#&#8203;158434]) ([switchbot\_cloud docs][switchbot_cloud docs])
- Add Tuya local\_strategy to Tuya diagnostic ([@&#8203;epenet] - [#&#8203;158450]) ([tuya docs])
- Improve Roborock exception logging behavior for Zeo/Dyad devices ([@&#8203;allenporter] - [#&#8203;158465]) ([roborock docs])
- Fix Matter Door Lock Operating Mode select entity ([@&#8203;lboue] - [#&#8203;158468]) ([matter docs])
- Bump asusrouter to 1.21.3 ([@&#8203;Vaskivskyi] - [#&#8203;158492]) ([asuswrt docs])
- Bump hanna-cloud to version 0.0.7 ([@&#8203;bestycame] - [#&#8203;158536]) ([hanna docs]) (dependency)
- Add measurement state class to ohme sensors ([@&#8203;andrew-codechimp] - [#&#8203;158541]) ([ohme docs])
- Bump python-roborock to 3.12.2 ([@&#8203;allenporter] - [#&#8203;158572]) ([roborock docs]) (dependency)
- Pin pycares to 4.11.0 ([@&#8203;bdraco] - [#&#8203;158695]) (dependency)
- Add state\_class to Growatt power and energy sensors ([@&#8203;johanzander] - [#&#8203;158705]) ([growatt\_server docs][growatt_server docs])
- Update advanced\_options display text for MQTT ([@&#8203;ndrwrbgs] - [#&#8203;158728]) ([mqtt docs])
- Bump google air quality api to 2.0.2 ([@&#8203;Thomas55555] - [#&#8203;158742]) ([google\_air\_quality docs][google_air_quality docs]) (dependency)
- Migrate Blink component to use hardware\_id instead of device\_id ([@&#8203;cdutr] - [#&#8203;158765]) ([blink docs])
- Bump ical to 12.1.1 ([@&#8203;allenporter] - [#&#8203;158770]) ([google docs]) ([local\_calendar docs][local_calendar docs]) ([local\_todo docs][local_todo docs]) ([remote\_calendar docs][remote_calendar docs]) (dependency)
- Bump pylamarzocco to 2.2.3 ([@&#8203;zweckj] - [#&#8203;158104]) ([lamarzocco docs]) (dependency)
- Bump pylamarzocco to 2.2.4 ([@&#8203;zweckj] - [#&#8203;158774]) ([lamarzocco docs]) (dependency)
- Increase Xbox update interval to 15 seconds and refactor title data handling ([@&#8203;tr4nt0r] - [#&#8203;158780]) ([xbox docs])
- Bump pySmartThings to 3.5.1 ([@&#8203;joostlek] - [#&#8203;158795]) ([smartthings docs]) (dependency)
- Bump aioasuswrt to 1.5.2 ([@&#8203;kennedyshead] - [#&#8203;158727]) ([asuswrt docs]) (dependency)

[#&#8203;155244]: https://github.com/home-assistant/core/pull/155244

[#&#8203;157330]: https://github.com/home-assistant/core/pull/157330

[#&#8203;158042]: https://github.com/home-assistant/core/pull/158042

[#&#8203;158071]: https://github.com/home-assistant/core/pull/158071

[#&#8203;158089]: https://github.com/home-assistant/core/pull/158089

[#&#8203;158104]: https://github.com/home-assistant/core/pull/158104

[#&#8203;158135]: https://github.com/home-assistant/core/pull/158135

[#&#8203;158254]: https://github.com/home-assistant/core/pull/158254

[#&#8203;158274]: https://github.com/home-assistant/core/pull/158274

[#&#8203;158292]: https://github.com/home-assistant/core/pull/158292

[#&#8203;158434]: https://github.com/home-assistant/core/pull/158434

[#&#8203;158450]: https://github.com/home-assistant/core/pull/158450

[#&#8203;158465]: https://github.com/home-assistant/core/pull/158465

[#&#8203;158468]: https://github.com/home-assistant/core/pull/158468

[#&#8203;158475]: https://github.com/home-assistant/core/pull/158475

[#&#8203;158492]: https://github.com/home-assistant/core/pull/158492

[#&#8203;158536]: https://github.com/home-assistant/core/pull/158536

[#&#8203;158541]: https://github.com/home-assistant/core/pull/158541

[#&#8203;158572]: https://github.com/home-assistant/core/pull/158572

[#&#8203;158695]: https://github.com/home-assistant/core/pull/158695

[#&#8203;158705]: https://github.com/home-assistant/core/pull/158705

[#&#8203;158727]: https://github.com/home-assistant/core/pull/158727

[#&#8203;158728]: https://github.com/home-assistant/core/pull/158728

[#&#8203;158742]: https://github.com/home-assistant/core/pull/158742

[#&#8203;158765]: https://github.com/home-assistant/core/pull/158765

[#&#8203;158770]: https://github.com/home-assistant/core/pull/158770

[#&#8203;158774]: https://github.com/home-assistant/core/pull/158774

[#&#8203;158780]: https://github.com/home-assistant/core/pull/158780

[#&#8203;158795]: https://github.com/home-assistant/core/pull/158795

[@&#8203;KiraPC]: https://github.com/KiraPC

[@&#8203;Thomas55555]: https://github.com/Thomas55555

[@&#8203;Vaskivskyi]: https://github.com/Vaskivskyi

[@&#8203;XiaoLing-git]: https://github.com/XiaoLing-git

[@&#8203;alengwenus]: https://github.com/alengwenus

[@&#8203;allenporter]: https://github.com/allenporter

[@&#8203;andrew-codechimp]: https://github.com/andrew-codechimp

[@&#8203;bdraco]: https://github.com/bdraco

[@&#8203;bestycame]: https://github.com/bestycame

[@&#8203;cdutr]: https://github.com/cdutr

[@&#8203;epenet]: https://github.com/epenet

[@&#8203;frenck]: https://github.com/frenck

[@&#8203;jbouwh]: https://github.com/jbouwh

[@&#8203;johanzander]: https://github.com/johanzander

[@&#8203;joostlek]: https://github.com/joostlek

[@&#8203;kennedyshead]: https://github.com/kennedyshead

[@&#8203;lboue]: https://github.com/lboue

[@&#8203;mikedast]: https://github.com/mikedast

[@&#8203;ndrwrbgs]: https://github.com/ndrwrbgs

[@&#8203;tr4nt0r]: https://github.com/tr4nt0r

[@&#8203;zweckj]: https://github.com/zweckj

[actron_air docs]: https://www.home-assistant.io/integrations/actron_air/

[adax docs]: https://www.home-assistant.io/integrations/adax/

[adguard docs]: https://www.home-assistant.io/integrations/adguard/

[asuswrt docs]: https://www.home-assistant.io/integrations/asuswrt/

[blink docs]: https://www.home-assistant.io/integrations/blink/

[google docs]: https://www.home-assistant.io/integrations/google/

[google_air_quality docs]: https://www.home-assistant.io/integrations/google_air_quality/

[growatt_server docs]: https://www.home-assistant.io/integrations/growatt_server/

[hanna docs]: https://www.home-assistant.io/integrations/hanna/

[knx docs]: https://www.home-assistant.io/integrations/knx/

[lamarzocco docs]: https://www.home-assistant.io/integrations/lamarzocco/

[lcn docs]: https://www.home-assistant.io/integrations/lcn/

[local_calendar docs]: https://www.home-assistant.io/integrations/local_calendar/

[local_todo docs]: https://www.home-assistant.io/integrations/local_todo/

[matter docs]: https://www.home-assistant.io/integrations/matter/

[mqtt docs]: https://www.home-assistant.io/integrations/mqtt/

[ohme docs]: https://www.home-assistant.io/integrations/ohme/

[remote_calendar docs]: https://www.home-assistant.io/integrations/remote_calendar/

[roborock docs]: https://www.home-assistant.io/integrations/roborock/

[smartthings docs]: https://www.home-assistant.io/integrations/smartthings/

[switchbot_cloud docs]: https://www.home-assistant.io/integrations/switchbot_cloud/

[tuya docs]: https://www.home-assistant.io/integrations/tuya/

[webhook docs]: https://www.home-assistant.io/integrations/webhook/

[xbox docs]: https://www.home-assistant.io/integrations/xbox/

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

Reviewed-on: #3446
Co-authored-by: Renovate Bot <renovate-bot@alexlebens.net>
Co-committed-by: Renovate Bot <renovate-bot@alexlebens.net>
2026-01-23 22:46:06 +00:00
a9b7e82d09 chore(deps): update dependency rmcrackan/libation to v13 (#3447)
All checks were successful
render-manifests-push / render-manifests-push (push) Has been skipped
lint-test-helm / lint-helm (push) Successful in 13s
renovate / renovate (push) Successful in 8m14s
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| [rmcrackan/Libation](https://github.com/rmcrackan/Libation) | major | `12.8.2` → `13.1.4` |

---

> ⚠️ **Warning**
>
> Some dependencies could not be looked up. Check the Dependency Dashboard for more information.

---

### Release Notes

<details>
<summary>rmcrackan/Libation (rmcrackan/Libation)</summary>

### [`v13.1.4`](https://github.com/rmcrackan/Libation/releases/tag/v13.1.4): Libation 13.1.4

[Compare Source](https://github.com/rmcrackan/Libation/compare/v13.1.3...v13.1.4)

- Make IncludedUntil and LastDownload nulls always sort to bottom
- Fix SaferEnumerateFiles creating too many open file handles ([#&#8203;1565](https://github.com/rmcrackan/Libation/issues/1565))
- Improve querying UnLiberated books
- No reason to restrict CDM type to Android or Level to L3

Thanks to [@&#8203;Mbucari](https://github.com/Mbucari)

[Libation](https://github.com/rmcrackan/Libation) is a free, open source audible library manager. Decrypt, backup, organize, and search your audible library

I intend to keep Libation free and open source, but if you want to [leave a tip](https://paypal.me/mcrackan?locale.x=en_us), who am I to argue?

### [`v13.1.3`](https://github.com/rmcrackan/Libation/releases/tag/v13.1.3): Libation 13.1.3

[Compare Source](https://github.com/rmcrackan/Libation/compare/v13.1.2...v13.1.3)

- Remove spatial audio options [#&#8203;1553](https://github.com/rmcrackan/Libation/issues/1553)
- Fix library export [#&#8203;1552](https://github.com/rmcrackan/Libation/issues/1552)
- Add file move progress

Thanks to [@&#8203;Mbucari](https://github.com/Mbucari)

[Libation](https://github.com/rmcrackan/Libation) is a free, open source audible library manager. Decrypt, backup, organize, and search your audible library

I intend to keep Libation free and open source, but if you want to [leave a tip](https://paypal.me/mcrackan?locale.x=en_us), who am I to argue?

### [`v13.1.2`](https://github.com/rmcrackan/Libation/releases/tag/v13.1.2): Libation 13.1.2

[Compare Source](https://github.com/rmcrackan/Libation/compare/v13.1.1...v13.1.2)

- Fix books not being marked absent on large imports
- Improve TrashBinDialog functionality
- Fix narrators with null ASINs not importing ([#&#8203;1545](https://github.com/rmcrackan/Libation/issues/1545) )
- Add option to adjust minimum file duration
- Add cli export option to specify Asins
- Add more properties to search engine and library export
- Add menu option to remove Plus books from Audible
- Add IsAudiblePlus property
- Verify correct Serilog parameters used ([#&#8203;1536](https://github.com/rmcrackan/Libation/issues/1536) )

Thanks to [@&#8203;Mbucari](https://github.com/Mbucari)

[Libation](https://github.com/rmcrackan/Libation) is a free, open source audible library manager. Decrypt, backup, organize, and search your audible library

I intend to keep Libation free and open source, but if you want to [leave a tip](https://paypal.me/mcrackan?locale.x=en_us), who am I to argue?

### [`v13.1.1`](https://github.com/rmcrackan/Libation/releases/tag/v13.1.1): Libation 13.1.1

[Compare Source](https://github.com/rmcrackan/Libation/compare/v13.1.0...v13.1.1)

- Bug fix [#&#8203;1531](https://github.com/rmcrackan/Libation/issues/1531) : Remove UpgradeNotificationDialog form positioning
- Bug fix [#&#8203;1528](https://github.com/rmcrackan/Libation/issues/1528) : Libation hangs on end of book download

Thanks to [@&#8203;Mbucari](https://github.com/Mbucari), [@&#8203;niontrix](https://github.com/niontrix)

[Libation](https://github.com/rmcrackan/Libation) is a free, open source audible library manager. Decrypt, backup, organize, and search your audible library

I intend to keep Libation free and open source, but if you want to [leave a tip](https://paypal.me/mcrackan?locale.x=en_us), who am I to argue?

### [`v13.1.0`](https://github.com/rmcrackan/Libation/releases/tag/v13.1.0): Libation 13.1

[Compare Source](https://github.com/rmcrackan/Libation/compare/v13.0.0...v13.1.0)

- New feature: scan for higher quality audiobooks
- Bug fix [#&#8203;1526](https://github.com/rmcrackan/Libation/issues/1526)
- Add CFBundleShortVersionString to Info.plist

Thanks to [@&#8203;Mbucari](https://github.com/Mbucari), [@&#8203;radiorambo](https://github.com/radiorambo)

[Libation](https://github.com/rmcrackan/Libation) is a free, open source audible library manager. Decrypt, backup, organize, and search your audible library

I intend to keep Libation free and open source, but if you want to [leave a tip](https://paypal.me/mcrackan?locale.x=en_us), who am I to argue?

### [`v13.0.0`](https://github.com/rmcrackan/Libation/releases/tag/v13.0.0): Libation 13

[Compare Source](https://github.com/rmcrackan/Libation/compare/v12.8.2...v13.0.0)

- New doc pages via vitepress
- Docs publish to getlibation.com
- New Windows arm64 release
- Add support for converting AC-4 files to mp3

Thanks to [@&#8203;Mbucari](https://github.com/Mbucari), [@&#8203;Youssef1313](https://github.com/Youssef1313), [@&#8203;radiorambo](https://github.com/radiorambo)

[Libation](https://github.com/rmcrackan/Libation) is a free, open source audible library manager. Decrypt, backup, organize, and search your audible library

I intend to keep Libation free and open source, but if you want to [leave a tip](https://paypal.me/mcrackan?locale.x=en_us), who am I to argue?

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

Reviewed-on: https://gitea.alexlebens.dev/alexlebens/infrastructure/pulls/3447
Co-authored-by: Renovate Bot <renovate-bot@alexlebens.net>
Co-committed-by: Renovate Bot <renovate-bot@alexlebens.net>
2026-01-23 22:43:29 +00:00
8ddda5a9ee chore(deps): update kube-prometheus-stack docker tag to v81.2.2 (#3453)
All checks were successful
render-manifests-push / render-manifests-push (push) Has been skipped
lint-test-helm / lint-helm (push) Successful in 18s
renovate / renovate (push) Successful in 7m2s
2026-01-23 22:09:21 +00:00
c8c36c6cb6 chore(deps): update helm release argo-cd to v9.3.5 (#3452)
Some checks failed
lint-test-helm / lint-helm (push) Successful in 15s
render-manifests-push / render-manifests-push (push) Has been skipped
renovate / renovate (push) Has been cancelled
2026-01-23 22:07:48 +00:00
f4da83592d chore(deps): update ghcr.io/home-assistant/home-assistant docker tag to v2026.1.3 (#3449)
Some checks failed
render-manifests-push / render-manifests-push (push) Has been skipped
lint-test-helm / lint-helm (push) Successful in 20s
renovate / renovate (push) Has been cancelled
2026-01-23 22:05:51 +00:00
75de4c2984 chore(deps): update ghcr.io/booklore-app/booklore docker tag to v1.18.4 (#3448)
Some checks failed
lint-test-helm / lint-helm (push) Has been cancelled
render-manifests-push / render-manifests-push (push) Has been cancelled
renovate / renovate (push) Has been cancelled
2026-01-23 22:05:34 +00:00
914dd14c81 fix: align renovate custom manager to appVersion updates on Chart
All checks were successful
lint-test-helm / lint-helm (push) Successful in 12s
render-manifests-push / render-manifests-push (push) Successful in 49m21s
renovate / renovate (push) Successful in 13m16s
2026-01-23 14:49:38 -06:00
8ddf8b6094 chore(deps): update helm release gitea to v12.5.0 (#3396)
All checks were successful
render-manifests-push / render-manifests-push (push) Has been skipped
renovate / renovate (push) Successful in 1m8s
lint-test-helm / lint-helm (push) Successful in 1m48s
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| [gitea](https://gitea.com/gitea/helm-gitea) | minor | `12.4.0` → `12.5.0` |

---

### Release Notes

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

### [`v12.5.0`](https://gitea.com/gitea/helm-gitea/releases/tag/v12.5.0)

[Compare Source](https://gitea.com/gitea/helm-gitea/compare/v12.4.0...v12.5.0)

##### Bug Fixes

- **deployment:** remove deployment.labels from selector.matchLabels ([#&#8203;1011](https://github.com/gitea/helm-gitea/issues/1011)) ([`0d7368c`](https://github.com/gitea/helm-gitea/commit/0d7368c))
- **Makefile:** add yamllint as dedicated target ([`aa3cf45`](https://github.com/gitea/helm-gitea/commit/aa3cf45))
- **deployment:** avoid duplicated nodeSelector [#&#8203;980](https://github.com/gitea/helm-gitea/issues/980) ([`b88abaa`](https://github.com/gitea/helm-gitea/commit/b88abaa))
- **Chart:** add annotation 'artifacthub.io/links' ([`1d49cf3`](https://github.com/gitea/helm-gitea/commit/1d49cf3))

##### Maintenance

- **deps:** update dependency go-gitea/gitea to v1.25.4 ([#&#8203;1012](https://github.com/gitea/helm-gitea/issues/1012)) ([`19bc25f`](https://github.com/gitea/helm-gitea/commit/19bc25f))
- **deps:** update lockfiles ([#&#8203;1009](https://github.com/gitea/helm-gitea/issues/1009)) ([`648eee9`](https://github.com/gitea/helm-gitea/commit/648eee9))
- **deps:** update lockfiles ([#&#8203;1008](https://github.com/gitea/helm-gitea/issues/1008)) ([`68e339e`](https://github.com/gitea/helm-gitea/commit/68e339e))
- **deps:** update lockfiles ([#&#8203;1006](https://github.com/gitea/helm-gitea/issues/1006)) ([`7c62e52`](https://github.com/gitea/helm-gitea/commit/7c62e52))
- **deps:** update unittests/bash/test\_helper/bats-mock digest to [`db2acdc`](https://github.com/gitea/helm-gitea/commit/db2acdc) ([#&#8203;1002](https://github.com/gitea/helm-gitea/issues/1002)) ([`b110625`](https://github.com/gitea/helm-gitea/commit/b110625))
- **deps:** update unittests/bash/test\_helper/bats-mock digest to [`c5674ff`](https://github.com/gitea/helm-gitea/commit/c5674ff) ([#&#8203;1000](https://github.com/gitea/helm-gitea/issues/1000)) ([`4e30303`](https://github.com/gitea/helm-gitea/commit/4e30303))
- **deps:** update dependency go-gitea/gitea to v1.25.3 ([#&#8203;999](https://github.com/gitea/helm-gitea/issues/999)) ([`6d3137d`](https://github.com/gitea/helm-gitea/commit/6d3137d))
- **deps:** update dependency markdownlint-cli to ^0.47.0 ([#&#8203;998](https://github.com/gitea/helm-gitea/issues/998)) ([`d44b54e`](https://github.com/gitea/helm-gitea/commit/d44b54e))
- **deps:** update unittests/bash/test\_helper/bats-mock digest to [`1ce6b03`](https://github.com/gitea/helm-gitea/commit/1ce6b03) ([#&#8203;997](https://github.com/gitea/helm-gitea/issues/997)) ([`3a2aef5`](https://github.com/gitea/helm-gitea/commit/3a2aef5))
- **deps:** update lockfiles ([#&#8203;996](https://github.com/gitea/helm-gitea/issues/996)) ([`2d7a0d6`](https://github.com/gitea/helm-gitea/commit/2d7a0d6))
- **deps:** update workflow dependencies (minor & patch) ([#&#8203;995](https://github.com/gitea/helm-gitea/issues/995)) ([`e623085`](https://github.com/gitea/helm-gitea/commit/e623085))
- **deps:** update actions/checkout action to v6 ([#&#8203;989](https://github.com/gitea/helm-gitea/issues/989)) ([`fe4d839`](https://github.com/gitea/helm-gitea/commit/fe4d839))
- **deps:** update lockfiles ([#&#8203;994](https://github.com/gitea/helm-gitea/issues/994)) ([`4ef7d83`](https://github.com/gitea/helm-gitea/commit/4ef7d83))
- **deps:** update bats testing framework ([#&#8203;992](https://github.com/gitea/helm-gitea/issues/992)) ([`0bbe78d`](https://github.com/gitea/helm-gitea/commit/0bbe78d))
- **deps:** update dependency go-gitea/gitea to v1.25.2 ([#&#8203;990](https://github.com/gitea/helm-gitea/issues/990)) ([`ed0ebb8`](https://github.com/gitea/helm-gitea/commit/ed0ebb8))
- **deps:** update dependency markdownlint-cli to ^0.46.0 ([#&#8203;988](https://github.com/gitea/helm-gitea/issues/988)) ([`6b43649`](https://github.com/gitea/helm-gitea/commit/6b43649))
- **deps:** update unittests/bash/test\_helper/bats-mock digest to [`7839917`](https://github.com/gitea/helm-gitea/commit/7839917) ([#&#8203;987](https://github.com/gitea/helm-gitea/issues/987)) ([`c27ad6e`](https://github.com/gitea/helm-gitea/commit/c27ad6e))
- **deps:** update lockfiles ([#&#8203;986](https://github.com/gitea/helm-gitea/issues/986)) ([`3187166`](https://github.com/gitea/helm-gitea/commit/3187166))
- **deps:** update lockfiles ([#&#8203;985](https://github.com/gitea/helm-gitea/issues/985)) ([`2540902`](https://github.com/gitea/helm-gitea/commit/2540902))
- **deps:** update docker.io/thegeeklab/git-sv docker tag to v2.0.7 ([#&#8203;984](https://github.com/gitea/helm-gitea/issues/984)) ([`09fd72a`](https://github.com/gitea/helm-gitea/commit/09fd72a))
- **deps:** update bats testing framework ([#&#8203;983](https://github.com/gitea/helm-gitea/issues/983)) ([`4a9fc7e`](https://github.com/gitea/helm-gitea/commit/4a9fc7e))
- **deps:** update dependency go-gitea/gitea to v1.25.1 ([#&#8203;981](https://github.com/gitea/helm-gitea/issues/981)) ([`3bc27a5`](https://github.com/gitea/helm-gitea/commit/3bc27a5))
- **deps:** update unittests/bash/bats digest to [`f423e84`](https://github.com/gitea/helm-gitea/commit/f423e84) ([#&#8203;978](https://github.com/gitea/helm-gitea/issues/978)) ([`b096138`](https://github.com/gitea/helm-gitea/commit/b096138))
- **deps:** update dependency go-gitea/gitea to v1.25.0 ([#&#8203;976](https://github.com/gitea/helm-gitea/issues/976)) ([`5ef18b4`](https://github.com/gitea/helm-gitea/commit/5ef18b4))
- **deps:** update dependency go-gitea/gitea to v1.24.7 ([#&#8203;975](https://github.com/gitea/helm-gitea/issues/975)) ([`d6a7712`](https://github.com/gitea/helm-gitea/commit/d6a7712))
- **deps:** update docker.io/thegeeklab/git-sv docker tag to v2.0.6 ([#&#8203;974](https://github.com/gitea/helm-gitea/issues/974)) ([`fa586f9`](https://github.com/gitea/helm-gitea/commit/fa586f9))
- **deps:** update bats testing framework ([#&#8203;967](https://github.com/gitea/helm-gitea/issues/967)) ([`9d81778`](https://github.com/gitea/helm-gitea/commit/9d81778))
- **deps:** update lockfiles ([#&#8203;970](https://github.com/gitea/helm-gitea/issues/970)) ([`f15b21f`](https://github.com/gitea/helm-gitea/commit/f15b21f))
- **deps:** update lockfiles ([#&#8203;969](https://github.com/gitea/helm-gitea/issues/969)) ([`cdf2704`](https://github.com/gitea/helm-gitea/commit/cdf2704))
- **deps:** update dependency helm-unittest/helm-unittest to v1.0.3 ([#&#8203;964](https://github.com/gitea/helm-gitea/issues/964)) ([`0a463f7`](https://github.com/gitea/helm-gitea/commit/0a463f7))
- **deps:** update lockfiles ([#&#8203;961](https://github.com/gitea/helm-gitea/issues/961)) ([`14ac6ab`](https://github.com/gitea/helm-gitea/commit/14ac6ab))

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

Reviewed-on: https://gitea.alexlebens.dev/alexlebens/infrastructure/pulls/3396
Co-authored-by: Renovate Bot <renovate-bot@alexlebens.net>
Co-committed-by: Renovate Bot <renovate-bot@alexlebens.net>
2026-01-23 20:43:47 +00:00
a90ee3e27a chore(deps): update helm release external-secrets to v1.3.1 (#3394)
All checks were successful
render-manifests-push / render-manifests-push (push) Has been skipped
lint-test-helm / lint-helm (push) Successful in 1m45s
renovate / renovate (push) Successful in 4m52s
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| [external-secrets](https://github.com/external-secrets/external-secrets) | minor | `1.2.1` → `1.3.1` |

---

### Release Notes

<details>
<summary>external-secrets/external-secrets (external-secrets)</summary>

### [`v1.3.1`](https://github.com/external-secrets/external-secrets/releases/tag/v1.3.1)

[Compare Source](https://github.com/external-secrets/external-secrets/compare/v1.2.1...v1.3.1)

Image: `ghcr.io/external-secrets/external-secrets:v1.3.1`
Image: `ghcr.io/external-secrets/external-secrets:v1.3.1-ubi`
Image: `ghcr.io/external-secrets/external-secrets:v1.3.1-ubi-boringssl`

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

For a Full release please referre to <https://github.com/external-secrets/external-secrets/releases/tag/v1.3.0>. This is a fix build for the docker publish flow.

#### What's Changed

##### General

- fix: ignore the in-toto manifest when promoting the docker build by [@&#8203;Skarlso](https://github.com/Skarlso) in [#&#8203;5859](https://github.com/external-secrets/external-secrets/pull/5859)

**Full Changelog**: <https://github.com/external-secrets/external-secrets/compare/v1.3.0...v1.3.1>

</details>

---

### Configuration

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

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

♻ **Rebasing**: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

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

---

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

---

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

Reviewed-on: #3394
Co-authored-by: Renovate Bot <renovate-bot@alexlebens.net>
Co-committed-by: Renovate Bot <renovate-bot@alexlebens.net>
2026-01-23 20:34:49 +00:00
fcfb45cda6 chore(deps): update dependency traefik/traefik to v3.6.7 (#3392)
All checks were successful
render-manifests-push / render-manifests-push (push) Has been skipped
lint-test-helm / lint-helm (push) Successful in 11s
renovate / renovate (push) Successful in 4m13s
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| [traefik/traefik](https://github.com/traefik/traefik) | patch | `v3.6.4` → `v3.6.7` |

---

### Release Notes

<details>
<summary>traefik/traefik (traefik/traefik)</summary>

### [`v3.6.7`](https://github.com/traefik/traefik/blob/HEAD/CHANGELOG.md#v367-2026-01-14)

[Compare Source](https://github.com/traefik/traefik/compare/v3.6.6...v3.6.7)

[All Commits](https://github.com/traefik/traefik/compare/v3.6.6...v3.6.7)

**Bug fixes:**

- **\[acme]** Bump github.com/go-acme/lego/v4 to v4.31.0 ([#&#8203;12529](https://github.com/traefik/traefik/pull/12529) by [ldez](https://github.com/ldez))
- **\[acme]** Add missing renew options ([#&#8203;12467](https://github.com/traefik/traefik/pull/12467) by [ldez](https://github.com/ldez))
- **\[acme]** Replace hardcoded references to LetsEncrypt in log messages ([#&#8203;12464](https://github.com/traefik/traefik/pull/12464) by [schildbach](https://github.com/schildbach))
- **\[k8s/ingress-nginx]** Fix use-regex nginx annotation ([#&#8203;12531](https://github.com/traefik/traefik/pull/12531) by [LBF38](https://github.com/LBF38))
- **\[k8s/ingress-nginx]** Prevent Ingress Nginx provider http router to attach to an entrypoint with TLS ([#&#8203;12528](https://github.com/traefik/traefik/pull/12528) by [rtribotte](https://github.com/rtribotte))
- **\[k8s/ingress]** Fix panic for empty defaultBackend and defaultBackend without resources ([#&#8203;12509](https://github.com/traefik/traefik/pull/12509) by [gndz07](https://github.com/gndz07))
- **\[k8s]** Fix condition used for serving and fenced endpoints ([#&#8203;12521](https://github.com/traefik/traefik/pull/12521) by [LBF38](https://github.com/LBF38))
- **\[webui]** Validate X-Forwarded-Prefix value for dashboard redirect ([#&#8203;12514](https://github.com/traefik/traefik/pull/12514) by [LBF38](https://github.com/LBF38))
- **\[acme]** Add timeout to ACME-TLS/1 challenge handshake ([#&#8203;12516](https://github.com/traefik/traefik/pull/12516) by [LBF38](https://github.com/LBF38))
- **\[server]** Make encoded character options opt-in ([#&#8203;12540](https://github.com/traefik/traefik/pull/12540) by [gndz07](https://github.com/gndz07))

**Documentation:**

- **\[docker/swarm]** Update swarm.md traefik version ([#&#8203;12508](https://github.com/traefik/traefik/pull/12508) by [DBouraoui](https://github.com/DBouraoui))
- **\[k8s/ingress-nginx]** Fix ingress-nginx annotations documentation ([#&#8203;12510](https://github.com/traefik/traefik/pull/12510) by [nmengin](https://github.com/nmengin))
- **\[k8s]** Fix Kubernetes reference yml file ([#&#8203;12406](https://github.com/traefik/traefik/pull/12406) by [mmatur](https://github.com/mmatur))
- Fix code copy button positioning ([#&#8203;12520](https://github.com/traefik/traefik/pull/12520) by [AnuragEkkati](https://github.com/AnuragEkkati))
- Fix typo in kubernetes.md ([#&#8203;12515](https://github.com/traefik/traefik/pull/12515) by [EdwardSalkeld](https://github.com/EdwardSalkeld))
- Bring back security section on API & Dashboard documentation page ([#&#8203;12507](https://github.com/traefik/traefik/pull/12507) by [gndz07](https://github.com/gndz07))
- Fix link description in Traefik Proxy documentation ([#&#8203;12488](https://github.com/traefik/traefik/pull/12488) by [schaerfo](https://github.com/schaerfo))
- Add product comparison matrix and features page ([#&#8203;12037](https://github.com/traefik/traefik/pull/12037) by [sheddy-traefik](https://github.com/sheddy-traefik))

**Misc:**

- Merge branch v2.11 into v3.6 ([#&#8203;12552](https://github.com/traefik/traefik/pull/12552) by [rtribotte](https://github.com/rtribotte))
- Merge branch v2.11 into v3.6 ([#&#8203;12533](https://github.com/traefik/traefik/pull/12533) by [mmatur](https://github.com/mmatur))
- Merge branch v2.11 into v3.6 ([#&#8203;12497](https://github.com/traefik/traefik/pull/12497) by [mmatur](https://github.com/mmatur))

### [`v3.6.6`](https://github.com/traefik/traefik/blob/HEAD/CHANGELOG.md#v367-2026-01-14)

[Compare Source](https://github.com/traefik/traefik/compare/v3.6.5...v3.6.6)

[All Commits](https://github.com/traefik/traefik/compare/v3.6.6...v3.6.7)

**Bug fixes:**

- **\[acme]** Bump github.com/go-acme/lego/v4 to v4.31.0 ([#&#8203;12529](https://github.com/traefik/traefik/pull/12529) by [ldez](https://github.com/ldez))
- **\[acme]** Add missing renew options ([#&#8203;12467](https://github.com/traefik/traefik/pull/12467) by [ldez](https://github.com/ldez))
- **\[acme]** Replace hardcoded references to LetsEncrypt in log messages ([#&#8203;12464](https://github.com/traefik/traefik/pull/12464) by [schildbach](https://github.com/schildbach))
- **\[k8s/ingress-nginx]** Fix use-regex nginx annotation ([#&#8203;12531](https://github.com/traefik/traefik/pull/12531) by [LBF38](https://github.com/LBF38))
- **\[k8s/ingress-nginx]** Prevent Ingress Nginx provider http router to attach to an entrypoint with TLS ([#&#8203;12528](https://github.com/traefik/traefik/pull/12528) by [rtribotte](https://github.com/rtribotte))
- **\[k8s/ingress]** Fix panic for empty defaultBackend and defaultBackend without resources ([#&#8203;12509](https://github.com/traefik/traefik/pull/12509) by [gndz07](https://github.com/gndz07))
- **\[k8s]** Fix condition used for serving and fenced endpoints ([#&#8203;12521](https://github.com/traefik/traefik/pull/12521) by [LBF38](https://github.com/LBF38))
- **\[webui]** Validate X-Forwarded-Prefix value for dashboard redirect ([#&#8203;12514](https://github.com/traefik/traefik/pull/12514) by [LBF38](https://github.com/LBF38))
- **\[acme]** Add timeout to ACME-TLS/1 challenge handshake ([#&#8203;12516](https://github.com/traefik/traefik/pull/12516) by [LBF38](https://github.com/LBF38))
- **\[server]** Make encoded character options opt-in ([#&#8203;12540](https://github.com/traefik/traefik/pull/12540) by [gndz07](https://github.com/gndz07))

**Documentation:**

- **\[docker/swarm]** Update swarm.md traefik version ([#&#8203;12508](https://github.com/traefik/traefik/pull/12508) by [DBouraoui](https://github.com/DBouraoui))
- **\[k8s/ingress-nginx]** Fix ingress-nginx annotations documentation ([#&#8203;12510](https://github.com/traefik/traefik/pull/12510) by [nmengin](https://github.com/nmengin))
- **\[k8s]** Fix Kubernetes reference yml file ([#&#8203;12406](https://github.com/traefik/traefik/pull/12406) by [mmatur](https://github.com/mmatur))
- Fix code copy button positioning ([#&#8203;12520](https://github.com/traefik/traefik/pull/12520) by [AnuragEkkati](https://github.com/AnuragEkkati))
- Fix typo in kubernetes.md ([#&#8203;12515](https://github.com/traefik/traefik/pull/12515) by [EdwardSalkeld](https://github.com/EdwardSalkeld))
- Bring back security section on API & Dashboard documentation page ([#&#8203;12507](https://github.com/traefik/traefik/pull/12507) by [gndz07](https://github.com/gndz07))
- Fix link description in Traefik Proxy documentation ([#&#8203;12488](https://github.com/traefik/traefik/pull/12488) by [schaerfo](https://github.com/schaerfo))
- Add product comparison matrix and features page ([#&#8203;12037](https://github.com/traefik/traefik/pull/12037) by [sheddy-traefik](https://github.com/sheddy-traefik))

**Misc:**

- Merge branch v2.11 into v3.6 ([#&#8203;12552](https://github.com/traefik/traefik/pull/12552) by [rtribotte](https://github.com/rtribotte))
- Merge branch v2.11 into v3.6 ([#&#8203;12533](https://github.com/traefik/traefik/pull/12533) by [mmatur](https://github.com/mmatur))
- Merge branch v2.11 into v3.6 ([#&#8203;12497](https://github.com/traefik/traefik/pull/12497) by [mmatur](https://github.com/mmatur))

### [`v3.6.5`](https://github.com/traefik/traefik/blob/HEAD/CHANGELOG.md#v366-2025-12-29)

[Compare Source](https://github.com/traefik/traefik/compare/v3.6.4...v3.6.5)

[All Commits](https://github.com/traefik/traefik/compare/v3.6.5...v3.6.6)

**Bug fixes:**

- **\[acme]** Bump github.com/go-acme/lego/v4 to v4.30.1 ([#&#8203;12432](https://github.com/traefik/traefik/pull/12432) by [ldez](https://github.com/ldez))
- **\[http3]** Bump github.com/quic-go/quic-go to v0.58.0 ([#&#8203;12448](https://github.com/traefik/traefik/pull/12448) by [GreyXor](https://github.com/GreyXor))
- **\[redis]** Fix mutually exclusive verification for Redis ([#&#8203;12442](https://github.com/traefik/traefik/pull/12442) by [juliens](https://github.com/juliens))
- **\[server]** Fix deny encoded characters ([#&#8203;12454](https://github.com/traefik/traefik/pull/12454) by [rtribotte](https://github.com/rtribotte))

**Documentation:**

- **\[k8s/ingress,k8s]** Fix Kubernetes Ingress provider documentation ([#&#8203;12443](https://github.com/traefik/traefik/pull/12443) by [nmengin](https://github.com/nmengin))
- **\[k8s/ingress-nginx]** Add RBAC documentation for Ingress NGINX provider ([#&#8203;12445](https://github.com/traefik/traefik/pull/12445) by [nmn3m](https://github.com/nmn3m))
- **\[k8s]** Improve the K8S multi-tenancy security note ([#&#8203;12444](https://github.com/traefik/traefik/pull/12444) by [nmengin](https://github.com/nmengin))
- Restore documentation on http.maxHeaderBytes ([#&#8203;12440](https://github.com/traefik/traefik/pull/12440) by [mloiseleur](https://github.com/mloiseleur))
- Fix Menu Item Naming ([#&#8203;12431](https://github.com/traefik/traefik/pull/12431) by [sheddy-traefik](https://github.com/sheddy-traefik))

**Misc:**

- Merge branch v2.11 into v3.6 ([#&#8203;12475](https://github.com/traefik/traefik/pull/12475) by [mmatur](https://github.com/mmatur))
- Merge branch v2.11 into v3.6 ([#&#8203;12438](https://github.com/traefik/traefik/pull/12438) by [kevinpollet](https://github.com/kevinpollet))

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

Reviewed-on: #3392
Co-authored-by: Renovate Bot <renovate-bot@alexlebens.net>
Co-committed-by: Renovate Bot <renovate-bot@alexlebens.net>
2026-01-23 19:57:47 +00:00
62ce199c2a chore: fix chart validation
All checks were successful
render-manifests-push / render-manifests-push (push) Successful in 2m13s
lint-test-helm / lint-helm (push) Successful in 1m4s
renovate / renovate (push) Successful in 2m32s
2026-01-23 12:57:16 -06:00
74aa1cd8fa chore(deps): update helm release traefik to v39 (#3383)
All checks were successful
render-manifests-push / render-manifests-push (push) Has been skipped
lint-test-helm / lint-helm (push) Successful in 10s
renovate / renovate (push) Successful in 1m5s
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| [traefik](https://traefik.io/) ([source](https://github.com/traefik/traefik-helm-chart)) | major | `38.0.2` → `39.0.0` |

---

### Release Notes

<details>
<summary>traefik/traefik-helm-chart (traefik)</summary>

### [`v39.0.0`](https://github.com/traefik/traefik-helm-chart/releases/tag/v39.0.0)

[Compare Source](https://github.com/traefik/traefik-helm-chart/compare/v38.0.2...v39.0.0)

**Upgrade Notes**

There are 3 breaking changes in this release:

1. **Traefik Hub**: This release support **only** Traefik Hub v3.19.0+ versions.
   - CRDs has to be upgraded **before** the Chart. See [UPGRADING](https://github.com/traefik/traefik-helm-chart?tab=readme-ov-file#upgrading) instructions.
   - It's possible to use previous versions of the Chart for previous versions of Traefik Hub.
2. **Encoded Characters**: Allowed by default in Traefik v3.6.7+ ([opt-in security options](https://github.com/traefik/traefik-helm-chart/blob/master/traefik/values.yaml#L913), [documentation](https://doc.traefik.io/traefik/security/request-path/#encoded-character-filtering))
3. **Ports Configuration**: HTTP options now require explicit `http` nesting level with PR [#&#8203;1603](https://github.com/traefik/traefik-helm-chart/pull/1603).
   - There is a *before* / *after* example in the PR description.

:information\_source: Schema validation has been enforced in this release. When it fails, it means that the parameter is not implemented.

#### 💥 BREAKING CHANGES

- feat(deps)!: update traefik docker tag to v3.6.7 [#&#8203;1624](https://github.com/traefik/traefik-helm-chart/issues/1624) by [@&#8203;renovate](https://github.com/renovate)\[bot]
- fix(ports)!: 🐛 entrypoints `http` options [#&#8203;1603](https://github.com/traefik/traefik-helm-chart/issues/1603) by [@&#8203;mloiseleur](https://github.com/mloiseleur)
- fix(security)!: add support for request path options of Traefik 3.6.7+ [#&#8203;1626](https://github.com/traefik/traefik-helm-chart/issues/1626) by [@&#8203;mloiseleur](https://github.com/mloiseleur)
- feat(CRDs)!: support Traefik Hub v3.19.0 [#&#8203;1598](https://github.com/traefik/traefik-helm-chart/issues/1598) by [@&#8203;traefiker](https://github.com/traefiker)

#### 🚀 Features

- feat(gateway-api): add support for defaultScope experimental feature [#&#8203;1589](https://github.com/traefik/traefik-helm-chart/issues/1589) by [@&#8203;shubhamch71](https://github.com/shubhamch71)
- feat(chart): enforce schema [#&#8203;1627](https://github.com/traefik/traefik-helm-chart/issues/1627) by [@&#8203;mloiseleur](https://github.com/mloiseleur)

#### 📦 Others

- docs(CRDs): improve note on deprecation [#&#8203;1623](https://github.com/traefik/traefik-helm-chart/issues/1623) by [@&#8203;jnoordsij](https://github.com/jnoordsij)
- chore: pin GitHub Actions to SHA hashes [#&#8203;1628](https://github.com/traefik/traefik-helm-chart/issues/1628) by [@&#8203;darkweaver87](https://github.com/darkweaver87)
- docs(values): avoid unbreakable lines in table output of VALUES.md [#&#8203;1630](https://github.com/traefik/traefik-helm-chart/issues/1630) by [@&#8203;mloiseleur](https://github.com/mloiseleur)
- refactor(chart): clean output on Deployment & Daemonset [#&#8203;1629](https://github.com/traefik/traefik-helm-chart/issues/1629) by [@&#8203;mloiseleur](https://github.com/mloiseleur)
- chore(release): 🚀 publish traefik 39.0.0 and crds 1.14.0 [#&#8203;1631](https://github.com/traefik/traefik-helm-chart/issues/1631) by [@&#8203;darkweaver87](https://github.com/darkweaver87)

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

Reviewed-on: https://gitea.alexlebens.dev/alexlebens/infrastructure/pulls/3383
Co-authored-by: Renovate Bot <renovate-bot@alexlebens.net>
Co-committed-by: Renovate Bot <renovate-bot@alexlebens.net>
2026-01-23 18:48:04 +00:00
34a4e4d76d chore(deps): update ghcr.io/plexguide/huntarr docker tag to v8.2.25 (#3390)
All checks were successful
render-manifests-push / render-manifests-push (push) Has been skipped
lint-test-helm / lint-helm (push) Successful in 10s
renovate / renovate (push) Successful in 1m11s
2026-01-23 17:01:29 +00:00
3e99ddc247 chore(deps): update helm release traefik-crds to v1.14.0 (#3382)
All checks were successful
render-manifests-push / render-manifests-push (push) Has been skipped
lint-test-helm / lint-helm (push) Successful in 15s
renovate / renovate (push) Successful in 1m22s
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| [traefik-crds](https://traefik.io/) ([source](https://github.com/traefik/traefik-helm-chart)) | minor | `1.13.1` → `1.14.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:eyJjcmVhdGVkSW5WZXIiOiI0Mi42OS4yIiwidXBkYXRlZEluVmVyIjoiNDIuNjkuMiIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiY2hhcnQiXX0=-->

Reviewed-on: #3382
Co-authored-by: Renovate Bot <renovate-bot@alexlebens.net>
Co-committed-by: Renovate Bot <renovate-bot@alexlebens.net>
2026-01-23 16:12:51 +00:00
c6dc8cfcc5 chore(deps): update searxng/searxng:latest docker digest to d7fa033 (#3388)
All checks were successful
render-manifests-push / render-manifests-push (push) Has been skipped
lint-test-helm / lint-helm (push) Successful in 16s
renovate / renovate (push) Successful in 3m17s
2026-01-23 11:02:07 +00:00
7e667b1391 chore(deps): update helm release coredns to v1.45.1 (#3385)
All checks were successful
render-manifests-push / render-manifests-push (push) Has been skipped
lint-test-helm / lint-helm (push) Successful in 1m51s
renovate / renovate (push) Successful in 2m6s
2026-01-23 10:02:17 +00:00
87e927f73f chore(deps): update searxng/searxng:latest docker digest to 0eaa035 (#3384)
Some checks failed
render-manifests-push / render-manifests-push (push) Has been skipped
lint-test-helm / lint-helm (push) Has been cancelled
renovate / renovate (push) Has been cancelled
2026-01-23 10:02:04 +00:00
cd7840d4f6 chore(deps): update gitea/gitea docker tag to v1.25.4 (#3380)
All checks were successful
lint-test-helm / lint-helm (push) Successful in 15s
render-manifests-push / render-manifests-push (push) Has been skipped
lint-test-docker / lint-docker-compose (push) Successful in 21s
renovate / renovate (push) Successful in 2m14s
2026-01-23 03:02:08 +00:00
3ff0d4dc3f chore(deps): update postgres-cluster docker tag to v7.5.0 (#3377)
All checks were successful
render-manifests-push / render-manifests-push (push) Has been skipped
lint-test-helm / lint-helm (push) Successful in 15s
renovate / renovate (push) Successful in 1m34s
render-manifests-dispatch / render-manifests-dispatch (push) Successful in 47m38s
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| [postgres-cluster](https://github.com/cloudnative-pg/cloudnative-pg) | minor | `7.4.5` → `7.5.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:eyJjcmVhdGVkSW5WZXIiOiI0Mi42OS4yIiwidXBkYXRlZEluVmVyIjoiNDIuNjkuMiIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiY2hhcnQiLCJpbWFnZSJdfQ==-->

Reviewed-on: #3377
Co-authored-by: Renovate Bot <renovate-bot@alexlebens.net>
Co-committed-by: Renovate Bot <renovate-bot@alexlebens.net>
2026-01-23 00:57:31 +00:00
c29b0faacb fix: remove values file
All checks were successful
render-manifests-push / render-manifests-push (push) Successful in 55s
lint-test-helm / lint-helm (push) Successful in 1m23s
renovate / renovate (push) Successful in 10m41s
2026-01-22 18:32:54 -06:00
19f2e68eaa Update Helm release argo-events to v2.4.20 (#3372)
All checks were successful
lint-test-helm / lint-helm (push) Successful in 16s
render-manifests-push / render-manifests-push (push) Has been skipped
renovate / renovate (push) Successful in 2m22s
2026-01-23 00:23:42 +00:00
250abad0cf chore: upgrade chart
Some checks failed
lint-test-helm / lint-helm (push) Successful in 26s
render-manifests-push / render-manifests-push (push) Has been cancelled
renovate / renovate (push) Has been cancelled
2026-01-22 18:20:30 -06:00
8cf45d06c4 Update ghcr.io/booklore-app/booklore Docker tag to v1.18.3 (#3371)
Some checks failed
render-manifests-push / render-manifests-push (push) Has been skipped
lint-test-helm / lint-helm (push) Has been cancelled
renovate / renovate (push) Has been cancelled
2026-01-23 00:19:15 +00:00
e255ed994f Update ghcr.io/booklore-app/booklore Docker tag to v1.18.2 (#3369)
All checks were successful
render-manifests-push / render-manifests-push (push) Has been skipped
lint-test-helm / lint-helm (push) Successful in 1m17s
renovate / renovate (push) Successful in 2m33s
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| [ghcr.io/booklore-app/booklore](https://github.com/booklore-app/booklore) | minor | `v1.17.0` → `v1.18.2` |

---

> ⚠️ **Warning**
>
> Some dependencies could not be looked up. Check the Dependency Dashboard for more information.

---

### Release Notes

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

### [`v1.18.2`](https://github.com/booklore-app/booklore/releases/tag/v1.18.2)

[Compare Source](https://github.com/booklore-app/booklore/compare/v1.18.0...v1.18.2)

#### 🌟 What's New in v1.18.2

This release introduces some of the largest and most impactful features Booklore has seen so far:

- **New Ebook Reader**: Introducing a responsive, clean, and intuitive reader based on Foliate.js. Supports EPUB, AZW3, MOBI, and FB2 formats, with highlights, notes, and bookmarks for seamless reading.
- **Bi-Directional Reading Progress Sync**: Reading progress now syncs automatically between Booklore and KoReader, with Kobo support coming in upcoming releases.
- **Streaming Ebook Reading (Beta)**: Large ebooks, such as multi-hundred-page cookbooks or textbooks, can now be read page by page, minimizing memory and storage usage.
- **Optimized PDF & CBZ Streaming**: PDF and CBX files no longer need to be fully extracted for reading; pages are streamed directly, improving performance for large files.
- **Enhanced Charts**: All charts have been redesigned for clarity and visual appeal. Three new chart types have been added: Taste Ratings, Reading Backlog, and Series Progress.
- **Komga-Compatible API**: Connect your Komga apps, such as Mihon or Komelia, directly to Booklore for unified library management.
- **Progressive Web App Support**: Booklore can now be installed as a PWA, allowing access without browser UI limitations for a cleaner reading experience.

#### 🐛 Bug Fixes (v1.18.2 + v1.18.1)

- fix(db): remove unused CBX/PDF cache cleanup cron entries ([#&#8203;2402](https://github.com/booklore-app/booklore/issues/2402))
- Fix showstopper bugs in v1.18.0 ([#&#8203;2399](https://github.com/booklore-app/booklore/issues/2399)) by [@&#8203;acx10](https://github.com/acx10)
- fix(reading sessions): Split sessions, re-calculate times in book overview ([#&#8203;2393](https://github.com/booklore-app/booklore/issues/2393)) by [@&#8203;WorldTeacher](https://github.com/WorldTeacher)

#### 🚀 New Features (v1.18.0)

- Introduced additional library charts to surface meaningful insights ([#&#8203;2390](https://github.com/booklore-app/booklore/issues/2390)) by [@&#8203;acx10](https://github.com/acx10)
- Introduce three new analytical charts: Taste Ratings, Reading Backlog, and Series Progress ([#&#8203;2383](https://github.com/booklore-app/booklore/issues/2383)) by [@&#8203;acx10](https://github.com/acx10)
- Initialize progress web app ([#&#8203;2351](https://github.com/booklore-app/booklore/issues/2351)) by [@&#8203;acx10](https://github.com/acx10)
- feat(custom-covers): add functionality to generate custom covers for selected books ([#&#8203;2355](https://github.com/booklore-app/booklore/issues/2355)) by [@&#8203;balazs-szucs](https://github.com/balazs-szucs)
- Implement streaming EPUB reader with on-demand loading ([#&#8203;2350](https://github.com/booklore-app/booklore/issues/2350)) by [@&#8203;acx10](https://github.com/acx10)
- Feat/komga api ([#&#8203;2071](https://github.com/booklore-app/booklore/issues/2071)) by [@&#8203;farfromrefug](https://github.com/farfromrefug)
- Revamp streaming PDF reader to render pages on demand ([#&#8203;2332](https://github.com/booklore-app/booklore/issues/2332)) by [@&#8203;acx10](https://github.com/acx10)
- Revamp the CBX reader layout for improved structure and usability ([#&#8203;2330](https://github.com/booklore-app/booklore/issues/2330)) by [@&#8203;acx10](https://github.com/acx10)
- Add support for annotations and book notes in the new ebook reader ([#&#8203;2313](https://github.com/booklore-app/booklore/issues/2313)) by [@&#8203;acx10](https://github.com/acx10)
- Bidirectional progress sync between koreader and booklore reader ([#&#8203;2312](https://github.com/booklore-app/booklore/issues/2312)) by [@&#8203;acx10](https://github.com/acx10)
- feat(metadata): add configurable enabled fields for metadata editor a… ([#&#8203;2299](https://github.com/booklore-app/booklore/issues/2299)) by [@&#8203;acx10](https://github.com/acx10)
- Implement Public Shelves ([#&#8203;1969](https://github.com/booklore-app/booklore/issues/1969)) by [@&#8203;cjd](https://github.com/cjd)
- Introduce a new eBook reader with support for EPUB, MOBI, AZW3, and FB2 formats ([#&#8203;2258](https://github.com/booklore-app/booklore/issues/2258)) by [@&#8203;acx10](https://github.com/acx10)
- feat(metadata): add auto-save metadata feature in editor settings ([#&#8203;2274](https://github.com/booklore-app/booklore/issues/2274)) by [@&#8203;balazs-szucs](https://github.com/balazs-szucs)
- RanobeDB Light Novel metadata provider ([#&#8203;2221](https://github.com/booklore-app/booklore/issues/2221)) by [@&#8203;Nedra1998](https://github.com/Nedra1998)

####  Enhancements (v1.18.0)

- feat(metadata): add 'Replace When Provided' option to metadata replacement modes ([#&#8203;2379](https://github.com/booklore-app/booklore/issues/2379)) by [@&#8203;balazs-szucs](https://github.com/balazs-szucs)
- feat(google-parser): improve Google Books API integration with improved metadata handling and series extraction ([#&#8203;2375](https://github.com/booklore-app/booklore/issues/2375)) by [@&#8203;balazs-szucs](https://github.com/balazs-szucs)
- feat(metadata): add replace mode option for metadata fetching ([#&#8203;2356](https://github.com/booklore-app/booklore/issues/2356)) by [@&#8203;balazs-szucs](https://github.com/balazs-szucs)
- feat(comicVine): improve comic metadata structure with additional credits and fields ([#&#8203;2358](https://github.com/booklore-app/booklore/issues/2358)) by [@&#8203;balazs-szucs](https://github.com/balazs-szucs)
- feat(library): add validation for library path accessibility during rescan ([#&#8203;2347](https://github.com/booklore-app/booklore/issues/2347)) by [@&#8203;balazs-szucs](https://github.com/balazs-szucs)
- feat(ui): add password confirmations ([#&#8203;2291](https://github.com/booklore-app/booklore/issues/2291)) by [@&#8203;arjunsrinivasan1997](https://github.com/arjunsrinivasan1997)
- feat(sort): Add sort by author surname and first name ([#&#8203;2292](https://github.com/booklore-app/booklore/issues/2292)) by [@&#8203;balazs-szucs](https://github.com/balazs-szucs)
- feat(directory-picker): add selection actions for folders, add buttons for select all, deselect all, and select current folder ([#&#8203;2293](https://github.com/booklore-app/booklore/issues/2293)) by [@&#8203;balazs-szucs](https://github.com/balazs-szucs)
- feat(hardcover): Improve Hardcover metadata accuracy and rate limiting ([#&#8203;2303](https://github.com/booklore-app/booklore/issues/2303)) by [@&#8203;balazs-szucs](https://github.com/balazs-szucs)
- feat(shelf): add shelf filtering options and integrate into book processing ([#&#8203;2268](https://github.com/booklore-app/booklore/issues/2268)) by [@&#8203;balazs-szucs](https://github.com/balazs-szucs)
- Stream CBX contents directly from the archive instead of unzipping and caching files ([#&#8203;2229](https://github.com/booklore-app/booklore/issues/2229)) by [@&#8203;acx10](https://github.com/acx10)

#### 🎨 UI Tweaks (v1.18.0)

- Polish view and metadata settings page UI ([#&#8203;2362](https://github.com/booklore-app/booklore/issues/2362)) by [@&#8203;acx10](https://github.com/acx10)
- Optimize metadata picker for mobile layout ([#&#8203;2361](https://github.com/booklore-app/booklore/issues/2361)) by [@&#8203;acx10](https://github.com/acx10)

#### 🐛 Bug Fixes (v1.18.0)

- Fix touch issues with ebook reader ([#&#8203;2395](https://github.com/booklore-app/booklore/issues/2395)) by [@&#8203;acx10](https://github.com/acx10)
- Fix failing book cover search due to HTTP 403 ([#&#8203;2392](https://github.com/booklore-app/booklore/issues/2392)) by [@&#8203;acx10](https://github.com/acx10)
- fix: Refactor HardcoverSyncService to improve edition and page count ([#&#8203;2389](https://github.com/booklore-app/booklore/issues/2389)) by [@&#8203;boludo00](https://github.com/boludo00)
- fix(kobo): Update KoboResources file to match Calibre web to fix issues with Overdrive ([#&#8203;2367](https://github.com/booklore-app/booklore/issues/2367)) by [@&#8203;cra21k](https://github.com/cra21k)
- fix(comic-metadata):  fix series grouping bug with external ComicInfo.xml metadata ([#&#8203;2385](https://github.com/booklore-app/booklore/issues/2385)) by [@&#8203;balazs-szucs](https://github.com/balazs-szucs)
- fix(PathPatternResolver): remove leading slash from resolved pattern if first component is empty ([#&#8203;2339](https://github.com/booklore-app/booklore/issues/2339)) by [@&#8203;balazs-szucs](https://github.com/balazs-szucs)
- fix(ui): map comic book extensions to CBX filter in book details ([#&#8203;2338](https://github.com/booklore-app/booklore/issues/2338)) by [@&#8203;balazs-szucs](https://github.com/balazs-szucs)
- fix: Reading stats UI ([#&#8203;2322](https://github.com/booklore-app/booklore/issues/2322)) by [@&#8203;WorldTeacher](https://github.com/WorldTeacher)
- fix: split reading sessions based on the date ([#&#8203;2316](https://github.com/booklore-app/booklore/issues/2316)) by [@&#8203;WorldTeacher](https://github.com/WorldTeacher)
- fix(chart-ui): resolve glitches in chart rendering ([#&#8203;2290](https://github.com/booklore-app/booklore/issues/2290)) by [@&#8203;acx10](https://github.com/acx10)
- fix(comicvine): fix metadata search failing for titles containing '#<number>' ([#&#8203;2273](https://github.com/booklore-app/booklore/issues/2273)) by [@&#8203;balazs-szucs](https://github.com/balazs-szucs)
- fix(reading statistics ui): small fixes ([#&#8203;2276](https://github.com/booklore-app/booklore/issues/2276)) by [@&#8203;WorldTeacher](https://github.com/WorldTeacher)
- fix(metadata-picker): handle null and empty values in fetched metadata processing ([#&#8203;2269](https://github.com/booklore-app/booklore/issues/2269)) by [@&#8203;balazs-szucs](https://github.com/balazs-szucs)
- fix(OpdsFeedService): detect ZIP mime type for FB2 files when zipped ([#&#8203;2242](https://github.com/booklore-app/booklore/issues/2242)) by [@&#8203;balazs-szucs](https://github.com/balazs-szucs)
- fix(epub): strip formatting from ISBN values to ensure correct extraction ([#&#8203;2248](https://github.com/booklore-app/booklore/issues/2248)) by [@&#8203;balazs-szucs](https://github.com/balazs-szucs)
- feat(deps): add JPEG2000 support in PDFBox with Jai ImageIO dependencies ([#&#8203;2250](https://github.com/booklore-app/booklore/issues/2250)) by [@&#8203;balazs-szucs](https://github.com/balazs-szucs)
- fix(metadata): missing lubimyczytac fields and fetch retry ([#&#8203;2179](https://github.com/booklore-app/booklore/issues/2179)) by [@&#8203;Spynacz](https://github.com/Spynacz)

#### 🛠️ Refactoring & Maintenance (v1.18.0)

- Refactor: Enhance healthcheck response with version info and DTO ([#&#8203;2378](https://github.com/booklore-app/booklore/issues/2378)) by [@&#8203;hyun4965](https://github.com/hyun4965)
- perf(regex): introduce regex patterns for improved string handling invarious services ([#&#8203;2386](https://github.com/booklore-app/booklore/issues/2386)) by [@&#8203;balazs-szucs](https://github.com/balazs-szucs)
- Fix: Yes/No buttons on bookdrop import have reversed colors/icons ([#&#8203;2363](https://github.com/booklore-app/booklore/issues/2363)) by [@&#8203;acx10](https://github.com/acx10)
- Normalize book progress percentage rounding ([#&#8203;2359](https://github.com/booklore-app/booklore/issues/2359)) by [@&#8203;acx10](https://github.com/acx10)
- chore(metadata-warning): add warnings about metadata quality for file naming and moving features ([#&#8203;2340](https://github.com/booklore-app/booklore/issues/2340)) by [@&#8203;balazs-szucs](https://github.com/balazs-szucs)
- fix(api,epub): add cover extraction fallback using meta cover attribute for URL-encoded cover image hrefs ([#&#8203;2310](https://github.com/booklore-app/booklore/issues/2310)) by [@&#8203;ajbanck](https://github.com/ajbanck)
- fix(amazon-parser): handle Amazon error responses and improve error logging ([#&#8203;2294](https://github.com/booklore-app/booklore/issues/2294)) by [@&#8203;balazs-szucs](https://github.com/balazs-szucs)
- fix(metadata): ensure authors/genres are replaced, not merged, during metadata update by defaulting mergeCategories to false ([#&#8203;2304](https://github.com/booklore-app/booklore/issues/2304)) by [@&#8203;balazs-szucs](https://github.com/balazs-szucs)
- chore(docs): update copyright year in README ([#&#8203;2323](https://github.com/booklore-app/booklore/issues/2323)) by [@&#8203;balazs-szucs](https://github.com/balazs-szucs)
- Refactor metadata picker and parsers for Amazon, Goodreads, and Google ([#&#8203;2327](https://github.com/booklore-app/booklore/issues/2327)) by [@&#8203;acx10](https://github.com/acx10)
- Refactor dialogs for a consistent look and feel ([#&#8203;2321](https://github.com/booklore-app/booklore/issues/2321)) by [@&#8203;acx10](https://github.com/acx10)
- Refactor common dialog header and footer components ([#&#8203;2318](https://github.com/booklore-app/booklore/issues/2318)) by [@&#8203;acx10](https://github.com/acx10)
- Refactor the Book Browser to simplify and streamline the implementation ([#&#8203;2317](https://github.com/booklore-app/booklore/issues/2317)) by [@&#8203;acx10](https://github.com/acx10)
- Centralize book tag color definitions ([#&#8203;2314](https://github.com/booklore-app/booklore/issues/2314)) by [@&#8203;acx10](https://github.com/acx10)
- Remove support for the legacy ePub reader ([#&#8203;2287](https://github.com/booklore-app/booklore/issues/2287)) by [@&#8203;acx10](https://github.com/acx10)
- fix(parsers): increase request interval to prevent rate limiting issues ([#&#8203;2282](https://github.com/booklore-app/booklore/issues/2282)) by [@&#8203;balazs-szucs](https://github.com/balazs-szucs)
- (Refactor) Extract file-specific information from book ([#&#8203;1734](https://github.com/booklore-app/booklore/issues/1734)) by [@&#8203;piffio](https://github.com/piffio)
- Update query to use startTime instead of createdAt ([#&#8203;2272](https://github.com/booklore-app/booklore/issues/2272)) by [@&#8203;WorldTeacher](https://github.com/WorldTeacher)
- feat(archive): add ArchiveType via Magic Numbers detection and integrate into book processing ([#&#8203;2220](https://github.com/booklore-app/booklore/issues/2220)) by [@&#8203;balazs-szucs](https://github.com/balazs-szucs)
- fix(epub): normalize text nodes in EPUB metadata content.opf ([#&#8203;2222](https://github.com/booklore-app/booklore/issues/2222)) by [@&#8203;balazs-szucs](https://github.com/balazs-szucs)

#### 📦 Dependencies (v1.18.0)

- chore(deps): bump tar from 7.5.2 to 7.5.6 in /booklore-ui ([#&#8203;2387](https://github.com/booklore-app/booklore/issues/2387)) by @&#8203;[dependabot\[bot\]](https://github.com/apps/dependabot)
- chore(deps): bump lodash-es from 4.17.21 to 4.17.23 in /booklore-ui ([#&#8203;2388](https://github.com/booklore-app/booklore/issues/2388)) by @&#8203;[dependabot\[bot\]](https://github.com/apps/dependabot)
- chore: update Angular dependencies to latest minor/patch versions ([#&#8203;2285](https://github.com/booklore-app/booklore/issues/2285)) by [@&#8203;acx10](https://github.com/acx10)

#### 🐳 Docker Images

- **Docker Hub:** `booklore/booklore:v1.18.2`
- **GitHub Container Registry:** `ghcr.io/booklore-app/booklore:v1.18.2`

**Full Changelog**: <https://github.com/booklore-app/booklore/compare/v1.17.0...v1.18.2>

#### 📸 Screenshots

<img width="750" height="471" alt="Screenshot 2026-01-22 at 12 10 47 PM" src="https://github.com/user-attachments/assets/d5118bbf-771c-495d-b2a3-a695027a6bcd" />
<img width="750" height="451" alt="Screenshot 2026-01-22 at 12 06 23 PM" src="https://github.com/user-attachments/assets/13456e8f-e3bb-4373-b6c8-b4871c5b5504" />
<img width="750" height="452" alt="Screenshot 2026-01-22 at 12 02 35 PM" src="https://github.com/user-attachments/assets/d2f8a2d6-6ea8-43d2-b990-7a058ca45e29" />
<img width="750" height="452" alt="Screenshot 2026-01-22 at 12 01 46 PM" src="https://github.com/user-attachments/assets/0aff60b3-238f-4f6e-a2b5-c962f844e7ba" />
<img width="632" height="710" alt="Screenshot 2026-01-22 at 12 04 22 PM" src="https://github.com/user-attachments/assets/fd4fcc98-3d95-4662-ac61-a93d534f3ed3" />
<img width="632" height="710" alt="Screenshot 2026-01-22 at 12 04 27 PM" src="https://github.com/user-attachments/assets/5464a3d4-a6f7-4e8d-acfc-1ca7fb14e9ec" />
<img width="632" height="710" alt="Screenshot 2026-01-22 at 12 04 33 PM" src="https://github.com/user-attachments/assets/c7722037-ba00-4bea-a166-150b6557caf3" />
<img width="632" height="710" alt="Screenshot 2026-01-22 at 12 05 47 PM" src="https://github.com/user-attachments/assets/6011c4ee-efa2-4471-a9b0-9fd2b2d09712" />
<img width="750" height="471" alt="Screenshot 2026-01-22 at 12 13 56 PM" src="https://github.com/user-attachments/assets/820465a6-59d7-44d7-9eef-56f69451ab85" />
<img width="750" height="402" alt="Screenshot 2026-01-22 at 1 17 59 AM" src="https://github.com/user-attachments/assets/08aa7a57-aa54-4672-ab1c-b35551e88b51" />
<img width="750" height="369" alt="Screenshot 2026-01-22 at 1 17 41 AM" src="https://github.com/user-attachments/assets/2f08f94f-59e4-40f1-932b-07b028620875" />
<img width="750" height="317" alt="Screenshot 2026-01-22 at 1 18 11 AM" src="https://github.com/user-attachments/assets/947c96cc-ab9a-481d-adb0-2a1472393ee8" />
<img width="750" height="471" alt="Screenshot 2026-01-22 at 12 09 34 PM" src="https://github.com/user-attachments/assets/3bfc4666-7aa5-45db-a2b5-f16f0a3a8b5c" />
<img width="750" height="471" alt="Screenshot 2026-01-22 at 12 09 28 PM" src="https://github.com/user-attachments/assets/1c3cc89f-1cd6-4dd3-b0f2-26b9ad56aa66" />
<img width="750" height="451" alt="Screenshot 2026-01-22 at 12 07 03 PM" src="https://github.com/user-attachments/assets/8b9577c0-db09-4bf1-8903-f9ceca7b9964" />

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

Reviewed-on: https://gitea.alexlebens.dev/alexlebens/infrastructure/pulls/3369
Co-authored-by: Renovate Bot <renovate-bot@alexlebens.net>
Co-committed-by: Renovate Bot <renovate-bot@alexlebens.net>
2026-01-22 23:28:01 +00:00
35e9a47d4c change mount
All checks were successful
lint-test-helm / lint-helm (push) Successful in 11s
render-manifests-push / render-manifests-push (push) Successful in 54s
render-manifests-dispatch / render-manifests-dispatch (push) Successful in 23m0s
renovate / renovate (push) Successful in 1m8s
2026-01-21 17:05:04 -06:00
6825eb5c61 remove lidatube
All checks were successful
lint-test-helm / lint-helm (push) Successful in 34s
render-manifests-push / render-manifests-push (push) Successful in 40s
lint-test-docker / lint-docker-compose (push) Successful in 50s
renovate / renovate (push) Successful in 2m33s
2026-01-21 16:34:57 -06:00
79cd824f93 Update Helm release loki to v6.51.0 (#3367)
All checks were successful
render-manifests-push / render-manifests-push (push) Has been skipped
lint-test-helm / lint-helm (push) Successful in 29s
renovate / renovate (push) Successful in 1m30s
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| [loki](https://grafana.github.io/helm-charts) ([source](https://github.com/grafana/helm-charts)) | minor | `6.50.0` → `6.51.0` |

---

> ⚠️ **Warning**
>
> Some dependencies could not be looked up. Check the Dependency Dashboard for more information.

---

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

Reviewed-on: #3367
Co-authored-by: Renovate Bot <renovate-bot@alexlebens.net>
Co-committed-by: Renovate Bot <renovate-bot@alexlebens.net>
2026-01-21 22:09:28 +00:00
535c100d98 add music library
All checks were successful
lint-test-helm / lint-helm (push) Successful in 36s
render-manifests-push / render-manifests-push (push) Successful in 1m56s
renovate / renovate (push) Successful in 2m42s
2026-01-21 15:13:43 -06:00
af24cf5a6d scale 2026-01-21 15:13:43 -06:00
f13c8b3021 Update Helm release loki to v6.50.0 (#3353)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| [loki](https://grafana.github.io/helm-charts) ([source](https://github.com/grafana/helm-charts)) | minor | `6.49.0` → `6.50.0` |

---

> ⚠️ **Warning**
>
> Some dependencies could not be looked up. Check the Dependency Dashboard for more information.

---

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

Reviewed-on: #3353
Co-authored-by: Renovate Bot <renovate-bot@alexlebens.net>
Co-committed-by: Renovate Bot <renovate-bot@alexlebens.net>
2026-01-21 21:11:33 +00:00
a7fe2e1904 Update kube-prometheus-stack Docker tag to v81.2.0 (#3362)
All checks were successful
render-manifests-push / render-manifests-push (push) Has been skipped
lint-test-helm / lint-helm (push) Successful in 42s
renovate / renovate (push) Successful in 2m0s
2026-01-21 21:06:10 +00:00
b49a14b361 Update ollama/ollama Docker tag to v0.14.3 (#3361)
Some checks failed
render-manifests-push / render-manifests-push (push) Has been skipped
lint-test-helm / lint-helm (push) Successful in 18s
renovate / renovate (push) Has been cancelled
2026-01-21 21:05:17 +00:00
52d22e24b2 Update Helm release matrix-synapse to v3.12.18 (#3359)
Some checks failed
lint-test-helm / lint-helm (push) Has been cancelled
render-manifests-push / render-manifests-push (push) Has been skipped
renovate / renovate (push) Has been cancelled
2026-01-21 21:05:01 +00:00
ea263f27aa Update Helm release gatus to v1.4.5 (#3357)
Some checks failed
render-manifests-push / render-manifests-push (push) Has been skipped
lint-test-helm / lint-helm (push) Has been cancelled
renovate / renovate (push) Has been cancelled
2026-01-21 21:03:46 +00:00
38449c9716 Update Helm release element-web to v1.4.28 (#3355)
Some checks failed
render-manifests-push / render-manifests-push (push) Has been skipped
lint-test-helm / lint-helm (push) Has been cancelled
renovate / renovate (push) Has been cancelled
2026-01-21 21:02:57 +00:00
6e37e48d12 Update Helm release argo-workflows to v0.47.1 (#3354)
Some checks failed
render-manifests-push / render-manifests-push (push) Has been skipped
lint-test-helm / lint-helm (push) Has been cancelled
renovate / renovate (push) Has been cancelled
2026-01-21 21:02:21 +00:00
05c2ca2848 remove ephemera
All checks were successful
lint-test-helm / lint-helm (push) Successful in 28s
lint-test-docker / lint-docker-compose (push) Successful in 38s
render-manifests-push / render-manifests-push (push) Successful in 54s
renovate / renovate (push) Successful in 5m55s
2026-01-21 14:38:02 -06:00
1c8cf4a353 Update caronc/apprise Docker tag to v1.3.1 (#3350)
All checks were successful
render-manifests-push / render-manifests-push (push) Has been skipped
lint-test-helm / lint-helm (push) Successful in 41s
renovate / renovate (push) Successful in 2m1s
2026-01-21 20:02:30 +00:00
4cd0e9ea47 Update d3fk/s3cmd:latest Docker digest to 9d73431 (#3348)
All checks were successful
render-manifests-push / render-manifests-push (push) Has been skipped
lint-test-helm / lint-helm (push) Successful in 40s
renovate / renovate (push) Successful in 2m15s
2026-01-21 03:02:57 +00:00
d9e7938f4f Update ghcr.io/linuxserver/bazarr:1.5.4 Docker digest to 5af962a (#3346)
All checks were successful
render-manifests-push / render-manifests-push (push) Has been skipped
lint-test-helm / lint-helm (push) Successful in 1m3s
renovate / renovate (push) Successful in 2m45s
render-manifests-dispatch / render-manifests-dispatch (push) Successful in 33m19s
2026-01-20 22:02:32 +00:00
27e84df323 add pull policy
All checks were successful
lint-test-helm / lint-helm (push) Successful in 28s
render-manifests-push / render-manifests-push (push) Successful in 1m21s
renovate / renovate (push) Successful in 2m19s
2026-01-20 15:06:17 -06:00
70a99fc40c Update Helm release rook-ceph-cluster to v1.19.0 (#3343)
All checks were successful
render-manifests-push / render-manifests-push (push) Has been skipped
lint-test-helm / lint-helm (push) Successful in 28s
renovate / renovate (push) Successful in 2m0s
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| [rook-ceph-cluster](https://github.com/rook/rook) | minor | `v1.18.9` → `v1.19.0` |

---

> ⚠️ **Warning**
>
> Some dependencies could not be looked up. Check the Dependency Dashboard for more information.

---

### Release Notes

<details>
<summary>rook/rook (rook-ceph-cluster)</summary>

### [`v1.19.0`](https://github.com/rook/rook/releases/tag/v1.19.0)

[Compare Source](https://github.com/rook/rook/compare/v1.18.9...v1.19.0)

### Upgrade Guide

To upgrade from previous versions of Rook, see the [Rook upgrade guide](https://rook.github.io/docs/rook/v1.19/Upgrade/rook-upgrade/).

### Breaking Changes

- The supported Kubernetes versions are v1.30 - v1.35
- The minimum supported Ceph version is v19.2.0. Rook v1.18 clusters running Ceph v18 must upgrade
  to Ceph v19.2.0 or higher before upgrading Rook.
- The behavior of the `activeStandby` property in the `CephFilesystem` CRD has changed. When set to `false`, the standby MDS daemon deployment will be scaled down and removed, rather than only disabling the standby cache while the daemon remains running.
- Helm: The `rook-ceph-cluster` chart has changed where the Ceph image is defined, to allow separate settings for the repository and tag. For more details, see the [Rook upgrade guide](https://rook.io/docs/rook/v1.19/Upgrade/rook-upgrade/#breaking-changes-in-v119).
- In external mode, when users provide a Ceph admin keyring to Rook, Rook will no longer create CSI Ceph clients automatically. This approach will provide more consistency to configure external mode clusters via the same external Python script.

### Features

- Experimental: NVMe over Fabrics (NVMe-oF) allows RBD volumes to be exposed and accessed via the NVMe/TCP protocol. This enables both Kubernetes pods within the cluster and external clients outside the cluster to connect to Ceph block storage using standard NVMe-oF initiators, providing high-performance block storage access over the network. See the [NVMe-oF Configuration Guide](https://rook.io/docs/rook/latest-release/Storage-Configuration/Block-Storage-RBD/nvme-of/) to get started.
- CephCSI v3.16 Integration:
  - NVMe-oF CSI driver for provisioning and mounting volumes over the NVMe over Fabrics protocol
  - Improved fencing for RBD and CephFS volumes during [node failure](https://rook.io/docs/rook/latest-release/Storage-Configuration/Block-Storage-RBD/block-storage/#node-loss)
  - Block volume usage statistics
  - Configurable block encryption cipher
- Experimental: Allow concurrent reconciles of the CephCluster CR when there multiple clusters being managed by the same Rook operator. Concurrency is enabled by increasing the operator setting `ROOK_RECONCILE_CONCURRENT_CLUSTERS` to a value greater than `1`.
- Improved logging with namespaced names for the controllers for more consistency in troubleshooting the rook operator log.

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

Reviewed-on: #3343
Co-authored-by: Renovate Bot <renovate-bot@alexlebens.net>
Co-committed-by: Renovate Bot <renovate-bot@alexlebens.net>
2026-01-20 20:55:59 +00:00
89e8538e2d Update Helm release rook-ceph to v1.19.0 (#3342)
All checks were successful
render-manifests-push / render-manifests-push (push) Has been skipped
lint-test-helm / lint-helm (push) Successful in 23s
renovate / renovate (push) Successful in 2m50s
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| [rook-ceph](https://github.com/rook/rook) | minor | `v1.18.9` → `v1.19.0` |

---

> ⚠️ **Warning**
>
> Some dependencies could not be looked up. Check the Dependency Dashboard for more information.

---

### Release Notes

<details>
<summary>rook/rook (rook-ceph)</summary>

### [`v1.19.0`](https://github.com/rook/rook/releases/tag/v1.19.0)

[Compare Source](https://github.com/rook/rook/compare/v1.18.9...v1.19.0)

### Upgrade Guide

To upgrade from previous versions of Rook, see the [Rook upgrade guide](https://rook.github.io/docs/rook/v1.19/Upgrade/rook-upgrade/).

### Breaking Changes

- The supported Kubernetes versions are v1.30 - v1.35
- The minimum supported Ceph version is v19.2.0. Rook v1.18 clusters running Ceph v18 must upgrade
  to Ceph v19.2.0 or higher before upgrading Rook.
- The behavior of the `activeStandby` property in the `CephFilesystem` CRD has changed. When set to `false`, the standby MDS daemon deployment will be scaled down and removed, rather than only disabling the standby cache while the daemon remains running.
- Helm: The `rook-ceph-cluster` chart has changed where the Ceph image is defined, to allow separate settings for the repository and tag. For more details, see the [Rook upgrade guide](https://rook.io/docs/rook/v1.19/Upgrade/rook-upgrade/#breaking-changes-in-v119).
- In external mode, when users provide a Ceph admin keyring to Rook, Rook will no longer create CSI Ceph clients automatically. This approach will provide more consistency to configure external mode clusters via the same external Python script.

### Features

- Experimental: NVMe over Fabrics (NVMe-oF) allows RBD volumes to be exposed and accessed via the NVMe/TCP protocol. This enables both Kubernetes pods within the cluster and external clients outside the cluster to connect to Ceph block storage using standard NVMe-oF initiators, providing high-performance block storage access over the network. See the [NVMe-oF Configuration Guide](https://rook.io/docs/rook/latest-release/Storage-Configuration/Block-Storage-RBD/nvme-of/) to get started.
- CephCSI v3.16 Integration:
  - NVMe-oF CSI driver for provisioning and mounting volumes over the NVMe over Fabrics protocol
  - Improved fencing for RBD and CephFS volumes during [node failure](https://rook.io/docs/rook/latest-release/Storage-Configuration/Block-Storage-RBD/block-storage/#node-loss)
  - Block volume usage statistics
  - Configurable block encryption cipher
- Experimental: Allow concurrent reconciles of the CephCluster CR when there multiple clusters being managed by the same Rook operator. Concurrency is enabled by increasing the operator setting `ROOK_RECONCILE_CONCURRENT_CLUSTERS` to a value greater than `1`.
- Improved logging with namespaced names for the controllers for more consistency in troubleshooting the rook operator log.

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

Reviewed-on: #3342
Co-authored-by: Renovate Bot <renovate-bot@alexlebens.net>
Co-committed-by: Renovate Bot <renovate-bot@alexlebens.net>
2026-01-20 20:38:46 +00:00
2bdcd5d6fd Update clidey/whodb Docker tag to v0.89.0 (#3339)
All checks were successful
render-manifests-push / render-manifests-push (push) Has been skipped
lint-test-helm / lint-helm (push) Successful in 30s
renovate / renovate (push) Successful in 3m42s
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| clidey/whodb | minor | `0.88.0` → `0.89.0` |

---

> ⚠️ **Warning**
>
> Some dependencies could not be looked up. Check the Dependency Dashboard for more information.

---

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

Reviewed-on: #3339
Co-authored-by: Renovate Bot <renovate-bot@alexlebens.net>
Co-committed-by: Renovate Bot <renovate-bot@alexlebens.net>
2026-01-20 19:58:37 +00:00
bc63a11165 Update Helm release meilisearch to v0.23.0 (#3338)
All checks were successful
render-manifests-push / render-manifests-push (push) Has been skipped
lint-test-helm / lint-helm (push) Successful in 58s
renovate / renovate (push) Successful in 2m16s
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| [meilisearch](https://github.com/meilisearch/meilisearch-kubernetes/tree/main/charts/meilisearch) ([source](https://github.com/meilisearch/meilisearch-kubernetes)) | minor | `0.21.0` → `0.23.0` |

---

> ⚠️ **Warning**
>
> Some dependencies could not be looked up. Check the Dependency Dashboard for more information.

---

### Release Notes

<details>
<summary>meilisearch/meilisearch-kubernetes (meilisearch)</summary>

### [`v0.23.0`](https://github.com/meilisearch/meilisearch-kubernetes/releases/tag/meilisearch-0.23.0)

[Compare Source](https://github.com/meilisearch/meilisearch-kubernetes/compare/meilisearch-0.22.0...meilisearch-0.23.0)

A Helm chart for the Meilisearch search engine

### [`v0.22.0`](https://github.com/meilisearch/meilisearch-kubernetes/releases/tag/meilisearch-0.22.0)

[Compare Source](https://github.com/meilisearch/meilisearch-kubernetes/compare/meilisearch-0.21.0...meilisearch-0.22.0)

A Helm chart for the Meilisearch search engine

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

Reviewed-on: #3338
Co-authored-by: Renovate Bot <renovate-bot@alexlebens.net>
Co-committed-by: Renovate Bot <renovate-bot@alexlebens.net>
2026-01-20 19:03:43 +00:00
184 changed files with 452 additions and 884 deletions

View File

@@ -22,5 +22,5 @@ dependencies:
version: 0.7.0
repository: oci://harbor.alexlebens.net/helm-charts
icon: https://cdn.jsdelivr.net/gh/selfhst/icons/png/actual-budget.png
# renovate: github=actualbudget/actual
appVersion: 25.12.0
# renovate: datasource=github-releases depName=actualbudget/actual
appVersion: 26.1.0

View File

@@ -1,12 +1,12 @@
dependencies:
- name: argo-workflows
repository: https://argoproj.github.io/argo-helm
version: 0.47.0
version: 0.47.1
- name: argo-events
repository: https://argoproj.github.io/argo-helm
version: 2.4.19
version: 2.4.20
- name: postgres-cluster
repository: oci://harbor.alexlebens.net/helm-charts
version: 7.4.5
digest: sha256:c36845d5688e28e6f6c6b6f2e17b40514f2adb937f2c6077deadfec9e6b294fe
generated: "2026-01-14T21:30:10.440164554Z"
version: 7.5.0
digest: sha256:d7b1a201f397588011b17e261f06298a110354958db98be43b9925b40a0e6deb
generated: "2026-01-23T00:22:35.377575613Z"

View File

@@ -18,15 +18,15 @@ maintainers:
- name: alexlebens
dependencies:
- name: argo-workflows
version: 0.47.0
version: 0.47.1
repository: https://argoproj.github.io/argo-helm
- name: argo-events
version: 2.4.19
version: 2.4.20
repository: https://argoproj.github.io/argo-helm
- name: postgres-cluster
alias: postgres-18-cluster
version: 7.4.5
version: 7.5.0
repository: oci://harbor.alexlebens.net/helm-charts
icon: https://cdn.jsdelivr.net/gh/selfhst/icons/png/argo-cd.png
# renovate: github=argoproj/argo-workflows
appVersion: v3.7.6
# renovate: datasource=github-releases depName=argoproj/argo-workflows
appVersion: v3.7.8

View File

@@ -1,6 +1,6 @@
dependencies:
- name: argo-cd
repository: https://argoproj.github.io/argo-helm
version: 9.3.4
digest: sha256:006518c10fc1636a5b0398de90d4a7687ae6c0bf4626c41d11b2bc3ad48ff416
generated: "2026-01-14T23:02:04.617990687Z"
version: 9.3.6
digest: sha256:be234810cc46ac3410b0b066f97c53701191085799ae456761e005b3336e48f5
generated: "2026-01-27T12:02:59.674181021Z"

View File

@@ -15,8 +15,8 @@ maintainers:
- name: alexlebens
dependencies:
- name: argo-cd
version: 9.3.4
version: 9.3.6
repository: https://argoproj.github.io/argo-helm
icon: https://cdn.jsdelivr.net/gh/selfhst/icons/png/argo-cd.png
# renovate: github=argoproj/argo-cd
appVersion: v3.2.1
# renovate: datasource=github-releases depName=argoproj/argo-cd
appVersion: v3.2.6

View File

@@ -28,5 +28,5 @@ dependencies:
version: 0.7.0
repository: oci://harbor.alexlebens.net/helm-charts
icon: https://cdn.jsdelivr.net/gh/selfhst/icons/png/audiobookshelf.png
# renovate: github=advplyr/audiobookshelf
appVersion: 2.31.0
# renovate: datasource=github-releases depName=advplyr/audiobookshelf
appVersion: 2.32.1

View File

@@ -21,7 +21,7 @@ audiobookshelf:
apprise-api:
image:
repository: caronc/apprise
tag: 1.3.0
tag: v1.3.1
pullPolicy: IfNotPresent
env:
- name: TZ

View File

@@ -7,9 +7,9 @@ dependencies:
version: 2.1.9
- name: postgres-cluster
repository: oci://harbor.alexlebens.net/helm-charts
version: 7.4.5
version: 7.5.0
- name: redis-replication
repository: oci://harbor.alexlebens.net/helm-charts
version: 1.0.1
digest: sha256:458e9967330768b68649da4af69773adba3aed1a04316b9e67ef19612381d4b9
generated: "2026-01-17T17:30:18.453482605Z"
digest: sha256:137f0f3ecc4c958151badcc661d05f2f08119e3abef0c4b00ed93edc4b4596e4
generated: "2026-01-23T00:35:33.491000636Z"

View File

@@ -28,11 +28,11 @@ dependencies:
version: 2.1.9
- name: postgres-cluster
alias: postgres-18-cluster
version: 7.4.5
version: 7.5.0
repository: oci://harbor.alexlebens.net/helm-charts
- name: redis-replication
version: 1.0.1
repository: oci://harbor.alexlebens.net/helm-charts
icon: https://cdn.jsdelivr.net/gh/selfhst/icons/png/authentik.png
# renovate: github=goauthentik/authentik
# renovate: datasource=github-releases depName=goauthentik/authentik
appVersion: 2025.10.2

View File

@@ -26,5 +26,5 @@ dependencies:
version: 0.7.0
repository: oci://harbor.alexlebens.net/helm-charts
icon: https://cdn.jsdelivr.net/gh/selfhst/icons/png/backrest.png
# renovate: github=garethgeorge/backrest
appVersion: v1.10.1
# renovate: datasource=github-releases depName=garethgeorge/backrest
appVersion: v1.11.1

View File

@@ -24,5 +24,5 @@ dependencies:
version: 0.7.0
repository: oci://harbor.alexlebens.net/helm-charts
icon: https://cdn.jsdelivr.net/gh/selfhst/icons/png/bazarr.png
# renovate: github=linuxserver/bazarr
appVersion: 1.5.3
# renovate: datasource=github-releases depName=morpheus65535/bazarr
appVersion: 1.5.4

View File

@@ -15,7 +15,7 @@ bazarr:
main:
image:
repository: ghcr.io/linuxserver/bazarr
tag: 1.5.4@sha256:7d0a091a63889ce1e4ac4c90595ebd2c50ba5a5df7039a4f4d2be6c2aed6d4ae
tag: 1.5.4@sha256:d6492cc79ca5e12fe617c7285e7ebd60d4e7f0e93ec7faa78338dba91f07a91e
pullPolicy: IfNotPresent
env:
- name: TZ

View File

@@ -21,5 +21,5 @@ dependencies:
version: 1.0.1
repository: oci://harbor.alexlebens.net/helm-charts
icon: https://cdn.jsdelivr.net/gh/selfhst/icons/png/blocky.png
# renovate: github=0xerr0r/blocky
# renovate: datasource=github-releases depName=0xerr0r/blocky
appVersion: v0.28.2

View File

@@ -112,7 +112,6 @@ blocky:
booklore IN CNAME traefik-cl01tl
ceph IN CNAME traefik-cl01tl
code-server IN CNAME traefik-cl01tl
ephemera IN CNAME traefik-cl01tl
excalidraw IN CNAME traefik-cl01tl
feishin IN CNAME traefik-cl01tl
garage-s3 IN CNAME traefik-cl01tl
@@ -133,7 +132,6 @@ blocky:
kiwix IN CNAME traefik-cl01tl
komodo IN CNAME traefik-cl01tl
lidarr IN CNAME traefik-cl01tl
lidatube IN CNAME traefik-cl01tl
mail IN CNAME traefik-cl01tl
navidrome IN CNAME traefik-cl01tl
ntfy IN CNAME traefik-cl01tl

View File

@@ -29,5 +29,5 @@ dependencies:
version: 0.7.0
repository: oci://harbor.alexlebens.net/helm-charts
icon: https://cdn.jsdelivr.net/gh/selfhst/icons/png/booklore.png
# renovate: github=booklore-app/BookLore
appVersion: v1.13.2
# renovate: datasource=github-releases depName=booklore-app/BookLore
appVersion: v1.18.5

View File

@@ -9,7 +9,7 @@ booklore:
main:
image:
repository: ghcr.io/booklore-app/booklore
tag: v1.17.0
tag: v1.18.5
pullPolicy: IfNotPresent
env:
- name: TZ

View File

@@ -17,5 +17,5 @@ dependencies:
version: v1.19.2
repository: https://charts.jetstack.io
icon: https://raw.githubusercontent.com/walkxcode/dashboard-icons/main/png/cert-manager.png
# renovate: github=cert-manager/cert-manager
# renovate: datasource=github-releases depName=cert-manager/cert-manager
appVersion: v1.19.2

View File

@@ -18,5 +18,5 @@ dependencies:
version: 1.18.6
repository: https://helm.cilium.io/
icon: https://cdn.jsdelivr.net/gh/selfhst/icons/png/cilium.png
# renovate: github=cilium/cilium
appVersion: 1.18.4
# renovate: datasource=github-releases depName=cilium/cilium
appVersion: 1.18.6

View File

@@ -22,5 +22,5 @@ dependencies:
version: 0.4.0
repository: https://cloudnative-pg.io/charts/
icon: https://avatars.githubusercontent.com/u/100373852?s=200&v=4
# renovate: github=cloudnative-pg/cloudnative-pg
# renovate: datasource=github-releases depName=cloudnative-pg/cloudnative-pg
appVersion: 1.28.0

View File

@@ -28,5 +28,5 @@ dependencies:
version: 0.7.0
repository: oci://harbor.alexlebens.net/helm-charts
icon: https://cdn.jsdelivr.net/gh/selfhst/icons/png/visual-studio-code.png
# renovate: github=coder/code-server
appVersion: 4.106.3
# renovate: datasource=github-releases depName=linuxserver/docker-code-server
appVersion: 4.108.1

View File

@@ -1,6 +1,6 @@
dependencies:
- name: coredns
repository: https://coredns.github.io/helm
version: 1.45.0
digest: sha256:cfcb22a7d0bce4d6000800706597ae43faec74255f1deb5cc3279b2d0a81f6c6
generated: "2025-12-02T17:17:52.206039-06:00"
version: 1.45.2
digest: sha256:36ed42e4273536b6548426b4e0f51b0816d9e8fe52333bce4c61acd8ade607e8
generated: "2026-01-24T08:01:31.043488615Z"

View File

@@ -15,8 +15,8 @@ maintainers:
- name: alexlebens
dependencies:
- name: coredns
version: 1.45.0
version: 1.45.2
repository: https://coredns.github.io/helm
icon: https://raw.githubusercontent.com/walkxcode/dashboard-icons/main/png/coredns.png
# renovate: github=coredns/coredns
appVersion: v1.13.2
# renovate: datasource=github-releases depName=coredns/coredns
appVersion: v1.14.1

View File

@@ -1,7 +1,7 @@
coredns:
image:
repository: registry.k8s.io/coredns/coredns
tag: v1.13.2
tag: v1.14.1
replicaCount: 3
resources:
requests:

View File

@@ -17,5 +17,5 @@ dependencies:
repository: https://democratic-csi.github.io/charts/
version: 0.15.1
icon: https://cdn.jsdelivr.net/gh/selfhst/icons/png/kubernetes.png
# renovate: github=democratic-csi/democratic-csi
# renovate: datasource=github-releases depName=democratic-csi/democratic-csi
appVersion: v1.9.4

View File

@@ -17,5 +17,5 @@ dependencies:
version: 0.34.0
repository: https://kubernetes-sigs.github.io/descheduler/
icon: https://cdn.jsdelivr.net/gh/selfhst/icons/png/kubernetes.png
# renovate: github=kubernetes-sigs/descheduler
# renovate: datasource=github-releases depName=kubernetes-sigs/descheduler
appVersion: 0.34.0

View File

@@ -7,9 +7,9 @@ dependencies:
version: 2.1.9
- name: postgres-cluster
repository: oci://harbor.alexlebens.net/helm-charts
version: 7.4.5
version: 7.5.0
- name: redis-replication
repository: oci://harbor.alexlebens.net/helm-charts
version: 1.0.1
digest: sha256:9ae9e0cb222e7ac2fca2bfe5367a4b011b0c83c1a0f98a01342f37fad62c2fe1
generated: "2026-01-17T17:30:43.212095428Z"
digest: sha256:ce9129502867f42fbe07bb3ea32edbe5340fa762b5ee76ac20a8d5c7fb1f39c7
generated: "2026-01-23T00:35:49.971422373Z"

View File

@@ -26,11 +26,11 @@ dependencies:
version: 2.1.9
- name: postgres-cluster
alias: postgres-18-cluster
version: 7.4.5
version: 7.5.0
repository: oci://harbor.alexlebens.net/helm-charts
- name: redis-replication
version: 1.0.1
repository: oci://harbor.alexlebens.net/helm-charts
icon: https://cdn.jsdelivr.net/gh/selfhst/icons/png/directus.png
# renovate: github=directus/directus
appVersion: 11.14.0
# renovate: datasource=github-releases depName=directus/directus
appVersion: 11.14.1

View File

@@ -18,5 +18,5 @@ dependencies:
version: 3.2.0
repository: https://helm.elastic.co
icon: https://helm.elastic.co/icons/eck.png
# renovate: github=elastic/cloud-on-k8s
# renovate: datasource=github-releases depName=elastic/cloud-on-k8s
appVersion: v3.2.0

View File

@@ -1,9 +1,9 @@
dependencies:
- name: element-web
repository: https://ananace.gitlab.io/charts
version: 1.4.27
version: 1.4.28
- name: cloudflared
repository: oci://harbor.alexlebens.net/helm-charts
version: 2.1.9
digest: sha256:ef4b5256d6b405f08f33ec1a2bbda9f8427fcac0c69accd04c19fb4fe1871047
generated: "2026-01-17T17:30:57.57289288Z"
digest: sha256:13c8313cef781f8f003d827de514f261a5875377b35a36db438974144c2baf52
generated: "2026-01-21T21:02:33.179007776Z"

View File

@@ -17,11 +17,11 @@ maintainers:
- name: alexlebens
dependencies:
- name: element-web
version: 1.4.27
version: 1.4.28
repository: https://ananace.gitlab.io/charts
- name: cloudflared
repository: oci://harbor.alexlebens.net/helm-charts
version: 2.1.9
icon: https://cdn.jsdelivr.net/gh/selfhst/icons/png/element.png
# renovate: github=element-hq/element-web
appVersion: v1.12.6
# renovate: datasource=github-releases depName=element-hq/element-web
appVersion: v1.12.8

View File

@@ -1,9 +0,0 @@
dependencies:
- name: app-template
repository: https://bjw-s-labs.github.io/helm-charts/
version: 4.6.2
- name: volsync-target
repository: oci://harbor.alexlebens.net/helm-charts
version: 0.7.0
digest: sha256:c270dc80232d53598370e68d969ddcb71f26eb6910b7bb51761b88127e065f5a
generated: "2026-01-16T18:46:10.06351851Z"

View File

@@ -1,28 +0,0 @@
apiVersion: v2
name: ephemera
version: 1.0.0
description: ephemera
keywords:
- ephemera
- books
home: https://wiki.alexlebens.dev/
sources:
- https://github.com/OrwellianEpilogue/ephemera
- https://github.com/FlareSolverr/FlareSolverr
- https://github.com/orwellianepilogue/ephemera/pkgs/container/ephemera
- https://github.com/flaresolverr/FlareSolverr/pkgs/container/flaresolverr
- https://github.com/bjw-s-labs/helm-charts/tree/main/charts/other/app-template
maintainers:
- name: alexlebens
dependencies:
- name: app-template
alias: ephemera
repository: https://bjw-s-labs.github.io/helm-charts/
version: 4.6.2
- name: volsync-target
alias: volsync-target-config
version: 0.7.0
repository: oci://harbor.alexlebens.net/helm-charts
icon: https://cdn.jsdelivr.net/gh/selfhst/icons/png/ephemera.png
# renovate: github=OrwellianEpilogue/ephemera
appVersion: 1.3.1

View File

@@ -1,44 +0,0 @@
apiVersion: external-secrets.io/v1
kind: ExternalSecret
metadata:
name: ephemera-key-secret
namespace: {{ .Release.Namespace }}
labels:
app.kubernetes.io/name: ephemera-key-secret
app.kubernetes.io/instance: {{ .Release.Name }}
app.kubernetes.io/part-of: {{ .Release.Name }}
spec:
secretStoreRef:
kind: ClusterSecretStore
name: vault
data:
- secretKey: key
remoteRef:
conversionStrategy: Default
decodingStrategy: None
key: /cl01tl/ephemera/config
metadataPolicy: None
property: key
---
apiVersion: external-secrets.io/v1
kind: ExternalSecret
metadata:
name: ephemera-apprise-config
namespace: {{ .Release.Namespace }}
labels:
app.kubernetes.io/name: ephemera-apprise-config
app.kubernetes.io/instance: {{ .Release.Name }}
app.kubernetes.io/part-of: {{ .Release.Name }}
spec:
secretStoreRef:
kind: ClusterSecretStore
name: vault
data:
- secretKey: ntfy-url
remoteRef:
conversionStrategy: Default
decodingStrategy: None
key: /cl01tl/ephemera/config
metadataPolicy: None
property: ntfy-url

View File

@@ -1,17 +0,0 @@
apiVersion: v1
kind: PersistentVolumeClaim
metadata:
name: ephemera-import-nfs-storage
namespace: {{ .Release.Namespace }}
labels:
app.kubernetes.io/name: ephemera-import-nfs-storage
app.kubernetes.io/instance: {{ .Release.Name }}
app.kubernetes.io/part-of: {{ .Release.Name }}
spec:
volumeName: ephemera-import-nfs-storage
storageClassName: nfs-client
accessModes:
- ReadWriteMany
resources:
requests:
storage: 1Gi

View File

@@ -1,23 +0,0 @@
apiVersion: v1
kind: PersistentVolume
metadata:
name: ephemera-import-nfs-storage
namespace: {{ .Release.Namespace }}
labels:
app.kubernetes.io/name: ephemera-import-nfs-storage
app.kubernetes.io/instance: {{ .Release.Name }}
app.kubernetes.io/part-of: {{ .Release.Name }}
spec:
persistentVolumeReclaimPolicy: Retain
storageClassName: nfs-client
capacity:
storage: 1Gi
accessModes:
- ReadWriteMany
nfs:
path: /volume2/Storage/Books Import
server: synologybond.alexlebens.net
mountOptions:
- vers=4
- minorversion=1
- noac

View File

@@ -1,143 +0,0 @@
ephemera:
controllers:
main:
type: deployment
replicas: 1
strategy: Recreate
revisionHistoryLimit: 3
containers:
main:
image:
repository: ghcr.io/orwellianepilogue/ephemera
tag: 2.0.0
pullPolicy: IfNotPresent
env:
- name: ALLOWED_ORIGINS
value: https://ephemera.alexlebens.net
- name: BASE_URL
value: https://ephemera.alexlebens.net
- name: AA_BASE_URL
value: https://annas-archive.org
# - name: AA_API_KEY
# valueFrom:
# secretKeyRef:
# name: ephemera-key-secret
# key: key
- name: FLARESOLVERR_URL
value: http://127.0.0.1:8191
- name: LG_BASE_URL
value: https://gen.com
- name: PUID
value: 0
- name: PGID
value: 0
resources:
requests:
cpu: 50m
memory: 128Mi
flaresolverr:
image:
repository: ghcr.io/flaresolverr/flaresolverr
tag: v3.4.6
pullPolicy: IfNotPresent
env:
- name: LOG_LEVEL
value: info
- name: LOG_HTML
value: false
- name: CAPTCHA_SOLVER
value: none
- name: TZ
value: America/Chicago
resources:
requests:
cpu: 10m
memory: 128Mi
apprise-api:
image:
repository: caronc/apprise
tag: 1.3.0
pullPolicy: IfNotPresent
env:
- name: TZ
value: US/Central
- name: APPRISE_STORAGE_MODE
value: memory
- name: APPRISE_STATEFUL_MODE
value: disabled
- name: APPRISE_WORKER_COUNT
value: 1
- name: APPRISE_STATELESS_URLS
valueFrom:
secretKeyRef:
name: ephemera-apprise-config
key: ntfy-url
resources:
requests:
cpu: 10m
memory: 128Mi
service:
main:
controller: main
ports:
http:
port: 80
targetPort: 8286
protocol: HTTP
route:
main:
kind: HTTPRoute
parentRefs:
- group: gateway.networking.k8s.io
kind: Gateway
name: traefik-gateway
namespace: traefik
hostnames:
- ephemera.alexlebens.net
rules:
- backendRefs:
- group: ''
kind: Service
name: ephemera
port: 80
weight: 100
matches:
- path:
type: PathPrefix
value: /
persistence:
config:
forceRename: ephemera
storageClass: ceph-block
accessMode: ReadWriteOnce
size: 5Gi
retain: true
advancedMounts:
main:
main:
- path: /app/data
readOnly: false
cache:
type: emptyDir
advancedMounts:
main:
main:
- path: /app/downloads
readOnly: false
ingest:
existingClaim: ephemera-import-nfs-storage
advancedMounts:
main:
main:
- path: /app/ingest
readOnly: false
volsync-target-config:
pvcTarget: ephemera
local:
enabled: true
schedule: 16 8 * * *
remote:
enabled: false
external:
enabled: true
schedule: 16 9 * * *

View File

@@ -17,5 +17,5 @@ dependencies:
version: 1.4.1
repository: https://eraser-dev.github.io/eraser/charts
icon: https://cdn.jsdelivr.net/gh/selfhst/icons/png/kubernetes.png
# renovate: github=eraser-dev/eraser
# renovate: datasource=github-releases depName=eraser-dev/eraser
appVersion: v1.4.1

View File

@@ -17,5 +17,5 @@ dependencies:
repository: https://bjw-s-labs.github.io/helm-charts/
version: 4.6.2
icon: https://cdn.jsdelivr.net/gh/selfhst/icons/png/excalidraw.png
# renovate: github=excalidraw/excalidraw
appVersion: 0.6.0
# renovate: datasource=github-releases depName=excalidraw/excalidraw
appVersion: v0.18.0

View File

@@ -19,5 +19,5 @@ dependencies:
version: 1.20.0
repository: https://kubernetes-sigs.github.io/external-dns/
icon: https://cdn.jsdelivr.net/gh/selfhst/icons/png/kubernetes.png
# renovate: github=kubernetes-sigs/external-dns
# renovate: datasource=github-releases depName=kubernetes-sigs/external-dns
appVersion: v0.20.0

View File

@@ -1,6 +1,6 @@
dependencies:
- name: external-secrets
repository: https://charts.external-secrets.io
version: 1.2.1
digest: sha256:20d4fe97e96c6bd5ba958b23121d807d8154c39d58b01511b80025166713a141
generated: "2026-01-03T23:02:15.181743082Z"
version: 1.3.1
digest: sha256:3b10d4cfe0d38cba02fa79a0d7aed6611faeb68408f4ebb05099280a5f585883
generated: "2026-01-23T20:01:34.461022413Z"

View File

@@ -12,8 +12,8 @@ sources:
- https://github.com/external-secrets/external-secrets/tree/main/deploy/charts/external-secrets
dependencies:
- name: external-secrets
version: 1.2.1
version: 1.3.1
repository: https://charts.external-secrets.io
icon: https://avatars.githubusercontent.com/u/68335991?s=48&v=4
# renovate: github=external-secrets/external-secrets
appVersion: v1.1.1
# renovate: datasource=github-releases depName=external-secrets/external-secrets
appVersion: v1.3.1

View File

@@ -7,9 +7,9 @@ dependencies:
version: 2.1.9
- name: postgres-cluster
repository: oci://harbor.alexlebens.net/helm-charts
version: 7.4.5
version: 7.5.0
- name: volsync-target
repository: oci://harbor.alexlebens.net/helm-charts
version: 0.7.0
digest: sha256:ded65efcf83f3c0cd3497839a1beddbc616081c286bdac6f584353813e7c8da8
generated: "2026-01-17T17:31:12.045290099Z"
digest: sha256:6368ad9d3c7a5591b42e25606b0f3f689e27cc3f73fca465f85c4e80e015299b
generated: "2026-01-23T00:36:10.114799135Z"

View File

@@ -26,12 +26,12 @@ dependencies:
version: 2.1.9
- name: postgres-cluster
alias: postgres-18-cluster
version: 7.4.5
version: 7.5.0
repository: oci://harbor.alexlebens.net/helm-charts
- name: volsync-target
alias: volsync-target-data
version: 0.7.0
repository: oci://harbor.alexlebens.net/helm-charts
icon: https://cdn.jsdelivr.net/gh/selfhst/icons/png/freshrss.png
# renovate: github=FreshRSS/FreshRSS
appVersion: 1.27.1
# renovate: datasource=github-releases depName=FreshRSS/FreshRSS
appVersion: 1.28.1

View File

@@ -80,7 +80,7 @@ freshrss:
main:
image:
repository: freshrss/freshrss
tag: 1.28.0
tag: 1.28.1
pullPolicy: IfNotPresent
env:
- name: PGID

View File

@@ -19,5 +19,5 @@ dependencies:
repository: https://bjw-s-labs.github.io/helm-charts/
version: 4.6.2
icon: https://cdn.jsdelivr.net/gh/selfhst/icons/png/kubernetes.png
# renovate: github=deuxfleurs-org/garage
# renovate: datasource=github-releases depName=deuxfleurs-org/garage
appVersion: v2.1.0

View File

@@ -22,7 +22,7 @@ garage:
main:
image:
repository: dxflrs/garage
tag: v2.1.0
tag: v2.2.0
pullPolicy: IfNotPresent
envFrom:
- secretRef:
@@ -65,7 +65,7 @@ garage:
main:
image:
repository: dxflrs/garage
tag: v2.1.0
tag: v2.2.0
pullPolicy: IfNotPresent
envFrom:
- secretRef:
@@ -96,7 +96,7 @@ garage:
main:
image:
repository: dxflrs/garage
tag: v2.1.0
tag: v2.2.0
pullPolicy: IfNotPresent
envFrom:
- secretRef:

View File

@@ -1,12 +1,12 @@
dependencies:
- name: gatus
repository: https://twin.github.io/helm-charts
version: 1.4.4
version: 1.4.5
- name: postgres-cluster
repository: oci://harbor.alexlebens.net/helm-charts
version: 7.4.5
version: 7.5.0
- name: volsync-target
repository: oci://harbor.alexlebens.net/helm-charts
version: 0.7.0
digest: sha256:ee32795b47519463ec6d1219bf4ec16784b1c42d98ae8a330e9650200d11c033
generated: "2025-12-27T19:45:37.106953505Z"
digest: sha256:869bee8ae57a4c920ae6495a5fc90feabcbee12647cc7b9beb8b368823ffdbf1
generated: "2026-01-23T00:36:25.773527504Z"

View File

@@ -19,15 +19,15 @@ maintainers:
dependencies:
- name: gatus
repository: https://twin.github.io/helm-charts
version: 1.4.4
version: 1.4.5
- name: postgres-cluster
alias: postgres-18-cluster
version: 7.4.5
version: 7.5.0
repository: oci://harbor.alexlebens.net/helm-charts
- name: volsync-target
alias: volsync-target-data
version: 0.7.0
repository: oci://harbor.alexlebens.net/helm-charts
icon: https://cdn.jsdelivr.net/gh/selfhst/icons/png/gatus.png
# renovate: github=TwiN/gatus
appVersion: v5.33.0
# renovate: datasource=github-releases depName=TwiN/gatus
appVersion: v5.34.0

View File

@@ -310,9 +310,6 @@ gatus:
- name: lidarr
url: https://lidarr.alexlebens.net
<<: *defaults
- name: lidatube
url: https://lidatube.alexlebens.net
<<: *defaults
- name: yubal-playlist
url: https://yubal-playlist.alexlebens.net
<<: *defaults

View File

@@ -1,19 +1,19 @@
dependencies:
- name: gitea
repository: https://dl.gitea.io/charts/
version: 12.4.0
version: 12.5.0
- name: gitea-actions
repository: oci://harbor.alexlebens.net/helm-charts
version: 0.2.1
- name: meilisearch
repository: https://meilisearch.github.io/meilisearch-kubernetes
version: 0.21.0
version: 0.24.0
- name: cloudflared
repository: oci://harbor.alexlebens.net/helm-charts
version: 2.1.9
- name: postgres-cluster
repository: oci://harbor.alexlebens.net/helm-charts
version: 7.4.5
version: 7.5.0
- name: redis-replication
repository: oci://harbor.alexlebens.net/helm-charts
version: 1.0.1
@@ -23,5 +23,5 @@ dependencies:
- name: volsync-target
repository: oci://harbor.alexlebens.net/helm-charts
version: 0.7.0
digest: sha256:331279317bf8bb1b1bbdc42beb2a0f9c95c40c78ef90c12d37423c129f2720a3
generated: "2026-01-17T17:31:27.582829279Z"
digest: sha256:af0644bab985faff3a41f28672fa60410aca6bc3759296d3218b23e286b36aaf
generated: "2026-01-26T12:03:18.212345462Z"

View File

@@ -26,20 +26,20 @@ maintainers:
- name: alexlebens
dependencies:
- name: gitea
version: 12.4.0
version: 12.5.0
repository: https://dl.gitea.io/charts/
- name: gitea-actions
repository: oci://harbor.alexlebens.net/helm-charts
version: 0.2.1
- name: meilisearch
version: 0.21.0
version: 0.24.0
repository: https://meilisearch.github.io/meilisearch-kubernetes
- name: cloudflared
repository: oci://harbor.alexlebens.net/helm-charts
version: 2.1.9
- name: postgres-cluster
alias: postgres-18-cluster
version: 7.4.5
version: 7.5.0
repository: oci://harbor.alexlebens.net/helm-charts
- name: redis-replication
alias: redis-replication-gitea
@@ -54,5 +54,5 @@ dependencies:
version: 0.7.0
repository: oci://harbor.alexlebens.net/helm-charts
icon: https://raw.githubusercontent.com/walkxcode/dashboard-icons/main/png/gitea.png
# renovate: github=go-gitea/gitea
appVersion: 1.25.2
# renovate: datasource=github-releases depName=go-gitea/gitea
appVersion: 1.25.4

View File

@@ -1,10 +1,10 @@
gitea:
global:
imageRegistry: registry.hub.docker.com
replicaCount: 1
replicaCount: 3
image:
repository: gitea/gitea
tag: 1.25.3
tag: 1.25.4
service:
http:
type: ClusterIP

View File

@@ -4,12 +4,12 @@ dependencies:
version: 5.21.4
- name: postgres-cluster
repository: oci://harbor.alexlebens.net/helm-charts
version: 7.4.5
version: 7.5.0
- name: redis-replication
repository: oci://harbor.alexlebens.net/helm-charts
version: 1.0.1
- name: redis-replication
repository: oci://harbor.alexlebens.net/helm-charts
version: 1.0.1
digest: sha256:62c2a79644690c55ae04eb2706f73cf091c1948583a0e608b72987c0ae5efc2e
generated: "2026-01-08T16:05:24.786103-06:00"
digest: sha256:bee9dd7a31e5ca1772945764774a0195d8d63cb8b0874654b6d3aa846f4acc9e
generated: "2026-01-23T00:37:10.262404661Z"

View File

@@ -21,7 +21,7 @@ dependencies:
repository: https://grafana.github.io/helm-charts
- name: postgres-cluster
alias: postgres-18-cluster
version: 7.4.5
version: 7.5.0
repository: oci://harbor.alexlebens.net/helm-charts
- name: redis-replication
alias: redis-replication-unified-alerting
@@ -32,5 +32,5 @@ dependencies:
version: 1.0.1
repository: oci://harbor.alexlebens.net/helm-charts
icon: https://cdn.jsdelivr.net/gh/selfhst/icons/png/grafana.png
# renovate: github=grafana/grafana-operator
appVersion: v5.20.0
# renovate: datasource=github-releases depName=grafana/grafana-operator
appVersion: v5.21.4

View File

@@ -1,12 +1,12 @@
dependencies:
- name: harbor
repository: https://helm.goharbor.io
version: 1.18.1
version: 1.18.2
- name: postgres-cluster
repository: https://gitea.alexlebens.net/api/packages/alexlebens/helm
version: 7.4.5
version: 7.5.0
- name: redis-replication
repository: oci://harbor.alexlebens.net/helm-charts
version: 1.0.1
digest: sha256:195fb663aa2e08bf0b3929a22c79f7e69426301a120594088f1ecbda9969bdc6
generated: "2026-01-08T16:05:28.408647-06:00"
digest: sha256:c07fcad50f390ab70c83beb4640842d0f1d68949a261c8006d596d8ded65a6de
generated: "2026-01-26T10:03:51.019109245Z"

View File

@@ -17,15 +17,15 @@ maintainers:
- name: alexlebens
dependencies:
- name: harbor
version: 1.18.1
version: 1.18.2
repository: https://helm.goharbor.io
- name: postgres-cluster
alias: postgres-18-cluster
version: 7.4.5
version: 7.5.0
repository: https://gitea.alexlebens.net/api/packages/alexlebens/helm
- name: redis-replication
version: 1.0.1
repository: oci://harbor.alexlebens.net/helm-charts
icon: https://cdn.jsdelivr.net/gh/selfhst/icons/png/harbor.png
# renovate: github=goharbor/harbor
appVersion: v2.14.1
# renovate: datasource=github-releases depName=goharbor/harbor
appVersion: v2.14.2

View File

@@ -17,5 +17,5 @@ dependencies:
version: 0.39.0
repository: https://kubernetes-sigs.github.io/headlamp/
icon: https://cdn.jsdelivr.net/gh/selfhst/icons/png/headlamp.png
# renovate: github=headlamp-k8s/headlamp
appVersion: 0.38.0
# renovate: datasource=github-releases depName=headlamp-k8s/headlamp
appVersion: v0.39.0

View File

@@ -24,5 +24,5 @@ dependencies:
version: 0.7.0
repository: oci://harbor.alexlebens.net/helm-charts
icon: https://cdn.jsdelivr.net/gh/selfhst/icons/png/home-assistant.png
# renovate: github=home-assistant/core
appVersion: 2025.12.2
# renovate: datasource=github-releases depName=home-assistant/core
appVersion: 2026.1.3

View File

@@ -9,7 +9,7 @@ home-assistant:
main:
image:
repository: ghcr.io/home-assistant/home-assistant
tag: 2026.1.2
tag: 2026.1.3
pullPolicy: IfNotPresent
env:
- name: TZ

View File

@@ -23,5 +23,5 @@ dependencies:
repository: oci://harbor.alexlebens.net/helm-charts
version: 2.1.9
icon: https://cdn.jsdelivr.net/gh/selfhst/icons/png/homepage.png
# renovate: github=gethomepage/homepage
appVersion: v1.8.0
# renovate: datasource=github-releases depName=gethomepage/homepage
appVersion: v1.9.0

View File

@@ -18,5 +18,5 @@ dependencies:
repository: https://bjw-s-labs.github.io/helm-charts/
version: 4.6.2
icon: https://cdn.jsdelivr.net/gh/selfhst/icons/png/homepage.png
# renovate: github=gethomepage/homepage
appVersion: v1.8.0
# renovate: datasource=github-releases depName=gethomepage/homepage
appVersion: v1.9.0

View File

@@ -661,12 +661,6 @@ homepage:
href: https://yubal-playlist.alexlebens.net
siteMonitor: http://yubal-playlist.yubal-playlist:80
statusStyle: dot
- LidaTube:
icon: sh-lidatube.webp
description: Searches for Music
href: https://lidatube.alexlebens.net
siteMonitor: http://lidatube.lidatube:80
statusStyle: dot
- slskd:
icon: sh-slskd.webp
description: slskd
@@ -680,12 +674,6 @@ homepage:
href: https://shelfmark.alexlebens.net
siteMonitor: http://shelfmark.shelfmark:80
statusStyle: dot
- Ephemera:
icon: sh-ephemera.webp
description: Books
href: https://ephemera.alexlebens.net
siteMonitor: http://ephemera.ephemera:80
statusStyle: dot
- Other Homes:
- Dev:
icon: sh-homepage.webp

View File

@@ -22,5 +22,5 @@ dependencies:
version: 0.7.0
repository: oci://harbor.alexlebens.net/helm-charts
icon: https://cdn.jsdelivr.net/gh/selfhst/icons/png/huntarr.png
# renovate: github=plexguide/Huntarr.io
appVersion: 8.2.10
# renovate: datasource=github-releases depName=plexguide/huntarr
appVersion: 9.0.5

View File

@@ -9,7 +9,7 @@ huntarr:
main:
image:
repository: ghcr.io/plexguide/huntarr
tag: 8.2.11
tag: 9.0.1
pullPolicy: IfNotPresent
env:
- name: TZ

View File

@@ -4,12 +4,12 @@ dependencies:
version: 4.6.2
- name: postgres-cluster
repository: oci://harbor.alexlebens.net/helm-charts
version: 7.4.5
version: 7.5.0
- name: redis-replication
repository: oci://harbor.alexlebens.net/helm-charts
version: 1.0.1
- name: volsync-target
repository: oci://harbor.alexlebens.net/helm-charts
version: 0.7.0
digest: sha256:f72a93b81d636911a34bae2cf88f77fbe8c793a1cbe6371996bb0c907b7c8ac3
generated: "2026-01-16T18:47:28.749588457Z"
digest: sha256:49d6ed0c3e8862d351bd905db5f349448d4bc7e6cef4b43372e1510dea204098
generated: "2026-01-23T00:37:48.396577782Z"

View File

@@ -20,7 +20,7 @@ dependencies:
version: 4.6.2
- name: postgres-cluster
alias: postgres-18-cluster
version: 7.4.5
version: 7.5.0
repository: oci://harbor.alexlebens.net/helm-charts
- name: redis-replication
version: 1.0.1
@@ -30,5 +30,5 @@ dependencies:
version: 0.7.0
repository: oci://harbor.alexlebens.net/helm-charts
icon: https://cdn.jsdelivr.net/gh/selfhst/icons/png/immich.png
# renovate: github=immich-app/immich
appVersion: v2.3.1
# renovate: datasource=github-releases depName=immich-app/immich
appVersion: v2.5.0

View File

@@ -9,7 +9,7 @@ immich:
main:
image:
repository: ghcr.io/immich-app/immich-server
tag: v2.4.1
tag: v2.5.0
pullPolicy: IfNotPresent
env:
- name: TZ

View File

@@ -22,5 +22,5 @@ dependencies:
version: 0.34.1
repository: https://intel.github.io/helm-charts/
icon: https://avatars.githubusercontent.com/u/17888862?s=48&v=4
# renovate: github=intel/intel-device-plugins-for-kubernetes
appVersion: 0.34.0
# renovate: datasource=github-releases depName=intel/intel-device-plugins-for-kubernetes
appVersion: 0.34.1

View File

@@ -4,9 +4,9 @@ dependencies:
version: 4.6.2
- name: meilisearch
repository: https://meilisearch.github.io/meilisearch-kubernetes
version: 0.21.0
version: 0.24.0
- name: volsync-target
repository: oci://harbor.alexlebens.net/helm-charts
version: 0.7.0
digest: sha256:8acf0b3c4d9ef049b6a2bf84fa68894bcb744476d1954f8e92ab709a1cdee3e2
generated: "2026-01-16T18:47:41.804376042Z"
digest: sha256:4b9346d9c3a177722fb4f19bd8a7b22de5ee63bab1c5b665ca32fd9fc1e35663
generated: "2026-01-26T12:04:00.970848777Z"

View File

@@ -25,12 +25,12 @@ dependencies:
repository: https://bjw-s-labs.github.io/helm-charts/
version: 4.6.2
- name: meilisearch
version: 0.21.0
version: 0.24.0
repository: https://meilisearch.github.io/meilisearch-kubernetes
- name: volsync-target
alias: volsync-target-config
version: 0.7.0
repository: oci://harbor.alexlebens.net/helm-charts
icon: https://cdn.jsdelivr.net/gh/selfhst/icons/png/jellyfin.png
# renovate: github=jellyfin/jellyfin
appVersion: 10.11.4
# renovate: datasource=github-releases depName=jellyfin/jellyfin
appVersion: 10.11.6

View File

@@ -4,9 +4,9 @@ dependencies:
version: 4.6.2
- name: postgres-cluster
repository: oci://harbor.alexlebens.net/helm-charts
version: 7.4.5
version: 7.5.0
- name: volsync-target
repository: oci://harbor.alexlebens.net/helm-charts
version: 0.7.0
digest: sha256:928455407a1a4edef66f133342b0a5c0bc8e7cd2eeabdf5995615883114badef
generated: "2026-01-16T18:47:56.158342425Z"
digest: sha256:74690c7f1feeb817a36cb456e7454c45dca9d030e48e2f17b1516117fd14174a
generated: "2026-01-23T00:38:03.74023713Z"

View File

@@ -21,12 +21,12 @@ dependencies:
version: 4.6.2
- name: postgres-cluster
alias: postgres-18-cluster
version: 7.4.5
version: 7.5.0
repository: oci://harbor.alexlebens.net/helm-charts
- name: volsync-target
alias: volsync-target-data
version: 0.7.0
repository: oci://harbor.alexlebens.net/helm-charts
icon: https://cdn.jsdelivr.net/gh/selfhst/icons/png/jellystat.png
# renovate: github=CyferShepard/Jellystat
appVersion: 1.1.6
# renovate: datasource=github-releases depName=CyferShepard/Jellystat
appVersion: 1.1.7

View File

@@ -4,12 +4,12 @@ dependencies:
version: 4.6.2
- name: meilisearch
repository: https://meilisearch.github.io/meilisearch-kubernetes
version: 0.21.0
version: 0.24.0
- name: cloudflared
repository: oci://harbor.alexlebens.net/helm-charts
version: 2.1.9
- name: volsync-target
repository: oci://harbor.alexlebens.net/helm-charts
version: 0.7.0
digest: sha256:acbdf6d80ff0d516f2006756930c6f299afd83740141231afad3512a06c3c05d
generated: "2026-01-17T17:32:00.150598962Z"
digest: sha256:936716d5842bdec0b2cad7303bfae6755ab0a85a79a6339c87a1146998311928
generated: "2026-01-26T12:04:28.830535635Z"

View File

@@ -22,7 +22,7 @@ dependencies:
repository: https://bjw-s-labs.github.io/helm-charts/
version: 4.6.2
- name: meilisearch
version: 0.21.0
version: 0.24.0
repository: https://meilisearch.github.io/meilisearch-kubernetes
- name: cloudflared
repository: oci://harbor.alexlebens.net/helm-charts
@@ -32,5 +32,5 @@ dependencies:
version: 0.7.0
repository: oci://harbor.alexlebens.net/helm-charts
icon: https://cdn.jsdelivr.net/gh/selfhst/icons/webp/karakeep.webp
# renovate: github=karakeep-app/karakeep
appVersion: 0.29.1
# renovate: datasource=github-releases depName=karakeep-app/karakeep
appVersion: 0.30.0

View File

@@ -18,5 +18,5 @@ dependencies:
repository: https://bjw-s-labs.github.io/helm-charts/
version: 4.6.2
icon: https://cdn.jsdelivr.net/gh/selfhst/icons/png/kiwix-dark.png
# renovate: github=kiwix/kiwix-tools
# renovate: datasource=github-releases depName=kiwix/kiwix-tools
appVersion: 3.8.1

View File

@@ -4,6 +4,6 @@ dependencies:
version: 4.6.2
- name: postgres-cluster
repository: oci://harbor.alexlebens.net/helm-charts
version: 7.4.5
digest: sha256:f5b2b65ad217cc283e03c4dba42afa29c65d9d241d65f2d601bfdbd598b2a22e
generated: "2026-01-16T18:48:31.647540475Z"
version: 7.5.0
digest: sha256:00716659773ba228fa472f8db4c0b44e5815ebe9b10416b8f6bbc8c0feef5ac6
generated: "2026-01-23T00:38:16.85961817Z"

View File

@@ -23,8 +23,8 @@ dependencies:
version: 4.6.2
- name: postgres-cluster
alias: postgresql-17-fdb-cluster
version: 7.4.5
version: 7.5.0
repository: oci://harbor.alexlebens.net/helm-charts
icon: https://cdn.jsdelivr.net/gh/selfhst/icons/png/komodo.png
# renovate: github=moghtech/komodo
# renovate: datasource=github-releases depName=moghtech/komodo
appVersion: v1.19.5

View File

@@ -1,12 +1,12 @@
dependencies:
- name: kube-prometheus-stack
repository: oci://ghcr.io/prometheus-community/charts
version: 81.0.0
version: 81.2.2
- name: app-template
repository: https://bjw-s-labs.github.io/helm-charts/
version: 4.6.2
- name: redis-replication
repository: oci://harbor.alexlebens.net/helm-charts
version: 1.0.1
digest: sha256:14197d65a6db43a466933c29b6c78e234dd46514254a2d24814e713ca9f3c919
generated: "2026-01-16T21:44:02.294108101Z"
digest: sha256:b01c879a598b7fd36e37f3a65ca5d8f91713ac7e5250c3b00169783bc2d2a065
generated: "2026-01-23T22:08:21.182689246Z"

View File

@@ -20,7 +20,7 @@ maintainers:
- name: alexlebens
dependencies:
- name: kube-prometheus-stack
version: 81.0.0
version: 81.2.2
repository: oci://ghcr.io/prometheus-community/charts
- name: app-template
alias: ntfy-alertmanager
@@ -30,5 +30,5 @@ dependencies:
version: 1.0.1
repository: oci://harbor.alexlebens.net/helm-charts
icon: https://cdn.jsdelivr.net/gh/selfhst/icons/png/prometheus.png
# renovate: github=prometheus-operator/prometheus-operator
appVersion: v0.87.1
# renovate: datasource=github-releases depName=prometheus-operator/prometheus-operator
appVersion: v0.88.0

View File

@@ -19,5 +19,5 @@ dependencies:
repository: https://bjw-s-labs.github.io/helm-charts/
version: 4.6.2
icon: https://cdn.jsdelivr.net/gh/selfhst/icons/png/kubernetes.png
# renovate: github=alex1989hu/kubelet-serving-cert-approver
appVersion: 0.10.1
# renovate: datasource=github-releases depName=alex1989hu/kubelet-serving-cert-approver
appVersion: 0.10.2

View File

@@ -20,5 +20,5 @@ dependencies:
repository: https://bjw-s-labs.github.io/helm-charts/
version: 4.6.2
icon: https://cdn.jsdelivr.net/gh/selfhst/icons/png/cloudflare.png
# renovate: github=kubitodev/kubernetes-cloudflare-ddns
# renovate: datasource=github-releases depName=kubitodev/kubernetes-cloudflare-ddns
appVersion: v2.0.0

View File

@@ -23,5 +23,5 @@ dependencies:
version: 0.7.0
repository: oci://harbor.alexlebens.net/helm-charts
icon: https://cdn.jsdelivr.net/gh/selfhst/icons/png/libation.png
# renovate: github=rmcrackan/Libation
appVersion: 12.8.2
# renovate: datasource=github-releases depName=rmcrackan/Libation
appVersion: 13.1.4

View File

@@ -16,7 +16,7 @@ libation:
main:
image:
repository: rmcrackan/libation
tag: 13.1.3
tag: 13.1.4
pullPolicy: IfNotPresent
env:
- name: SLEEP_TIME

View File

@@ -4,9 +4,9 @@ dependencies:
version: 4.6.2
- name: postgres-cluster
repository: oci://harbor.alexlebens.net/helm-charts
version: 7.4.5
version: 7.5.0
- name: volsync-target
repository: oci://harbor.alexlebens.net/helm-charts
version: 0.7.0
digest: sha256:d7583dd8f6a47c4f398ebe47aa41c629d0ec2c0e677be9e37fd0953f4724ad4b
generated: "2026-01-16T18:49:25.353322562Z"
digest: sha256:3eecce4de28a028bc38d6601b3867ee678a1d28bfc7de778f46982c8064fd281
generated: "2026-01-23T00:38:33.055103699Z"

View File

@@ -24,12 +24,11 @@ dependencies:
version: 4.6.2
- name: postgres-cluster
alias: postgres-18-cluster
version: 7.4.5
version: 7.5.0
repository: oci://harbor.alexlebens.net/helm-charts
- name: volsync-target
alias: volsync-target-config
version: 0.7.0
repository: oci://harbor.alexlebens.net/helm-charts
icon: https://cdn.jsdelivr.net/gh/selfhst/icons/png/lidarr.png
# renovate: github=linuxserver/lidarr
appVersion: 3.1.0
appVersion: 3.1.2-nightly

View File

@@ -15,7 +15,7 @@ lidarr:
main:
image:
repository: ghcr.io/linuxserver/lidarr
tag: 3.1.0@sha256:be65454ba890ad01a93b01cfc178adfa1a397b487bfdce2ac23bd956c473d10d
tag: 3.1.2-nightly@sha256:ef7f37bcf3031b696d01ac24df034e5ebb0ec480aa961e6bfa8f7eb6b38b1032
pullPolicy: IfNotPresent
env:
- name: TZ

View File

@@ -1,9 +0,0 @@
dependencies:
- name: app-template
repository: https://bjw-s-labs.github.io/helm-charts/
version: 4.6.2
- name: volsync-target
repository: oci://harbor.alexlebens.net/helm-charts
version: 0.7.0
digest: sha256:0653646f92831c02fe62daa89c471cd9baa62f2b5514c176347dd0d7c8087fba
generated: "2026-01-16T18:49:35.891116655Z"

View File

@@ -1,27 +0,0 @@
apiVersion: v2
name: lidatube
version: 1.0.0
description: LidaTube
keywords:
- lidatube
- music
- yt-dlp
home: https://wiki.alexlebens.dev/s/10d95030-85be-4ced-a8d7-b4aaeca9bee6
sources:
- https://github.com/TheWicklowWolf/LidaTube
- https://registry.hub.docker.com/r/thewicklowwolf/lidatube
- https://github.com/bjw-s-labs/helm-charts/tree/main/charts/other/app-template
maintainers:
- name: alexlebens
dependencies:
- name: app-template
alias: lidatube
repository: https://bjw-s-labs.github.io/helm-charts/
version: 4.6.2
- name: volsync-target
alias: volsync-target-config
version: 0.7.0
repository: oci://harbor.alexlebens.net/helm-charts
icon: https://cdn.jsdelivr.net/gh/selfhst/icons/png/lidatube.png
# renovate: github=TheWicklowWolf/LidaTube
appVersion: 0.2.42

View File

@@ -1,21 +0,0 @@
apiVersion: external-secrets.io/v1
kind: ExternalSecret
metadata:
name: lidatube-secret
namespace: {{ .Release.Namespace }}
labels:
app.kubernetes.io/name: lidatube-secret
app.kubernetes.io/instance: {{ .Release.Name }}
app.kubernetes.io/part-of: {{ .Release.Name }}
spec:
secretStoreRef:
kind: ClusterSecretStore
name: vault
data:
- secretKey: lidarr_api_key
remoteRef:
conversionStrategy: Default
decodingStrategy: None
key: /cl01tl/lidarr2/key
metadataPolicy: None
property: key

View File

@@ -1,17 +0,0 @@
apiVersion: v1
kind: PersistentVolumeClaim
metadata:
name: lidatube-nfs-storage
namespace: {{ .Release.Namespace }}
labels:
app.kubernetes.io/name: lidatube-nfs-storage
app.kubernetes.io/instance: {{ .Release.Name }}
app.kubernetes.io/part-of: {{ .Release.Name }}
spec:
volumeName: lidatube-nfs-storage
storageClassName: nfs-client
accessModes:
- ReadWriteMany
resources:
requests:
storage: 1Gi

View File

@@ -1,23 +0,0 @@
apiVersion: v1
kind: PersistentVolume
metadata:
name: lidatube-nfs-storage
namespace: {{ .Release.Namespace }}
labels:
app.kubernetes.io/name: lidatube-nfs-storage
app.kubernetes.io/instance: {{ .Release.Name }}
app.kubernetes.io/part-of: {{ .Release.Name }}
spec:
persistentVolumeReclaimPolicy: Retain
storageClassName: nfs-client
capacity:
storage: 1Gi
accessModes:
- ReadWriteMany
nfs:
path: /volume2/Storage/Music
server: synologybond.alexlebens.net
mountOptions:
- vers=4
- minorversion=1
- noac

View File

@@ -1,102 +0,0 @@
lidatube:
controllers:
main:
type: deployment
replicas: 1
strategy: Recreate
revisionHistoryLimit: 3
pod:
securityContext:
fsGroup: 1000
fsGroupChangePolicy: OnRootMismatch
containers:
main:
image:
repository: thewicklowwolf/lidatube
tag: 0.2.42
pullPolicy: IfNotPresent
env:
- name: PUID
value: 1000
- name: PGID
value: 1000
- name: lidarr_address
value: http://lidarr.lidarr:80
- name: lidarr_api_key
valueFrom:
secretKeyRef:
name: lidatube-secret
key: lidarr_api_key
- name: sleep_interval
value: 360
- name: sync_schedule
value: 4
- name: attempt_lidarr_import
value: true
resources:
requests:
cpu: 10m
memory: 128Mi
service:
main:
controller: main
ports:
http:
port: 80
targetPort: 5000
protocol: HTTP
route:
main:
kind: HTTPRoute
parentRefs:
- group: gateway.networking.k8s.io
kind: Gateway
name: traefik-gateway
namespace: traefik
hostnames:
- lidatube.alexlebens.net
rules:
- backendRefs:
- group: ''
kind: Service
name: lidatube
port: 80
weight: 100
matches:
- path:
type: PathPrefix
value: /
persistence:
config:
forceRename: lidatube-config
storageClass: ceph-block
accessMode: ReadWriteOnce
size: 5Gi
retain: true
advancedMounts:
main:
main:
- path: /lidatube/config
readOnly: false
music:
existingClaim: lidatube-nfs-storage
advancedMounts:
main:
main:
- path: /lidatube/downloads
readOnly: false
volsync-target-config:
pvcTarget: lidatube-config
moverSecurityContext:
runAsUser: 1000
runAsGroup: 1000
fsGroup: 1000
fsGroupChangePolicy: OnRootMismatch
local:
enabled: true
schedule: 40 8 * * *
remote:
enabled: false
external:
enabled: true
schedule: 40 9 * * *

View File

@@ -18,5 +18,5 @@ dependencies:
version: 0.0.35
repository: https://charts.containeroo.ch
icon: https://cdn.jsdelivr.net/gh/selfhst/icons/png/kubernetes.png
# renovate: github=rancher/local-path-provisioner
appVersion: v0.0.32
# renovate: datasource=github-releases depName=rancher/local-path-provisioner
appVersion: v0.0.34

View File

@@ -1,9 +1,9 @@
dependencies:
- name: loki
repository: https://grafana.github.io/helm-charts
version: 6.49.0
version: 6.51.0
- name: alloy
repository: https://grafana.github.io/helm-charts
version: 1.5.2
digest: sha256:169af5a754de8ab848da0de07e5990a5a47de91252f27d12e5e4f672cfa62e59
generated: "2026-01-13T17:02:14.361658012Z"
digest: sha256:cd5fe2b0439fa752d8de751a4ddf5ae21658bb08f8587e90818ccbbf21de48e2
generated: "2026-01-21T22:02:30.018948035Z"

View File

@@ -16,11 +16,11 @@ maintainers:
- name: alexlebens
dependencies:
- name: loki
version: 6.49.0
version: 6.51.0
repository: https://grafana.github.io/helm-charts
- name: alloy
version: 1.5.2
repository: https://grafana.github.io/helm-charts
icon: https://cdn.jsdelivr.net/gh/selfhst/icons/png/loki.png
# renovate: github=grafana/loki
appVersion: 3.6.3
# renovate: datasource=github-releases depName=grafana/loki
appVersion: 3.6.4

View File

@@ -21,5 +21,5 @@ dependencies:
version: 25.10.4
repository: https://helm.mariadb.com/mariadb-operator
icon: https://mariadb-operator.github.io/mariadb-operator/assets/mariadb_profile.svg
# renovate: github=mariadb-operator/mariadb-operator
appVersion: 25.10.2
# renovate: datasource=github-releases depName=mariadb-operator/mariadb-operator
appVersion: 25.10.4

View File

@@ -1,7 +1,7 @@
dependencies:
- name: matrix-synapse
repository: https://ananace.gitlab.io/charts
version: 3.12.17
version: 3.12.18
- name: app-template
repository: https://bjw-s-labs.github.io/helm-charts/
version: 4.6.2
@@ -19,7 +19,7 @@ dependencies:
version: 2.1.9
- name: postgres-cluster
repository: oci://harbor.alexlebens.net/helm-charts
version: 7.4.5
version: 7.5.0
- name: redis-replication
repository: oci://harbor.alexlebens.net/helm-charts
version: 1.0.1
@@ -38,5 +38,5 @@ dependencies:
- name: volsync-target
repository: oci://harbor.alexlebens.net/helm-charts
version: 0.7.0
digest: sha256:5d815aa1bb50fa1b6b85a6edda6017d0a8e3f6c23d804177a845bf206cd2d31b
generated: "2026-01-17T17:32:18.299163465Z"
digest: sha256:1d0bdcb5fe38463c50a54511c664c655e12519655effae442e617ee015e28e82
generated: "2026-01-23T00:38:52.076419998Z"

View File

@@ -29,7 +29,7 @@ maintainers:
- name: alexlebens
dependencies:
- name: matrix-synapse
version: 3.12.17
version: 3.12.18
repository: https://ananace.gitlab.io/charts
- name: app-template
alias: matrix-hookshot
@@ -53,7 +53,7 @@ dependencies:
repository: oci://harbor.alexlebens.net/helm-charts
- name: postgres-cluster
alias: postgres-18-cluster
version: 7.4.5
version: 7.5.0
repository: oci://harbor.alexlebens.net/helm-charts
- name: redis-replication
alias: redis-replication-matrix-synapse
@@ -80,5 +80,5 @@ dependencies:
version: 0.7.0
repository: oci://harbor.alexlebens.net/helm-charts
icon: https://cdn.jsdelivr.net/gh/selfhst/icons/png/matrix.png
# renovate: github=element-hq/synapse
appVersion: 1.144.0
# renovate: datasource=github-releases depName=element-hq/synapse
appVersion: 1.146.0

View File

@@ -143,7 +143,7 @@ matrix-hookshot:
main:
image:
repository: halfshot/matrix-hookshot
tag: 7.3.0
tag: 7.3.1
pullPolicy: IfNotPresent
resources:
requests:

View File

@@ -17,5 +17,5 @@ dependencies:
version: 3.13.0
repository: https://kubernetes-sigs.github.io/metrics-server/
icon: https://cdn.jsdelivr.net/gh/selfhst/icons/png/kubernetes.png
# renovate: github=kubernetes-sigs/metrics-server
# renovate: datasource=github-releases depName=kubernetes-sigs/metrics-server
appVersion: 0.8.0

Some files were not shown because too many files have changed in this diff Show More