Compare commits

..

34 Commits

Author SHA1 Message Date
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
renovate / renovate (push) Successful in 3m7s
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
116 changed files with 200 additions and 200 deletions

View File

@@ -22,5 +22,5 @@ dependencies:
version: 0.7.0 version: 0.7.0
repository: oci://harbor.alexlebens.net/helm-charts repository: oci://harbor.alexlebens.net/helm-charts
icon: https://cdn.jsdelivr.net/gh/selfhst/icons/png/actual-budget.png icon: https://cdn.jsdelivr.net/gh/selfhst/icons/png/actual-budget.png
# renovate: github=actualbudget/actual # renovate: datasource=github-releases depName=actualbudget/actual
appVersion: 25.12.0 appVersion: 26.1.0

View File

@@ -28,5 +28,5 @@ dependencies:
version: 7.5.0 version: 7.5.0
repository: oci://harbor.alexlebens.net/helm-charts repository: oci://harbor.alexlebens.net/helm-charts
icon: https://cdn.jsdelivr.net/gh/selfhst/icons/png/argo-cd.png icon: https://cdn.jsdelivr.net/gh/selfhst/icons/png/argo-cd.png
# renovate: github=argoproj/argo-workflows # renovate: datasource=github-releases depName=argoproj/argo-workflows
appVersion: v3.7.6 appVersion: v3.7.8

View File

@@ -1,6 +1,6 @@
dependencies: dependencies:
- name: argo-cd - name: argo-cd
repository: https://argoproj.github.io/argo-helm repository: https://argoproj.github.io/argo-helm
version: 9.3.4 version: 9.3.5
digest: sha256:006518c10fc1636a5b0398de90d4a7687ae6c0bf4626c41d11b2bc3ad48ff416 digest: sha256:ba936ea21c41bb5a90d282fa17f28715b913f37a1011b2d8890b470646bf4cdf
generated: "2026-01-14T23:02:04.617990687Z" generated: "2026-01-23T22:06:41.035720028Z"

View File

@@ -15,8 +15,8 @@ maintainers:
- name: alexlebens - name: alexlebens
dependencies: dependencies:
- name: argo-cd - name: argo-cd
version: 9.3.4 version: 9.3.5
repository: https://argoproj.github.io/argo-helm repository: https://argoproj.github.io/argo-helm
icon: https://cdn.jsdelivr.net/gh/selfhst/icons/png/argo-cd.png icon: https://cdn.jsdelivr.net/gh/selfhst/icons/png/argo-cd.png
# renovate: github=argoproj/argo-cd # renovate: datasource=github-releases depName=argoproj/argo-cd
appVersion: v3.2.1 appVersion: v3.2.6

View File

@@ -28,5 +28,5 @@ dependencies:
version: 0.7.0 version: 0.7.0
repository: oci://harbor.alexlebens.net/helm-charts repository: oci://harbor.alexlebens.net/helm-charts
icon: https://cdn.jsdelivr.net/gh/selfhst/icons/png/audiobookshelf.png icon: https://cdn.jsdelivr.net/gh/selfhst/icons/png/audiobookshelf.png
# renovate: github=advplyr/audiobookshelf # renovate: datasource=github-releases depName=advplyr/audiobookshelf
appVersion: 2.31.0 appVersion: 2.32.1

View File

@@ -34,5 +34,5 @@ dependencies:
version: 1.0.1 version: 1.0.1
repository: oci://harbor.alexlebens.net/helm-charts repository: oci://harbor.alexlebens.net/helm-charts
icon: https://cdn.jsdelivr.net/gh/selfhst/icons/png/authentik.png 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 appVersion: 2025.10.2

View File

@@ -26,5 +26,5 @@ dependencies:
version: 0.7.0 version: 0.7.0
repository: oci://harbor.alexlebens.net/helm-charts repository: oci://harbor.alexlebens.net/helm-charts
icon: https://cdn.jsdelivr.net/gh/selfhst/icons/png/backrest.png icon: https://cdn.jsdelivr.net/gh/selfhst/icons/png/backrest.png
# renovate: github=garethgeorge/backrest # renovate: datasource=github-releases depName=garethgeorge/backrest
appVersion: v1.10.1 appVersion: v1.11.1

View File

@@ -24,5 +24,5 @@ dependencies:
version: 0.7.0 version: 0.7.0
repository: oci://harbor.alexlebens.net/helm-charts repository: oci://harbor.alexlebens.net/helm-charts
icon: https://cdn.jsdelivr.net/gh/selfhst/icons/png/bazarr.png icon: https://cdn.jsdelivr.net/gh/selfhst/icons/png/bazarr.png
# renovate: github=linuxserver/bazarr # renovate: datasource=github-releases depName=morpheus65535/bazarr
appVersion: 1.5.3 appVersion: 1.5.4

View File

@@ -21,5 +21,5 @@ dependencies:
version: 1.0.1 version: 1.0.1
repository: oci://harbor.alexlebens.net/helm-charts repository: oci://harbor.alexlebens.net/helm-charts
icon: https://cdn.jsdelivr.net/gh/selfhst/icons/png/blocky.png 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 appVersion: v0.28.2

View File

@@ -29,5 +29,5 @@ dependencies:
version: 0.7.0 version: 0.7.0
repository: oci://harbor.alexlebens.net/helm-charts repository: oci://harbor.alexlebens.net/helm-charts
icon: https://cdn.jsdelivr.net/gh/selfhst/icons/png/booklore.png icon: https://cdn.jsdelivr.net/gh/selfhst/icons/png/booklore.png
# renovate: github=booklore-app/BookLore # renovate: datasource=github-releases depName=booklore-app/BookLore
appVersion: v1.13.2 appVersion: v1.18.5

View File

@@ -9,7 +9,7 @@ booklore:
main: main:
image: image:
repository: ghcr.io/booklore-app/booklore repository: ghcr.io/booklore-app/booklore
tag: v1.18.3 tag: v1.18.5
pullPolicy: IfNotPresent pullPolicy: IfNotPresent
env: env:
- name: TZ - name: TZ

View File

@@ -17,5 +17,5 @@ dependencies:
version: v1.19.2 version: v1.19.2
repository: https://charts.jetstack.io repository: https://charts.jetstack.io
icon: https://raw.githubusercontent.com/walkxcode/dashboard-icons/main/png/cert-manager.png 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 appVersion: v1.19.2

View File

@@ -18,5 +18,5 @@ dependencies:
version: 1.18.6 version: 1.18.6
repository: https://helm.cilium.io/ repository: https://helm.cilium.io/
icon: https://cdn.jsdelivr.net/gh/selfhst/icons/png/cilium.png icon: https://cdn.jsdelivr.net/gh/selfhst/icons/png/cilium.png
# renovate: github=cilium/cilium # renovate: datasource=github-releases depName=cilium/cilium
appVersion: 1.18.4 appVersion: 1.18.6

View File

@@ -22,5 +22,5 @@ dependencies:
version: 0.4.0 version: 0.4.0
repository: https://cloudnative-pg.io/charts/ repository: https://cloudnative-pg.io/charts/
icon: https://avatars.githubusercontent.com/u/100373852?s=200&v=4 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 appVersion: 1.28.0

