Skip to content

Commit

Permalink
chore(helm): update image ghcr.io/onedr0p/bazarr 1.4.5 → 1.5.0 (#30291)
Browse files Browse the repository at this point in the history
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| [ghcr.io/onedr0p/bazarr](https://ghcr.io/onedr0p/bazarr)
([source](https://redirect.github.com/morpheus65535/bazarr)) | minor |
`a7bceef` -> `5eb3ff2` |

---

> [!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 (ghcr.io/onedr0p/bazarr)</summary>

###
[`v1.5.0`](https://redirect.github.com/morpheus65535/bazarr/releases/tag/v1.5.0)

[Compare
Source](https://redirect.github.com/morpheus65535/bazarr/compare/v1.4.5...v1.5.0)

From newest to oldest:

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

</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:eyJjcmVhdGVkSW5WZXIiOiIzOS44Mi45IiwidXBkYXRlZEluVmVyIjoiMzkuODIuOSIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhdXRvbWVyZ2UiLCJyZW5vdmF0ZS9jb250YWluZXIiLCJ0eXBlL21pbm9yIl19-->
  • Loading branch information
truecharts-admin authored Dec 28, 2024
1 parent bea89d7 commit b571713
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions charts/stable/bazarr/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ annotations:
truecharts.org/min_helm_version: "3.11"
truecharts.org/train: stable
apiVersion: v2
appVersion: 1.4.5
appVersion: 1.5.0
dependencies:
- name: common
version: 25.2.2
Expand Down Expand Up @@ -38,4 +38,4 @@ sources:
- https://github.com/morpheus65535/bazarr
- https://github.com/truecharts/charts/tree/master/charts/stable/bazarr
type: application
version: 21.3.0
version: 21.4.0
2 changes: 1 addition & 1 deletion charts/stable/bazarr/values.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
image:
repository: ghcr.io/onedr0p/bazarr
pullPolicy: IfNotPresent
tag: 1.4.5@sha256:a7bceefd6339f906b2955adf66dd8ada7c9d91b363b1389474652af9f7dd5840
tag: 1.5.0@sha256:5eb3ff2384c470fa351ff486b1b61660914a2ba144e908258cf111555a583356
exportarrImage:
repository: ghcr.io/onedr0p/exportarr
tag: v2.0.1@sha256:727e7bc8f2f0934a2117978c59f4476b954018b849a010ea6cfb380bd6539644
Expand Down

0 comments on commit b571713

Please sign in to comment.