df555bee8b98186032ff661d25224c34216caabd
8582 Commits
| Author | SHA1 | Message | Date | |
|---|---|---|---|---|
|
|
1612f48822 |
chore(deps): update dependency element-hq/synapse to v1.146.0 (#3533)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [element-hq/synapse](https://github.com/element-hq/synapse) | minor | `1.145.0` → `1.146.0` | --- > ⚠️ **Warning** > > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. --- ### Release Notes <details> <summary>element-hq/synapse (element-hq/synapse)</summary> ### [`v1.146.0`](https://github.com/element-hq/synapse/releases/tag/v1.146.0) [Compare Source](https://github.com/element-hq/synapse/compare/v1.145.0...v1.146.0rc1) ### Synapse 1.146.0 (2026-01-27) No significant changes since 1.146.0rc1. #### Deprecations and Removals - [MSC2697](https://github.com/matrix-org/matrix-spec-proposals/pull/2697) (Dehydrated devices) has been removed, as the MSC is closed. Developers should migrate to [MSC3814](https://github.com/matrix-org/matrix-spec-proposals/pull/3814). ([#​19346](https://github.com/element-hq/synapse/issues/19346)) - Support for Ubuntu 25.04 (Plucky Puffin) has been dropped. Synapse no longer builds debian packages for Ubuntu 25.04. ### Synapse 1.146.0rc1 (2026-01-20) #### Features - Add a new config option [`enable_local_media_storage`](https://element-hq.github.io/synapse/latest/usage/configuration/config_documentation.html#enable_local_media_storage) which controls whether media is additionally stored locally when using configured `media_storage_providers`. Setting this to `false` allows off-site media storage without a local cache. Contributed by Patrice Brend'amour [@​dr](https://github.com/dr).allgood. ([#​19204](https://github.com/element-hq/synapse/issues/19204)) - Stabilise support for [MSC4312](https://github.com/matrix-org/matrix-spec-proposals/pull/4312)'s `m.oauth` User-Interactive Auth stage for resetting cross-signing identity with the OAuth 2.0 API. The old, unstable name (`org.matrix.cross_signing_reset`) is now deprecated and will be removed in a future release. ([#​19273](https://github.com/element-hq/synapse/issues/19273)) - Refactor Grafana dashboard to use `server_name` label (instead of `instance`). ([#​19337](https://github.com/element-hq/synapse/issues/19337)) #### Bugfixes - Fix joining a restricted v12 room locally when no local room creator is present but local users with sufficient power levels are. Contributed by [@​nexy7574](https://github.com/nexy7574). ([#​19321](https://github.com/element-hq/synapse/issues/19321)) - Fixed parallel calls to `/_matrix/media/v1/create` being ratelimited for appservices even if `rate_limited: false` was set in the registration. Contributed by [@​tulir](https://github.com/tulir) @​ Beeper. ([#​19335](https://github.com/element-hq/synapse/issues/19335)) - Fix a bug introduced in 1.61.0 where a user's membership in a room was accidentally ignored when considering access to historical state events in rooms with the "shared" history visibility. Contributed by Lukas Tautz. ([#​19353](https://github.com/element-hq/synapse/issues/19353)) - [MSC4140](https://github.com/matrix-org/matrix-spec-proposals/pull/4140): Store the JSON content of scheduled delayed events as text instead of a byte array. This fixes the inability to schedule a delayed event with non-ASCII characters in its content. ([#​19360](https://github.com/element-hq/synapse/issues/19360)) - Always rollback database transactions when retrying (avoid orphaned connections). ([#​19372](https://github.com/element-hq/synapse/issues/19372)) - Fix `InFlightGauge` typing to allow upgrading to `prometheus_client` 0.24. ([#​19379](https://github.com/element-hq/synapse/issues/19379)) #### Updates to the Docker image - Add [Prometheus HTTP service discovery](https://prometheus.io/docs/prometheus/latest/configuration/configuration/#http_sd_config) endpoint for easy discovery of all workers when using the `docker/Dockerfile-workers` image (see the [*Metrics* section of our Docker testing docs](docker/README-testing.md#metrics)). ([#​19336](https://github.com/element-hq/synapse/issues/19336)) #### Improved Documentation - Remove docs on legacy metric names (no longer in the codebase since 2022-12-06). ([#​19341](https://github.com/element-hq/synapse/issues/19341)) - Clarify how the estimated value of room complexity is calculated internally. ([#​19384](https://github.com/element-hq/synapse/issues/19384)) #### Internal Changes - Add an internal `cancel_task` API to the task scheduler. ([#​19310](https://github.com/element-hq/synapse/issues/19310)) - Tweak docstrings and signatures of `auth_types_for_event` and `get_catchup_room_event_ids`. ([#​19320](https://github.com/element-hq/synapse/issues/19320)) - Replace usage of deprecated `assertEquals` with `assertEqual` in unit test code. ([#​19345](https://github.com/element-hq/synapse/issues/19345)) - Drop support for Ubuntu 25.04 'Plucky Puffin', add support for Ubuntu 25.10 'Questing Quokka'. ([#​19348](https://github.com/element-hq/synapse/issues/19348)) - Revert "Add an Admin API endpoint for listing quarantined media ([#​19268](https://github.com/element-hq/synapse/issues/19268))". ([#​19351](https://github.com/element-hq/synapse/issues/19351)) - Bump `mdbook` from 0.4.17 to 0.5.2 and remove our custom table-of-contents plugin in favour of the new default functionality. ([#​19356](https://github.com/element-hq/synapse/issues/19356)) - Replace deprecated usage of PyGitHub's `GitRelease.title` with `.name` in release script. ([#​19358](https://github.com/element-hq/synapse/issues/19358)) - Update the Element logo in Synapse's README to be an absolute URL, allowing it to render on other sites (such as PyPI). ([#​19368](https://github.com/element-hq/synapse/issues/19368)) - Apply minor tweaks to v1.145.0 changelog. ([#​19376](https://github.com/element-hq/synapse/issues/19376)) - Update Grafana dashboard syntax to use the latest from importing/exporting with Grafana 12.3.1. ([#​19381](https://github.com/element-hq/synapse/issues/19381)) - Warn about skipping reactor metrics when using unknown reactor type. ([#​19383](https://github.com/element-hq/synapse/issues/19383)) - Add support for reactor metrics with the `ProxiedReactor` used in worker Complement tests. ([#​19385](https://github.com/element-hq/synapse/issues/19385)) </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR is behind base branch, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0Mi42OS4yIiwidXBkYXRlZEluVmVyIjoiNDIuNjkuMiIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiaW1hZ2UiXX0=--> Reviewed-on: https://gitea.alexlebens.dev/alexlebens/infrastructure/pulls/3533 Co-authored-by: Renovate Bot <renovate-bot@alexlebens.net> Co-committed-by: Renovate Bot <renovate-bot@alexlebens.net> |
||
|
|
34e963e554 | ci: change depName | ||
|
|
b3d90c6151 | ci: change depName | ||
|
|
681ddd2d28 | ci: change depName | ||
|
|
41f13e1256 |
chore(deps): update registry.k8s.io/coredns/coredns docker tag to v1.14.1 (#3526)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | registry.k8s.io/coredns/coredns | minor | `v1.13.2` → `v1.14.1` | --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR is behind base branch, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0Mi42OS4yIiwidXBkYXRlZEluVmVyIjoiNDIuNjkuMiIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiaW1hZ2UiXX0=--> Reviewed-on: #3526 Co-authored-by: Renovate Bot <renovate-bot@alexlebens.net> Co-committed-by: Renovate Bot <renovate-bot@alexlebens.net> |
||
|
|
f7399465c7 | chore(deps): update dependency calibrain/shelfmark to v1.0.3 (#3532) | ||
|
|
ecb7850074 | chore(deps): update searxng/searxng:latest docker digest to 5c8621c (#3531) | ||
|
|
83444c17f5 | chore(deps): update helm release argo-cd to v9.3.6 (#3529) | ||
|
|
c5c882227a | chore(deps): update searxng/searxng:latest docker digest to 8945a21 (#3527) | ||
|
|
e6d030597a | chore(deps): update dependency plexguide/huntarr to v9.0.5 (#3525) | ||
|
|
f30ee8dadc | chore(deps): update dependency plexguide/huntarr to v9.0.4 (#3524) | ||
|
|
c8da57b823 | ci: change depName | ||
|
|
5a1a9449bc | Merge branch 'main' of https://gitea.alexlebens.net/alexlebens/infrastructure | ||
|
|
f4a486c839 | ci: change depName | ||
|
|
cbcf18e12a | chore(deps): update dependency plexguide/huntarr to v9.0.3 (#3523) | ||
|
|
4a0b6cb3ef | chore(deps): update dependency plexguide/huntarr to v9.0.2 (#3522) | ||
|
|
03741122ef | chore(deps): update searxng/searxng:latest docker digest to 4a60859 (#3520) | ||
|
|
74881891f9 |
chore(deps): update helm release meilisearch to v0.24.0 (#3518)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [meilisearch](https://github.com/meilisearch/meilisearch-kubernetes/tree/main/charts/meilisearch) ([source](https://github.com/meilisearch/meilisearch-kubernetes)) | minor | `0.23.0` → `0.24.0` | --- ### Release Notes <details> <summary>meilisearch/meilisearch-kubernetes (meilisearch)</summary> ### [`v0.24.0`](https://github.com/meilisearch/meilisearch-kubernetes/releases/tag/meilisearch-0.24.0) [Compare Source](https://github.com/meilisearch/meilisearch-kubernetes/compare/meilisearch-0.23.0...meilisearch-0.24.0) A Helm chart for the Meilisearch search engine </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR is behind base branch, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0Mi42OS4yIiwidXBkYXRlZEluVmVyIjoiNDIuNjkuMiIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiY2hhcnQiXX0=--> Reviewed-on: #3518 Co-authored-by: Renovate Bot <renovate-bot@alexlebens.net> Co-committed-by: Renovate Bot <renovate-bot@alexlebens.net> |
||
|
|
c82fc4aee8 | chore(deps): update helm release harbor to v1.18.2 (#3516) | ||
|
|
f6a74b978f | feat: scale down soularr | ||
|
|
b4b74c53ef | feat: update lidarr to nightly branch | ||
|
|
16312178ca | chore(deps): update ollama/ollama to v0.15.1 (#3511) | ||
|
|
24f9eb6828 | chore(deps): update freshrss/freshrss to v1.28.1 (#3510) | ||
|
|
a027da436e |
chore(deps): update unpoller/unpoller to v2.24.0 (#3504)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [ghcr.io/unpoller/unpoller](https://github.com/unpoller/unpoller) | minor | `v2.21.0` → `v2.24.0` | | [unpoller/unpoller](https://github.com/unpoller/unpoller) | minor | `v2.21.0` → `v2.24.0` | --- ### Release Notes <details> <summary>unpoller/unpoller (ghcr.io/unpoller/unpoller)</summary> ### [`v2.24.0`](https://github.com/unpoller/unpoller/releases/tag/v2.24.0) [Compare Source](https://github.com/unpoller/unpoller/compare/v2.23.0...v2.24.0) #### Changelog - [`2a44b2f`](https://github.com/unpoller/unpoller/commit/2a44b2f0bef777b29fdf3c7e8fe18418f4d05bdd) Merge pull request [#​920](https://github.com/unpoller/unpoller/issues/920) from unpoller/issue-742 - [`3f60654`](https://github.com/unpoller/unpoller/commit/3f60654a2ad1aa5afb852cee0c5fa0aa0fa17bec) Fix Homebrew formula for newer Homebrew versions - [`037f456`](https://github.com/unpoller/unpoller/commit/037f4563f086c88c2934f0f893f33300a90db7ee) Merge pull request [#​919](https://github.com/unpoller/unpoller/issues/919) from unpoller/issue-415 - [`0fc8b6f`](https://github.com/unpoller/unpoller/commit/0fc8b6f0084b3c3add21c138cbc1372cb18ccac9) use new unifi version - [`97d3f99`](https://github.com/unpoller/unpoller/commit/97d3f995b13a296e1d711c1b4da2469353f460dd) Enrich alarms with device names for Loki logs - [`a35e52c`](https://github.com/unpoller/unpoller/commit/a35e52c140404ca4f6747217bacfee7bbef3455c) Merge pull request [#​918](https://github.com/unpoller/unpoller/issues/918) from unpoller/issue-417 - [`ae1ab40`](https://github.com/unpoller/unpoller/commit/ae1ab40386bcec66780eec7a8577adf11b06b4ad) Populate num\_user field for VPN subsystem metrics - [`10a43dc`](https://github.com/unpoller/unpoller/commit/10a43dcf04f69655d437b4c39ef505c0a6d996d1) Merge pull request [#​917](https://github.com/unpoller/unpoller/issues/917) from unpoller/issue-425 - [`f51a0c7`](https://github.com/unpoller/unpoller/commit/f51a0c7202ca9d7775900c09d45960f6328014d1) Allow polling to continue when individual controllers fail ### [`v2.23.0`](https://github.com/unpoller/unpoller/releases/tag/v2.23.0) [Compare Source](https://github.com/unpoller/unpoller/compare/v2.22.0...v2.23.0) #### Changelog - [`4e3c823`](https://github.com/unpoller/unpoller/commit/4e3c82398913044850d2f8be6d388ff8521f1f90) Merge pull request [#​916](https://github.com/unpoller/unpoller/issues/916) from unpoller/issue-904 - [`a1a8963`](https://github.com/unpoller/unpoller/commit/a1a89631593803119859f881fa794f60a9d8b1f4) Fix authentication retry to prevent data gaps after re-auth - [`092dd69`](https://github.com/unpoller/unpoller/commit/092dd69509e1c50c06e5bee9fccac895421e7ec0) Merge pull request [#​915](https://github.com/unpoller/unpoller/issues/915) from unpoller/issue-910 - [`9e3debd`](https://github.com/unpoller/unpoller/commit/9e3debd58ab87dfd55ba824af44ddebda82d573e) Allow PoE-providing ports to be scraped even when disabled - [`347467a`](https://github.com/unpoller/unpoller/commit/347467a96975d8f0d57d04647c2650d76f25b338) Merge pull request [#​914](https://github.com/unpoller/unpoller/issues/914) from unpoller/issue-912 - [`0778121`](https://github.com/unpoller/unpoller/commit/07781214c3444d6fabdcceda06d637f8bfc82079) Add config option to suppress unknown device type messages ### [`v2.22.0`](https://github.com/unpoller/unpoller/releases/tag/v2.22.0) [Compare Source](https://github.com/unpoller/unpoller/compare/v2.21.0...v2.22.0) #### Changelog - [`2c20013`](https://github.com/unpoller/unpoller/commit/2c20013ac6cf11927c2e07615c51381ff224063f) Merge pull request [#​913](https://github.com/unpoller/unpoller/issues/913) from brngates98/master - [`1235430`](https://github.com/unpoller/unpoller/commit/12354304785f007cb90effcd176bb990319d653a) Update to unifi library v5.6.0 and fix linter errors - [`e17d8bf`](https://github.com/unpoller/unpoller/commit/e17d8bf62ee08a6c0aad4543f8d24715eb3a6298) move remote.go to use unifi library functions - [`0cb331a`](https://github.com/unpoller/unpoller/commit/0cb331a7459818905d39a99129a5c4075b455971) Fix golangci-lint empty-block errors in input.go - [`28e77d1`](https://github.com/unpoller/unpoller/commit/28e77d1ac5333c9bd4b2d9a6cf657f43e74637f6) Fix site name override for DPI clients, anomalies, and site metrics - [`3996fd8`](https://github.com/unpoller/unpoller/commit/3996fd868387b432e9831caef9257f60aa169e52) Format code with gofmt - [`d0abba6`](https://github.com/unpoller/unpoller/commit/d0abba6ddb299531dff539fc76c1c77e758b2a02) Improve site name override to handle all default site name variations - [`1440f14`](https://github.com/unpoller/unpoller/commit/1440f1426edd1c40a892f77ec99a7d363d90b9b4) Fix site name override for remote API Cloud Gateways - [`5f76c59`](https://github.com/unpoller/unpoller/commit/5f76c59fa2d2cb7fc5504e1d05750ac5029ea9ce) fix duplicate controllers due to cloud gateways site being default - [`28eae6a`](https://github.com/unpoller/unpoller/commit/28eae6ab2223e504ddc07765f6e96e527d93b031) Add remote API support for UniFi Site Manager - [`1df4ba9`](https://github.com/unpoller/unpoller/commit/1df4ba9932e5ed3c5e2d0af76f9c7c4a85ac1bb5) Merge pull request [#​908](https://github.com/unpoller/unpoller/issues/908) from unpoller/dependabot/go\_modules/all-cf2caa1bb8 - [`dc0cacd`](https://github.com/unpoller/unpoller/commit/dc0cacd6156434471b49c3cd3e5ab2352b40660b) Bump golang.org/x/crypto from 0.46.0 to 0.47.0 in the all group - [`f47b463`](https://github.com/unpoller/unpoller/commit/f47b463384df7ce2790eb777fadf3c37417bb305) Merge pull request [#​907](https://github.com/unpoller/unpoller/issues/907) from unpoller/dependabot/go\_modules/all-0542acbba5 - [`2a2dfb0`](https://github.com/unpoller/unpoller/commit/2a2dfb0e59355cc039ae77d4d8434c0f606948e2) Bump the all group with 2 updates </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR is behind base branch, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about these updates again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0Mi42OS4yIiwidXBkYXRlZEluVmVyIjoiNDIuNjkuMiIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiaW1hZ2UiXX0=--> Reviewed-on: https://gitea.alexlebens.dev/alexlebens/infrastructure/pulls/3504 Co-authored-by: Renovate Bot <renovate-bot@alexlebens.net> Co-committed-by: Renovate Bot <renovate-bot@alexlebens.net> |
||
|
|
447953e025 |
chore(deps): update plexguide/huntarr to v9 (major) (#3508)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | ghcr.io/plexguide/huntarr | major | `8.2.25` → `9.0.1` | | [plexguide/huntarr](https://github.com/plexguide/huntarr) | major | `8.2.25` → `9.0.1` | --- ### Release Notes <details> <summary>plexguide/huntarr (plexguide/huntarr)</summary> ### [`v9.0.1`](https://github.com/plexguide/Huntarr.io/releases/tag/9.0.1) [Compare Source](https://github.com/plexguide/huntarr/compare/9.0.0...9.0.1) **Quick Patch** - Ability to remove trending week from the front page (visit settings to disable) - Restored search bar for requestarr on discovery, tv, and movies <img width="1152" height="424" alt="image" src="https://github.com/user-attachments/assets/34f35341-7f17-426c-b7dc-985aee49e43a" /> Next Focus - Have search for requestarr respect settings of selected instance within settings - Create modal popup for hiding media content on requestarr - Investigate v3 whisparr causing crashing issues (try to create a cool down period to prevent log overload and crashing huntarr) ### [`v9.0.0`](https://github.com/plexguide/Huntarr.io/releases/tag/9.0.0) [Compare Source](https://github.com/plexguide/huntarr/compare/8.2.25...9.0.0) - Included tighter interrogation of Requestarr - Requestarr enables a user to discover and hide media along with instance support - Logs and Hunt Manager rewritten with a much cleaner look - Fixed mobile view with the double header - Repaired Windows Build from 8.1.6+ - Moved home resources and support banners to the bottom of the home page - Improved log manager to enable rotation and size management - Improved layout, header, and side menu information - Much More **Improved Home Page** <img width="1463" height="933" alt="image" src="https://github.com/user-attachments/assets/2bbccc40-2648-47d6-8924-a03a229bd475" /> **Improved Requestarr** <img width="1463" height="899" alt="image" src="https://github.com/user-attachments/assets/b1567eb0-61f7-4e0e-b2c7-af6f832fa7f9" /> **Improved Mobile View** <img width="497" height="914" alt="image" src="https://github.com/user-attachments/assets/af90c61e-ae31-4481-beea-1f7b3482fad1" /> **Improved Logging Interface** <img width="1419" height="662" alt="image" src="https://github.com/user-attachments/assets/bab6e70b-7855-4a16-8156-797f1669ae24" /> **Improved Hunt Manager Interface** <img width="1417" height="650" alt="image" src="https://github.com/user-attachments/assets/8fa83370-0ac6-4a64-b8b6-be779863366a" /> **Request Interface** <img width="475" height="645" alt="image" src="https://github.com/user-attachments/assets/4489b181-6b06-44ea-8783-bf8396babed1" /> </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR is behind base branch, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about these updates again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0Mi42OS4yIiwidXBkYXRlZEluVmVyIjoiNDIuNjkuMiIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiaW1hZ2UiXX0=--> Reviewed-on: #3508 Co-authored-by: Renovate Bot <renovate-bot@alexlebens.net> Co-committed-by: Renovate Bot <renovate-bot@alexlebens.net> |
||
|
|
cba21428b3 | ci: change depName | ||
|
|
da89f1ba1b | chore(deps): update ghcr.io/linuxserver/qbittorrent:5.1.4 docker digest to b8a08ff (#3484) | ||
|
|
83e65878e5 |
chore(deps): update ghcr.io/calibrain/shelfmark docker tag to v1.0.2 (#3473)
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 ([#​463](https://github.com/calibrain/shelfmark/issues/463) from [@​veverkap](https://github.com/veverkap)) - Reverse proxy authentication support ([#​455](https://github.com/calibrain/shelfmark/issues/455) from [@​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 ([#​463](https://github.com/calibrain/shelfmark/issues/463) from [@​veverkap](https://github.com/veverkap)) - Reverse proxy authentication support ([#​455](https://github.com/calibrain/shelfmark/issues/455) from [@​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> |
||
|
|
0e09a599c7 |
chore(deps): update dependency ollama/ollama to v0.15.0 (#3464)
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> |
||
|
|
034faf2e32 |
chore(deps): update dependency booklore-app/booklore to v1.18.5 (#3471)
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 ([#​2446](https://github.com/booklore-app/BookLore/issues/2446)) by [@​acx10](https://github.com/acx10) #### ✨ Enhancements - feat(dashboard-settings): update sort field options for Surname, and Personal Rating ([#​2456](https://github.com/booklore-app/BookLore/issues/2456)) by [@​balazs-szucs](https://github.com/balazs-szucs) - feat(themes): add AMOLED theme with distinct light and dark color schemes ([#​2457](https://github.com/booklore-app/BookLore/issues/2457)) by [@​balazs-szucs](https://github.com/balazs-szucs) - feat(book-browser): preserve scroll position when navigating back fro… ([#​2449](https://github.com/booklore-app/BookLore/issues/2449)) by [@​acx10](https://github.com/acx10) - feat(pwa): add offline handling and fallback support ([#​2444](https://github.com/booklore-app/BookLore/issues/2444)) by [@​acx10](https://github.com/acx10) #### 🐛 Bug Fixes - fix(stats): show tooltip for single bubble and allow overflow in auth… ([#​2443](https://github.com/booklore-app/BookLore/issues/2443)) by [@​acx10](https://github.com/acx10) - fix(opds): fix regression with browsing shelves ([#​2423](https://github.com/booklore-app/BookLore/issues/2423)) by [@​piffio](https://github.com/piffio) #### 🛠️ Refactoring & Maintenance - fix(ui): use local asset for page background ([#​2445](https://github.com/booklore-app/BookLore/issues/2445)) by [@​imnotjames](https://github.com/imnotjames) - perf: lazy-load accordion content in library metadata settings ([#​2442](https://github.com/booklore-app/BookLore/issues/2442)) by [@​acx10](https://github.com/acx10) - fix(cbx-reader): prevent touch drag on mobile and fix header title ov… ([#​2441](https://github.com/booklore-app/BookLore/issues/2441)) by [@​acx10](https://github.com/acx10) - refactor: reduce re-renders and improve filter sidebar performance ([#​2440](https://github.com/booklore-app/BookLore/issues/2440)) by [@​acx10](https://github.com/acx10) - Add clear warning when deleting books that files will be permanently … ([#​2438](https://github.com/booklore-app/BookLore/issues/2438)) by [@​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> |
||
|
|
f3845773f9 |
chore(deps): update dependency calibrain/shelfmark to v1.0.2 (#3468)
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 ([#​463](https://github.com/calibrain/shelfmark/issues/463) from [@​veverkap](https://github.com/veverkap)) - Reverse proxy authentication support ([#​455](https://github.com/calibrain/shelfmark/issues/455) from [@​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> |
||
|
|
6c974ae0e3 | chore(deps): update harbor.alexlebens.net/images/site-documentation docker tag to v0.0.9 (#3476) | ||
|
|
828b08b7b8 | chore(deps): update halfshot/matrix-hookshot docker tag to v7.3.1 (#3475) | ||
|
|
a9d34053af | chore(deps): update ghcr.io/booklore-app/booklore docker tag to v1.18.5 (#3472) | ||
|
|
5a226b3241 |
chore(deps): update dxflrs/garage docker tag to v2.2.0 (#3469)
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> |
||
|
|
83415dd991 | chore(deps): update helm release coredns to v1.45.2 (#3466) | ||
|
|
15f9e14d10 | chore(deps): update searxng/searxng:latest docker digest to d6c00e1 (#3463) | ||
|
|
4fcc867512 |
chore(deps): update dependency morpheus65535/bazarr to v1.5.4 (#3462)
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](https://github.com/morpheus65535/bazarr/commit/0e6fc456d1618f9a2fdbe2223d13112e7b111d4e) - Fixed lingarr connection issue with pt-BR [9cf83bf](https://github.com/morpheus65535/bazarr/commit/9cf83bfdd21705a9fc723e7b2f1b7696605fa853) - Improved some jobs names to better reflect their purpose and scope. [80a1ea3](https://github.com/morpheus65535/bazarr/commit/80a1ea31217671b14690d3d867b452ed09a626d0) - Fixed whisperai audio stream usage to correctly map with language tag. [#​3103](https://github.com/morpheus65535/bazarr/issues/3103) [30d0e64](https://github.com/morpheus65535/bazarr/commit/30d0e648edcb9c3406531eeec4f72bc056a2e516) - Fixed issue while saving external .smi subtitles [4b5f64c](https://github.com/morpheus65535/bazarr/commit/4b5f64c117a4ee34e04f4a3d4760647eedc93837) - Fixed subdl improperly catching error responses and throttling appropriately [30f5301](https://github.com/morpheus65535/bazarr/commit/30f5301426e702827c834f785059440acc233013) - Implemented unique Plex Instance Identification by using Instance Name as defined in Settings --> General [69f7f05](https://github.com/morpheus65535/bazarr/commit/69f7f050dad54a39e481feeb8984c6338f759748) - Fixed Subsource title matching for localized titles [7dcfe6c](https://github.com/morpheus65535/bazarr/commit/7dcfe6c9ae75a53da6d77cb92f37fa4aaae15bc1) - Added optional API authentication for Lingarr [979aa7f](https://github.com/morpheus65535/bazarr/commit/979aa7f021f9b7a9dc5bdeeb21b7997db24f40d4) - Added an option to prevent Sonarr/Radarr synchronization from happening on live connection establishment. [dab16de](https://github.com/morpheus65535/bazarr/commit/dab16de290071bccf0e84d91b33c25fe172830d3) - Improved the performance of episodes synchronization [db67363](https://github.com/morpheus65535/bazarr/commit/db673630953a462c3243a09bcdd168b11f9e66cd) - Improved jobs names in jobs manager to properly reflect the current state of the jobs [5324f3d](https://github.com/morpheus65535/bazarr/commit/5324f3d99bc45bb0cf2fd4e8785d16915a6d55b8) - Added an instance name parameter in General settings [70abad4](https://github.com/morpheus65535/bazarr/commit/70abad4f07faa5cb98dcc9478163239b61c33291) - Fixed an issue with mass edit modal improperly tagging forced and HI for subtitles when sending values to the backend. [feed7f9](https://github.com/morpheus65535/bazarr/commit/feed7f9853f957c1acba6e9e0d62b63087eba5b6) - Improved how the jobs manager deals with SignalR events received from Sonarr and Radarr to prevent spamming it. [d478444](https://github.com/morpheus65535/bazarr/commit/d47844438ce0f0db3e79bcdebd9cff4d19f1bed0) - Added better validation to Plex webhook [7745785](https://github.com/morpheus65535/bazarr/commit/7745785be3f27aed6e5b0db23429bc54361caab5) - Fixed a race condition in jobs manager that would allow multiple jobs from being in running state at the same time. [#​3078](https://github.com/morpheus65535/bazarr/issues/3078) [52d3185](https://github.com/morpheus65535/bazarr/commit/52d3185c19f8c57dddb483ebf599615205adb3b9) - Added a menu with an item to empty pending, failed or completed jobs queue in jobs manager. [e1b8ad8](https://github.com/morpheus65535/bazarr/commit/e1b8ad88c34b684c45ab4fc8b2db5e947a109acc) - Fixed a bug with root folders writable check on NFS mount by creating and deleting a temporary file instead of relying on os.access(). [#​3086](https://github.com/morpheus65535/bazarr/issues/3086) [317afc1](https://github.com/morpheus65535/bazarr/commit/317afc1f0ba4236a2955fb6abeaac768343913be) - Added emoji characters removal mods. [#​2987](https://github.com/morpheus65535/bazarr/issues/2987) [721a49d](https://github.com/morpheus65535/bazarr/commit/721a49d63db6d149ba792e5b3db02846a71d60d6) - Added Japanese parentheses to the HI removal mods. [#​2987](https://github.com/morpheus65535/bazarr/issues/2987) [3d1420a](https://github.com/morpheus65535/bazarr/commit/3d1420a117d395b4f7eb53279ae5fd2fe29e5b8c) - Added some other scheduled tasks to jobs manager on execution. [a0d50e7](https://github.com/morpheus65535/bazarr/commit/a0d50e778a258f577916946299e7affc30731d86) - Fixed other stuff with jobs manager. [#​3078](https://github.com/morpheus65535/bazarr/issues/3078) [3cd0116](https://github.com/morpheus65535/bazarr/commit/3cd011663d5fb27e7fa899cfff75353ba053ce63) - Fixed other stuff with jobs manager. [#​3078](https://github.com/morpheus65535/bazarr/issues/3078) [fa27c7e](https://github.com/morpheus65535/bazarr/commit/fa27c7eb0ad202480502289d45c07a23854e8f6a) - Added Plex multiselect for libraries [e95721b](https://github.com/morpheus65535/bazarr/commit/e95721b8c8c1876d53f69eccdd8e5af53304069b) - Fixed the improperly handled providers exception when searching for subtitles. [#​3078](https://github.com/morpheus65535/bazarr/issues/3078) [34c70be](https://github.com/morpheus65535/bazarr/commit/34c70be22ad17c4af16a59e8ebea8e66c7f86cb7) - Fixed improperly handled exception when retrieving a video object during subtitle download for unsupported video file extensions. [#​3078](https://github.com/morpheus65535/bazarr/issues/3078) [b48cf77](https://github.com/morpheus65535/bazarr/commit/b48cf77eda8e281244a9eecb37e34263e3e21bfa) - Added Python 3.9 to the upcoming deprecated version starting with Bazarr 1.6. [9051974](https://github.com/morpheus65535/bazarr/commit/9051974d4c4a8c823cceec898b05426e9dc6cefc) - Fixed embeddedsubtitles provider issue with some subtitles format. [#​3085](https://github.com/morpheus65535/bazarr/issues/3085) [6e911cf](https://github.com/morpheus65535/bazarr/commit/6e911cf97d066ccb2223097966d52fe972dda4ea) - Added a visual indicator to the manual download modal when a subtitles is being downloaded. [#​3082](https://github.com/morpheus65535/bazarr/issues/3082) [18b5d6e](https://github.com/morpheus65535/bazarr/commit/18b5d6ec07d3cff850ace61c91911183c5b48e9e) - Fixed an issue with gemini translator introduced with the new jobs manager. [f69e2a6](https://github.com/morpheus65535/bazarr/commit/f69e2a6f42a246dd128d98e4f8c3f6e30d19292f) - Fixed other issues with the new jobs manager. [#​3078](https://github.com/morpheus65535/bazarr/issues/3078) [35a0b07](https://github.com/morpheus65535/bazarr/commit/35a0b073293a5c8a2dd6873eb251b8fd38cc5416) - Fixed an issue caused by unwanted missing subtitles searching during Sonarr synchronization. [#​3078](https://github.com/morpheus65535/bazarr/issues/3078) [4185c93](https://github.com/morpheus65535/bazarr/commit/4185c93798d2340ef8b834362a809d35fb8c91f9) - Fixed the initial scan after the database schema update to prevent locking the jobs queue with a Sonarr sync task. [#​3078](https://github.com/morpheus65535/bazarr/issues/3078) [55be215](https://github.com/morpheus65535/bazarr/commit/55be215bc6cc2b615f2756c7ccde668c44d6b5ba) - Fixed upload subtitles that were blocking the jobs manager when automatic subtitles synchronization was enabled. [#​3077](https://github.com/morpheus65535/bazarr/issues/3077) [61a4889](https://github.com/morpheus65535/bazarr/commit/61a48892d504a1a033d454c0f987d7d3d7ab2f57) - Fixed subtitles getting improperly converted to srt even if `use original format` is enabled in languages profile. [#​3075](https://github.com/morpheus65535/bazarr/issues/3075) [eaf64ac](https://github.com/morpheus65535/bazarr/commit/eaf64ac9aec9e4d7672f640bbb5443c988181301) - Fixed Karagarga to use correct username and password fields for forum login [6dcdeef](https://github.com/morpheus65535/bazarr/commit/6dcdeefabb5305f7fc5cbeee89e44fb9b3ea23ca) - 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](https://github.com/morpheus65535/bazarr/commit/b7aa5a17d404a45bc763f7aa0069b25661fdbf35) - Fixed the issue with jobs failing since last nightly in some circumstances. [f0ae7d6](https://github.com/morpheus65535/bazarr/commit/f0ae7d6e913add636d36af30b7c74b511427b63e) - Added a backend jobs management system with a notifications drawer in UI to show the status of jobs. [f5d6721](https://github.com/morpheus65535/bazarr/commit/f5d6721409bd1bf1f5661674a286ba4f21f41dfd) - Fixed avistaz\_network provider when trying to download a zipped movie subtitles file. [#​3065](https://github.com/morpheus65535/bazarr/issues/3065) [70fecb8](https://github.com/morpheus65535/bazarr/commit/70fecb8c531d401a9e98376f67b58e14abc9e271) - Fixed an issue with the subsource.net provider where a null commentary returned causes a parsing error. [#​3064](https://github.com/morpheus65535/bazarr/issues/3064) [36b6ea3](https://github.com/morpheus65535/bazarr/commit/36b6ea3e476e60c406f10c415248dca6ddf67e01) - Fixed titrari.ro provider by adding an automatic search for the "Cautare Avansata" page (Advanced search) [3698d6f](https://github.com/morpheus65535/bazarr/commit/3698d6f07f19da84db97e0c7328b429a4ea578c0) - Added AnimeSub.info provider for Polish anime subtitles [9cc8485](https://github.com/morpheus65535/bazarr/commit/9cc8485a083744f43f63c1e352808a36e5cb6875) - Improved announcements caching by using a CDN provider instead of calling GitHub directly. [#​3057](https://github.com/morpheus65535/bazarr/issues/3057) [d98915d](https://github.com/morpheus65535/bazarr/commit/d98915dfe5b894a698d2e1a7f807dec708c0a123) - Fixed TypeError when logging deleted episodes from Sonarr sync [08a3643](https://github.com/morpheus65535/bazarr/commit/08a3643f0b323738b768e9a4eaf599924602b3f9) - Fixed DeprecationWarning: pkg\_resources is deprecated as an API. [#​3053](https://github.com/morpheus65535/bazarr/issues/3053) [680ead7](https://github.com/morpheus65535/bazarr/commit/680ead76f8cc059a15c381c6eabb4ca1dc397546) - Fixed Hebrew translation failing when using Lingarr. [#​3052](https://github.com/morpheus65535/bazarr/issues/3052) [1d0e054](https://github.com/morpheus65535/bazarr/commit/1d0e0543c8831dfa707e877fb9b707d2c3450fd5) - Added null check for subtitle\_entry while trying to define translation source language. [#​3046](https://github.com/morpheus65535/bazarr/issues/3046) [2af1f0c](https://github.com/morpheus65535/bazarr/commit/2af1f0cda2d5b8e28e698eb1ae3edc9b93a8eff1) - Fixed the Persian language issue with the subsource provider. [#​3050](https://github.com/morpheus65535/bazarr/issues/3050) [debf419](https://github.com/morpheus65535/bazarr/commit/debf419665db13e703b990f9055afad68ec12682) - Improved subsource provider by making each user responsible for getting its own api-key. [8c46e69](https://github.com/morpheus65535/bazarr/commit/8c46e69ba55fa96702add241eecf099bf26cce7c) - Fixed autopulse configurator and added some error messages [d92d048](https://github.com/morpheus65535/bazarr/commit/d92d0484f8bf778eceb0177cfe2516c6078e2a47) - Improved subtitles translation by retrieving source language from the database [baad5eb](https://github.com/morpheus65535/bazarr/commit/baad5ebebcb251503d1823098e3d0c6b1dd7caf8) - Added subsource.net provider [cac3ffa](https://github.com/morpheus65535/bazarr/commit/cac3ffac521b5b5554426715c4f2d0a8674639bb) - Added external webhook for Autopulse [960b6c6](https://github.com/morpheus65535/bazarr/commit/960b6c6a9cde0ee1a3598e7cfb21d4929a73e1f9) - Fixed Plex "Mark movies as recently added after downloading subtitles" error caused by wrong date format [6ddba8a](https://github.com/morpheus65535/bazarr/commit/6ddba8af6021731942c1e77561f5a5442ea4ea3f) - Improved interactive searching modal to show only subtitles matching the languages profile requirements. [7406bdc](https://github.com/morpheus65535/bazarr/commit/7406bdce8232357c06697581af8f2612cc0ab02e) - Added support for specifying Postgres URL explicitly [fa6675e](https://github.com/morpheus65535/bazarr/commit/fa6675e857a35a5f2f7caa9c544a097b62e23207) - Improved opensubtitles.com provider to reduce redirect request on the provider's API server. [b8eb1bb](https://github.com/morpheus65535/bazarr/commit/b8eb1bb82b01d0c03daa1a976085f8f1ea4d7c18) - Fixed SubsRo provider episode number matching [da2f129](https://github.com/morpheus65535/bazarr/commit/da2f12995bf69bccb5f61513e75db9e720b83b68) - Fixed Radarr webhooks issue introduced in 1.5.3. Please review help text in Settings. [5ffc7e0](https://github.com/morpheus65535/bazarr/commit/5ffc7e0fb25026d4e4846deacca191e476e63042) - Improved season guessing from filename when using upload subtitles feature [a57da17](https://github.com/morpheus65535/bazarr/commit/a57da17cc41b53a961d747c1c8bf603fc062040a) </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/3462 Co-authored-by: Renovate Bot <renovate-bot@alexlebens.net> Co-committed-by: Renovate Bot <renovate-bot@alexlebens.net> |
||
|
|
dd74dafd24 | ci: fix repo targets | ||
|
|
01d300b68d |
chore(deps): update harbor.alexlebens.net/images/site-profile docker tag to v2.2.1 (#3459)
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> |
||
|
|
e32afc496c |
chore(deps): update dependency home-assistant/core to v2026 (#3458)
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 ([@​RaHehl] - [#​160816]) ([unifiprotect docs]) (dependency) - Update list of supported locations for London Air ([@​allanlewis] - [#​160884]) ([london\_air docs][london_air docs]) - Bump onedrive-personal-sdk to 0.1.0 ([@​zweckj] - [#​160976]) ([onedrive docs]) (dependency) - Adjust battery voltage sensor display precision for Matter devices ([@​lboue] - [#​161088]) ([matter docs]) - Fix color temperature attributes in wiz ([@​arturpragacz] - [#​161125]) ([wiz docs]) - Bump xiaomi-ble to 1.4.3 ([@​terop] - [#​161132]) ([xiaomi\_ble docs][xiaomi_ble docs]) - Bump opower to 0.16.4 ([@​tronikos] - [#​161153]) ([opower docs]) (dependency) - Fix detection of multiple smart object types in single event ([@​RaHehl] - [#​161189]) ([unifiprotect docs]) - Fix icons for 'moving' state ([@​stickpin] - [#​161194]) ([binary\_sensor docs][binary_sensor docs]) - Bump onedrive-personal-sdk to 0.1.1 ([@​zweckj] - [#​161337]) ([onedrive docs]) (dependency) - Bump uiprotect to 10.0.0 ([@​RaHehl] - [#​161350]) ([unifiprotect docs]) (dependency) - Migrate config entries to string unique id ([@​edenhaus] - [#​161370]) ([toon docs]) ([monzo docs]) ([microBees docs]) ([arve docs]) - Bump uiprotect to 10.0.1 ([@​RaHehl] - [#​161397]) ([unifiprotect docs]) (dependency) - Bump Insteon panel to 0.6.1 ([@​teharris1] - [#​161411]) ([insteon docs]) (dependency) - Bump music-assistant-client to 1.3.3 ([@​arturpragacz] - [#​161438]) ([music\_assistant docs][music_assistant docs]) (dependency) - Revert deprecation of `server_host` for container installations ([@​emontnemery] - [#​161443]) ([http docs]) - Bump opower to 0.16.5 ([@​tronikos] - [#​161450]) ([opower docs]) (dependency) [#​159957]: https://github.com/home-assistant/core/pull/159957 [#​160771]: https://github.com/home-assistant/core/pull/160771 [#​160816]: https://github.com/home-assistant/core/pull/160816 [#​160884]: https://github.com/home-assistant/core/pull/160884 [#​160976]: https://github.com/home-assistant/core/pull/160976 [#​161085]: https://github.com/home-assistant/core/pull/161085 [#​161088]: https://github.com/home-assistant/core/pull/161088 [#​161125]: https://github.com/home-assistant/core/pull/161125 [#​161132]: https://github.com/home-assistant/core/pull/161132 [#​161153]: https://github.com/home-assistant/core/pull/161153 [#​161189]: https://github.com/home-assistant/core/pull/161189 [#​161194]: https://github.com/home-assistant/core/pull/161194 [#​161337]: https://github.com/home-assistant/core/pull/161337 [#​161350]: https://github.com/home-assistant/core/pull/161350 [#​161370]: https://github.com/home-assistant/core/pull/161370 [#​161397]: https://github.com/home-assistant/core/pull/161397 [#​161411]: https://github.com/home-assistant/core/pull/161411 [#​161438]: https://github.com/home-assistant/core/pull/161438 [#​161443]: https://github.com/home-assistant/core/pull/161443 [#​161450]: https://github.com/home-assistant/core/pull/161450 [@​RaHehl]: https://github.com/RaHehl [@​allanlewis]: https://github.com/allanlewis [@​arturpragacz]: https://github.com/arturpragacz [@​bramkragten]: https://github.com/bramkragten [@​edenhaus]: https://github.com/edenhaus [@​emontnemery]: https://github.com/emontnemery [@​frenck]: https://github.com/frenck [@​lboue]: https://github.com/lboue [@​stickpin]: https://github.com/stickpin [@​teharris1]: https://github.com/teharris1 [@​terop]: https://github.com/terop [@​tronikos]: https://github.com/tronikos [@​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 ([@​Noltari] - [#​160695]) ([airzone docs]) - Revert back to microVAD ([@​synesthesiam] - [#​160821]) ([assist\_pipeline docs][assist_pipeline docs]) - Bump opower to 0.16.2 ([@​tronikos] - [#​160822]) ([opower docs]) (dependency) - accept leading zeros in sms\_code for fressnapf\_tracker ([@​eifinger] - [#​160834]) ([fressnapf\_tracker docs][fressnapf_tracker docs]) - Add support for packaging version >= 26 on the version bump script ([@​edenhaus] - [#​160858]) - Update PyNaCl to 1.6.2 ([@​cdce8p] - [#​160909]) ([owntracks docs]) ([mobile\_app docs][mobile_app docs]) (dependency) - Bump pyenphase from 2.4.2 to 2.4.3 ([@​catsmanac] - [#​160912]) ([enphase\_envoy docs][enphase_envoy docs]) (dependency) - Decrease Essent update interval to 1 hour ([@​jaapp] - [#​160959]) ([essent docs]) - Bump opower to 0.16.3 ([@​tronikos] - [#​160961]) ([opower docs]) (dependency) - Bump PySrDaliGateway from 0.18.0 to 0.19.3 ([@​niracler] - [#​160972]) ([sunricher\_dali docs][sunricher_dali docs]) (dependency) - Add descriptions to openai\_conversation ([@​zweckj] - [#​160979]) ([openai\_conversation docs][openai_conversation docs]) - Clean up unnecessary Z-Wave "device config changed" repairs ([@​AlCalzone] - [#​161000]) ([zwave\_js docs][zwave_js docs]) - Update knx-frontend to 2026.1.15.112308 ([@​farmio] - [#​161004]) ([knx docs]) (dependency) - Require admin for blueprint ws commands ([@​edenhaus] - [#​161008]) ([blueprint docs]) - Bump aiomealie to 1.2.0 ([@​andrew-codechimp] - [#​161058]) ([mealie docs]) (dependency) - Update frontend to [`2026010`](https://github.com/home-assistant/core/commit/20260107).2 ([@​bramkragten] - [#​161061]) ([frontend docs]) (dependency) - Update aioairzone to v1.0.5 ([@​Noltari] - [#​160688]) ([airzone docs]) (dependency) [#​159957]: https://github.com/home-assistant/core/pull/159957 [#​160688]: https://github.com/home-assistant/core/pull/160688 [#​160695]: https://github.com/home-assistant/core/pull/160695 [#​160771]: https://github.com/home-assistant/core/pull/160771 [#​160821]: https://github.com/home-assistant/core/pull/160821 [#​160822]: https://github.com/home-assistant/core/pull/160822 [#​160834]: https://github.com/home-assistant/core/pull/160834 [#​160858]: https://github.com/home-assistant/core/pull/160858 [#​160909]: https://github.com/home-assistant/core/pull/160909 [#​160912]: https://github.com/home-assistant/core/pull/160912 [#​160959]: https://github.com/home-assistant/core/pull/160959 [#​160961]: https://github.com/home-assistant/core/pull/160961 [#​160972]: https://github.com/home-assistant/core/pull/160972 [#​160979]: https://github.com/home-assistant/core/pull/160979 [#​161000]: https://github.com/home-assistant/core/pull/161000 [#​161004]: https://github.com/home-assistant/core/pull/161004 [#​161008]: https://github.com/home-assistant/core/pull/161008 [#​161058]: https://github.com/home-assistant/core/pull/161058 [#​161061]: https://github.com/home-assistant/core/pull/161061 [@​AlCalzone]: https://github.com/AlCalzone [@​Noltari]: https://github.com/Noltari [@​andrew-codechimp]: https://github.com/andrew-codechimp [@​bramkragten]: https://github.com/bramkragten [@​catsmanac]: https://github.com/catsmanac [@​cdce8p]: https://github.com/cdce8p [@​edenhaus]: https://github.com/edenhaus [@​eifinger]: https://github.com/eifinger [@​farmio]: https://github.com/farmio [@​frenck]: https://github.com/frenck [@​jaapp]: https://github.com/jaapp [@​niracler]: https://github.com/niracler [@​synesthesiam]: https://github.com/synesthesiam [@​tronikos]: https://github.com/tronikos [@​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 ([@​ptarjan] - [#​160254]) ([hikvision docs]) - Bump eheimdigital to 1.5.0 ([@​autinerd] - [#​160312]) ([eheimdigital docs]) - Bump ZHA to 0.0.84 ([@​TheJulianJES] - [#​160440]) ([zha docs]) - Bump pyOverkiz to 1.19.4 ([@​iMicknl] - [#​160457]) ([overkiz docs]) - Fix JSON serialization of time objects in anthropic tool results ([@​dcermak] - [#​160459]) ([anthropic docs]) - Add asyncio-level timeout to Backblaze B2 uploads ([@​ElCruncharino] - [#​160468]) ([backblaze\_b2 docs][backblaze_b2 docs]) - Fix Requirement parsing in RequirementsManager ([@​epenet] - [#​160485]) - Add Nettleie optimization option ([@​osohotwateriot] - [#​160494]) ([osoenergy docs]) - Bump python-otbr-api to 2.7.1 ([@​emontnemery] - [#​160496]) ([thread docs]) ([otbr docs]) - fix rain sensor for some rare velux windows ([@​wollew] - [#​160504]) ([velux docs]) - Fix trigger selectors ([@​bramkragten] - [#​160519]) ([climate docs]) ([light docs]) ([humidifier docs]) - Bump Intergas Incomfort-client to v0.6.11 ([@​jbouwh] - [#​160520]) ([incomfort docs]) - Revert "Update voluptuous and voluptuous-openapi" ([@​synesthesiam] - [#​160530]) - Bump serialx to v0.6.2 ([@​puddly] - [#​160545]) ([zha docs]) ([homeassistant\_hardware docs][homeassistant_hardware docs]) - Catch any migration failures in Teslemetry ([@​Bre77] - [#​160549]) ([teslemetry docs]) - Fix AttributeError for missing/incomplete health data in Tractive ([@​bieniu] - [#​160553]) ([tractive docs]) - Bump pysilero-vad to 3.1.0 ([@​synesthesiam] - [#​160554]) ([assist\_pipeline docs][assist_pipeline docs]) - Fix for older Fritzbox models which do not support smarthome triggers ([@​mib1185] - [#​160555]) ([fritzbox docs]) - Bump google-air-quality-api to 2.1.2 ([@​Thomas55555] - [#​160561]) ([google\_air\_quality docs][google_air_quality docs]) - Fix Climate signal in Teslemetry ([@​Bre77] - [#​160571]) ([teslemetry docs]) - Bump pysma to 1.1.0 ([@​kellerza] - [#​160583]) ([sma docs]) - Bump opower to 0.16.1 ([@​tronikos] - [#​160588]) ([opower docs]) - Fix config flow bug in Tesla Fleet ([@​Bre77] - [#​160591]) ([tesla\_fleet docs][tesla_fleet docs]) - Add missing segment speed icons for WLED ([@​Tommatheussen] - [#​160597]) ([wled docs]) - Better handling of ratelimiting from Tibber ([@​Danielhiversen] - [#​160599]) ([tibber docs]) - Change device class to energy\_storage for some enphase\_envoy battery entities ([@​catsmanac] - [#​160603]) ([enphase\_envoy docs][enphase_envoy docs]) - Fix Z-Wave creating notification binary sensor for idle state ([@​MartinHjelmare] - [#​160604]) ([zwave\_js docs][zwave_js docs]) - Bump pynintendoparental to 2.3.2 ([@​pantherale0] - [#​160626]) ([nintendo\_parental\_controls docs][nintendo_parental_controls docs]) - Update frontend to [`2026010`](https://github.com/home-assistant/core/commit/20260107).1 ([@​bramkragten] - [#​160644]) ([frontend docs]) - Bump pyhik to 0.4.0 ([@​ptarjan] - [#​160654]) ([hikvision docs]) - Bump greeclimate to 2.1.1 ([@​cmroche] - [#​160683]) ([gree docs]) - Bump pysilero-vad to 3.2.0 ([@​synesthesiam] - [#​160691]) ([assist\_pipeline docs][assist_pipeline docs]) - Revert bthome-ble back to 3.16.0 to fix missing data ([@​Ernst79] - [#​160694]) ([bthome docs]) - Fix missing key for brew by weight in lamarzocco ([@​zweckj] - [#​160722]) ([lamarzocco docs]) - Bump pytado 0.18.16 ([@​erwindouna] - [#​160724]) ([tado docs]) - Bump python-homewizard-energy to 10.0.1 ([@​DCSBL] - [#​160736]) ([homewizard docs]) - Fix fitbit icon ([@​joostlek] - [#​160750]) ([fitbit docs]) [#​159957]: https://github.com/home-assistant/core/pull/159957 [#​160254]: https://github.com/home-assistant/core/pull/160254 [#​160312]: https://github.com/home-assistant/core/pull/160312 [#​160440]: https://github.com/home-assistant/core/pull/160440 [#​160457]: https://github.com/home-assistant/core/pull/160457 [#​160459]: https://github.com/home-assistant/core/pull/160459 [#​160468]: https://github.com/home-assistant/core/pull/160468 [#​160485]: https://github.com/home-assistant/core/pull/160485 [#​160494]: https://github.com/home-assistant/core/pull/160494 [#​160496]: https://github.com/home-assistant/core/pull/160496 [#​160504]: https://github.com/home-assistant/core/pull/160504 [#​160519]: https://github.com/home-assistant/core/pull/160519 [#​160520]: https://github.com/home-assistant/core/pull/160520 [#​160530]: https://github.com/home-assistant/core/pull/160530 [#​160545]: https://github.com/home-assistant/core/pull/160545 [#​160549]: https://github.com/home-assistant/core/pull/160549 [#​160553]: https://github.com/home-assistant/core/pull/160553 [#​160554]: https://github.com/home-assistant/core/pull/160554 [#​160555]: https://github.com/home-assistant/core/pull/160555 [#​160561]: https://github.com/home-assistant/core/pull/160561 [#​160571]: https://github.com/home-assistant/core/pull/160571 [#​160583]: https://github.com/home-assistant/core/pull/160583 [#​160588]: https://github.com/home-assistant/core/pull/160588 [#​160591]: https://github.com/home-assistant/core/pull/160591 [#​160597]: https://github.com/home-assistant/core/pull/160597 [#​160599]: https://github.com/home-assistant/core/pull/160599 [#​160603]: https://github.com/home-assistant/core/pull/160603 [#​160604]: https://github.com/home-assistant/core/pull/160604 [#​160626]: https://github.com/home-assistant/core/pull/160626 [#​160644]: https://github.com/home-assistant/core/pull/160644 [#​160654]: https://github.com/home-assistant/core/pull/160654 [#​160683]: https://github.com/home-assistant/core/pull/160683 [#​160691]: https://github.com/home-assistant/core/pull/160691 [#​160694]: https://github.com/home-assistant/core/pull/160694 [#​160722]: https://github.com/home-assistant/core/pull/160722 [#​160724]: https://github.com/home-assistant/core/pull/160724 [#​160736]: https://github.com/home-assistant/core/pull/160736 [#​160750]: https://github.com/home-assistant/core/pull/160750 [@​Bre77]: https://github.com/Bre77 [@​DCSBL]: https://github.com/DCSBL [@​Danielhiversen]: https://github.com/Danielhiversen [@​ElCruncharino]: https://github.com/ElCruncharino [@​Ernst79]: https://github.com/Ernst79 [@​MartinHjelmare]: https://github.com/MartinHjelmare [@​TheJulianJES]: https://github.com/TheJulianJES [@​Thomas55555]: https://github.com/Thomas55555 [@​Tommatheussen]: https://github.com/Tommatheussen [@​autinerd]: https://github.com/autinerd [@​bieniu]: https://github.com/bieniu [@​bramkragten]: https://github.com/bramkragten [@​catsmanac]: https://github.com/catsmanac [@​cmroche]: https://github.com/cmroche [@​dcermak]: https://github.com/dcermak [@​emontnemery]: https://github.com/emontnemery [@​epenet]: https://github.com/epenet [@​erwindouna]: https://github.com/erwindouna [@​frenck]: https://github.com/frenck [@​iMicknl]: https://github.com/iMicknl [@​jbouwh]: https://github.com/jbouwh [@​joostlek]: https://github.com/joostlek [@​kellerza]: https://github.com/kellerza [@​mib1185]: https://github.com/mib1185 [@​osohotwateriot]: https://github.com/osohotwateriot [@​pantherale0]: https://github.com/pantherale0 [@​ptarjan]: https://github.com/ptarjan [@​puddly]: https://github.com/puddly [@​synesthesiam]: https://github.com/synesthesiam [@​tronikos]: https://github.com/tronikos [@​wollew]: https://github.com/wollew [@​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> |
||
|
|
f46ac98970 | chore(deps): update appVersions | ||
|
|
06a489a682 | chore(deps): update rmcrackan/libation docker tag to v13.1.4 (#3456) | ||
|
|
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 ([@​RaHehl] - [#​160816]) ([unifiprotect docs]) (dependency) - Update list of supported locations for London Air ([@​allanlewis] - [#​160884]) ([london\_air docs][london_air docs]) - Bump onedrive-personal-sdk to 0.1.0 ([@​zweckj] - [#​160976]) ([onedrive docs]) (dependency) - Adjust battery voltage sensor display precision for Matter devices ([@​lboue] - [#​161088]) ([matter docs]) - Fix color temperature attributes in wiz ([@​arturpragacz] - [#​161125]) ([wiz docs]) - Bump xiaomi-ble to 1.4.3 ([@​terop] - [#​161132]) ([xiaomi\_ble docs][xiaomi_ble docs]) - Bump opower to 0.16.4 ([@​tronikos] - [#​161153]) ([opower docs]) (dependency) - Fix detection of multiple smart object types in single event ([@​RaHehl] - [#​161189]) ([unifiprotect docs]) - Fix icons for 'moving' state ([@​stickpin] - [#​161194]) ([binary\_sensor docs][binary_sensor docs]) - Bump onedrive-personal-sdk to 0.1.1 ([@​zweckj] - [#​161337]) ([onedrive docs]) (dependency) - Bump uiprotect to 10.0.0 ([@​RaHehl] - [#​161350]) ([unifiprotect docs]) (dependency) - Migrate config entries to string unique id ([@​edenhaus] - [#​161370]) ([toon docs]) ([monzo docs]) ([microBees docs]) ([arve docs]) - Bump uiprotect to 10.0.1 ([@​RaHehl] - [#​161397]) ([unifiprotect docs]) (dependency) - Bump Insteon panel to 0.6.1 ([@​teharris1] - [#​161411]) ([insteon docs]) (dependency) - Bump music-assistant-client to 1.3.3 ([@​arturpragacz] - [#​161438]) ([music\_assistant docs][music_assistant docs]) (dependency) - Revert deprecation of `server_host` for container installations ([@​emontnemery] - [#​161443]) ([http docs]) - Bump opower to 0.16.5 ([@​tronikos] - [#​161450]) ([opower docs]) (dependency) [#​159957]: https://github.com/home-assistant/core/pull/159957 [#​160771]: https://github.com/home-assistant/core/pull/160771 [#​160816]: https://github.com/home-assistant/core/pull/160816 [#​160884]: https://github.com/home-assistant/core/pull/160884 [#​160976]: https://github.com/home-assistant/core/pull/160976 [#​161085]: https://github.com/home-assistant/core/pull/161085 [#​161088]: https://github.com/home-assistant/core/pull/161088 [#​161125]: https://github.com/home-assistant/core/pull/161125 [#​161132]: https://github.com/home-assistant/core/pull/161132 [#​161153]: https://github.com/home-assistant/core/pull/161153 [#​161189]: https://github.com/home-assistant/core/pull/161189 [#​161194]: https://github.com/home-assistant/core/pull/161194 [#​161337]: https://github.com/home-assistant/core/pull/161337 [#​161350]: https://github.com/home-assistant/core/pull/161350 [#​161370]: https://github.com/home-assistant/core/pull/161370 [#​161397]: https://github.com/home-assistant/core/pull/161397 [#​161411]: https://github.com/home-assistant/core/pull/161411 [#​161438]: https://github.com/home-assistant/core/pull/161438 [#​161443]: https://github.com/home-assistant/core/pull/161443 [#​161450]: https://github.com/home-assistant/core/pull/161450 [@​RaHehl]: https://github.com/RaHehl [@​allanlewis]: https://github.com/allanlewis [@​arturpragacz]: https://github.com/arturpragacz [@​bramkragten]: https://github.com/bramkragten [@​edenhaus]: https://github.com/edenhaus [@​emontnemery]: https://github.com/emontnemery [@​frenck]: https://github.com/frenck [@​lboue]: https://github.com/lboue [@​stickpin]: https://github.com/stickpin [@​teharris1]: https://github.com/teharris1 [@​terop]: https://github.com/terop [@​tronikos]: https://github.com/tronikos [@​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 ([@​Noltari] - [#​160695]) ([airzone docs]) - Revert back to microVAD ([@​synesthesiam] - [#​160821]) ([assist\_pipeline docs][assist_pipeline docs]) - Bump opower to 0.16.2 ([@​tronikos] - [#​160822]) ([opower docs]) (dependency) - accept leading zeros in sms\_code for fressnapf\_tracker ([@​eifinger] - [#​160834]) ([fressnapf\_tracker docs][fressnapf_tracker docs]) - Add support for packaging version >= 26 on the version bump script ([@​edenhaus] - [#​160858]) - Update PyNaCl to 1.6.2 ([@​cdce8p] - [#​160909]) ([owntracks docs]) ([mobile\_app docs][mobile_app docs]) (dependency) - Bump pyenphase from 2.4.2 to 2.4.3 ([@​catsmanac] - [#​160912]) ([enphase\_envoy docs][enphase_envoy docs]) (dependency) - Decrease Essent update interval to 1 hour ([@​jaapp] - [#​160959]) ([essent docs]) - Bump opower to 0.16.3 ([@​tronikos] - [#​160961]) ([opower docs]) (dependency) - Bump PySrDaliGateway from 0.18.0 to 0.19.3 ([@​niracler] - [#​160972]) ([sunricher\_dali docs][sunricher_dali docs]) (dependency) - Add descriptions to openai\_conversation ([@​zweckj] - [#​160979]) ([openai\_conversation docs][openai_conversation docs]) - Clean up unnecessary Z-Wave "device config changed" repairs ([@​AlCalzone] - [#​161000]) ([zwave\_js docs][zwave_js docs]) - Update knx-frontend to 2026.1.15.112308 ([@​farmio] - [#​161004]) ([knx docs]) (dependency) - Require admin for blueprint ws commands ([@​edenhaus] - [#​161008]) ([blueprint docs]) - Bump aiomealie to 1.2.0 ([@​andrew-codechimp] - [#​161058]) ([mealie docs]) (dependency) - Update frontend to [`2026010`](https://github.com/home-assistant/core/commit/20260107).2 ([@​bramkragten] - [#​161061]) ([frontend docs]) (dependency) - Update aioairzone to v1.0.5 ([@​Noltari] - [#​160688]) ([airzone docs]) (dependency) [#​159957]: https://github.com/home-assistant/core/pull/159957 [#​160688]: https://github.com/home-assistant/core/pull/160688 [#​160695]: https://github.com/home-assistant/core/pull/160695 [#​160771]: https://github.com/home-assistant/core/pull/160771 [#​160821]: https://github.com/home-assistant/core/pull/160821 [#​160822]: https://github.com/home-assistant/core/pull/160822 [#​160834]: https://github.com/home-assistant/core/pull/160834 [#​160858]: https://github.com/home-assistant/core/pull/160858 [#​160909]: https://github.com/home-assistant/core/pull/160909 [#​160912]: https://github.com/home-assistant/core/pull/160912 [#​160959]: https://github.com/home-assistant/core/pull/160959 [#​160961]: https://github.com/home-assistant/core/pull/160961 [#​160972]: https://github.com/home-assistant/core/pull/160972 [#​160979]: https://github.com/home-assistant/core/pull/160979 [#​161000]: https://github.com/home-assistant/core/pull/161000 [#​161004]: https://github.com/home-assistant/core/pull/161004 [#​161008]: https://github.com/home-assistant/core/pull/161008 [#​161058]: https://github.com/home-assistant/core/pull/161058 [#​161061]: https://github.com/home-assistant/core/pull/161061 [@​AlCalzone]: https://github.com/AlCalzone [@​Noltari]: https://github.com/Noltari [@​andrew-codechimp]: https://github.com/andrew-codechimp [@​bramkragten]: https://github.com/bramkragten [@​catsmanac]: https://github.com/catsmanac [@​cdce8p]: https://github.com/cdce8p [@​edenhaus]: https://github.com/edenhaus [@​eifinger]: https://github.com/eifinger [@​farmio]: https://github.com/farmio [@​frenck]: https://github.com/frenck [@​jaapp]: https://github.com/jaapp [@​niracler]: https://github.com/niracler [@​synesthesiam]: https://github.com/synesthesiam [@​tronikos]: https://github.com/tronikos [@​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 ([@​ptarjan] - [#​160254]) ([hikvision docs]) - Bump eheimdigital to 1.5.0 ([@​autinerd] - [#​160312]) ([eheimdigital docs]) - Bump ZHA to 0.0.84 ([@​TheJulianJES] - [#​160440]) ([zha docs]) - Bump pyOverkiz to 1.19.4 ([@​iMicknl] - [#​160457]) ([overkiz docs]) - Fix JSON serialization of time objects in anthropic tool results ([@​dcermak] - [#​160459]) ([anthropic docs]) - Add asyncio-level timeout to Backblaze B2 uploads ([@​ElCruncharino] - [#​160468]) ([backblaze\_b2 docs][backblaze_b2 docs]) - Fix Requirement parsing in RequirementsManager ([@​epenet] - [#​160485]) - Add Nettleie optimization option ([@​osohotwateriot] - [#​160494]) ([osoenergy docs]) - Bump python-otbr-api to 2.7.1 ([@​emontnemery] - [#​160496]) ([thread docs]) ([otbr docs]) - fix rain sensor for some rare velux windows ([@​wollew] - [#​160504]) ([velux docs]) - Fix trigger selectors ([@​bramkragten] - [#​160519]) ([climate docs]) ([light docs]) ([humidifier docs]) - Bump Intergas Incomfort-client to v0.6.11 ([@​jbouwh] - [#​160520]) ([incomfort docs]) - Revert "Update voluptuous and voluptuous-openapi" ([@​synesthesiam] - [#​160530]) - Bump serialx to v0.6.2 ([@​puddly] - [#​160545]) ([zha docs]) ([homeassistant\_hardware docs][homeassistant_hardware docs]) - Catch any migration failures in Teslemetry ([@​Bre77] - [#​160549]) ([teslemetry docs]) - Fix AttributeError for missing/incomplete health data in Tractive ([@​bieniu] - [#​160553]) ([tractive docs]) - Bump pysilero-vad to 3.1.0 ([@​synesthesiam] - [#​160554]) ([assist\_pipeline docs][assist_pipeline docs]) - Fix for older Fritzbox models which do not support smarthome triggers ([@​mib1185] - [#​160555]) ([fritzbox docs]) - Bump google-air-quality-api to 2.1.2 ([@​Thomas55555] - [#​160561]) ([google\_air\_quality docs][google_air_quality docs]) - Fix Climate signal in Teslemetry ([@​Bre77] - [#​160571]) ([teslemetry docs]) - Bump pysma to 1.1.0 ([@​kellerza] - [#​160583]) ([sma docs]) - Bump opower to 0.16.1 ([@​tronikos] - [#​160588]) ([opower docs]) - Fix config flow bug in Tesla Fleet ([@​Bre77] - [#​160591]) ([tesla\_fleet docs][tesla_fleet docs]) - Add missing segment speed icons for WLED ([@​Tommatheussen] - [#​160597]) ([wled docs]) - Better handling of ratelimiting from Tibber ([@​Danielhiversen] - [#​160599]) ([tibber docs]) - Change device class to energy\_storage for some enphase\_envoy battery entities ([@​catsmanac] - [#​160603]) ([enphase\_envoy docs][enphase_envoy docs]) - Fix Z-Wave creating notification binary sensor for idle state ([@​MartinHjelmare] - [#​160604]) ([zwave\_js docs][zwave_js docs]) - Bump pynintendoparental to 2.3.2 ([@​pantherale0] - [#​160626]) ([nintendo\_parental\_controls docs][nintendo_parental_controls docs]) - Update frontend to [`2026010`](https://github.com/home-assistant/core/commit/20260107).1 ([@​bramkragten] - [#​160644]) ([frontend docs]) - Bump pyhik to 0.4.0 ([@​ptarjan] - [#​160654]) ([hikvision docs]) - Bump greeclimate to 2.1.1 ([@​cmroche] - [#​160683]) ([gree docs]) - Bump pysilero-vad to 3.2.0 ([@​synesthesiam] - [#​160691]) ([assist\_pipeline docs][assist_pipeline docs]) - Revert bthome-ble back to 3.16.0 to fix missing data ([@​Ernst79] - [#​160694]) ([bthome docs]) - Fix missing key for brew by weight in lamarzocco ([@​zweckj] - [#​160722]) ([lamarzocco docs]) - Bump pytado 0.18.16 ([@​erwindouna] - [#​160724]) ([tado docs]) - Bump python-homewizard-energy to 10.0.1 ([@​DCSBL] - [#​160736]) ([homewizard docs]) - Fix fitbit icon ([@​joostlek] - [#​160750]) ([fitbit docs]) [#​159957]: https://github.com/home-assistant/core/pull/159957 [#​160254]: https://github.com/home-assistant/core/pull/160254 [#​160312]: https://github.com/home-assistant/core/pull/160312 [#​160440]: https://github.com/home-assistant/core/pull/160440 [#​160457]: https://github.com/home-assistant/core/pull/160457 [#​160459]: https://github.com/home-assistant/core/pull/160459 [#​160468]: https://github.com/home-assistant/core/pull/160468 [#​160485]: https://github.com/home-assistant/core/pull/160485 [#​160494]: https://github.com/home-assistant/core/pull/160494 [#​160496]: https://github.com/home-assistant/core/pull/160496 [#​160504]: https://github.com/home-assistant/core/pull/160504 [#​160519]: https://github.com/home-assistant/core/pull/160519 [#​160520]: https://github.com/home-assistant/core/pull/160520 [#​160530]: https://github.com/home-assistant/core/pull/160530 [#​160545]: https://github.com/home-assistant/core/pull/160545 [#​160549]: https://github.com/home-assistant/core/pull/160549 [#​160553]: https://github.com/home-assistant/core/pull/160553 [#​160554]: https://github.com/home-assistant/core/pull/160554 [#​160555]: https://github.com/home-assistant/core/pull/160555 [#​160561]: https://github.com/home-assistant/core/pull/160561 [#​160571]: https://github.com/home-assistant/core/pull/160571 [#​160583]: https://github.com/home-assistant/core/pull/160583 [#​160588]: https://github.com/home-assistant/core/pull/160588 [#​160591]: https://github.com/home-assistant/core/pull/160591 [#​160597]: https://github.com/home-assistant/core/pull/160597 [#​160599]: https://github.com/home-assistant/core/pull/160599 [#​160603]: https://github.com/home-assistant/core/pull/160603 [#​160604]: https://github.com/home-assistant/core/pull/160604 [#​160626]: https://github.com/home-assistant/core/pull/160626 [#​160644]: https://github.com/home-assistant/core/pull/160644 [#​160654]: https://github.com/home-assistant/core/pull/160654 [#​160683]: https://github.com/home-assistant/core/pull/160683 [#​160691]: https://github.com/home-assistant/core/pull/160691 [#​160694]: https://github.com/home-assistant/core/pull/160694 [#​160722]: https://github.com/home-assistant/core/pull/160722 [#​160724]: https://github.com/home-assistant/core/pull/160724 [#​160736]: https://github.com/home-assistant/core/pull/160736 [#​160750]: https://github.com/home-assistant/core/pull/160750 [@​Bre77]: https://github.com/Bre77 [@​DCSBL]: https://github.com/DCSBL [@​Danielhiversen]: https://github.com/Danielhiversen [@​ElCruncharino]: https://github.com/ElCruncharino [@​Ernst79]: https://github.com/Ernst79 [@​MartinHjelmare]: https://github.com/MartinHjelmare [@​TheJulianJES]: https://github.com/TheJulianJES [@​Thomas55555]: https://github.com/Thomas55555 [@​Tommatheussen]: https://github.com/Tommatheussen [@​autinerd]: https://github.com/autinerd [@​bieniu]: https://github.com/bieniu [@​bramkragten]: https://github.com/bramkragten [@​catsmanac]: https://github.com/catsmanac [@​cmroche]: https://github.com/cmroche [@​dcermak]: https://github.com/dcermak [@​emontnemery]: https://github.com/emontnemery [@​epenet]: https://github.com/epenet [@​erwindouna]: https://github.com/erwindouna [@​frenck]: https://github.com/frenck [@​iMicknl]: https://github.com/iMicknl [@​jbouwh]: https://github.com/jbouwh [@​joostlek]: https://github.com/joostlek [@​kellerza]: https://github.com/kellerza [@​mib1185]: https://github.com/mib1185 [@​osohotwateriot]: https://github.com/osohotwateriot [@​pantherale0]: https://github.com/pantherale0 [@​ptarjan]: https://github.com/ptarjan [@​puddly]: https://github.com/puddly [@​synesthesiam]: https://github.com/synesthesiam [@​tronikos]: https://github.com/tronikos [@​wollew]: https://github.com/wollew [@​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 ([@​dontinelli] - [#​157839]) ([solarlog docs]) - Normalize unique ID in WLED ([@​mik-laj] - [#​157901]) ([wled docs]) - Change Samsung TV WoL turn\_on log from warning to debug ([@​ptarjan] - [#​158676]) ([samsungtv docs]) - Fix ZeroDivisionError for inverse unit conversions ([@​ReneNulschDE] - [#​159161]) - Add openid scope and update OAuth2 url:s in senz integration ([@​astrandb] - [#​159265]) ([senz docs]) - Create issue for Sonos when Sonos system does not have UPnP enabled ([@​PeteRager] - [#​159330]) ([sonos docs]) - Bump insteon panel to 0.6.0 to fix dialog button issues ([@​teharris1] - [#​159449]) ([insteon docs]) ([dynalite docs]) (dependency) - Bump yalexs-ble to 3.2.2 ([@​bdraco] - [#​158124]) ([august docs]) ([yalexs\_ble docs][yalexs_ble docs]) ([yale docs]) (dependency) - Bump yalexs-ble to 3.2.4 ([@​bdraco] - [#​159476]) ([august docs]) ([yalexs\_ble docs][yalexs_ble docs]) ([yale docs]) (dependency) - Improve date handling in UniFi Protect media source ([@​RaHehl] - [#​159491]) ([unifiprotect docs]) - Redact additional unnecessary diagnostic fields ([@​allenporter] - [#​159546]) ([roborock docs]) - Bump melissa to 3.0.3 ([@​kennedyshead] - [#​159557]) ([melissa docs]) (dependency) - Bump valbusaio to 2025.12.0 ([@​cereal2nd] - [#​159578]) ([velbus docs]) (dependency) - Bump uiprotect to 7.33.3 ([@​RaHehl] - [#​159593]) ([unifiprotect docs]) (dependency) - Fix Ecoforest unknown alarm translation key ([@​maylikenoother] - [#​159594]) ([ecoforest docs]) - Bump axis to v66 fixing an issue with latest xmltodict ([@​Kane610] - [#​159604]) ([axis docs]) (dependency) - Bump python-roborock to 3.20.1 ([@​allenporter] - [#​159621]) ([roborock docs]) (dependency) - Bump python-roborock to 3.21.1 ([@​allenporter] - [#​159660]) ([roborock docs]) (dependency) - Fix Roborock repair issue behavior ([@​allenporter] - [#​159718]) ([roborock docs]) - Start reauth when roborock notices the MQTT session is unauthorized ([@​allenporter] - [#​159719]) ([roborock docs]) - Add state\_class to Nuki battery sensor ([@​victor-gurbani] - [#​159756]) ([nuki docs]) [#​157839]: https://github.com/home-assistant/core/pull/157839 [#​157901]: https://github.com/home-assistant/core/pull/157901 [#​158124]: https://github.com/home-assistant/core/pull/158124 [#​158676]: https://github.com/home-assistant/core/pull/158676 [#​159161]: https://github.com/home-assistant/core/pull/159161 [#​159265]: https://github.com/home-assistant/core/pull/159265 [#​159330]: https://github.com/home-assistant/core/pull/159330 [#​159449]: https://github.com/home-assistant/core/pull/159449 [#​159460]: https://github.com/home-assistant/core/pull/159460 [#​159476]: https://github.com/home-assistant/core/pull/159476 [#​159491]: https://github.com/home-assistant/core/pull/159491 [#​159546]: https://github.com/home-assistant/core/pull/159546 [#​159557]: https://github.com/home-assistant/core/pull/159557 [#​159578]: https://github.com/home-assistant/core/pull/159578 [#​159593]: https://github.com/home-assistant/core/pull/159593 [#​159594]: https://github.com/home-assistant/core/pull/159594 [#​159604]: https://github.com/home-assistant/core/pull/159604 [#​159621]: https://github.com/home-assistant/core/pull/159621 [#​159660]: https://github.com/home-assistant/core/pull/159660 [#​159718]: https://github.com/home-assistant/core/pull/159718 [#​159719]: https://github.com/home-assistant/core/pull/159719 [#​159756]: https://github.com/home-assistant/core/pull/159756 [@​Kane610]: https://github.com/Kane610 [@​PeteRager]: https://github.com/PeteRager [@​RaHehl]: https://github.com/RaHehl [@​ReneNulschDE]: https://github.com/ReneNulschDE [@​allenporter]: https://github.com/allenporter [@​astrandb]: https://github.com/astrandb [@​bdraco]: https://github.com/bdraco [@​bramkragten]: https://github.com/bramkragten [@​cereal2nd]: https://github.com/cereal2nd [@​dontinelli]: https://github.com/dontinelli [@​kennedyshead]: https://github.com/kennedyshead [@​maylikenoother]: https://github.com/maylikenoother [@​mik-laj]: https://github.com/mik-laj [@​ptarjan]: https://github.com/ptarjan [@​teharris1]: https://github.com/teharris1 [@​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 ([@​FI-153] - [#​156061]) ([config docs]) - Do not check Reolink firmware at start ([@​starkillerOG] - [#​158275]) ([reolink docs]) - Update pynintendoparental to 2.0.0 ([@​pantherale0] - [#​158285]) ([nintendo\_parental\_controls docs][nintendo_parental_controls docs]) - Enable volvo engine status for all engine types ([@​thomasddn] - [#​158437]) ([volvo docs]) - Update pynintendoparental to 2.1.0 ([@​pantherale0] - [#​158487]) ([nintendo\_parental\_controls docs][nintendo_parental_controls docs]) - Suppress roborock failures under some unavailability threshold ([@​allenporter] - [#​158673]) ([roborock docs]) - Suppress verbose UPnP subscription error logs ([@​ptarjan] - [#​158677]) - Fix Sonos speaker async\_offline assertion failure ([@​ptarjan] - [#​158764]) ([sonos docs]) - Bump pynintendoparental to 2.1.1 ([@​pantherale0] - [#​158779]) ([nintendo\_parental\_controls docs][nintendo_parental_controls docs]) - Bump aioasuswrt 1.5.3 ([@​kennedyshead] - [#​158882]) ([asuswrt docs]) - Revert adding entity\_category to Plugwise thermostat schedule select ([@​bouwew] - [#​158901]) ([plugwise docs]) - Bump aiomealie to 1.1.1 and statically define mealplan entry types ([@​andrew-codechimp] - [#​158907]) ([mealie docs]) - Update systembridgeconnector to 5.2.4, fix media source ([@​timmo001] - [#​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 ([@​jbouwh] - [#​158919]) ([google\_assistant docs][google_assistant docs]) - Bump ical to 12.1.2 ([@​allenporter] - [#​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 ([@​Petro31] - [#​158979]) ([mold\_indicator docs][mold_indicator docs]) - Add exception handling for rate limited or unauthorized MQTT requests ([@​allenporter] - [#​158997]) ([roborock docs]) - Bump aioasuswrt to 1.5.4 ([@​upsuper] - [#​159038]) ([asuswrt docs]) - Bump blinkpy to 0.25.2 ([@​fronzbot] - [#​159049]) ([blink docs]) - Fix slow event state updates for remote calendar ([@​allenporter] - [#​159058]) ([remote\_calendar docs][remote_calendar docs]) - Bump aiodns to 3.6.1 ([@​mithomas] - [#​159073]) ([dnsip docs]) - Bump pysmlight to v0.2.13 ([@​tl-sl] - [#​159075]) ([smlight docs]) - Improve icloud reauth flow ([@​PaulCavill] - [#​159081]) ([icloud docs]) - Sonos fix media player join to avoid race condition ([@​PeteRager] - [#​159106]) ([sonos docs]) - Sonos increase wait for groups timeout ([@​PeteRager] - [#​159108]) ([sonos docs]) - Bump pynintendoparental 2.1.3 ([@​pantherale0] - [#​159120]) ([nintendo\_parental\_controls docs][nintendo_parental_controls docs]) - Bump soco to 0.30.13 for Sonos ([@​PeteRager] - [#​159123]) ([sonos docs]) - Handle missing Miele status codes gracefully ([@​astrandb] - [#​159124]) ([miele docs]) - Bump ekey-bionyxpy to version 1.0.1 ([@​richardpolzer] - [#​159196]) ([ekeybionyx docs]) - Fix incorrect status updates for lcn ([@​alengwenus] - [#​159251]) ([lcn docs]) - Bump python-roborock to 3.18.0 ([@​Lash-L] - [#​159271]) ([roborock docs]) - Bump pypck to 0.9.8 ([@​alengwenus] - [#​159277]) ([lcn docs]) - Fix AttributeError in Roborock Empty Mode entity ([@​allenporter] - [#​159278]) ([roborock docs]) - Add missing strings for Shelly voltmeter sensor ([@​chemelli74] - [#​159332]) ([shelly docs]) - Do not trigger reauth for addon in Music Assistant ([@​arturpragacz] - [#​159372]) ([music\_assistant docs][music_assistant docs]) - Align format of voltmeter strings for Shelly ([@​chemelli74] - [#​159394]) ([shelly docs]) - Bump ZHA to 0.0.81 ([@​puddly] - [#​159396]) ([zha docs]) - Bump python-roborock to 3.19.0 ([@​allenporter] - [#​159404]) ([roborock docs]) - Remove users refresh tokens when the user get's deactivated ([@​edenhaus] - [#​159443]) - Update frontend to [`2025120`](https://github.com/home-assistant/core/commit/20251203).3 ([@​bramkragten] - [#​159451]) ([frontend docs]) [#​156061]: https://github.com/home-assistant/core/pull/156061 [#​157330]: https://github.com/home-assistant/core/pull/157330 [#​158071]: https://github.com/home-assistant/core/pull/158071 [#​158274]: https://github.com/home-assistant/core/pull/158274 [#​158275]: https://github.com/home-assistant/core/pull/158275 [#​158285]: https://github.com/home-assistant/core/pull/158285 [#​158437]: https://github.com/home-assistant/core/pull/158437 [#​158487]: https://github.com/home-assistant/core/pull/158487 [#​158673]: https://github.com/home-assistant/core/pull/158673 [#​158677]: https://github.com/home-assistant/core/pull/158677 [#​158764]: https://github.com/home-assistant/core/pull/158764 [#​158779]: https://github.com/home-assistant/core/pull/158779 [#​158811]: https://github.com/home-assistant/core/pull/158811 [#​158882]: https://github.com/home-assistant/core/pull/158882 [#​158901]: https://github.com/home-assistant/core/pull/158901 [#​158907]: https://github.com/home-assistant/core/pull/158907 [#​158917]: https://github.com/home-assistant/core/pull/158917 [#​158919]: https://github.com/home-assistant/core/pull/158919 [#​158965]: https://github.com/home-assistant/core/pull/158965 [#​158979]: https://github.com/home-assistant/core/pull/158979 [#​158997]: https://github.com/home-assistant/core/pull/158997 [#​159038]: https://github.com/home-assistant/core/pull/159038 [#​159049]: https://github.com/home-assistant/core/pull/159049 [#​159058]: https://github.com/home-assistant/core/pull/159058 [#​159073]: https://github.com/home-assistant/core/pull/159073 [#​159075]: https://github.com/home-assistant/core/pull/159075 [#​159081]: https://github.com/home-assistant/core/pull/159081 [#​159106]: https://github.com/home-assistant/core/pull/159106 [#​159108]: https://github.com/home-assistant/core/pull/159108 [#​159120]: https://github.com/home-assistant/core/pull/159120 [#​159123]: https://github.com/home-assistant/core/pull/159123 [#​159124]: https://github.com/home-assistant/core/pull/159124 [#​159196]: https://github.com/home-assistant/core/pull/159196 [#​159251]: https://github.com/home-assistant/core/pull/159251 [#​159271]: https://github.com/home-assistant/core/pull/159271 [#​159277]: https://github.com/home-assistant/core/pull/159277 [#​159278]: https://github.com/home-assistant/core/pull/159278 [#​159332]: https://github.com/home-assistant/core/pull/159332 [#​159372]: https://github.com/home-assistant/core/pull/159372 [#​159394]: https://github.com/home-assistant/core/pull/159394 [#​159396]: https://github.com/home-assistant/core/pull/159396 [#​159404]: https://github.com/home-assistant/core/pull/159404 [#​159443]: https://github.com/home-assistant/core/pull/159443 [#​159451]: https://github.com/home-assistant/core/pull/159451 [@​FI-153]: https://github.com/FI-153 [@​Lash-L]: https://github.com/Lash-L [@​PaulCavill]: https://github.com/PaulCavill [@​PeteRager]: https://github.com/PeteRager [@​Petro31]: https://github.com/Petro31 [@​alengwenus]: https://github.com/alengwenus [@​allenporter]: https://github.com/allenporter [@​andrew-codechimp]: https://github.com/andrew-codechimp [@​arturpragacz]: https://github.com/arturpragacz [@​astrandb]: https://github.com/astrandb [@​bouwew]: https://github.com/bouwew [@​bramkragten]: https://github.com/bramkragten [@​chemelli74]: https://github.com/chemelli74 [@​edenhaus]: https://github.com/edenhaus [@​frenck]: https://github.com/frenck [@​fronzbot]: https://github.com/fronzbot [@​jbouwh]: https://github.com/jbouwh [@​kennedyshead]: https://github.com/kennedyshead [@​mithomas]: https://github.com/mithomas [@​pantherale0]: https://github.com/pantherale0 [@​ptarjan]: https://github.com/ptarjan [@​puddly]: https://github.com/puddly [@​richardpolzer]: https://github.com/richardpolzer [@​starkillerOG]: https://github.com/starkillerOG [@​thomasddn]: https://github.com/thomasddn [@​timmo001]: https://github.com/timmo001 [@​tl-sl]: https://github.com/tl-sl [@​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 ([@​epenet] - [#​158475]) ([tuya docs]) - Move translatable URL out of strings.json for knx integration ([@​jbouwh] - [#​155244]) ([knx docs]) - Improve Tuya HVACMode handling ([@​epenet] - [#​158042]) ([tuya docs]) - Bump pypck to 0.9.7 ([@​alengwenus] - [#​158089]) ([lcn docs]) - Bump blinkpy to 0.25.1 ([@​KiraPC] - [#​158135]) ([blink docs]) (dependency) - Fix webhook exception when empty json data is sent ([@​mikedast] - [#​158254]) ([webhook docs]) - Fix roborock off peak electricity timer ([@​allenporter] - [#​158292]) ([roborock docs]) - Switchbot Cloud: Fixed binary sensors didn't update automatically ([@​XiaoLing-git] - [#​158434]) ([switchbot\_cloud docs][switchbot_cloud docs]) - Add Tuya local\_strategy to Tuya diagnostic ([@​epenet] - [#​158450]) ([tuya docs]) - Improve Roborock exception logging behavior for Zeo/Dyad devices ([@​allenporter] - [#​158465]) ([roborock docs]) - Fix Matter Door Lock Operating Mode select entity ([@​lboue] - [#​158468]) ([matter docs]) - Bump asusrouter to 1.21.3 ([@​Vaskivskyi] - [#​158492]) ([asuswrt docs]) - Bump hanna-cloud to version 0.0.7 ([@​bestycame] - [#​158536]) ([hanna docs]) (dependency) - Add measurement state class to ohme sensors ([@​andrew-codechimp] - [#​158541]) ([ohme docs]) - Bump python-roborock to 3.12.2 ([@​allenporter] - [#​158572]) ([roborock docs]) (dependency) - Pin pycares to 4.11.0 ([@​bdraco] - [#​158695]) (dependency) - Add state\_class to Growatt power and energy sensors ([@​johanzander] - [#​158705]) ([growatt\_server docs][growatt_server docs]) - Update advanced\_options display text for MQTT ([@​ndrwrbgs] - [#​158728]) ([mqtt docs]) - Bump google air quality api to 2.0.2 ([@​Thomas55555] - [#​158742]) ([google\_air\_quality docs][google_air_quality docs]) (dependency) - Migrate Blink component to use hardware\_id instead of device\_id ([@​cdutr] - [#​158765]) ([blink docs]) - Bump ical to 12.1.1 ([@​allenporter] - [#​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 ([@​zweckj] - [#​158104]) ([lamarzocco docs]) (dependency) - Bump pylamarzocco to 2.2.4 ([@​zweckj] - [#​158774]) ([lamarzocco docs]) (dependency) - Increase Xbox update interval to 15 seconds and refactor title data handling ([@​tr4nt0r] - [#​158780]) ([xbox docs]) - Bump pySmartThings to 3.5.1 ([@​joostlek] - [#​158795]) ([smartthings docs]) (dependency) - Bump aioasuswrt to 1.5.2 ([@​kennedyshead] - [#​158727]) ([asuswrt docs]) (dependency) [#​155244]: https://github.com/home-assistant/core/pull/155244 [#​157330]: https://github.com/home-assistant/core/pull/157330 [#​158042]: https://github.com/home-assistant/core/pull/158042 [#​158071]: https://github.com/home-assistant/core/pull/158071 [#​158089]: https://github.com/home-assistant/core/pull/158089 [#​158104]: https://github.com/home-assistant/core/pull/158104 [#​158135]: https://github.com/home-assistant/core/pull/158135 [#​158254]: https://github.com/home-assistant/core/pull/158254 [#​158274]: https://github.com/home-assistant/core/pull/158274 [#​158292]: https://github.com/home-assistant/core/pull/158292 [#​158434]: https://github.com/home-assistant/core/pull/158434 [#​158450]: https://github.com/home-assistant/core/pull/158450 [#​158465]: https://github.com/home-assistant/core/pull/158465 [#​158468]: https://github.com/home-assistant/core/pull/158468 [#​158475]: https://github.com/home-assistant/core/pull/158475 [#​158492]: https://github.com/home-assistant/core/pull/158492 [#​158536]: https://github.com/home-assistant/core/pull/158536 [#​158541]: https://github.com/home-assistant/core/pull/158541 [#​158572]: https://github.com/home-assistant/core/pull/158572 [#​158695]: https://github.com/home-assistant/core/pull/158695 [#​158705]: https://github.com/home-assistant/core/pull/158705 [#​158727]: https://github.com/home-assistant/core/pull/158727 [#​158728]: https://github.com/home-assistant/core/pull/158728 [#​158742]: https://github.com/home-assistant/core/pull/158742 [#​158765]: https://github.com/home-assistant/core/pull/158765 [#​158770]: https://github.com/home-assistant/core/pull/158770 [#​158774]: https://github.com/home-assistant/core/pull/158774 [#​158780]: https://github.com/home-assistant/core/pull/158780 [#​158795]: https://github.com/home-assistant/core/pull/158795 [@​KiraPC]: https://github.com/KiraPC [@​Thomas55555]: https://github.com/Thomas55555 [@​Vaskivskyi]: https://github.com/Vaskivskyi [@​XiaoLing-git]: https://github.com/XiaoLing-git [@​alengwenus]: https://github.com/alengwenus [@​allenporter]: https://github.com/allenporter [@​andrew-codechimp]: https://github.com/andrew-codechimp [@​bdraco]: https://github.com/bdraco [@​bestycame]: https://github.com/bestycame [@​cdutr]: https://github.com/cdutr [@​epenet]: https://github.com/epenet [@​frenck]: https://github.com/frenck [@​jbouwh]: https://github.com/jbouwh [@​johanzander]: https://github.com/johanzander [@​joostlek]: https://github.com/joostlek [@​kennedyshead]: https://github.com/kennedyshead [@​lboue]: https://github.com/lboue [@​mikedast]: https://github.com/mikedast [@​ndrwrbgs]: https://github.com/ndrwrbgs [@​tr4nt0r]: https://github.com/tr4nt0r [@​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> |
||
|
|
a9b7e82d09 |
chore(deps): update dependency rmcrackan/libation to v13 (#3447)
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 ([#​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 [@​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 [#​1553](https://github.com/rmcrackan/Libation/issues/1553) - Fix library export [#​1552](https://github.com/rmcrackan/Libation/issues/1552) - Add file move progress Thanks to [@​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 ([#​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 ([#​1536](https://github.com/rmcrackan/Libation/issues/1536) ) Thanks to [@​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 [#​1531](https://github.com/rmcrackan/Libation/issues/1531) : Remove UpgradeNotificationDialog form positioning - Bug fix [#​1528](https://github.com/rmcrackan/Libation/issues/1528) : Libation hangs on end of book download Thanks to [@​Mbucari](https://github.com/Mbucari), [@​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 [#​1526](https://github.com/rmcrackan/Libation/issues/1526) - Add CFBundleShortVersionString to Info.plist Thanks to [@​Mbucari](https://github.com/Mbucari), [@​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 [@​Mbucari](https://github.com/Mbucari), [@​Youssef1313](https://github.com/Youssef1313), [@​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> |
||
|
|
8ddda5a9ee | chore(deps): update kube-prometheus-stack docker tag to v81.2.2 (#3453) | ||
|
|
c8c36c6cb6 | chore(deps): update helm release argo-cd to v9.3.5 (#3452) | ||
|
|
f4da83592d | chore(deps): update ghcr.io/home-assistant/home-assistant docker tag to v2026.1.3 (#3449) | ||
|
|
75de4c2984 | chore(deps): update ghcr.io/booklore-app/booklore docker tag to v1.18.4 (#3448) | ||
|
|
914dd14c81 | fix: align renovate custom manager to appVersion updates on Chart |