View File

@@ -28,5 +28,5 @@ dependencies:
version: 0.7.0 version: 0.7.0
repository: oci://harbor.alexlebens.net/helm-charts repository: oci://harbor.alexlebens.net/helm-charts
icon: https://cdn.jsdelivr.net/gh/selfhst/icons/png/visual-studio-code.png icon: https://cdn.jsdelivr.net/gh/selfhst/icons/png/visual-studio-code.png
# renovate: github=coder/code-server # renovate: datasource=github-releases depName=coder/code-server
appVersion: 4.106.3 appVersion: 4.108.1

View File

@@ -1,6 +1,6 @@
dependencies: dependencies:
- name: coredns - name: coredns
repository: https://coredns.github.io/helm repository: https://coredns.github.io/helm
version: 1.45.0 version: 1.45.2
digest: sha256:cfcb22a7d0bce4d6000800706597ae43faec74255f1deb5cc3279b2d0a81f6c6 digest: sha256:36ed42e4273536b6548426b4e0f51b0816d9e8fe52333bce4c61acd8ade607e8
generated: "2025-12-02T17:17:52.206039-06:00" generated: "2026-01-24T08:01:31.043488615Z"

View File

@@ -15,8 +15,8 @@ maintainers:
- name: alexlebens - name: alexlebens
dependencies: dependencies:
- name: coredns - name: coredns
version: 1.45.0 version: 1.45.2
repository: https://coredns.github.io/helm repository: https://coredns.github.io/helm
icon: https://raw.githubusercontent.com/walkxcode/dashboard-icons/main/png/coredns.png icon: https://raw.githubusercontent.com/walkxcode/dashboard-icons/main/png/coredns.png
# renovate: github=coredns/coredns # renovate: datasource=github-releases depName=coredns/coredns
appVersion: v1.13.2 appVersion: v1.14.1

View File

@@ -17,5 +17,5 @@ dependencies:
repository: https://democratic-csi.github.io/charts/ repository: https://democratic-csi.github.io/charts/
version: 0.15.1 version: 0.15.1
icon: https://cdn.jsdelivr.net/gh/selfhst/icons/png/kubernetes.png 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 appVersion: v1.9.4

View File

@@ -17,5 +17,5 @@ dependencies:
version: 0.34.0 version: 0.34.0
repository: https://kubernetes-sigs.github.io/descheduler/ repository: https://kubernetes-sigs.github.io/descheduler/
icon: https://cdn.jsdelivr.net/gh/selfhst/icons/png/kubernetes.png 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 appVersion: 0.34.0

View File

@@ -32,5 +32,5 @@ dependencies:
version: 1.0.1 version: 1.0.1
repository: oci://harbor.alexlebens.net/helm-charts repository: oci://harbor.alexlebens.net/helm-charts
icon: https://cdn.jsdelivr.net/gh/selfhst/icons/png/directus.png icon: https://cdn.jsdelivr.net/gh/selfhst/icons/png/directus.png
# renovate: github=directus/directus # renovate: datasource=github-releases depName=directus/directus
appVersion: 11.14.0 appVersion: 11.14.1

View File

@@ -18,5 +18,5 @@ dependencies:
version: 3.2.0 version: 3.2.0
repository: https://helm.elastic.co repository: https://helm.elastic.co
icon: https://helm.elastic.co/icons/eck.png 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 appVersion: v3.2.0

View File

@@ -23,5 +23,5 @@ dependencies:
repository: oci://harbor.alexlebens.net/helm-charts repository: oci://harbor.alexlebens.net/helm-charts
version: 2.1.9 version: 2.1.9
icon: https://cdn.jsdelivr.net/gh/selfhst/icons/png/element.png icon: https://cdn.jsdelivr.net/gh/selfhst/icons/png/element.png
# renovate: github=element-hq/element-web # renovate: datasource=github-releases depName=element-hq/element-web
appVersion: v1.12.6 appVersion: v1.12.8

View File

@@ -17,5 +17,5 @@ dependencies:
version: 1.4.1 version: 1.4.1
repository: https://eraser-dev.github.io/eraser/charts repository: https://eraser-dev.github.io/eraser/charts
icon: https://cdn.jsdelivr.net/gh/selfhst/icons/png/kubernetes.png 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 appVersion: v1.4.1

View File

@@ -17,5 +17,5 @@ dependencies:
repository: https://bjw-s-labs.github.io/helm-charts/ repository: https://bjw-s-labs.github.io/helm-charts/
version: 4.6.2 version: 4.6.2
icon: https://cdn.jsdelivr.net/gh/selfhst/icons/png/excalidraw.png icon: https://cdn.jsdelivr.net/gh/selfhst/icons/png/excalidraw.png
# renovate: github=excalidraw/excalidraw # renovate: datasource=github-releases depName=excalidraw/excalidraw
appVersion: 0.6.0 appVersion: v0.18.0

View File

@@ -19,5 +19,5 @@ dependencies:
version: 1.20.0 version: 1.20.0
repository: https://kubernetes-sigs.github.io/external-dns/ repository: https://kubernetes-sigs.github.io/external-dns/
icon: https://cdn.jsdelivr.net/gh/selfhst/icons/png/kubernetes.png 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 appVersion: v0.20.0

View File

@@ -1,6 +1,6 @@
dependencies: dependencies:
- name: external-secrets - name: external-secrets
repository: https://charts.external-secrets.io repository: https://charts.external-secrets.io
version: 1.2.1 version: 1.3.1
digest: sha256:20d4fe97e96c6bd5ba958b23121d807d8154c39d58b01511b80025166713a141 digest: sha256:3b10d4cfe0d38cba02fa79a0d7aed6611faeb68408f4ebb05099280a5f585883
generated: "2026-01-03T23:02:15.181743082Z" 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 - https://github.com/external-secrets/external-secrets/tree/main/deploy/charts/external-secrets
dependencies: dependencies:
- name: external-secrets - name: external-secrets
version: 1.2.1 version: 1.3.1
repository: https://charts.external-secrets.io repository: https://charts.external-secrets.io
icon: https://avatars.githubusercontent.com/u/68335991?s=48&v=4 icon: https://avatars.githubusercontent.com/u/68335991?s=48&v=4
# renovate: github=external-secrets/external-secrets # renovate: datasource=github-releases depName=external-secrets/external-secrets
appVersion: v1.1.1 appVersion: v1.3.1

View File

@@ -33,5 +33,5 @@ dependencies:
version: 0.7.0 version: 0.7.0
repository: oci://harbor.alexlebens.net/helm-charts repository: oci://harbor.alexlebens.net/helm-charts
icon: https://cdn.jsdelivr.net/gh/selfhst/icons/png/freshrss.png icon: https://cdn.jsdelivr.net/gh/selfhst/icons/png/freshrss.png
# renovate: github=FreshRSS/FreshRSS # renovate: datasource=github-releases depName=FreshRSS/FreshRSS
appVersion: 1.27.1 appVersion: 1.28.0

View File

@@ -19,5 +19,5 @@ dependencies:
repository: https://bjw-s-labs.github.io/helm-charts/ repository: https://bjw-s-labs.github.io/helm-charts/
version: 4.6.2 version: 4.6.2
icon: https://cdn.jsdelivr.net/gh/selfhst/icons/png/kubernetes.png 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 appVersion: v2.1.0

View File

@@ -22,7 +22,7 @@ garage:
main: main:
image: image:
repository: dxflrs/garage repository: dxflrs/garage
tag: v2.1.0 tag: v2.2.0
pullPolicy: IfNotPresent pullPolicy: IfNotPresent
envFrom: envFrom:
- secretRef: - secretRef:
@@ -65,7 +65,7 @@ garage:
main: main:
image: image:
repository: dxflrs/garage repository: dxflrs/garage
tag: v2.1.0 tag: v2.2.0
pullPolicy: IfNotPresent pullPolicy: IfNotPresent
envFrom: envFrom:
- secretRef: - secretRef:
@@ -96,7 +96,7 @@ garage:
main: main:
image: image:
repository: dxflrs/garage repository: dxflrs/garage
tag: v2.1.0 tag: v2.2.0
pullPolicy: IfNotPresent pullPolicy: IfNotPresent
envFrom: envFrom:
- secretRef: - secretRef:

View File

@@ -29,5 +29,5 @@ dependencies:
version: 0.7.0 version: 0.7.0
repository: oci://harbor.alexlebens.net/helm-charts repository: oci://harbor.alexlebens.net/helm-charts
icon: https://cdn.jsdelivr.net/gh/selfhst/icons/png/gatus.png icon: https://cdn.jsdelivr.net/gh/selfhst/icons/png/gatus.png
# renovate: github=TwiN/gatus # renovate: datasource=github-releases depName=TwiN/gatus
appVersion: v5.33.0 appVersion: v5.34.0

View File

@@ -1,7 +1,7 @@
dependencies: dependencies:
- name: gitea - name: gitea
repository: https://dl.gitea.io/charts/ repository: https://dl.gitea.io/charts/
version: 12.4.0 version: 12.5.0
- name: gitea-actions - name: gitea-actions
repository: oci://harbor.alexlebens.net/helm-charts repository: oci://harbor.alexlebens.net/helm-charts
version: 0.2.1 version: 0.2.1
@@ -23,5 +23,5 @@ dependencies:
- name: volsync-target - name: volsync-target
repository: oci://harbor.alexlebens.net/helm-charts repository: oci://harbor.alexlebens.net/helm-charts
version: 0.7.0 version: 0.7.0
digest: sha256:0436854c16949288996efdb538f400487cbbc1dd3bf9a9d57da68bb0b2ec3a0d digest: sha256:468285751acc29a138aefcff48ccbac35849718c793f0e1a1643bda15244e56c
generated: "2026-01-23T00:36:46.326318437Z" generated: "2026-01-23T20:38:48.921009289Z"

View File

@@ -26,7 +26,7 @@ maintainers:
- name: alexlebens - name: alexlebens
dependencies: dependencies:
- name: gitea - name: gitea
version: 12.4.0 version: 12.5.0
repository: https://dl.gitea.io/charts/ repository: https://dl.gitea.io/charts/
- name: gitea-actions - name: gitea-actions
repository: oci://harbor.alexlebens.net/helm-charts repository: oci://harbor.alexlebens.net/helm-charts
@@ -54,5 +54,5 @@ dependencies:
version: 0.7.0 version: 0.7.0
repository: oci://harbor.alexlebens.net/helm-charts repository: oci://harbor.alexlebens.net/helm-charts
icon: https://raw.githubusercontent.com/walkxcode/dashboard-icons/main/png/gitea.png icon: https://raw.githubusercontent.com/walkxcode/dashboard-icons/main/png/gitea.png
# renovate: github=go-gitea/gitea # renovate: datasource=github-releases depName=go-gitea/gitea
appVersion: 1.25.2 appVersion: 1.25.4

View File

@@ -32,5 +32,5 @@ dependencies:
version: 1.0.1 version: 1.0.1
repository: oci://harbor.alexlebens.net/helm-charts repository: oci://harbor.alexlebens.net/helm-charts
icon: https://cdn.jsdelivr.net/gh/selfhst/icons/png/grafana.png icon: https://cdn.jsdelivr.net/gh/selfhst/icons/png/grafana.png
# renovate: github=grafana/grafana-operator # renovate: datasource=github-releases depName=grafana/grafana-operator
appVersion: v5.20.0 appVersion: v5.21.4

View File

@@ -27,5 +27,5 @@ dependencies:
version: 1.0.1 version: 1.0.1
repository: oci://harbor.alexlebens.net/helm-charts repository: oci://harbor.alexlebens.net/helm-charts
icon: https://cdn.jsdelivr.net/gh/selfhst/icons/png/harbor.png icon: https://cdn.jsdelivr.net/gh/selfhst/icons/png/harbor.png
# renovate: github=goharbor/harbor # renovate: datasource=github-releases depName=goharbor/harbor
appVersion: v2.14.1 appVersion: v2.14.2

View File

@@ -17,5 +17,5 @@ dependencies:
version: 0.39.0 version: 0.39.0
repository: https://kubernetes-sigs.github.io/headlamp/ repository: https://kubernetes-sigs.github.io/headlamp/
icon: https://cdn.jsdelivr.net/gh/selfhst/icons/png/headlamp.png icon: https://cdn.jsdelivr.net/gh/selfhst/icons/png/headlamp.png
# renovate: github=headlamp-k8s/headlamp # renovate: datasource=github-releases depName=headlamp-k8s/headlamp
appVersion: 0.38.0 appVersion: v0.39.0

View File

@@ -24,5 +24,5 @@ dependencies:
version: 0.7.0 version: 0.7.0
repository: oci://harbor.alexlebens.net/helm-charts repository: oci://harbor.alexlebens.net/helm-charts
icon: https://cdn.jsdelivr.net/gh/selfhst/icons/png/home-assistant.png icon: https://cdn.jsdelivr.net/gh/selfhst/icons/png/home-assistant.png
# renovate: github=home-assistant/core # renovate: datasource=github-releases depName=home-assistant/core
appVersion: 2025.12.2 appVersion: 2026.1.3

View File

@@ -9,7 +9,7 @@ home-assistant:
main: main:
image: image:
repository: ghcr.io/home-assistant/home-assistant repository: ghcr.io/home-assistant/home-assistant
tag: 2026.1.2 tag: 2026.1.3
pullPolicy: IfNotPresent pullPolicy: IfNotPresent
env: env:
- name: TZ - name: TZ

View File

@@ -23,5 +23,5 @@ dependencies:
repository: oci://harbor.alexlebens.net/helm-charts repository: oci://harbor.alexlebens.net/helm-charts
version: 2.1.9 version: 2.1.9
icon: https://cdn.jsdelivr.net/gh/selfhst/icons/png/homepage.png icon: https://cdn.jsdelivr.net/gh/selfhst/icons/png/homepage.png
# renovate: github=gethomepage/homepage # renovate: datasource=github-releases depName=gethomepage/homepage
appVersion: v1.8.0 appVersion: v1.9.0

View File

@@ -18,5 +18,5 @@ dependencies:
repository: https://bjw-s-labs.github.io/helm-charts/ repository: https://bjw-s-labs.github.io/helm-charts/
version: 4.6.2 version: 4.6.2
icon: https://cdn.jsdelivr.net/gh/selfhst/icons/png/homepage.png icon: https://cdn.jsdelivr.net/gh/selfhst/icons/png/homepage.png
# renovate: github=gethomepage/homepage # renovate: datasource=github-releases depName=gethomepage/homepage
appVersion: v1.8.0 appVersion: v1.9.0

View File

@@ -22,5 +22,5 @@ dependencies:
version: 0.7.0 version: 0.7.0
repository: oci://harbor.alexlebens.net/helm-charts repository: oci://harbor.alexlebens.net/helm-charts
icon: https://cdn.jsdelivr.net/gh/selfhst/icons/png/huntarr.png icon: https://cdn.jsdelivr.net/gh/selfhst/icons/png/huntarr.png
# renovate: github=plexguide/Huntarr.io # renovate: datasource=github-releases depName=plexguide/Huntarr.io
appVersion: 8.2.10 appVersion: 8.2.25

View File

@@ -9,7 +9,7 @@ huntarr:
main: main:
image: image:
repository: ghcr.io/plexguide/huntarr repository: ghcr.io/plexguide/huntarr
tag: 8.2.11 tag: 8.2.25
pullPolicy: IfNotPresent pullPolicy: IfNotPresent
env: env:
- name: TZ - name: TZ

View File

@@ -30,5 +30,5 @@ dependencies:
version: 0.7.0 version: 0.7.0
repository: oci://harbor.alexlebens.net/helm-charts repository: oci://harbor.alexlebens.net/helm-charts
icon: https://cdn.jsdelivr.net/gh/selfhst/icons/png/immich.png icon: https://cdn.jsdelivr.net/gh/selfhst/icons/png/immich.png
# renovate: github=immich-app/immich # renovate: datasource=github-releases depName=immich-app/immich
appVersion: v2.3.1 appVersion: v2.4.1

View File

@@ -22,5 +22,5 @@ dependencies:
version: 0.34.1 version: 0.34.1
repository: https://intel.github.io/helm-charts/ repository: https://intel.github.io/helm-charts/
icon: https://avatars.githubusercontent.com/u/17888862?s=48&v=4 icon: https://avatars.githubusercontent.com/u/17888862?s=48&v=4
# renovate: github=intel/intel-device-plugins-for-kubernetes # renovate: datasource=github-releases depName=intel/intel-device-plugins-for-kubernetes
appVersion: 0.34.0 appVersion: 0.34.1

View File

@@ -32,5 +32,5 @@ dependencies:
version: 0.7.0 version: 0.7.0
repository: oci://harbor.alexlebens.net/helm-charts repository: oci://harbor.alexlebens.net/helm-charts
icon: https://cdn.jsdelivr.net/gh/selfhst/icons/png/jellyfin.png icon: https://cdn.jsdelivr.net/gh/selfhst/icons/png/jellyfin.png
# renovate: github=jellyfin/jellyfin # renovate: datasource=github-releases depName=jellyfin/jellyfin
appVersion: 10.11.4 appVersion: 10.11.6

View File

@@ -28,5 +28,5 @@ dependencies:
version: 0.7.0 version: 0.7.0
repository: oci://harbor.alexlebens.net/helm-charts repository: oci://harbor.alexlebens.net/helm-charts
icon: https://cdn.jsdelivr.net/gh/selfhst/icons/png/jellystat.png icon: https://cdn.jsdelivr.net/gh/selfhst/icons/png/jellystat.png
# renovate: github=CyferShepard/Jellystat # renovate: datasource=github-releases depName=CyferShepard/Jellystat
appVersion: 1.1.6 appVersion: 1.1.7

View File

@@ -32,5 +32,5 @@ dependencies:
version: 0.7.0 version: 0.7.0
repository: oci://harbor.alexlebens.net/helm-charts repository: oci://harbor.alexlebens.net/helm-charts
icon: https://cdn.jsdelivr.net/gh/selfhst/icons/webp/karakeep.webp icon: https://cdn.jsdelivr.net/gh/selfhst/icons/webp/karakeep.webp
# renovate: github=karakeep-app/karakeep # renovate: datasource=github-releases depName=karakeep-app/karakeep
appVersion: 0.29.1 appVersion: 0.30.0

View File

@@ -18,5 +18,5 @@ dependencies:
repository: https://bjw-s-labs.github.io/helm-charts/ repository: https://bjw-s-labs.github.io/helm-charts/
version: 4.6.2 version: 4.6.2
icon: https://cdn.jsdelivr.net/gh/selfhst/icons/png/kiwix-dark.png 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 appVersion: 3.8.1

View File

@@ -26,5 +26,5 @@ dependencies:
version: 7.5.0 version: 7.5.0
repository: oci://harbor.alexlebens.net/helm-charts repository: oci://harbor.alexlebens.net/helm-charts
icon: https://cdn.jsdelivr.net/gh/selfhst/icons/png/komodo.png 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 appVersion: v1.19.5

View File

@@ -1,12 +1,12 @@
dependencies: dependencies:
- name: kube-prometheus-stack - name: kube-prometheus-stack
repository: oci://ghcr.io/prometheus-community/charts repository: oci://ghcr.io/prometheus-community/charts
version: 81.2.0 version: 81.2.2
- name: app-template - name: app-template
repository: https://bjw-s-labs.github.io/helm-charts/ repository: https://bjw-s-labs.github.io/helm-charts/
version: 4.6.2 version: 4.6.2
- name: redis-replication - name: redis-replication
repository: oci://harbor.alexlebens.net/helm-charts repository: oci://harbor.alexlebens.net/helm-charts
version: 1.0.1 version: 1.0.1
digest: sha256:540766bd8f4538d7257bc232e665c4dceab088ef1dc760849fe4a0a635dfc4ab digest: sha256:b01c879a598b7fd36e37f3a65ca5d8f91713ac7e5250c3b00169783bc2d2a065
generated: "2026-01-21T21:05:34.139720713Z" generated: "2026-01-23T22:08:21.182689246Z"

View File

@@ -20,7 +20,7 @@ maintainers:
- name: alexlebens - name: alexlebens
dependencies: dependencies:
- name: kube-prometheus-stack - name: kube-prometheus-stack
version: 81.2.0 version: 81.2.2
repository: oci://ghcr.io/prometheus-community/charts repository: oci://ghcr.io/prometheus-community/charts
- name: app-template - name: app-template
alias: ntfy-alertmanager alias: ntfy-alertmanager
@@ -30,5 +30,5 @@ dependencies:
version: 1.0.1 version: 1.0.1
repository: oci://harbor.alexlebens.net/helm-charts repository: oci://harbor.alexlebens.net/helm-charts
icon: https://cdn.jsdelivr.net/gh/selfhst/icons/png/prometheus.png icon: https://cdn.jsdelivr.net/gh/selfhst/icons/png/prometheus.png
# renovate: github=prometheus-operator/prometheus-operator # renovate: datasource=github-releases depName=prometheus-operator/prometheus-operator
appVersion: v0.87.1 appVersion: v0.88.0

View File

@@ -19,5 +19,5 @@ dependencies:
repository: https://bjw-s-labs.github.io/helm-charts/ repository: https://bjw-s-labs.github.io/helm-charts/
version: 4.6.2 version: 4.6.2
icon: https://cdn.jsdelivr.net/gh/selfhst/icons/png/kubernetes.png icon: https://cdn.jsdelivr.net/gh/selfhst/icons/png/kubernetes.png
# renovate: github=alex1989hu/kubelet-serving-cert-approver # renovate: datasource=github-releases depName=alex1989hu/kubelet-serving-cert-approver
appVersion: 0.10.1 appVersion: 0.10.2

View File

@@ -20,5 +20,5 @@ dependencies:
repository: https://bjw-s-labs.github.io/helm-charts/ repository: https://bjw-s-labs.github.io/helm-charts/
version: 4.6.2 version: 4.6.2
icon: https://cdn.jsdelivr.net/gh/selfhst/icons/png/cloudflare.png 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 appVersion: v2.0.0

View File

@@ -23,5 +23,5 @@ dependencies:
version: 0.7.0 version: 0.7.0
repository: oci://harbor.alexlebens.net/helm-charts repository: oci://harbor.alexlebens.net/helm-charts
icon: https://cdn.jsdelivr.net/gh/selfhst/icons/png/libation.png icon: https://cdn.jsdelivr.net/gh/selfhst/icons/png/libation.png
# renovate: github=rmcrackan/Libation # renovate: datasource=github-releases depName=rmcrackan/Libation
appVersion: 12.8.2 appVersion: 13.1.4

View File

@@ -16,7 +16,7 @@ libation:
main: main:
image: image:
repository: rmcrackan/libation repository: rmcrackan/libation
tag: 13.1.3 tag: 13.1.4
pullPolicy: IfNotPresent pullPolicy: IfNotPresent
env: env:
- name: SLEEP_TIME - name: SLEEP_TIME

View File

@@ -31,5 +31,5 @@ dependencies:
version: 0.7.0 version: 0.7.0
repository: oci://harbor.alexlebens.net/helm-charts repository: oci://harbor.alexlebens.net/helm-charts
icon: https://cdn.jsdelivr.net/gh/selfhst/icons/png/lidarr.png icon: https://cdn.jsdelivr.net/gh/selfhst/icons/png/lidarr.png
# renovate: github=linuxserver/lidarr # renovate: datasource=github-releases depName=Lidarr/Lidarr
appVersion: 3.1.0 appVersion: 3.1.0

View File

@@ -18,5 +18,5 @@ dependencies:
version: 0.0.35 version: 0.0.35
repository: https://charts.containeroo.ch repository: https://charts.containeroo.ch
icon: https://cdn.jsdelivr.net/gh/selfhst/icons/png/kubernetes.png icon: https://cdn.jsdelivr.net/gh/selfhst/icons/png/kubernetes.png
# renovate: github=rancher/local-path-provisioner # renovate: datasource=github-releases depName=rancher/local-path-provisioner
appVersion: v0.0.32 appVersion: v0.0.34

View File

@@ -22,5 +22,5 @@ dependencies:
version: 1.5.2 version: 1.5.2
repository: https://grafana.github.io/helm-charts repository: https://grafana.github.io/helm-charts
icon: https://cdn.jsdelivr.net/gh/selfhst/icons/png/loki.png icon: https://cdn.jsdelivr.net/gh/selfhst/icons/png/loki.png
# renovate: github=grafana/loki # renovate: datasource=github-releases depName=grafana/loki
appVersion: 3.6.3 appVersion: 3.6.4

View File

@@ -21,5 +21,5 @@ dependencies:
version: 25.10.4 version: 25.10.4
repository: https://helm.mariadb.com/mariadb-operator repository: https://helm.mariadb.com/mariadb-operator
icon: https://mariadb-operator.github.io/mariadb-operator/assets/mariadb_profile.svg icon: https://mariadb-operator.github.io/mariadb-operator/assets/mariadb_profile.svg
# renovate: github=mariadb-operator/mariadb-operator # renovate: datasource=github-releases depName=mariadb-operator/mariadb-operator
appVersion: 25.10.2 appVersion: 25.10.4

View File

@@ -80,5 +80,5 @@ dependencies:
version: 0.7.0 version: 0.7.0
repository: oci://harbor.alexlebens.net/helm-charts repository: oci://harbor.alexlebens.net/helm-charts
icon: https://cdn.jsdelivr.net/gh/selfhst/icons/png/matrix.png icon: https://cdn.jsdelivr.net/gh/selfhst/icons/png/matrix.png
# renovate: github=element-hq/synapse # renovate: datasource=github-releases depName=element-hq/synapse
appVersion: 1.144.0 appVersion: 1.145.0

View File

@@ -143,7 +143,7 @@ matrix-hookshot:
main: main:
image: image:
repository: halfshot/matrix-hookshot repository: halfshot/matrix-hookshot
tag: 7.3.0 tag: 7.3.1
pullPolicy: IfNotPresent pullPolicy: IfNotPresent
resources: resources:
requests: requests:

View File

@@ -17,5 +17,5 @@ dependencies:
version: 3.13.0 version: 3.13.0
repository: https://kubernetes-sigs.github.io/metrics-server/ repository: https://kubernetes-sigs.github.io/metrics-server/
icon: https://cdn.jsdelivr.net/gh/selfhst/icons/png/kubernetes.png 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 appVersion: 0.8.0

View File

@@ -23,5 +23,5 @@ dependencies:
version: 0.7.0 version: 0.7.0
repository: oci://harbor.alexlebens.net/helm-charts repository: oci://harbor.alexlebens.net/helm-charts
icon: https://cdn.jsdelivr.net/gh/selfhst/icons/png/navidrome.png icon: https://cdn.jsdelivr.net/gh/selfhst/icons/png/navidrome.png
# renovate: github=navidrome/navidrome # renovate: datasource=github-releases depName=navidrome/navidrome
appVersion: 1.42.2 appVersion: 1.42.2

View File

@@ -18,5 +18,5 @@ dependencies:
version: 4.0.18 version: 4.0.18
repository: https://kubernetes-sigs.github.io/nfs-subdir-external-provisioner/ repository: https://kubernetes-sigs.github.io/nfs-subdir-external-provisioner/
icon: https://cdn.jsdelivr.net/gh/selfhst/icons/png/kubernetes.png icon: https://cdn.jsdelivr.net/gh/selfhst/icons/png/kubernetes.png
# renovate: github=kubernetes-sigs/nfs-subdir-external-provisioner # renovate: datasource=github-releases depName=kubernetes-sigs/nfs-subdir-external-provisioner
appVersion: 4.0.18 appVersion: 4.0.18

View File

@@ -17,5 +17,5 @@ dependencies:
version: 0.18.3 version: 0.18.3
repository: oci://registry.k8s.io/nfd/charts repository: oci://registry.k8s.io/nfd/charts
icon: https://cdn.jsdelivr.net/gh/selfhst/icons/png/kubernetes.png icon: https://cdn.jsdelivr.net/gh/selfhst/icons/png/kubernetes.png
# renovate: github=kubernetes-sigs/node-feature-discovery # renovate: datasource=github-releases depName=kubernetes-sigs/node-feature-discovery
appVersion: 0.18.3 appVersion: 0.18.3

View File

@@ -19,5 +19,5 @@ dependencies:
repository: https://bjw-s-labs.github.io/helm-charts/ repository: https://bjw-s-labs.github.io/helm-charts/
version: 4.6.2 version: 4.6.2
icon: https://cdn.jsdelivr.net/gh/selfhst/icons/png/ntfy.png icon: https://cdn.jsdelivr.net/gh/selfhst/icons/png/ntfy.png
# renovate: github=binwiederhier/ntfy # renovate: datasource=github-releases depName=binwiederhier/ntfy
appVersion: 2.15.0 appVersion: 2.16.0

View File

@@ -30,5 +30,5 @@ dependencies:
version: 0.7.0 version: 0.7.0
repository: oci://harbor.alexlebens.net/helm-charts repository: oci://harbor.alexlebens.net/helm-charts
icon: https://cdn.jsdelivr.net/gh/selfhst/icons/png/ollama.png icon: https://cdn.jsdelivr.net/gh/selfhst/icons/png/ollama.png
# renovate: github=ollama/ollama # renovate: datasource=github-releases depName=ollama/ollama
appVersion: 0.13.3 appVersion: 0.15.0

View File

@@ -22,7 +22,7 @@ ollama:
main: main:
image: image:
repository: ollama/ollama repository: ollama/ollama
tag: 0.14.3 tag: 0.15.0
pullPolicy: IfNotPresent pullPolicy: IfNotPresent
env: env:
- name: OLLAMA_KEEP_ALIVE - name: OLLAMA_KEEP_ALIVE
@@ -58,7 +58,7 @@ ollama:
main: main:
image: image:
repository: ollama/ollama repository: ollama/ollama
tag: 0.14.3 tag: 0.15.0
pullPolicy: IfNotPresent pullPolicy: IfNotPresent
env: env:
- name: OLLAMA_KEEP_ALIVE - name: OLLAMA_KEEP_ALIVE
@@ -94,7 +94,7 @@ ollama:
main: main:
image: image:
repository: ollama/ollama repository: ollama/ollama
tag: 0.14.3 tag: 0.15.0
pullPolicy: IfNotPresent pullPolicy: IfNotPresent
env: env:
- name: OLLAMA_KEEP_ALIVE - name: OLLAMA_KEEP_ALIVE

View File

@@ -17,5 +17,5 @@ dependencies:
repository: https://bjw-s-labs.github.io/helm-charts/ repository: https://bjw-s-labs.github.io/helm-charts/
version: 4.6.2 version: 4.6.2
icon: https://cdn.jsdelivr.net/gh/selfhst/icons/png/omnitools.png icon: https://cdn.jsdelivr.net/gh/selfhst/icons/png/omnitools.png
# renovate: github=iib0011/omni-tools # renovate: datasource=github-releases depName=iib0011/omni-tools
appVersion: 0.6.0 appVersion: 0.6.0

View File

@@ -33,5 +33,5 @@ dependencies:
version: 1.0.1 version: 1.0.1
repository: oci://harbor.alexlebens.net/helm-charts repository: oci://harbor.alexlebens.net/helm-charts
icon: https://cdn.jsdelivr.net/gh/selfhst/icons/png/outline.png icon: https://cdn.jsdelivr.net/gh/selfhst/icons/png/outline.png
# renovate: github=outline/outline # renovate: datasource=github-releases depName=outline/outline
appVersion: 1.1.0 appVersion: 1.3.0

View File

@@ -18,5 +18,5 @@ dependencies:
repository: https://bjw-s-labs.github.io/helm-charts/ repository: https://bjw-s-labs.github.io/helm-charts/
version: 4.6.2 version: 4.6.2
icon: https://cdn.jsdelivr.net/gh/selfhst/icons/png/overseerr.png icon: https://cdn.jsdelivr.net/gh/selfhst/icons/png/overseerr.png
# renovate: github=sct/overseerr # renovate: datasource=github-releases depName=sct/overseerr
appVersion: 1.34.0 appVersion: 1.34.0

View File

@@ -23,5 +23,5 @@ dependencies:
version: 7.5.0 version: 7.5.0
repository: oci://harbor.alexlebens.net/helm-charts repository: oci://harbor.alexlebens.net/helm-charts
icon: https://cdn.jsdelivr.net/gh/selfhst/icons/png/photoview.png icon: https://cdn.jsdelivr.net/gh/selfhst/icons/png/photoview.png
# renovate: github=photoview/photoview # renovate: datasource=github-releases depName=photoview/photoview
appVersion: 2.4.0 appVersion: 2.4.0

View File

@@ -21,5 +21,5 @@ dependencies:
repository: https://bjw-s-labs.github.io/helm-charts/ repository: https://bjw-s-labs.github.io/helm-charts/
version: 4.6.2 version: 4.6.2
icon: https://cdn.jsdelivr.net/gh/selfhst/icons/png/plex.png icon: https://cdn.jsdelivr.net/gh/selfhst/icons/png/plex.png
# renovate: github=linuxserver/docker-plex # renovate: datasource=github-releases depName=linuxserver/docker-plex
appVersion: 1.42.2 appVersion: 1.42.2

View File

@@ -40,5 +40,5 @@ dependencies:
version: 0.7.0 version: 0.7.0
repository: oci://harbor.alexlebens.net/helm-charts repository: oci://harbor.alexlebens.net/helm-charts
icon: https://cdn.jsdelivr.net/gh/selfhst/icons/png/postiz.png icon: https://cdn.jsdelivr.net/gh/selfhst/icons/png/postiz.png
# renovate: github=gitroomhq/postiz-app # renovate: datasource=github-releases depName=gitroomhq/postiz-app
appVersion: v2.10.1 appVersion: v2.12.1

View File

@@ -18,5 +18,5 @@ dependencies:
version: 26.0.0 version: 26.0.0
repository: oci://ghcr.io/prometheus-community/charts repository: oci://ghcr.io/prometheus-community/charts
icon: https://cdn.jsdelivr.net/gh/selfhst/icons/png/prometheus.png icon: https://cdn.jsdelivr.net/gh/selfhst/icons/png/prometheus.png
# renovate: github=prometheus-operator/prometheus-operator # renovate: datasource=github-releases depName=prometheus-operator/prometheus-operator
appVersion: v0.87.1 appVersion: v0.88.0

View File

