This PR contains the following updates: | Package | Update | Change | |---|---|---| | [oci.trueforge.org/containerforge/bazarr](https://ghcr.io/trueforge-org/bazarr) ([source](https://redirect.github.com/morpheus65535/bazarr)) | patch | `69d11a7` → `f19ea9b` | --- > [!WARNING] > Some dependencies could not be looked up. Check the [Dependency Dashboard](../issues/18710) for more information. Add the preset `:preserveSemverRanges` to your config if you don't want to pin your dependencies. --- ### Release Notes <details> <summary>morpheus65535/bazarr (oci.trueforge.org/containerforge/bazarr)</summary> ### [`v1.5.6`](https://redirect.github.com/morpheus65535/bazarr/releases/tag/v1.5.6) [Compare Source](https://redirect.github.com/morpheus65535/bazarr/compare/v1.5.5...v1.5.6) From newest to oldest: - Improved error handling in `subdl` provider to log specific "no subtitles found" cases instead of raising exceptions when title is not found. [#​3218](https://redirect.github.com/morpheus65535/bazarr/issues/3218) [5dc1d27](https://redirect.github.com/morpheus65535/bazarr/commit/5dc1d278e1b459b8bcb388097d150074307cb9ae) - Improved `Gestdown` provider release matching [721361a](https://redirect.github.com/morpheus65535/bazarr/commit/721361a3619658742bc5d72ada25f5e24af1bdaa) - Added Spain vs LATAM Spanish detection to SubX provider [97ecde2](https://redirect.github.com/morpheus65535/bazarr/commit/97ecde2ec7164411dc59e4a2e9344f8c971f9037) - Fixed missing audio\_exclude migration in upgrade\_languages\_profile\_values [63878a9](https://redirect.github.com/morpheus65535/bazarr/commit/63878a93d7c124227413bc21a4b183731b761b47) - More efficient Windows codepage post processing fix (without spawning process) [df18cad](https://redirect.github.com/morpheus65535/bazarr/commit/df18cadbf5ac8a52fc213fa51d6d8380881aa216) - Fix for post-processing failing on non-English Windows systems [a49de53](https://redirect.github.com/morpheus65535/bazarr/commit/a49de53760a10cc71680615298a9cdf233fb7670) - Fixed `assrt` provider skipping season pack subtitles for episode searches [b3c798c](https://redirect.github.com/morpheus65535/bazarr/commit/b3c798c6698bec885eed0d238def7418d5167d4e) - Fixed Assrt provider crash on empty filelist and CJK title matching failure [70bd5d5](https://redirect.github.com/morpheus65535/bazarr/commit/70bd5d54435c668080e997bf80f723461eb905d6) - Added "hostname" in Settings-->General for webhook security and updated logic to enforce its configuration. This prevents hostname poisoning vulnerability potential exploitation. [4b0c5a3](https://redirect.github.com/morpheus65535/bazarr/commit/4b0c5a34c97bbbeadfa3219e562bd919f68fd5d6) - Fixed `subssabbz` search, diacritics, language comparison, and download error handling [cbf1aa7](https://redirect.github.com/morpheus65535/bazarr/commit/cbf1aa756a2e14d0bdddb6ddaebc0f0dc4af47c9) - Added missing `subx` API key integration into providers' configuration. [ae51617](https://redirect.github.com/morpheus65535/bazarr/commit/ae516172b2cb6771d0190ba906ffdb75219f7cbe) - Added Plex library refresh calls for series and movies after subtitle deletions or modifications if Plex integration is enabled. [8d5990b](https://redirect.github.com/morpheus65535/bazarr/commit/8d5990b63578ae19abfc51ba9880be45cdea36fb) - Added `event_stream` calls into subtitles upgrade process for both episodes and movies to make sure that history get refreshed on subtitle upgrade. [90f9558](https://redirect.github.com/morpheus65535/bazarr/commit/90f955801fe2f607f55da6a7ffb2099ac91e5b8f) - Added audio delay detection in MKV headers for `WhisperAI` using FFprobe [2ad9825](https://redirect.github.com/morpheus65535/bazarr/commit/2ad982527039fda172ad0c25c1588090e7926846) - Added support for "backup" event type in Socket.IO and integrated event stream in the backup process. [#​3166](https://redirect.github.com/morpheus65535/bazarr/issues/3166) [af34874](https://redirect.github.com/morpheus65535/bazarr/commit/af348742a87019f432dd9f60b0c592cf322b0a69) - Standardized the initialization of the `matches` attribute across all subtitle providers by setting it as a `set()`. [#​3192](https://redirect.github.com/morpheus65535/bazarr/issues/3192) [f0190d5](https://redirect.github.com/morpheus65535/bazarr/commit/f0190d54a62df22a25d62a57fca8f6fad6f72be7) - Added SubX subtitle proxy for Subdivx Latam Spanish provider [8e56e40](https://redirect.github.com/morpheus65535/bazarr/commit/8e56e40b8f020ecc48c21ae86406a7e436fb542c) - Fixed `check_login` decorator functionality [1d4953c](https://redirect.github.com/morpheus65535/bazarr/commit/1d4953c9662852e39e255e603ddfc40f79fddfbd) - Improved `subdl` provider by adding search by tmdb ID [d7a6f91](https://redirect.github.com/morpheus65535/bazarr/commit/d7a6f91d5bbd9a6fd804a8c57431a68269224233) - Removed `subdivx` provider and its related tests as it is no longer supported. [#​2714](https://redirect.github.com/morpheus65535/bazarr/issues/2714) [414aafa](https://redirect.github.com/morpheus65535/bazarr/commit/414aafa0a8b6b7add8f3a2b9607ae892abfcc111) - Refactored "upgradable" logic in history and API modules for improved performance. Simplified handling of subtitle upgrade conditions by removing the temporary "guessing" logic that was implemented with the "upgradedFromId" column a year ago. [#​3177](https://redirect.github.com/morpheus65535/bazarr/issues/3177) [9256965](https://redirect.github.com/morpheus65535/bazarr/commit/92569659c4b2fc9a29281b5b79e3bc93236b92ab) - Handled `ValueError` when parsing the year in `opensubtitlescom` provider to prevent throttling provider for nothing. [404cd91](https://redirect.github.com/morpheus65535/bazarr/commit/404cd9198a04782372646caeea024be6f4348ac5) - Fixed improper use of `matches` in `legendasdivx` provider by correctly referencing it as a class attribute `self.matches`. [#​3183](https://redirect.github.com/morpheus65535/bazarr/issues/3183) [1d680fa](https://redirect.github.com/morpheus65535/bazarr/commit/1d680faf8a0c9a2beca8abeccf943ee6ef6a3870) - Removed blocking job progress monitoring, replaced with async implementation across subtitle download and upload workflows, and unified handling of job updates to improve performance and prevent frontend freezing. [#​3166](https://redirect.github.com/morpheus65535/bazarr/issues/3166) [5ef044b](https://redirect.github.com/morpheus65535/bazarr/commit/5ef044b1d305968a511a585452597e5d1433b019) - Improved error handling and logging in `opensubtitlescom` provider by adding JSON decode fallbacks for request and response bodies. [c2b3835](https://redirect.github.com/morpheus65535/bazarr/commit/c2b38354904e90e22b8a56a6e3fa787e6f1608dc) - Removed subtitles synchronization progress monitoring in jobs manager since it's not working anymore with concurrent execution of jobs. We'll see how we can reimplement this in the future. [515bf67](https://redirect.github.com/morpheus65535/bazarr/commit/515bf67de0d916746abf96946f04cf788bc2330d) - Added `.venv` directory to the excluded directory in the update cleaner function. [#​3174](https://redirect.github.com/morpheus65535/bazarr/issues/3174) [1b45277](https://redirect.github.com/morpheus65535/bazarr/commit/1b452773c12dbb31926b5d5da8d24d739f671930) - Fixed file upload to prevent frontend becoming unresponsive during the upload progress (mainly in case of subtitles synchronization that could take time). [#​3166](https://redirect.github.com/morpheus65535/bazarr/issues/3166) [8d6e626](https://redirect.github.com/morpheus65535/bazarr/commit/8d6e6261af2ccfd2abd23a6901817e115a245b49) - Handled "429 Too Many Requests" error in Titulky provider by raising `TooManyRequests` exception and adjusting throttling duration. [#​3165](https://redirect.github.com/morpheus65535/bazarr/issues/3165) [ab759fd](https://redirect.github.com/morpheus65535/bazarr/commit/ab759fd6f86aab0417b7cbdb7e56ac8588c03cfa) - Refactored `opensubtitlescom` provider to improve logging clarity, enhance query parameter generation, and handle edge cases for missing IDs gracefully. [#​3170](https://redirect.github.com/morpheus65535/bazarr/issues/3170) [e2f0bd7](https://redirect.github.com/morpheus65535/bazarr/commit/e2f0bd7f137d96681fbf8599d38c393f8a819c35) - Improved job queue handling by adding a pending queue check before acquiring the lock and adjusting sleep intervals. This should prevent high CPU usage caused by busy waiting. [#​3171](https://redirect.github.com/morpheus65535/bazarr/issues/3171) [0b37deb](https://redirect.github.com/morpheus65535/bazarr/commit/0b37deb0acb99502c67c1748fd4bd2c21d40eb10) </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:eyJjcmVhdGVkSW5WZXIiOiI0My4yOS4yIiwidXBkYXRlZEluVmVyIjoiNDMuMjkuMiIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhcHAvYmF6YXJyIiwiYXV0b21lcmdlIiwicmVub3ZhdGUvY29udGFpbmVyIiwidHlwZS9wYXRjaCJdfQ==-->
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