From b391d1d79d343441505bd57052d4afa1eab7f172 Mon Sep 17 00:00:00 2001 From: TrueCharts Bot Date: Thu, 26 Feb 2026 15:32:23 +0100 Subject: [PATCH] =?UTF-8?q?fix(bazarr):=20update=20image=20oci.trueforge.o?= =?UTF-8?q?rg/containerforge/bazarr=201.5.5=20=E2=86=92=201.5.6=20(#45576)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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
morpheus65535/bazarr (oci.trueforge.org/containerforge/bazarr) ### [`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)
--- ### 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. --- - [ ] 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). --- charts/stable/bazarr/Chart.yaml | 4 ++-- charts/stable/bazarr/values.yaml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/charts/stable/bazarr/Chart.yaml b/charts/stable/bazarr/Chart.yaml index cf9c648a307..d49b72230e3 100644 --- a/charts/stable/bazarr/Chart.yaml +++ b/charts/stable/bazarr/Chart.yaml @@ -14,7 +14,7 @@ annotations: trueforge.org/min_helm_version: "3.14" trueforge.org/train: stable apiVersion: v2 -appVersion: 1.5.5 +appVersion: 1.5.6 dependencies: - name: common version: 28.32.5 @@ -46,5 +46,5 @@ sources: - https://github.com/trueforge-org/containers/tree/main/apps/bazarr - https://github.com/trueforge-org/truecharts/tree/master/charts/stable/bazarr type: application -version: 23.5.1 +version: 23.5.2 diff --git a/charts/stable/bazarr/values.yaml b/charts/stable/bazarr/values.yaml index 3c244f154ae..7d07a15d6ca 100644 --- a/charts/stable/bazarr/values.yaml +++ b/charts/stable/bazarr/values.yaml @@ -2,7 +2,7 @@ image: repository: oci.trueforge.org/containerforge/bazarr pullPolicy: IfNotPresent - tag: 1.5.5@sha256:69d11a77a7c4fbf09fa33f4c6a8f746dcd78bdd5ea0fb467c67cb34a53501634 + tag: 1.5.6@sha256:f19ea9bb06d8b3313a04a8bf06d0611e8fe89489d2e9407b0b523eb2136b2141 exportarrImage: repository: ghcr.io/onedr0p/exportarr tag: v2.3.0@sha256:af535d94061cf97a52e1661945ffba78c03f9443eae7c0da1a80a5a4be56b520