Skip to content

Comments

fix(container): update ghcr.io/home-operations/bazarr ( 1.5.2 → 1.5.3 )#3957

Merged
kashalls merged 1 commit intomainfrom
renovate/ghcr.io-home-operations-bazarr-1.x
Sep 20, 2025
Merged

fix(container): update ghcr.io/home-operations/bazarr ( 1.5.2 → 1.5.3 )#3957
kashalls merged 1 commit intomainfrom
renovate/ghcr.io-home-operations-bazarr-1.x

Conversation

@layla-bot
Copy link
Contributor

@layla-bot layla-bot bot commented Sep 20, 2025

This PR contains the following updates:

Package Update Change
ghcr.io/home-operations/bazarr (source) patch 1.5.2 -> 1.5.3

Warning

Some dependencies could not be looked up. Check the Dependency Dashboard for more information.


Release Notes

morpheus65535/bazarr (ghcr.io/home-operations/bazarr)

v1.5.3

Compare Source

From newest to oldest:

  • Removed Argenteam-dump provider that doesn't exist anymore. #​3004 b9d0236
  • Fixed subtitles search happening for series/seasons when a SignalR event is received from Sonarr even if defer subtitles searching was enabled. #​3023 a2121c1
  • Removed tusubtitulo provider that doesn't exist anymore. #​3022 c06389f
  • Added Plex URL sanitization to logging formatter 046a5b7
  • Improved Plex server connection by adding a requests session and disabled SSL validation 9a607bb
  • Fixed webhook KeyError (Plex) and sanitize sensitive data in logs 9c46d18
  • Added a jobs queue to deal with SignalR events sequentially f4957d4
  • Reduced Plex oauth logging levels for improved clarity and debugging 9e6011a
  • Improved Plex integration to simplify the libraries selection, webhook creation and do selective content refresh instead of the whole library c6ddee1
  • Improved subtitles upgrade by giving translated subtitles a default score to make them upgradable 02b5aad
  • Improved Plex authentication error messages by eliminating broad exception catching and increasing clarity and specificity. #​3001 0fe6a6e
  • Added Plex OAuth Authentication Support ecf5156
  • Fixed type hinting issue under Python 3.8. 9733a35
  • Updated lingarr payload format and added extra meta data ca64892
  • Added Docker-based development environment 4c44995
  • Fixed movie and series edit for media with unknown audio languages 3890371
  • Fixed lingarr translation support 2178cac
  • Added support for Lingarr subtitles translation e2f007f
  • Fixed exception when Sonarr return improper audio track language data for an episode. #​2977 c8133c1
  • Added SubsRo provider dd27037
  • Improved the saving of settings to file in order to prevent saving unchanged settings or saving empty file when not enough space is available on disk. #​2959 aee7dd6
  • Fixed subtitri provider url. #​2963 81ac2ce
  • Fixed release pipeline ff71d7c
  • Added support for .mk3d video file extension. #​2952 ced0eee
  • Improved greeksubs provider to prevent reuse of the content from the first result when using interactive search modal. #​2858 9bed1bd
  • Fixed upgrade logic to prevent upgrade loop. d334190
  • Fixed (again) the shutdown/restart of Bazarr. #​2941 aeaaeb6
  • Improved Gemini translator with some hotfixes 99f596e
  • Fixed shutdown/restart command not acting properly on some Linux and macOS operating system. #​2941 3d57a12
  • Fix infinite loop during restoration of backup on certain non-Windows platforms cc5fa42
  • Added Gemini AI translation option ff8466c
  • Fixed anidb to handle one-to-many ID mapping ccd667d
  • Added language mapping to WhisperAI (thanks to GitHub user v3DJG6GL) 6794eeb
  • Fixed long block of text being unnecessary removed from subtitles files fa9b0f0
  • Refactored Sonarr and Radarr hook. It may be a breaking change so users should review webhook parameters following information in Bazarr's settings. a3102e8
  • Fixed losing titulky VIP status during an active login session f2cf1c0
  • Added option to include language only when matching audio ac19e37

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about these updates again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Renovate Bot.

@layla-bot layla-bot bot requested a review from kashalls as a code owner September 20, 2025 13:21
@layla-bot layla-bot bot added the area/kubernetes Changes made in the kubernetes directory label Sep 20, 2025
@layla-bot
Copy link
Contributor Author

layla-bot bot commented Sep 20, 2025

--- kubernetes/apps/entertainment/bazarr/app Kustomization: entertainment/bazarr HelmRelease: entertainment/bazarr

+++ kubernetes/apps/entertainment/bazarr/app Kustomization: entertainment/bazarr HelmRelease: entertainment/bazarr

@@ -28,13 +28,13 @@

         containers:
           app:
             env:
               TZ: America/Los_Angeles
             image:
               repository: ghcr.io/home-operations/bazarr
-              tag: 1.5.2@sha256:dbc87e5ce9e199709188e152e82b3ff5d33e6521a1b3d61e465aa75b4b739e7f
+              tag: 1.5.3@sha256:2f1c32cb1420b2e56f60cfdf7823737eb501fdb2c13669429d23ab3a02e9ad90
             probes:
               liveness:
                 custom: true
                 enabled: true
                 spec:
                   failureThreshold: 3

@layla-bot
Copy link
Contributor Author

layla-bot bot commented Sep 20, 2025

--- HelmRelease: entertainment/bazarr Deployment: entertainment/bazarr

+++ HelmRelease: entertainment/bazarr Deployment: entertainment/bazarr

@@ -42,13 +42,13 @@

       hostPID: false
       dnsPolicy: ClusterFirst
       containers:
       - env:
         - name: TZ
           value: America/Los_Angeles
-        image: ghcr.io/home-operations/bazarr:1.5.2@sha256:dbc87e5ce9e199709188e152e82b3ff5d33e6521a1b3d61e465aa75b4b739e7f
+        image: ghcr.io/home-operations/bazarr:1.5.3@sha256:2f1c32cb1420b2e56f60cfdf7823737eb501fdb2c13669429d23ab3a02e9ad90
         livenessProbe:
           failureThreshold: 3
           httpGet:
             path: /health
             port: 6767
           initialDelaySeconds: 0

@kashalls kashalls merged commit 4ae5aa2 into main Sep 20, 2025
10 of 11 checks passed
@layla-bot layla-bot bot deleted the renovate/ghcr.io-home-operations-bazarr-1.x branch September 20, 2025 15:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

area/kubernetes Changes made in the kubernetes directory renovate/container type/patch

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant