Skip to content

Commit

Permalink
fix(container): update ghcr.io/onedr0p/bazarr ( 1.5.0 → 1.5.1 ) (#6121)
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)) | patch |
`1.5.0` -> `1.5.1` |

---

### Release Notes

<details>
<summary>morpheus65535/bazarr (ghcr.io/onedr0p/bazarr)</summary>

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

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

From newest to oldest:

- Improved languages profile health check to include default assigned
profiles
[0413dba](https://redirect.github.com/morpheus65535/bazarr/commit/0413dbaa4cf632df0f560f5df2cd67851c3eee02)
- Fixed sync issue with Radarr that would remove all movies from
database on every sync.
[60febe3](https://redirect.github.com/morpheus65535/bazarr/commit/60febe3d12b75d534b64d56839ee79ee063958fd)
- Added check to opensubtitles.com for SDH subtitles being classified as
forced
[4809b40](https://redirect.github.com/morpheus65535/bazarr/commit/4809b403ca3b98f0f38f4e7ef62565b5a40e9aed)
- Fixed Bazarr not starting when configured IP isn't available for
binding.
[b71daad](https://redirect.github.com/morpheus65535/bazarr/commit/b71daad7fb6a8a0a9d47a29471c24989eabef88c)
- Improved Sonarr and Radarr syncing to prevent database integrity
exception being raised by relying on proper primary keys instead of
other values.
[8346ea9](https://redirect.github.com/morpheus65535/bazarr/commit/8346ea9dc857d6f9bcd2ed3a452e0cbd1c38cfd9)
- Added opensubtitles specific throttling for server under maintenance
(http 506)
[2247c55](https://redirect.github.com/morpheus65535/bazarr/commit/2247c55bfa9fd38bf3fbe80330a5c37f4988ee6a)

</details>

---

### 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.

---

- [ ] <!-- 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:eyJjcmVhdGVkSW5WZXIiOiIzOS44Ni40IiwidXBkYXRlZEluVmVyIjoiMzkuODYuNCIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsicmVub3ZhdGUvY29udGFpbmVyIiwidHlwZS9wYXRjaCJdfQ==-->

Co-authored-by: lumiere-bot[bot] <98047013+lumiere-bot[bot]@users.noreply.github.com>
  • Loading branch information
lumiere-bot[bot] authored Jan 3, 2025
1 parent 4071e93 commit 2f69fbf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kubernetes/kyak/apps/media/bazarr/app/helmrelease.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ spec:
app:
image:
repository: ghcr.io/onedr0p/bazarr
tag: 1.5.0@sha256:5eb3ff2384c470fa351ff486b1b61660914a2ba144e908258cf111555a583356
tag: 1.5.1@sha256:4f3f5f42e552979d75cf2f168d9f053134eefa11e9e42b4878bded3bb69978d4
env:
TZ: America/New_York
POSTGRES_ENABLED: "true"
Expand Down

0 comments on commit 2f69fbf

Please sign in to comment.