Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(container): update ghcr.io/onedr0p/bazarr ( 1.4.5 → 1.5.0 ) #3878

Merged
merged 1 commit into from
Dec 24, 2024

Conversation

bot-x-mod[bot]
Copy link
Contributor

@bot-x-mod bot-x-mod bot commented Dec 24, 2024

This PR contains the following updates:

Package Update Change
ghcr.io/onedr0p/bazarr (source) minor 1.4.5 -> 1.5.0

Release Notes

morpheus65535/bazarr (ghcr.io/onedr0p/bazarr)

v1.5.0

Compare Source

From newest to oldest:

  • Reduced throttle from 24 hours to 6 before retrying Opensubtitles.com API on DownloadLimitExceeded d5a290c
  • Fixed download error with Napiprojekt provider 3209355
  • Fixed titrari provider to prevent abuse and throttle properly. #​2709 9d62d84
  • Added languages profile creation and assignment to health check. 43d9d43
  • Added series status and last air date c8e2894
  • Added missing subtitles count in series episodes view f81780f
  • Added official support for Python 3.12 43a5841
  • Fixed improperly guessed video episode number while refining. #​2784 cf559d1
  • Fixed podnapisi not returning results 4df822d
  • Added debug logging while refining video object from scene name. #​2784 63c36c8
  • Improved Settings wording and organization. d2dc869
  • Fixed EmbeddedSubtitles provider results caching a7df6a9
  • Fixed missing mobile tooltips 137d619
  • Added frontend notification during automatic syncing of subtitles. #​2724 f4ca0f9
  • Added opensubtitlescom provider validation #​2770
  • Fixed item overview path label overflow #​2780
  • Fixed match popover position #​2777
  • Fixed issue with some DB queries and PostgreSQL. d7f06bb
  • Improved wording for Embedded Subtitles UI components 4d022c2
  • Added matches dialog alert and column titles #​2771
  • Fixed a bug introduced in Napiprojekt provider 669ed06
  • Added Napiprojekt provider releases info and a new options to filter subtitles based on uploader 42d569f
  • Added validation for incomplete indexing of subtitles or calculation of missing subtitles before searching. 5b3312e
  • Fixed issue introduced in 1.4.6-beta.20 when subtitles upgrade is disabled. #​2768 6fbc912
  • Refactored upgrade routine to bring logic out of db requests but into Python code. #​2749 24096cb
  • Added switch to control passing of video filename in whisper provider modal e298d15
  • Fixed typos in assrt provider. #​1953 48cdc8b
  • Fixed issue when whisper returns more than one subtitle for language profiles with more than one language #​2758 d67477a
  • Adjusted search result styles 0d63448
  • Reverted last commit db450bd
  • Added logging of upgraded subtitles original ID to database a70b26c
  • Fixed an issue that prevented Bazarr from starting when PIv6 has been disabled using grub. #​2738 4eb09c5
  • Fixed logging of proxied client requests while authenticating. #​2721 ac1a3c5
  • Fixed anidb refiner special episodes without offset #​2736
  • Handle bad JSON results from subsynchro provider #​2735 239ab78
  • Improved guessing of video file properties by using file name and refining it with scene name if available. #​2704 c615f99
  • Fixed subdl to not ignore movies subtitles by erroneously check for season packs. #​2725 a186e64
  • Fixed issue with translation failing when nothing is returned by Google Translate. #​2519 b34a0c1
  • Added search poster #​2722
  • Added support for Spanish (Latino) in opensubtitles.com. #​2720 a1658bb
  • Added Anilist error log when the record exists on mapping but doesn't enrich with Anilist id a9243c6
  • Added created and updated timestamp to DB for series, episodes and movies 678443f
  • Fixed RegieLive JSONDecodeError #​2727 092012a
  • Fixed titulky NameError issue 1874f29
  • Fixed another issue with subtitles upgrade process. 56d8f2c
  • Fixed issue with subtitles upgrade process on Windows de9ce4d
  • Fixed subtitles naming when saving subtitles to prevent parsing for HI content if the provider (or the user if it's an upload) specifies that it should be considered as HI. #​2719 5139fca
  • Fixed issue introduced in upgrade process in beta.3 16499fc
  • Improved provider labeling 9eb9bb5
  • Fixed subtitrari noi provider issue while downloading some subtitles. #​2708 92107a2
  • Fixed error while inserting episodes during sync process. #​2700 4b9417c
  • Fixed subtitles conversion when use original format is enabled and prevented hearing-impaired detection for non srt format subtitles. #​2693 43563cd
  • Fixed bad non-HI detection with embedded provider when forced subtitles available f50bcf3
  • Added the option to skip mismatched fps to Titulky f296ba5
  • Added season pack download feature to titlovi a4873fc
  • Implemented subdivx version resolution for buscar parameter 4f2bcc1

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 this update again.


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

This PR has been generated by Renovate Bot.

@bot-x-mod
Copy link
Contributor Author

bot-x-mod bot commented Dec 24, 2024

--- kubernetes/apps/media/bazarr/app Kustomization: flux-system/bazarr HelmRelease: media/bazarr

+++ kubernetes/apps/media/bazarr/app Kustomization: flux-system/bazarr HelmRelease: media/bazarr

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

               BAZARR__INSTANCE_NAME: bazarr
               BAZARR__LOG_LEVEL: info
               BAZARR__PORT: 6767
               TZ: America/Santiago
             image:
               repository: ghcr.io/onedr0p/bazarr
-              tag: 1.4.5@sha256:a7bceefd6339f906b2955adf66dd8ada7c9d91b363b1389474652af9f7dd5840
+              tag: 1.5.0@sha256:5eb3ff2384c470fa351ff486b1b61660914a2ba144e908258cf111555a583356
             probes:
               liveness:
                 custom: true
                 enabled: true
                 spec:
                   failureThreshold: 3

@bot-x-mod
Copy link
Contributor Author

bot-x-mod bot commented Dec 24, 2024

--- HelmRelease: media/bazarr Deployment: media/bazarr

+++ HelmRelease: media/bazarr Deployment: media/bazarr

@@ -55,13 +55,13 @@

         - name: BAZARR__LOG_LEVEL
           value: info
         - name: BAZARR__PORT
           value: '6767'
         - name: TZ
           value: America/Santiago
-        image: ghcr.io/onedr0p/bazarr:1.4.5@sha256:a7bceefd6339f906b2955adf66dd8ada7c9d91b363b1389474652af9f7dd5840
+        image: ghcr.io/onedr0p/bazarr:1.5.0@sha256:5eb3ff2384c470fa351ff486b1b61660914a2ba144e908258cf111555a583356
         livenessProbe:
           failureThreshold: 3
           httpGet:
             path: /health
             port: 6767
           initialDelaySeconds: 0

@blackjid blackjid merged commit dcb4e60 into main Dec 24, 2024
7 checks passed
@blackjid blackjid deleted the renovate/main-ghcr.io-onedr0p-bazarr-1.x branch December 24, 2024 19:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant