From b5743c72ee211a84ca47898901105d96bee79f05 Mon Sep 17 00:00:00 2001 From: TrueCharts Bot Date: Sun, 1 Feb 2026 22:43:14 +0100 Subject: [PATCH] =?UTF-8?q?fix(bazarr):=20update=20image=20oci.trueforge.o?= =?UTF-8?q?rg/containerforge/bazarr=201.5.4=20=E2=86=92=201.5.5=20(#44432)?= 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 | `5b065b6` -> `c551410` | --- > [!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
morpheus65535/bazarr (oci.trueforge.org/containerforge/bazarr) ### [`v1.5.5`](https://redirect.github.com/morpheus65535/bazarr/releases/tag/v1.5.5) [Compare Source](https://redirect.github.com/morpheus65535/bazarr/compare/v1.5.4...v1.5.5) From newest to oldest: - Updated match popup to bring the explanation to the bottom [4224e7d](https://redirect.github.com/morpheus65535/bazarr/commit/4224e7df1b20c1942bc3f3667c1d7fedfd0cbbcb) - Fixed utf-8 encoding issue when displaying announcements [b381a6f](https://redirect.github.com/morpheus65535/bazarr/commit/b381a6fb9a7a6225ed289e12ba64dff0b81a7cb3) - Fixed CVE-2024-40348: Use startswith to prevent path traversal [e08197b](https://redirect.github.com/morpheus65535/bazarr/commit/e08197b1f577197a3c85487de0b557bd91d42ac0) - Removed OpenSubtitles.org provider and associated functionality across the codebase. Updated tests and provider references. [726c950](https://redirect.github.com/morpheus65535/bazarr/commit/726c950b4ef09b6e90934aac243d800ac572fcf2) - Switched announcements source from Statically to jsdelivr.net for improved reliability. [b18bdae](https://redirect.github.com/morpheus65535/bazarr/commit/b18bdae67c963b5bc4f044c2f2a811ba3b63b00c) - Excluded podnapisi provider from `RetryingSession` injection to prevent hammering them with useless requests. [#​2531](https://redirect.github.com/morpheus65535/bazarr/issues/2531) [8f512aa](https://redirect.github.com/morpheus65535/bazarr/commit/8f512aa4d7744576731f82abb715fec1dcce1337) - Refactored `get_matches` in multiple providers to use `self.matches` instead of local `matches` for consistency and improved history logging. [41fe783](https://redirect.github.com/morpheus65535/bazarr/commit/41fe78354b7a5ef6aa3fc7ec90e38d1baa62b282) - Added retry logic to NapiProjekt provider requests for improved resilience. [#​3161](https://redirect.github.com/morpheus65535/bazarr/issues/3161) [8fd87e5](https://redirect.github.com/morpheus65535/bazarr/commit/8fd87e55f133c91e18ca915b66da46132a0ad8c7) - Fixed subtitles uploading formats parameter to subliminal's save\_subtitles() in order to validate it's a tuple of strings. [#​3156](https://redirect.github.com/morpheus65535/bazarr/issues/3156) [2d52289](https://redirect.github.com/morpheus65535/bazarr/commit/2d52289aabd33f9147aeea9947794fe9cf492aa8) - Fixed release group matching logic to improve accuracy of matches between video filename and provider release info. [#​3153](https://redirect.github.com/morpheus65535/bazarr/issues/3153) [b25fc93](https://redirect.github.com/morpheus65535/bazarr/commit/b25fc9315756097a611a3c8937b63a30b2209e1a) - Added history logging for translated subtitles in Gemini translator. [#​3150](https://redirect.github.com/morpheus65535/bazarr/issues/3150) [faa4054](https://redirect.github.com/morpheus65535/bazarr/commit/faa4054b54edf8f0a32bada80646e050d2a9cbd8) - Integrated adaptive search logic into missing subtitles checks for movies and episodes. [78960b4](https://redirect.github.com/morpheus65535/bazarr/commit/78960b4667c6936f42246214f3fea38dff8d961e) - Improved thread safety in jobs manager with added locks and refactored job execution logic; optimized NotificationDrawer with debounced actions and menu management changes. [#​3127](https://redirect.github.com/morpheus65535/bazarr/issues/3127) [d913ad7](https://redirect.github.com/morpheus65535/bazarr/commit/d913ad70f985719870efd4441f802b09230ccc16) - Removed embedded subtitles provider ASS subtitles content modification since this should be properly implemented in subzero mods instead. [#​3144](https://redirect.github.com/morpheus65535/bazarr/issues/3144) [e8ce7e6](https://redirect.github.com/morpheus65535/bazarr/commit/e8ce7e687e5f78e5948f990f55ab6a8a82284e98) - Improved jobs manager to allow concurrent execution but also reordering and force starting pending jobs. [#​3127](https://redirect.github.com/morpheus65535/bazarr/issues/3127) [fbc2946](https://redirect.github.com/morpheus65535/bazarr/commit/fbc29460ed2bdfc66158cd944efc34df5c866e54) - Fixed Plex webhooks URL to include scheme and host when Bazarr is configured to use a base URL. [004067c](https://redirect.github.com/morpheus65535/bazarr/commit/004067ce781cf51540a1fa95fc9d9cbd18f44f7b) - Improved opensubtitles.com search parameters. [#​3143](https://redirect.github.com/morpheus65535/bazarr/issues/3143) [20edf25](https://redirect.github.com/morpheus65535/bazarr/commit/20edf259fca2baea59ddae191f7c3341f38d5fc8) - Fixed custom path not taken into account when translating or modding a subtitles file. [#​3138](https://redirect.github.com/morpheus65535/bazarr/issues/3138) [530525c](https://redirect.github.com/morpheus65535/bazarr/commit/530525c9447c7a0a1ad9db50a148b50ef0f6f908) - Fixed episodes synchronization with Sonarr v3 [4c02e43](https://redirect.github.com/morpheus65535/bazarr/commit/4c02e430894eab35827ba0f76ce30323f51f8009) - Fixed failed login attempt IP from being masked in logs. [#​3129](https://redirect.github.com/morpheus65535/bazarr/issues/3129) [03a49fe](https://redirect.github.com/morpheus65535/bazarr/commit/03a49fe0d57710ca3505f72afdd9dd875664436c) - Added opensubtitles.com option to allow machine translated subtitles in search results. [#​3137](https://redirect.github.com/morpheus65535/bazarr/issues/3137) [3bb6088](https://redirect.github.com/morpheus65535/bazarr/commit/3bb608896915b2e5d2ebfa4c48a01d01de8babe7) - Fixed long names not being properly displayed in jobs manager. [#​3134](https://redirect.github.com/morpheus65535/bazarr/issues/3134) [a9c87b3](https://redirect.github.com/morpheus65535/bazarr/commit/a9c87b3db8334a6ab52204c9c2b28807f3737d4c) - Improved subsource to fallback to title search if IMDB returns empty result [be9d90a](https://redirect.github.com/morpheus65535/bazarr/commit/be9d90ac9477d594453f8399094ea1cb71c9d2e1) - Fixed TimeAgo component in jobs manager to prevent error in browser when the component is not present in DOM anymore because job has been purged from queue. [4ac130a](https://redirect.github.com/morpheus65535/bazarr/commit/4ac130ae45ddaa074d701b1e2272f68db29e760c) - Fixed subtitles searching progress indicator in jobs manager. [#​3126](https://redirect.github.com/morpheus65535/bazarr/issues/3126) [e7dfc8e](https://redirect.github.com/morpheus65535/bazarr/commit/e7dfc8e6f2d9a22f336e8674f72918dad188ebc3) - Fixed whisperai provider audio stream language mapping to prevent selecting improper track as reference [327e7f3](https://redirect.github.com/morpheus65535/bazarr/commit/327e7f366c59675e9245208a8b0f8fef60a67a53) - Fixed opensubtitles.com release group matching. [#​3110](https://redirect.github.com/morpheus65535/bazarr/issues/3110) [9dddfcb](https://redirect.github.com/morpheus65535/bazarr/commit/9dddfcb3c0e39b2eb257e78b9f9c38bb00e36e83) - Fixed the background color issue in the jobs manager when using light theme. [#​3121](https://redirect.github.com/morpheus65535/bazarr/issues/3121) [dd68860](https://redirect.github.com/morpheus65535/bazarr/commit/dd688604e587617e4361c08e34b410b7e275fca4) - Improved rootfolder health check to avoid unnecessary disk writes [2f61a68](https://redirect.github.com/morpheus65535/bazarr/commit/2f61a680088ce261f5df21becc3b9ba16d4bc6c9) - Fixed subsource language conversion exceptions. [#​3120](https://redirect.github.com/morpheus65535/bazarr/issues/3120) [95c2e57](https://redirect.github.com/morpheus65535/bazarr/commit/95c2e574867935315ac3d28ce172b0175e891387) - Added Subtis.io subtitles provider [bd154aa](https://redirect.github.com/morpheus65535/bazarr/commit/bd154aae672446d86d71114553bb90975fee88da) - Fixed missing subtitles searching for all the series episodes instead of only added or updated. [#​3112](https://redirect.github.com/morpheus65535/bazarr/issues/3112) [1c2ef34](https://redirect.github.com/morpheus65535/bazarr/commit/1c2ef348ac79879ba853204649606b52a9ea8cac) - Python 3.13 support is now official [5676a36](https://redirect.github.com/morpheus65535/bazarr/commit/5676a36a4878120ec65a5b345941bc15868863f5)
--- ### 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 | 20 +++++++++++++------- charts/stable/bazarr/values.yaml | 2 +- 2 files changed, 14 insertions(+), 8 deletions(-) diff --git a/charts/stable/bazarr/Chart.yaml b/charts/stable/bazarr/Chart.yaml index c889cc4aeb7..0962ad4dbee 100644 --- a/charts/stable/bazarr/Chart.yaml +++ b/charts/stable/bazarr/Chart.yaml @@ -2,13 +2,19 @@ annotations: artifacthub.io/links: |- - name: support url: https://discord.com/invite/tVsPTHWTtr + truecharts.org/category: unsorted + truecharts.org/max_helm_version: "3.17" + truecharts.org/max_kubernetes_version: 1.32.0 + truecharts.org/min_helm_version: "3.14" + truecharts.org/min_kubernetes_version: 1.24.0 + truecharts.org/train: stable trueforge.org/category: media trueforge.org/max_helm_version: "4.1" trueforge.org/max_kubernetes_version: 1.35.0 trueforge.org/min_helm_version: "3.14" trueforge.org/train: stable apiVersion: v2 -appVersion: 1.5.4 +appVersion: 1.5.5 dependencies: - name: common version: 28.29.40 @@ -19,8 +25,8 @@ dependencies: import-values: [] deprecated: false description: Bazarr is a companion application to Sonarr and Radarr. It manages and downloads subtitles based on your requirements -home: https://trueforge.org/truetech/truecharts/charts/stable/bazarr -icon: https://trueforge.org/img/hotlink-ok/chart-icons/bazarr.webp +home: https://truecharts.org/charts/stable/bazarr +icon: https://truecharts.org/img/hotlink-ok/chart-icons/bazarr.webp keywords: - bazarr - radarr @@ -28,11 +34,11 @@ keywords: - subtitles - usenet - torrent -kubeVersion: '>=1.27.0-0' +kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts - email: info@trueforge.org - url: https://trueforge.org + email: info@truecharts.org + url: https://truecharts.org name: bazarr sources: - https://ghcr.io/onedr0p/exportarr @@ -40,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.2.18 +version: 23.2.19 diff --git a/charts/stable/bazarr/values.yaml b/charts/stable/bazarr/values.yaml index 42e84a627d5..05d3f20d628 100644 --- a/charts/stable/bazarr/values.yaml +++ b/charts/stable/bazarr/values.yaml @@ -1,7 +1,7 @@ image: repository: oci.trueforge.org/containerforge/bazarr pullPolicy: IfNotPresent - tag: 1.5.4@sha256:5b065b6b8409ec6eb934828e7c92a9b1d49289f1fbdcc08832b7f1aa80563679 + tag: 1.5.5@sha256:c551410ecedd2756a745295491c96d348cf3d32f3ade8ad1a22d43fb87fc3bd1 exportarrImage: repository: ghcr.io/onedr0p/exportarr tag: v2.3.0@sha256:af535d94061cf97a52e1661945ffba78c03f9443eae7c0da1a80a5a4be56b520