@@ -24,5 +24,5 @@ dependencies:
version: 0.7.0 version: 0.7.0
repository: oci://harbor.alexlebens.net/helm-charts repository: oci://harbor.alexlebens.net/helm-charts
icon: https://cdn.jsdelivr.net/gh/selfhst/icons/png/prowlarr.png icon: https://cdn.jsdelivr.net/gh/selfhst/icons/png/prowlarr.png
# renovate: github=linuxserver/prowlarr # renovate: datasource=github-releases depName=Prowlarr/Prowlarr
appVersion: 2.3.0 appVersion: 2.3.0

View File

@@ -39,5 +39,5 @@ dependencies:
version: 0.7.0 version: 0.7.0
repository: oci://harbor.alexlebens.net/helm-charts repository: oci://harbor.alexlebens.net/helm-charts
icon: https://cdn.jsdelivr.net/gh/selfhst/icons/png/qbittorrent.png icon: https://cdn.jsdelivr.net/gh/selfhst/icons/png/qbittorrent.png
# renovate: github=linuxserver/qbittorrent # renovate: datasource=github-releases depName=qbittorrent/qBittorrent
appVersion: 5.1.4 appVersion: 5.1.4

View File

@@ -34,5 +34,5 @@ dependencies:
version: 0.7.0 version: 0.7.0
repository: oci://harbor.alexlebens.net/helm-charts repository: oci://harbor.alexlebens.net/helm-charts
icon: https://cdn.jsdelivr.net/gh/selfhst/icons/png/radarr-4k.png icon: https://cdn.jsdelivr.net/gh/selfhst/icons/png/radarr-4k.png
# renovate: github=linuxserver/radarr # renovate: datasource=github-releases depName=Radarr/Radarr
appVersion: 6.0.4 appVersion: 6.0.4

View File

@@ -34,5 +34,5 @@ dependencies:
version: 0.7.0 version: 0.7.0
repository: oci://harbor.alexlebens.net/helm-charts repository: oci://harbor.alexlebens.net/helm-charts
icon: https://cdn.jsdelivr.net/gh/selfhst/icons/png/radarr-anime.png icon: https://cdn.jsdelivr.net/gh/selfhst/icons/png/radarr-anime.png
# renovate: github=linuxserver/radarr # renovate: datasource=github-releases depName=Radarr/Radarr
appVersion: 6.0.4 appVersion: 6.0.4

View File

@@ -33,5 +33,5 @@ dependencies:
version: 0.7.0 version: 0.7.0
repository: oci://harbor.alexlebens.net/helm-charts repository: oci://harbor.alexlebens.net/helm-charts
icon: https://cdn.jsdelivr.net/gh/selfhst/icons/png/radarr.png icon: https://cdn.jsdelivr.net/gh/selfhst/icons/png/radarr.png
# renovate: github=linuxserver/radarr # renovate: datasource=github-releases depName=Radarr/Radarr
appVersion: 6.0.4 appVersion: 6.0.4

View File

@@ -33,5 +33,5 @@ dependencies:
version: 0.7.0 version: 0.7.0
repository: oci://harbor.alexlebens.net/helm-charts repository: oci://harbor.alexlebens.net/helm-charts
icon: https://cdn.jsdelivr.net/gh/selfhst/icons/png/radarr.png icon: https://cdn.jsdelivr.net/gh/selfhst/icons/png/radarr.png
# renovate: github=linuxserver/radarr # renovate: datasource=github-releases depName=Radarr/Radarr
appVersion: 6.0.4 appVersion: 6.0.4

View File

@@ -18,5 +18,5 @@ dependencies:
version: 0.23.0 version: 0.23.0
repository: https://ot-container-kit.github.io/helm-charts/ repository: https://ot-container-kit.github.io/helm-charts/
icon: https://github.com/OT-CONTAINER-KIT/redis-operator/raw/main/static/redis-operator-logo.svg icon: https://github.com/OT-CONTAINER-KIT/redis-operator/raw/main/static/redis-operator-logo.svg
# renovate: github=OT-CONTAINER-KIT/redis-operator # renovate: datasource=github-releases depName=OT-CONTAINER-KIT/redis-operator
appVersion: v0.23.0 appVersion: v0.23.0

View File

@@ -17,5 +17,5 @@ dependencies:
version: 2.2.7 version: 2.2.7
repository: https://stakater.github.io/stakater-charts repository: https://stakater.github.io/stakater-charts
icon: https://raw.githubusercontent.com/stakater/Reloader/refs/heads/master/assets/web/reloader.jpg icon: https://raw.githubusercontent.com/stakater/Reloader/refs/heads/master/assets/web/reloader.jpg
# renovate: github=stakater/Reloader # renovate: datasource=github-releases depName=stakater/Reloader
appVersion: v1.4.11 appVersion: v1.4.12

View File

@@ -26,5 +26,5 @@ dependencies:
repository: oci://harbor.alexlebens.net/helm-charts repository: oci://harbor.alexlebens.net/helm-charts
version: 2.1.9 version: 2.1.9
icon: https://cdn.jsdelivr.net/gh/selfhst/icons/png/ceph.png icon: https://cdn.jsdelivr.net/gh/selfhst/icons/png/ceph.png
# renovate: github=rook/rook # renovate: datasource=github-releases depName=rook/rook
appVersion: v1.18.8 appVersion: v1.19.0

View File

@@ -28,5 +28,5 @@ dependencies:
version: 0.7.0 version: 0.7.0
repository: oci://harbor.alexlebens.net/helm-charts repository: oci://harbor.alexlebens.net/helm-charts
icon: https://cdn.jsdelivr.net/gh/selfhst/icons/png/roundcube.png icon: https://cdn.jsdelivr.net/gh/selfhst/icons/png/roundcube.png
# renovate: github=roundcube/roundcubemail # renovate: datasource=github-releases depName=roundcube/roundcubemail
appVersion: 1.6.11 appVersion: 1.6.12

View File

@@ -19,5 +19,5 @@ dependencies:
alias: s3-exporter alias: s3-exporter
repository: https://bjw-s-labs.github.io/helm-charts/ repository: https://bjw-s-labs.github.io/helm-charts/
version: 4.6.2 version: 4.6.2
# renovate: github=molu8bits/s3bucket_exporter # renovate: datasource=github-releases depName=molu8bits/s3bucket_exporter
appVersion: 1.0.2 appVersion: 1.0.2

View File

@@ -9,7 +9,7 @@ searxng:
main: main:
image: image:
repository: searxng/searxng repository: searxng/searxng
tag: latest@sha256:b1d1e80c75adda484544b6162ee12b790813905430ac6f0d2ca3da83fe4de846 tag: latest@sha256:d6c00e1d34c199a7ca141f7a6b0b9ddb850d931ff06d4cd0ffb53ef02c05b666
pullPolicy: IfNotPresent pullPolicy: IfNotPresent
env: env:
- name: SEARXNG_BASE_URL - name: SEARXNG_BASE_URL
@@ -39,7 +39,7 @@ searxng:
main: main:
image: image:
repository: searxng/searxng repository: searxng/searxng
tag: latest@sha256:b1d1e80c75adda484544b6162ee12b790813905430ac6f0d2ca3da83fe4de846 tag: latest@sha256:d6c00e1d34c199a7ca141f7a6b0b9ddb850d931ff06d4cd0ffb53ef02c05b666
pullPolicy: IfNotPresent pullPolicy: IfNotPresent
env: env:
- name: SEARXNG_BASE_URL - name: SEARXNG_BASE_URL

