Commit Graph

15 Commits

Author SHA1 Message Date
4fcc867512 chore(deps): update dependency morpheus65535/bazarr to v1.5.4 (#3462)
All checks were successful
render-manifests-push / render-manifests-push (push) Has been skipped
lint-test-helm / lint-helm (push) Successful in 1m42s
render-manifests-dispatch / render-manifests-dispatch (push) Successful in 20m40s
renovate / renovate (push) Successful in 1m42s
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| [morpheus65535/bazarr](https://github.com/morpheus65535/bazarr) | patch | `1.5.3` → `1.5.4` |

---

### Release Notes

<details>
<summary>morpheus65535/bazarr (morpheus65535/bazarr)</summary>

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

[Compare Source](https://github.com/morpheus65535/bazarr/compare/v1.5.3...v1.5.4)

From newest to oldest:

- Added failsafe for announcements in case Statically has issues and we need to fall back to Github. [0e6fc45](0e6fc456d1)
- Fixed lingarr connection issue with pt-BR [9cf83bf](9cf83bfdd2)
- Improved some jobs names to better reflect their purpose and scope. [80a1ea3](80a1ea3121)
- Fixed whisperai audio stream usage to correctly map with language tag. [#&#8203;3103](https://github.com/morpheus65535/bazarr/issues/3103) [30d0e64](30d0e648ed)
- Fixed issue while saving external .smi subtitles [4b5f64c](4b5f64c117)
- Fixed subdl improperly catching error responses and throttling appropriately [30f5301](30f5301426)
- Implemented unique Plex Instance Identification by using Instance Name as defined in Settings --> General [69f7f05](69f7f050da)
- Fixed Subsource title matching for localized titles [7dcfe6c](7dcfe6c9ae)
- Added optional API authentication for Lingarr [979aa7f](979aa7f021)
- Added an option to prevent Sonarr/Radarr synchronization from happening on live connection establishment. [dab16de](dab16de290)
- Improved the performance of episodes synchronization [db67363](db67363095)
- Improved jobs names in jobs manager to properly reflect the current state of the jobs [5324f3d](5324f3d99b)
- Added an instance name parameter in General settings [70abad4](70abad4f07)
- Fixed an issue with mass edit modal improperly tagging forced and HI for subtitles when sending values to the backend. [feed7f9](feed7f9853)
- Improved how the jobs manager deals with SignalR events received from Sonarr and Radarr to prevent spamming it. [d478444](d47844438c)
- Added better validation to Plex webhook [7745785](7745785be3)
- Fixed a race condition in jobs manager that would allow multiple jobs from being in running state at the same time. [#&#8203;3078](https://github.com/morpheus65535/bazarr/issues/3078) [52d3185](52d3185c19)
- Added a menu with an item to empty pending, failed or completed jobs queue in jobs manager. [e1b8ad8](e1b8ad88c3)
- Fixed a bug with root folders writable check on NFS mount by creating and deleting a temporary file instead of relying on os.access(). [#&#8203;3086](https://github.com/morpheus65535/bazarr/issues/3086) [317afc1](317afc1f0b)
- Added emoji characters removal mods. [#&#8203;2987](https://github.com/morpheus65535/bazarr/issues/2987) [721a49d](721a49d63d)
- Added Japanese parentheses to the HI removal mods. [#&#8203;2987](https://github.com/morpheus65535/bazarr/issues/2987) [3d1420a](3d1420a117)
- Added some other scheduled tasks to jobs manager on execution. [a0d50e7](a0d50e778a)
- Fixed other stuff with jobs manager. [#&#8203;3078](https://github.com/morpheus65535/bazarr/issues/3078) [3cd0116](3cd011663d)
- Fixed other stuff with jobs manager. [#&#8203;3078](https://github.com/morpheus65535/bazarr/issues/3078) [fa27c7e](fa27c7eb0a)
- Added Plex multiselect for libraries [e95721b](e95721b8c8)
- Fixed the improperly handled providers exception when searching for subtitles. [#&#8203;3078](https://github.com/morpheus65535/bazarr/issues/3078) [34c70be](34c70be22a)
- Fixed improperly handled exception when retrieving a video object during subtitle download for unsupported video file extensions. [#&#8203;3078](https://github.com/morpheus65535/bazarr/issues/3078) [b48cf77](b48cf77eda)
- Added Python 3.9 to the upcoming deprecated version starting with Bazarr 1.6. [9051974](9051974d4c)
- Fixed embeddedsubtitles provider issue with some subtitles format. [#&#8203;3085](https://github.com/morpheus65535/bazarr/issues/3085) [6e911cf](6e911cf97d)
- Added a visual indicator to the manual download modal when a subtitles is being downloaded. [#&#8203;3082](https://github.com/morpheus65535/bazarr/issues/3082) [18b5d6e](18b5d6ec07)
- Fixed an issue with gemini translator introduced with the new jobs manager. [f69e2a6](f69e2a6f42)
- Fixed other issues with the new jobs manager. [#&#8203;3078](https://github.com/morpheus65535/bazarr/issues/3078) [35a0b07](35a0b07329)
- Fixed an issue caused by unwanted missing subtitles searching during Sonarr synchronization. [#&#8203;3078](https://github.com/morpheus65535/bazarr/issues/3078) [4185c93](4185c93798)
- Fixed the initial scan after the database schema update to prevent locking the jobs queue with a Sonarr sync task. [#&#8203;3078](https://github.com/morpheus65535/bazarr/issues/3078) [55be215](55be215bc6)
- Fixed upload subtitles that were blocking the jobs manager when automatic subtitles synchronization was enabled. [#&#8203;3077](https://github.com/morpheus65535/bazarr/issues/3077) [61a4889](61a48892d5)
- Fixed subtitles getting improperly converted to srt even if `use original format` is enabled in languages profile. [#&#8203;3075](https://github.com/morpheus65535/bazarr/issues/3075) [eaf64ac](eaf64ac9ae)
- Fixed Karagarga to use correct username and password fields for forum login [6dcdeef](6dcdeefabb)
- Added absolute episode number to the database to help properly match video to subtitles. It must be implemented in each provider's matching method to benefit from that. [b7aa5a1](b7aa5a17d4)
- Fixed the issue with jobs failing since last nightly in some circumstances. [f0ae7d6](f0ae7d6e91)
- Added a backend jobs management system with a notifications drawer in UI to show the status of jobs. [f5d6721](f5d6721409)
- Fixed avistaz\_network provider when trying to download a zipped movie subtitles file. [#&#8203;3065](https://github.com/morpheus65535/bazarr/issues/3065) [70fecb8](70fecb8c53)
- Fixed an issue with the subsource.net provider where a null commentary returned causes a parsing error. [#&#8203;3064](https://github.com/morpheus65535/bazarr/issues/3064) [36b6ea3](36b6ea3e47)
- Fixed titrari.ro provider by adding an automatic search for the "Cautare Avansata" page (Advanced search) [3698d6f](3698d6f07f)
- Added AnimeSub.info provider for Polish anime subtitles [9cc8485](9cc8485a08)
- Improved announcements caching by using a CDN provider instead of calling GitHub directly. [#&#8203;3057](https://github.com/morpheus65535/bazarr/issues/3057) [d98915d](d98915dfe5)
- Fixed TypeError when logging deleted episodes from Sonarr sync [08a3643](08a3643f0b)
- Fixed DeprecationWarning: pkg\_resources is deprecated as an API. [#&#8203;3053](https://github.com/morpheus65535/bazarr/issues/3053) [680ead7](680ead76f8)
- Fixed Hebrew translation failing when using Lingarr. [#&#8203;3052](https://github.com/morpheus65535/bazarr/issues/3052) [1d0e054](1d0e0543c8)
- Added null check for subtitle\_entry while trying to define translation source language. [#&#8203;3046](https://github.com/morpheus65535/bazarr/issues/3046) [2af1f0c](2af1f0cda2)
- Fixed the Persian language issue with the subsource provider. [#&#8203;3050](https://github.com/morpheus65535/bazarr/issues/3050) [debf419](debf419665)
- Improved subsource provider by making each user responsible for getting its own api-key. [8c46e69](8c46e69ba5)
- Fixed autopulse configurator and added some error messages [d92d048](d92d0484f8)
- Improved subtitles translation by retrieving source language from the database [baad5eb](baad5ebebc)
- Added subsource.net provider [cac3ffa](cac3ffac52)
- Added external webhook for Autopulse [960b6c6](960b6c6a9c)
- Fixed Plex "Mark movies as recently added after downloading subtitles" error caused by wrong date format [6ddba8a](6ddba8af60)
- Improved interactive searching modal to show only subtitles matching the languages profile requirements. [7406bdc](7406bdce82)
- Added support for specifying Postgres URL explicitly [fa6675e](fa6675e857)
- Improved opensubtitles.com provider to reduce redirect request on the provider's API server. [b8eb1bb](b8eb1bb82b)
- Fixed SubsRo provider episode number matching [da2f129](da2f12995b)
- Fixed Radarr webhooks issue introduced in 1.5.3. Please review help text in Settings. [5ffc7e0](5ffc7e0fb2)
- Improved season guessing from filename when using upload subtitles feature [a57da17](a57da17cc4)

</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 is behind base branch, 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://github.com/renovatebot/renovate).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0Mi42OS4yIiwidXBkYXRlZEluVmVyIjoiNDIuNjkuMiIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOltdfQ==-->

Reviewed-on: #3462
Co-authored-by: Renovate Bot <renovate-bot@alexlebens.net>
Co-committed-by: Renovate Bot <renovate-bot@alexlebens.net>
2026-01-23 23:35:03 +00:00
dd74dafd24 ci: fix repo targets
Some checks failed
lint-test-helm / lint-helm (push) Successful in 19s
renovate / renovate (push) Successful in 1m51s
render-manifests-push / render-manifests-push (push) Has been cancelled
2026-01-23 17:31:18 -06:00
914dd14c81 fix: align renovate custom manager to appVersion updates on Chart
All checks were successful
lint-test-helm / lint-helm (push) Successful in 12s
render-manifests-push / render-manifests-push (push) Successful in 49m21s
renovate / renovate (push) Successful in 13m16s
2026-01-23 14:49:38 -06:00
285e17717f Update Helm release app-template to v4.6.2 (#3266)
All checks were successful
render-manifests-push / render-manifests-push (push) Has been skipped
lint-test-helm / lint-helm (push) Successful in 17s
renovate / renovate (push) Successful in 1m24s
2026-01-16 18:57:33 +00:00
a100fc174a Update Helm release app-template to v4.6.0 (#3094)
All checks were successful
render-manifests-push / render-manifests-push (push) Has been skipped
lint-test-helm / lint-helm (push) Successful in 24s
renovate / renovate (push) Successful in 2m15s
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| [app-template](https://github.com/bjw-s-labs/helm-charts) | minor | `4.5.0` → `4.6.0` |

---

### Release Notes

<details>
<summary>bjw-s-labs/helm-charts (app-template)</summary>

### [`v4.6.0`](https://github.com/bjw-s-labs/helm-charts/releases/tag/app-template-4.6.0)

[Compare Source](https://github.com/bjw-s-labs/helm-charts/compare/app-template-4.5.0...app-template-4.6.0)

##### Changelog:

##### Changed

- Upgraded the common library to v4.6.0
  - [Upgrade notes](https://bjw-s-labs.github.io/helm-charts/docs/app-template/upgrade-instructions/)
  - [Detailed release notes](https://github.com/bjw-s-labs/helm-charts/releases/tag/common-4.6.0)

</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 is behind base branch, 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://github.com/renovatebot/renovate).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0Mi42OS4yIiwidXBkYXRlZEluVmVyIjoiNDIuNjkuMiIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiY2hhcnQiXX0=-->

Reviewed-on: #3094
Co-authored-by: Renovate Bot <renovate-bot@alexlebens.net>
Co-committed-by: Renovate Bot <renovate-bot@alexlebens.net>
2026-01-07 23:03:02 +00:00
b67d15cdfc change schedule
Some checks failed
lint-test-helm / lint-helm (push) Successful in 23s
renovate / renovate (push) Has been cancelled
render-manifests-push / render-manifests-push (push) Successful in 4m23s
2025-12-27 13:40:57 -06:00
eb6ff2df76 renovate update chart appVersion
All checks were successful
lint-test-helm / lint-helm (push) Successful in 15s
renovate / renovate (push) Successful in 1m10s
render-manifests-push / render-manifests-push (push) Successful in 5m54s
2025-12-23 17:37:47 -06:00
451793e158 Update volsync-target Docker tag to v0.6.0 (#2695)
All checks were successful
render-manifests-push / render-manifests-push (push) Has been skipped
lint-test-helm / lint-helm (push) Successful in 35s
renovate / renovate (push) Successful in 1m24s
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| [volsync-target](https://github.com/backube/volsync) | minor | `0.5.0` -> `0.6.0` |

---

### Release Notes

<details>
<summary>backube/volsync (volsync-target)</summary>

### [`v0.6.0`](https://github.com/backube/volsync/blob/HEAD/CHANGELOG.md#060)

[Compare Source](https://github.com/backube/volsync/compare/v0.5.0...v0.6.0)

##### Added

- restic - allow passing in GOOGLE\_APPLICATION\_CREDENTIALS as a file

##### Changed

- ⚠️ Breaking change ⚠️ - Helm chart now manages VolSync CRDs
  directly.\
  Upgrading the VolSync Helm chart from an earlier version will produce the
  following error:

  ```
  Error: UPGRADE FAILED: rendered manifests contain a resource that already exists. Unable to continue with update: CustomResourceDefinition "replicationdestinations.volsync.backube" in namespace "" exists and cannot be imported into the current release: invalid ownership metadata; label validation error: missing key "app.kubernetes.io/managed-by": must be set to "Helm"; annotation validation error: missing key "meta.helm.sh/release-name": must be set to "volsync"; annotation validation error: missing key "meta.helm.sh/release-namespace": must be set to "volsync-system"
  ```

  To fix, apply the missing labels and annotations as mentioned in the error
  message (your values may differ), then retry the upgrade:

  ```console
  $ kubectl label crd/replicationdestinations.volsync.backube app.kubernetes.io/managed-by=Helm
  customresourcedefinition.apiextensions.k8s.io/replicationdestinations.volsync.backube labeled
  $ kubectl label crd/replicationsources.volsync.backube app.kubernetes.io/managed-by=Helm
  customresourcedefinition.apiextensions.k8s.io/replicationsources.volsync.backube labeled
  $ kubectl annotate crd/replicationdestinations.volsync.backube meta.helm.sh/release-name=volsync
  customresourcedefinition.apiextensions.k8s.io/replicationdestinations.volsync.backube annotated
  $ kubectl annotate crd/replicationsources.volsync.backube meta.helm.sh/release-name=volsync
  customresourcedefinition.apiextensions.k8s.io/replicationsources.volsync.backube annotated
  $ kubectl annotate crd/replicationdestinations.volsync.backube meta.helm.sh/release-namespace=volsync-system
  customresourcedefinition.apiextensions.k8s.io/replicationdestinations.volsync.backube annotated
  $ kubectl annotate crd/replicationsources.volsync.backube meta.helm.sh/release-namespace=volsync-system
  customresourcedefinition.apiextensions.k8s.io/replicationsources.volsync.backube annotated
  ```

- VolSync privileged mover SCC installed at startup on OpenShift

- Syncthing upgraded to 1.22.1

- Updates to build with golang 1.19

##### Fixed

- ReplicationSource fixes for rsync, rclone and restic to enable mounting
  ROX source PVCs as read-only

##### Security

- rclone mover updated to run with reduced privileges by default
- restic mover updated to run with reduced privileges by default
- syncthing mover updated to run with reduced privileges by default
- kube-rbac-proxy upgraded to 0.13.1

</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 is behind base branch, 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://github.com/renovatebot/renovate).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0Mi4zOS4xIiwidXBkYXRlZEluVmVyIjoiNDIuMzkuMSIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiaW1hZ2UiXX0=-->

Reviewed-on: #2695
Co-authored-by: Renovate Bot <renovate-bot@alexlebens.net>
Co-committed-by: Renovate Bot <renovate-bot@alexlebens.net>
2025-12-18 03:21:13 +00:00
80b1f66bce update chart
All checks were successful
lint-test-helm / lint-helm (push) Successful in 14s
render-manifests-push / render-manifests-push (push) Successful in 37s
renovate / renovate (push) Successful in 1m5s
2025-12-15 19:04:30 -06:00
f330849c7b move volsync to chart
All checks were successful
lint-test-helm / lint-helm (push) Successful in 19s
render-manifests-push / render-manifests-push (push) Successful in 43s
renovate / renovate (push) Successful in 1m21s
2025-12-15 18:57:47 -06:00
dcc30342b8 update appVersion 2025-12-11 17:21:25 -06:00
2cf3152190 Update Helm release app-template to v4.5.0 (#2270)
All checks were successful
render-manifests-push / render-manifests-push (push) Has been skipped
lint-test-helm / lint-helm (push) Successful in 16s
renovate / renovate (push) Successful in 1m5s
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| [app-template](https://github.com/bjw-s-labs/helm-charts) | minor | `4.4.0` -> `4.5.0` |

---

### Release Notes

<details>
<summary>bjw-s-labs/helm-charts (app-template)</summary>

### [`v4.5.0`](https://github.com/bjw-s-labs/helm-charts/releases/tag/app-template-4.5.0)

[Compare Source](https://github.com/bjw-s-labs/helm-charts/compare/app-template-4.4.0...app-template-4.5.0)

##### Changelog:

##### Changed

- Upgraded the common library to v4.5.0
  - [Upgrade notes](https://bjw-s-labs.github.io/helm-charts/docs/app-template/upgrade-instructions/)
  - [Detailed release notes](https://github.com/bjw-s-labs/helm-charts/releases/tag/common-4.5.0)

</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 is behind base branch, 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://github.com/renovatebot/renovate).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0Mi41LjAiLCJ1cGRhdGVkSW5WZXIiOiI0Mi41LjAiLCJ0YXJnZXRCcmFuY2giOiJtYWluIiwibGFiZWxzIjpbImNoYXJ0Il19-->

Reviewed-on: #2270
Co-authored-by: Renovate Bot <renovate-bot@alexlebens.net>
Co-committed-by: Renovate Bot <renovate-bot@alexlebens.net>
2025-12-05 21:07:08 +00:00
468c07fa8c migrate
All checks were successful
lint-test-helm / helm-lint (push) Successful in 10s
render-manifests / render-manifests-helm (push) Successful in 23s
renovate / renovate (push) Successful in 1m39s
2025-12-01 15:59:21 -06:00
4a30f53bd2 remove charts to prep for migration
Some checks failed
lint-test-helm / helm-lint (push) Successful in 28s
renovate / renovate (push) Has been cancelled
2025-12-01 15:05:25 -06:00
e102d910bc add render manifest workflow
Some checks failed
lint-test-helm / helm-lint (push) Successful in 9s
render-manifests / render-manifests-helm (push) Failing after 30s
renovate / renovate (push) Successful in 2m6s
2025-11-29 21:41:00 -06:00