This PR contains the following updates: | Package | Update | Change | |---|---|---| | [docker.io/reaparr/reaparr](https://redirect.github.com/Reaparr/Reaparr) | minor | `b8b806d` -> `f91df5b` | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. Add the preset `:preserveSemverRanges` to your config if you don't want to pin your dependencies. --- ### Release Notes <details> <summary>Reaparr/Reaparr (docker.io/reaparr/reaparr)</summary> ### [`v0.35.0`](https://redirect.github.com/Reaparr/Reaparr/blob/HEAD/CHANGELOG.md#0350-2026-01-20) [Compare Source](https://redirect.github.com/Reaparr/Reaparr/compare/v0.34.0...v0.35.0) ##### Bug Fixes - **WebAPI:** Add timeout protection to prevent indefinite blocking on pause operations ([0b24bbf](0b24bbf39e)) - **WebAPI:** Added a temporary fix for validating an account token, i… ([#​500](https://redirect.github.com/Reaparr/Reaparr/issues/500)) ([c22efe1](c22efe1dda)) - **WebAPI:** Added a temporary fix for validating an account token, it requires a larger Plex API SDK update ([afb6778](afb6778f2a)) - **WebAPI:** Avoid failing when cleanup directory has files ([06d1820](06d1820a06)) - **Web-UI:** Disable the test connection button if the input fields are invalid ([e111548](e111548521)) - **deps:** downgrade [@​vueuse](https://redirect.github.com/vueuse) packages to version 13.x ([9e0c95a](9e0c95a922)) - **Web-UI:** Fix flashy UI changes when refreshing a library ([3c5ea7b](3c5ea7bbe2)) - **WebAPI:** Fix threading issues with the dbcontext in handlers ([372b922](372b92241c)) - **WebAPI:** Fixed a bug where an auth token would validate but return a 400 bad request ([0b24793](0b247932c3)) - **WebAPI:** Fixed an exception where during the progres update of a file transfer it would crash due to multiple threads using a DbContext ([e54a27f](e54a27f78a)) - **Web-UI:** Fixed an issue where logging out would redirect to the setup page ([ce3423a](ce3423adbb)) - **Web-UI:** Fixed an issue where some alerts had missing colors ([19b9850](19b9850c5c)) - **WebAPI:** Fixed an issue where the library sync progress would go above 100% ([df213b8](df213b8302)) - **Web-UI:** Fixed an issue where the poster image title would go out of bounds when to long ([1c99c16](1c99c16282)) - **Web-UI:** Fixed an issue where the poster image would not show the fallback when loading fails ([e45393d](e45393ddd5)) - **Web-UI:** Fixed an issue where the poster image would repeat after scrolling far enough on the wrong titles ([5170a9e](5170a9eb3b)) - **Web-UI:** Fixed an issue where you could not save a Plex account by using a token ([af1aa56](af1aa563ec)) - **WebAPI:** Fixed crash issues due to incorrect multi-threaded use of the dbcontext ([82727ab](82727ab7a5)) - **Web-UI:** Fixed the confirmation button on the delete account dialog not showing the loading icon when it's busy ([ec9ed9f](ec9ed9f3e9)) - **WebAPI:** Fixed the discord message containing the changelog be du… ([#​515](https://redirect.github.com/Reaparr/Reaparr/issues/515)) ([c78475f](c78475fca2)) - **WebAPI:** Fixed the discord message containing the changelog be dupplicated ([a0f1a0f](a0f1a0fa1e)) - **WebAPI:** Fixed the SyncServerMedia command not working to sync all media with a server ([2f624f4](2f624f4113)) - **WebAPI:** Improve error handling for Plex thumbnail fetching ([2b6b677](2b6b677c19)) - **WebAPI:** Increase HTTP client timeout for thumbnail image requests ([e70bfe3](e70bfe3e27)) - **Web-UI:** Open on the correct auth tab and disable switching in edit mode in the Account Dialog ([81950ab](81950abb2e)) - **WebAPI:** Possible fix for downloads getting stuck and not progressing due to race conditions ([ee9ab02](ee9ab02f25)) - **WebAPI:** Remove duplicate changelog entries ([c3e6551](c3e6551547)) - **WebAPI:** Remove USER directive to fix s6-overlay ARM startup error ([b5f3ce1](b5f3ce1eec)) - **WebAPI:** resolve memory leak in download client disposal ([a99cdae](a99cdae13f)) - **WebAPI:** resolve SQLite ConnectionError\[20004] during concurrent database access ([eb916e2](eb916e220b)) - **WebAPI:** use split queries to prevent cartesian explosion in collection includes ([d859772](d8597721ff)) ##### Features - **WebAPI:** add dev prerelease support with semantic-release ([bb9b9ed](bb9b9edc93)) - **WebAPI:** Add media filename validation extension methods to ensure Sonarr/Radarr can parse filenames correctly ([649420f](649420f8fb)) - **Web-UI:** Add Radarr integration setup and connection features ([014ef2d](014ef2d98e)) - **WebAPI:** Added apiKey authentication to the torznab indexer ([2ee560e](2ee560e7d7)) - **WebAPI:** Added changelog discord notification ([#​508](https://redirect.github.com/Reaparr/Reaparr/issues/508)) ([1e0c69d](1e0c69d61e)) - **WebAPI:** Added changelog discord notification ([a73a0db](a73a0db67d)) - **Web-UI:** Added error handling when Sonarr/Radarr is not connectable ([26cc448](26cc448c9f)) - **WebAPI:** Added session based authentication to the Downloadclient that mimics QBittorrent ([904dfd1](904dfd1ea9)) - **Web-UI:** Allow markdown to be rendered in the help dialog boxes to improve formatting and adding links ([b98b946](b98b9464f6)) - **WebAPI:** ARM Support to auto build and publish in the pipeline ([377aed4](377aed41e0)) - **WebAPI:** Implement persistent auth session management for DownloadClient ([fba5e53](fba5e53996)) - **Web-UI:** Links in help text now open a new tab ([7309d2b](7309d2baff)) - **Web-UI:** QOL: When executing Resync Server command, it will no close the dialog and open the correct sync dialog ([abd6703](abd6703e37)) - **Web-UI:** Removed the thick red bar around the media overview bar to a sleek small gray line to be consistent with the rest of the look ([5221d26](5221d26cc0)) - **Web-UI:** Sonarr can now be fully automatically configured from the integration page! ([e0da625](e0da6252fc)) - **WebAPI:** Upgrade target framework to net10.0 across projects ([85d0801](85d0801aba)) ##### Performance Improvements - **WebAPI:** Add indexes for SearchTitle to enhance query performance ([9770486](9770486ecd)) - **WebAPI:** Add indexes to improve query performance for download tasks ([d5165d4](d5165d4be5)) - **Environment:** add IsDevelopmentEnvironment helper and enable sensitive data logging in dev/test ([03afac0](03afac0c20)) - **Web-UI:** Added an optimization of using the GPU when scrolling fast across media posters ([e62b641](e62b641f0e)) - **WebAPI:** Added more indexes to the database for heavy queries ([d3326c6](d3326c60e4)) - **WebAPI:** Hugely improved the performance of loading thumbnail for media posters, this will make navigating much smoother ([3e86fdd](3e86fdd602)) - **WebAPI:** Increased database query and storage performance by adding indexes and storing less at the same time ([7aa2559](7aa2559f31)) - **WebAPI:** Major rewrite in the way movie and episode data is stored, which should save a lot of database filesize ([3f1c5e5](3f1c5e5c7a)) ##### Reverts - Revert "build(WebAPI): Revert last dev EF migrations" ([8f41e18](8f41e181af)) - Revert "refactor(WebAPI): Add LibrarySyncJobQueue migration and update model snapshot" ([e4770d6](e4770d6c4d)) </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR becomes conflicted, 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://redirect.github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0Mi4xNy4wIiwidXBkYXRlZEluVmVyIjoiNDIuMTcuMCIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhcHAvcmVhcGFyciIsImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvbWlub3IiXX0=-->
title
| title |
|---|
| TrueCharts |
Community Helm Chart Catalog
TrueCharts is a catalog of highly optimised Helm Charts. Made for the community, by the community!
All our charts are supposed to work together and be easy to setup using any helm-compatible deployment tool, above all, give the average user more than enough options to tune things to their liking.
Getting started using TrueCharts
Support
Please check our FAQ, manual and Issue tracker There is a significant chance your issue has been reported before!
Still something not working as expected? Contact us! and we'll figure it out together!
Development
Our development process is fully distributed and agile, so every chart-maintainer is free to set their own roadmap and development speed and does not have to comply to a centralised roadmap. This ensures freedom and flexibility for everyone involved and makes sure you, the end user, always has the latest and greatest of every Chart installed.
Getting into creating Charts
For more information check the website: https://truecharts.org
Contact and Support
To contact the TrueCharts project:
-
Create an issue on Github issues
-
Open a Support Ticket
-
Send us an email
Contributors ✨
Thanks goes to these wonderful people (emoji key):
This project follows the all-contributors specification. Contributions of any kind welcome!
Licence
Truecharts, is primarily based on the AGPL-v3 license, this ensures almost everyone can use and modify our charts. Licences can vary on a per-Chart basis. This can easily be seen by the presence of a "LICENSE" file in that folder.
An exception to this, has been made for every document inside folders labeled as docs or doc and their subfolders: those folders are not licensed under AGPL-v3 and are considered "all rights reserved". Said content can be modified and changes submitted per PR, in accordance to the github End User License Agreement.
SPDX-License-Identifier: AGPL-3.0