View File

@@ -23,4 +23,5 @@ dependencies:
version: 0.7.0 version: 0.7.0
repository: oci://harbor.alexlebens.net/helm-charts repository: oci://harbor.alexlebens.net/helm-charts
icon: https://cdn.jsdelivr.net/gh/selfhst/icons/png/overseerr.png icon: https://cdn.jsdelivr.net/gh/selfhst/icons/png/overseerr.png
# renovate: datasource=github-releases depName=seerr-team/seerr
appVersion: develop appVersion: develop

View File

@@ -22,4 +22,5 @@ dependencies:
version: 0.7.0 version: 0.7.0
repository: oci://harbor.alexlebens.net/helm-charts repository: oci://harbor.alexlebens.net/helm-charts
icon: https://cdn.jsdelivr.net/gh/selfhst/icons@main/webp/shelfmark.webp icon: https://cdn.jsdelivr.net/gh/selfhst/icons@main/webp/shelfmark.webp
appVersion: v1.0.1 # renovate: datasource=github-releases depName=calibrain/shelfmark
appVersion: v1.0.2

View File

@@ -9,7 +9,7 @@ shelfmark:
main: main:
image: image:
repository: ghcr.io/calibrain/shelfmark repository: ghcr.io/calibrain/shelfmark
tag: v1.0.1 tag: v1.0.2
pullPolicy: IfNotPresent pullPolicy: IfNotPresent
env: env:
- name: FLASK_PORT - name: FLASK_PORT

View File

@@ -11,7 +11,7 @@ site-documentation:
main: main:
image: image:
repository: harbor.alexlebens.net/images/site-documentation repository: harbor.alexlebens.net/images/site-documentation
tag: 0.0.7 tag: 0.0.9
pullPolicy: IfNotPresent pullPolicy: IfNotPresent
resources: resources:
requests: requests:

View File

@@ -11,7 +11,7 @@ site-profile:
main: main:
image: image:
repository: harbor.alexlebens.net/images/site-profile repository: harbor.alexlebens.net/images/site-profile
tag: 2.1.4 tag: 2.2.1
pullPolicy: IfNotPresent pullPolicy: IfNotPresent
resources: resources:
requests: requests:

View File

@@ -22,5 +22,5 @@ dependencies:
repository: https://bjw-s-labs.github.io/helm-charts/ repository: https://bjw-s-labs.github.io/helm-charts/
version: 4.6.2 version: 4.6.2
icon: https://cdn.jsdelivr.net/gh/selfhst/icons/png/slskd.png icon: https://cdn.jsdelivr.net/gh/selfhst/icons/png/slskd.png
# renovate: github=slskd/slskd # renovate: datasource=github-releases depName=slskd/slskd
appVersion: 0.24.1 appVersion: 0.24.3

View File

@@ -18,5 +18,5 @@ dependencies:
version: 5.0.2 version: 5.0.2
repository: https://piraeus.io/helm-charts/ repository: https://piraeus.io/helm-charts/
icon: https://cdn.jsdelivr.net/gh/selfhst/icons/png/kubernetes.png icon: https://cdn.jsdelivr.net/gh/selfhst/icons/png/kubernetes.png
# renovate: github=kubernetes-csi/external-snapshotter # renovate: datasource=github-releases depName=kubernetes-csi/external-snapshotter
appVersion: v8.4.0 appVersion: v8.4.0

View File

@@ -34,5 +34,5 @@ dependencies:
version: 0.7.0 version: 0.7.0
repository: oci://harbor.alexlebens.net/helm-charts repository: oci://harbor.alexlebens.net/helm-charts
icon: https://cdn.jsdelivr.net/gh/selfhst/icons/png/sonarr.png icon: https://cdn.jsdelivr.net/gh/selfhst/icons/png/sonarr.png
# renovate: github=linuxserver/sonarr # renovate: datasource=github-releases depName=Sonarr/Sonarr
appVersion: 4.0.14 appVersion: 4.0.14

View File

@@ -33,5 +33,5 @@ dependencies:
version: 0.7.0 version: 0.7.0
repository: oci://harbor.alexlebens.net/helm-charts repository: oci://harbor.alexlebens.net/helm-charts
icon: https://cdn.jsdelivr.net/gh/selfhst/icons/png/sonarr.png icon: https://cdn.jsdelivr.net/gh/selfhst/icons/png/sonarr.png
# renovate: github=linuxserver/sonarr # renovate: datasource=github-releases depName=Sonarr/Sonarr
appVersion: 4.0.14 appVersion: 4.0.14

View File

@@ -33,5 +33,5 @@ dependencies:
version: 0.7.0 version: 0.7.0
repository: oci://harbor.alexlebens.net/helm-charts repository: oci://harbor.alexlebens.net/helm-charts
icon: https://cdn.jsdelivr.net/gh/selfhst/icons/png/sonarr.png icon: https://cdn.jsdelivr.net/gh/selfhst/icons/png/sonarr.png
# renovate: github=linuxserver/sonarr # renovate: datasource=github-releases depName=Sonarr/Sonarr
appVersion: 4.0.16 appVersion: 4.0.16

View File

@@ -17,5 +17,5 @@ dependencies:
version: 0.1.2 version: 0.1.2
repository: https://charts.alekc.dev repository: https://charts.alekc.dev
icon: https://cdn.jsdelivr.net/gh/selfhst/icons/png/speedtest.png icon: https://cdn.jsdelivr.net/gh/selfhst/icons/png/speedtest.png
# renovate: github=MiguelNdeCarvalho/speedtest-exporter # renovate: datasource=github-releases depName=MiguelNdeCarvalho/speedtest-exporter
appVersion: v3.5.4 appVersion: v3.5.4

View File

@@ -33,5 +33,5 @@ dependencies:
version: 0.7.0 version: 0.7.0
repository: oci://harbor.alexlebens.net/helm-charts repository: oci://harbor.alexlebens.net/helm-charts
icon: https://cdn.jsdelivr.net/gh/selfhst/icons/png/stalwart.png icon: https://cdn.jsdelivr.net/gh/selfhst/icons/png/stalwart.png
# renovate: github=stalwartlabs/mail-server # renovate: datasource=github-releases depName=stalwartlabs/mail-server
appVersion: v0.14.1 appVersion: v0.15.4

View File

@@ -20,5 +20,5 @@ dependencies:
version: 1.92.5 version: 1.92.5
repository: https://pkgs.tailscale.com/helmcharts repository: https://pkgs.tailscale.com/helmcharts
icon: https://cdn.jsdelivr.net/gh/selfhst/icons/png/tailscale-light.png icon: https://cdn.jsdelivr.net/gh/selfhst/icons/png/tailscale-light.png
# renovate: github=tailscale/tailscale # renovate: datasource=github-releases depName=tailscale/tailscale
appVersion: v1.90.9 appVersion: v1.92.5

Some files were not shown because too many files have changed in this diff Show More