fix(bazarr): update image oci.trueforge.org/containerforge/bazarr 1.5.4 → 1.5.5 (#44432)

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

<details>
<summary>morpheus65535/bazarr
(oci.trueforge.org/containerforge/bazarr)</summary>

###
[`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](4224e7df1b)
- Fixed utf-8 encoding issue when displaying announcements
[b381a6f](b381a6fb9a)
- Fixed CVE-2024-40348: Use startswith to prevent path traversal
[e08197b](e08197b1f5)
- Removed OpenSubtitles.org provider and associated functionality across
the codebase. Updated tests and provider references.
[726c950](726c950b4e)
- Switched announcements source from Statically to jsdelivr.net for
improved reliability.
[b18bdae](b18bdae67c)
- Excluded podnapisi provider from `RetryingSession` injection to
prevent hammering them with useless requests.
[#&#8203;2531](https://redirect.github.com/morpheus65535/bazarr/issues/2531)
[8f512aa](8f512aa4d7)
- Refactored `get_matches` in multiple providers to use `self.matches`
instead of local `matches` for consistency and improved history logging.
[41fe783](41fe78354b)
- Added retry logic to NapiProjekt provider requests for improved
resilience.
[#&#8203;3161](https://redirect.github.com/morpheus65535/bazarr/issues/3161)
[8fd87e5](8fd87e55f1)
- Fixed subtitles uploading formats parameter to subliminal's
save\_subtitles() in order to validate it's a tuple of strings.
[#&#8203;3156](https://redirect.github.com/morpheus65535/bazarr/issues/3156)
[2d52289](2d52289aab)
- Fixed release group matching logic to improve accuracy of matches
between video filename and provider release info.
[#&#8203;3153](https://redirect.github.com/morpheus65535/bazarr/issues/3153)
[b25fc93](b25fc93157)
- Added history logging for translated subtitles in Gemini translator.
[#&#8203;3150](https://redirect.github.com/morpheus65535/bazarr/issues/3150)
[faa4054](faa4054b54)
- Integrated adaptive search logic into missing subtitles checks for
movies and episodes.
[78960b4](78960b4667)
- Improved thread safety in jobs manager with added locks and refactored
job execution logic; optimized NotificationDrawer with debounced actions
and menu management changes.
[#&#8203;3127](https://redirect.github.com/morpheus65535/bazarr/issues/3127)
[d913ad7](d913ad70f9)
- Removed embedded subtitles provider ASS subtitles content modification
since this should be properly implemented in subzero mods instead.
[#&#8203;3144](https://redirect.github.com/morpheus65535/bazarr/issues/3144)
[e8ce7e6](e8ce7e687e)
- Improved jobs manager to allow concurrent execution but also
reordering and force starting pending jobs.
[#&#8203;3127](https://redirect.github.com/morpheus65535/bazarr/issues/3127)
[fbc2946](fbc29460ed)
- Fixed Plex webhooks URL to include scheme and host when Bazarr is
configured to use a base URL.
[004067c](004067ce78)
- Improved opensubtitles.com search parameters.
[#&#8203;3143](https://redirect.github.com/morpheus65535/bazarr/issues/3143)
[20edf25](20edf259fc)
- Fixed custom path not taken into account when translating or modding a
subtitles file.
[#&#8203;3138](https://redirect.github.com/morpheus65535/bazarr/issues/3138)
[530525c](530525c944)
- Fixed episodes synchronization with Sonarr v3
[4c02e43](4c02e43089)
- Fixed failed login attempt IP from being masked in logs.
[#&#8203;3129](https://redirect.github.com/morpheus65535/bazarr/issues/3129)
[03a49fe](03a49fe0d5)
- Added opensubtitles.com option to allow machine translated subtitles
in search results.
[#&#8203;3137](https://redirect.github.com/morpheus65535/bazarr/issues/3137)
[3bb6088](3bb6088969)
- Fixed long names not being properly displayed in jobs manager.
[#&#8203;3134](https://redirect.github.com/morpheus65535/bazarr/issues/3134)
[a9c87b3](a9c87b3db8)
- Improved subsource to fallback to title search if IMDB returns empty
result
[be9d90a](be9d90ac94)
- 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](4ac130ae45)
- Fixed subtitles searching progress indicator in jobs manager.
[#&#8203;3126](https://redirect.github.com/morpheus65535/bazarr/issues/3126)
[e7dfc8e](e7dfc8e6f2)
- Fixed whisperai provider audio stream language mapping to prevent
selecting improper track as reference
[327e7f3](327e7f366c)
- Fixed opensubtitles.com release group matching.
[#&#8203;3110](https://redirect.github.com/morpheus65535/bazarr/issues/3110)
[9dddfcb](9dddfcb3c0)
- Fixed the background color issue in the jobs manager when using light
theme.
[#&#8203;3121](https://redirect.github.com/morpheus65535/bazarr/issues/3121)
[dd68860](dd688604e5)
- Improved rootfolder health check to avoid unnecessary disk writes
[2f61a68](2f61a68008)
- Fixed subsource language conversion exceptions.
[#&#8203;3120](https://redirect.github.com/morpheus65535/bazarr/issues/3120)
[95c2e57](95c2e57486)
- Added Subtis.io subtitles provider
[bd154aa](bd154aae67)
- Fixed missing subtitles searching for all the series episodes instead
of only added or updated.
[#&#8203;3112](https://redirect.github.com/morpheus65535/bazarr/issues/3112)
[1c2ef34](1c2ef348ac)
- Python 3.13 support is now official
[5676a36](5676a36a48)

</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:eyJjcmVhdGVkSW5WZXIiOiI0Mi4xNy4wIiwidXBkYXRlZEluVmVyIjoiNDIuMTcuMCIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhcHAvYmF6YXJyIiwiYXV0b21lcmdlIiwicmVub3ZhdGUvY29udGFpbmVyIiwidHlwZS9wYXRjaCJdfQ==-->
This commit is contained in:
TrueCharts Bot
2026-02-01 22:43:14 +01:00
committed by GitHub
parent a54d6e568d
commit b5743c72ee
2 changed files with 14 additions and 8 deletions

View File

@@ -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

View File

@@ -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