Commit Graph

87 Commits

Author SHA1 Message Date
TrueCharts Bot fab550e723
chore(deps): update container image ghcr.io/onedr0p/bazarr to v1.4.3@d2b7081 by renovate (#22782)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| [ghcr.io/onedr0p/bazarr](https://ghcr.io/onedr0p/bazarr)
([source](https://togithub.com/morpheus65535/bazarr)) | patch | `1.4.2`
-> `1.4.3` |

---

> [!WARNING]
> Some dependencies could not be looked up. Check the Dependency
Dashboard for more information.

---

### Release Notes

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

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

[Compare
Source](https://togithub.com/morpheus65535/bazarr/compare/v1.4.2...v1.4.3)

From newest to oldest:

- Fixed throttled_providers.dat reset
[77302fa](77302fad21)
- Fixed bazarr restart traceback exception
[b7e6de7](b7e6de71ff)
- Fix for case insensitive filesystem upates
[8842004](884200441b)
- Fixed subdivx series search process.
[#&#8203;2499](https://togithub.com/morpheus65535/bazarr/issues/2499)
[0e183c4](0e183c428b)
- Reverted to apprise 1.7.6 to fix an issue with the upgrade process
first. 1.8.0 will get back in nightly shortly.
[#&#8203;2497](https://togithub.com/morpheus65535/bazarr/issues/2497)
[5ca733e](5ca733eac0)
- Fixed upgrade process that was broken since Apprise 1.8.0 update.
[#&#8203;2497](https://togithub.com/morpheus65535/bazarr/issues/2497)
[3e929d8](3e929d8ef9)
- Fixed uppercase issue in Apprise module name.
[d70a92e](d70a92e947)
- Fixed issue while saving some odd case ASS embedded subtitles.
[b3a5d43](b3a5d43a10)
- Emergency fix following Apprise 1.8.0 upgrade
[fd0a8c3](fd0a8c3d3b)
- Updated apprise to 1.8.0
[86d3403](86d34039a3)
- Fixed issue with subssabbz provider comparing None with int.
[006ee0f](006ee0f63a)
- Fixed issue with subsunacs provider comparing None with int.
[47011f4](47011f429a)
- Removed closed subscene provider
[bb4b01f](bb4b01f3fb)
- Removed dependency over moment library
[5b5bead](5b5beadf4d)
- Removed dependency over moment
[6e34225](6e3422524c)
- Fixed db migrations dropping tables content because of ForeignKey
constraints.
[#&#8203;2489](https://togithub.com/morpheus65535/bazarr/issues/2489)
[4815313](4815313ac6)
- Added a database migration to get past the issues with incomplete
table_languages_profiles.
#[#&#8203;2485](https://togithub.com/morpheus65535/bazarr/issues/2485)
[5630c44](5630c441b0)
- Added animetosho release info
[970b0f9](970b0f9d47)
- Fixed HI subtitles identification when downloading and improved some
constants.
[#&#8203;2386](https://togithub.com/morpheus65535/bazarr/issues/2386)
[2c4ed03](2c4ed03817)
- Fixed embedded ASS subtitles writing encoding error
[bea2f0b](bea2f0b781)
- Added timeout to update check API call
[ad151ff](ad151ff139)
- Fixed Animetosho provider error for tv shows
[2782551](2782551c9b)
- Improved whisper provider to not throttle when unsupported audio
language is encountered.
[#&#8203;2474](https://togithub.com/morpheus65535/bazarr/issues/2474)
[5749971](5749971d67)
- Improved cutoff options label.
[#&#8203;2466](https://togithub.com/morpheus65535/bazarr/issues/2466)
[86b889d](86b889d3b6)
- Fixed animetosho provider empty subtitle name.
[#&#8203;2468](https://togithub.com/morpheus65535/bazarr/issues/2468)
[5e04338](5e0433834e)
- Fixed SyntaxWarning with Python 3.12.
[#&#8203;2462](https://togithub.com/morpheus65535/bazarr/issues/2462)
[fd190aa](fd190aad14)
- Embedded Subtitles provider: handle FileNotFoundError
[369b2c7](369b2c7343)
- Fixed Anidb refinement for not anime episodes.
[#&#8203;2463](https://togithub.com/morpheus65535/bazarr/issues/2463)
[a2fee0e](a2fee0e1e4)
- Added minimal Python 3.12 compatibility. Not yet official support.
[6dbe143](6dbe143364)
- Additional fix for restart process.
[#&#8203;2456](https://togithub.com/morpheus65535/bazarr/issues/2456)
[abc4500](abc4500443)
- Added additional languages to animetosho provider
[7322486](73224866cb)
- Fixed upgrade process to properly upgrade bazarr.py when it's updated.
[#&#8203;2456](https://togithub.com/morpheus65535/bazarr/issues/2456)
[a39d874](a39d874d3b)
- Fixed mass editor returning a 413 error with a large series/movies
set.
[e4bc792](e4bc792ee0)
- Fixed Swagger UI broken since last libraries update (1.4.3-beta)
[a8c3528](a8c352854f)
- Fixed subtitle toolbox overlap
[af89384](af893847c6)
- Updated apprise to version 1.7.6
[7578b8e](7578b8ef14)
- Fixed manual upload table long names without spacing.
[#&#8203;2448](https://togithub.com/morpheus65535/bazarr/issues/2448)
[b2d807d](b2d807d9d9)
- Added animetosho provider
[77ebd03](77ebd036f2)
- Improved best subtitles logging when score is below minimum score.
[3c30492](3c30492e71)
- Upgraded some frontend dependencies
[6fc4b41](6fc4b41526)
- Fixed restart loop when TCP port already in use.
[3e9cfea](3e9cfea3c5)
- Fixed improper redirection from login page when base_url isn't empty.
[ad16acb](ad16acb88f)
- Fixed login page getting called even if authentication is disabled.
[#&#8203;2441](https://togithub.com/morpheus65535/bazarr/issues/2441)
[4d11b95](4d11b9580c)
- Fixed betaseries provider when series doesn't exist.
[#&#8203;2431](https://togithub.com/morpheus65535/bazarr/issues/2431)
[b4071f0](b4071f0af6)
- Improved multiple exceptions catching and fixed some other providers
issues
[ec85f6e](ec85f6e172)
- Fixed overflowing of episode titles in wanted view.
[#&#8203;2419](https://togithub.com/morpheus65535/bazarr/issues/2419)
[a9f438b](a9f438b548)
- Fixed and improved UI while correcting text
[814b1af](814b1af79f)
- Updated other React dependencies.
[2b92752](2b9275244b)
- no log: Bump actions/cache from 3 to 4
[#&#8203;2428](https://togithub.com/morpheus65535/bazarr/pull/2428)
- Updated apprise to latest version to prevent deadlocks issue in 1.7.3.
[aedf2d4](aedf2d4d89)
- Rolled back cloudscraper to fix captcha v1 solving issue.
[213a044](213a04405d)
- Updated fese module to latest version to fix embedded subtitles
provider.
[#&#8203;2423](https://togithub.com/morpheus65535/bazarr/issues/2423)
[1428edf](1428edfb8b)
- Added Test Connection button for whisper provider
[afa529c](afa529c4b3)
- Fixed unbound local variable if 0 movies in database.
[#&#8203;2417](https://togithub.com/morpheus65535/bazarr/issues/2417)
[345b6b3](345b6b3718)
- Added Weekly Sync option for Radarr and Sonarr
[33f82fe](33f82fe445)
- Updated multiple Python modules (now in libs and custom_libs
directories) and React libraries
[03afeb3](03afeb3470)
- Refactored Shutdown, Restart and exit status codes
[9ae6842](9ae684240b)
- Allow numeric passwords for all providers.
[#&#8203;2416](https://togithub.com/morpheus65535/bazarr/issues/2416)
[c455345](c4553452a5)
- Fixed subtitles synchronization process when settings values have
changed since Bazarr started
[5d87b10](5d87b10475)
- Prettier version?
[16a3158](16a3158f5e)
- Text updates, especially for thresholds
[3827ea6](3827ea6ffe)
- Added Progressive Web App support
[731e44c](731e44cb9a)
- Include server URL in Yify subtitle page link
[b24ee30](b24ee309ed)
- Disabled autoscroll to top for underlying window after manual search.
[#&#8203;2285](https://togithub.com/morpheus65535/bazarr/issues/2285)
[f95db43](f95db43a2f)
- Fixed subtitles sync function to preserve subtitles file extension.
[#&#8203;2399](https://togithub.com/morpheus65535/bazarr/issues/2399)
[f71b893](f71b8931e3)
- Subdivx Provider: major updates
[d9629df](d9629df3af)
- Modified upgrade task so it always shows in UI even if it's set to
manually in scheduler
[6c48806](6c488063e7)
- Reduced debounce value for event notifications
[e3354aa](e3354aa7f3)
- Added originalFormat db migration from bool to int only for Postgresql
[2eec913](2eec9131f8)
- Added log level/filter settings to Logs page
[d5466ff](d5466fff23)
- Updated fallback language for embeddedsubtitles provider to be able to
specify the one to use
[ad8f116](ad8f116c78)

</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://togithub.com/renovatebot/renovate).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4zODUuMCIsInVwZGF0ZWRJblZlciI6IjM3LjM4NS4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInVwZGF0ZS9kb2NrZXIvZ2VuZXJhbC9ub24tbWFqb3IiXX0=-->
2024-06-02 20:25:59 +02:00
TrueCharts Bot 44193d5a47
chore(deps): update container image ghcr.io/onedr0p/bazarr to 1.4.2@d67bf38 by renovate (#22367)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| [ghcr.io/onedr0p/bazarr](https://ghcr.io/onedr0p/bazarr)
([source](https://togithub.com/morpheus65535/bazarr)) | digest |
`7f152a7` -> `d67bf38` |

---

> [!WARNING]
> Some dependencies could not be looked up. Check the Dependency
Dashboard for more information.

---

### 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://togithub.com/renovatebot/renovate).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4zNzcuNCIsInVwZGF0ZWRJblZlciI6IjM3LjM3Ny40IiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInVwZGF0ZS9kb2NrZXIvZ2VuZXJhbC9ub24tbWFqb3IiXX0=-->
2024-05-25 02:31:53 +02:00
TrueCharts Bot 4222f4b95a
chore(deps): update container image ghcr.io/onedr0p/bazarr to 1.4.2@7f152a7 by renovate (#22047)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| [ghcr.io/onedr0p/bazarr](https://ghcr.io/onedr0p/bazarr)
([source](https://togithub.com/morpheus65535/bazarr)) | digest |
`62558b2` -> `7f152a7` |

---

> [!WARNING]
> Some dependencies could not be looked up. Check the Dependency
Dashboard for more information.

---

### 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://togithub.com/renovatebot/renovate).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4zNjMuMyIsInVwZGF0ZWRJblZlciI6IjM3LjM2My4zIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInVwZGF0ZS9kb2NrZXIvZ2VuZXJhbC9ub24tbWFqb3IiXX0=-->
2024-05-14 20:21:07 +02:00
TrueCharts Bot 17caa79a94
chore(deps): update container image ghcr.io/onedr0p/bazarr to 1.4.2@62558b2 by renovate (#21522)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| [ghcr.io/onedr0p/bazarr](https://ghcr.io/onedr0p/bazarr)
([source](https://togithub.com/morpheus65535/bazarr)) | digest |
`1499b74` -> `62558b2` |

---

> [!WARNING]
> Some dependencies could not be looked up. Check the Dependency
Dashboard for more information.

---

### 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://togithub.com/renovatebot/renovate).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4zNDEuMCIsInVwZGF0ZWRJblZlciI6IjM3LjM0MS4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInVwZGF0ZS9kb2NrZXIvZ2VuZXJhbC9ub24tbWFqb3IiXX0=-->
2024-05-05 10:06:39 +00:00
TrueCharts Bot 9d02cb2274
chore(deps): update container image ghcr.io/onedr0p/bazarr to 1.4.2@1499b74 by renovate (#20762)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| [ghcr.io/onedr0p/bazarr](https://ghcr.io/onedr0p/bazarr)
([source](https://togithub.com/morpheus65535/bazarr)) | digest |
`5f73fa1` -> `1499b74` |

---

> [!WARNING]
> Some dependencies could not be looked up. Check the Dependency
Dashboard for more information.

---

### 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://togithub.com/renovatebot/renovate).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4yOTUuMCIsInVwZGF0ZWRJblZlciI6IjM3LjI5NS4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInVwZGF0ZS9kb2NrZXIvZ2VuZXJhbC9ub24tbWFqb3IiXX0=-->
2024-04-14 23:10:28 +02:00
TrueCharts Bot 446fef56b7
chore(deps): update container image ghcr.io/onedr0p/bazarr to 1.4.2@5f73fa1 by renovate (#20422)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| [ghcr.io/onedr0p/bazarr](https://ghcr.io/onedr0p/bazarr)
([source](https://togithub.com/morpheus65535/bazarr)) | digest |
`113035f` -> `5f73fa1` |

---

> [!WARNING]
> Some dependencies could not be looked up. Check the Dependency
Dashboard for more information.

---

### 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://togithub.com/renovatebot/renovate).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4yODAuMCIsInVwZGF0ZWRJblZlciI6IjM3LjI4MC4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInVwZGF0ZS9kb2NrZXIvZ2VuZXJhbC9ub24tbWFqb3IiXX0=-->
2024-04-08 20:17:22 +02:00
TrueCharts Bot 49a7315e95
chore(deps): update container image ghcr.io/onedr0p/exportarr to v2.0.1@727e7bc by renovate (#20284)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| [ghcr.io/onedr0p/exportarr](https://togithub.com/onedr0p/exportarr) |
patch | `v2.0.0` -> `v2.0.1` |

---

> [!WARNING]
> Some dependencies could not be looked up. Check the Dependency
Dashboard for more information.

---

### Release Notes

<details>
<summary>onedr0p/exportarr (ghcr.io/onedr0p/exportarr)</summary>

###
[`v2.0.1`](https://togithub.com/onedr0p/exportarr/releases/tag/v2.0.1)

[Compare
Source](https://togithub.com/onedr0p/exportarr/compare/v2.0.0...v2.0.1)

##### What's Changed

- chore(deps): update golang docker tag to v1.22.1 by
[@&#8203;renovate](https://togithub.com/renovate) in
[https://github.com/onedr0p/exportarr/pull/277](https://togithub.com/onedr0p/exportarr/pull/277)
- Minor fixes by [@&#8203;tronyx](https://togithub.com/tronyx) in
[https://github.com/onedr0p/exportarr/pull/280](https://togithub.com/onedr0p/exportarr/pull/280)
- fix(deps): update golang.org/x/exp digest to
[`a85f2c6`](https://togithub.com/onedr0p/exportarr/commit/a85f2c6) by
[@&#8203;renovate](https://togithub.com/renovate) in
[https://github.com/onedr0p/exportarr/pull/281](https://togithub.com/onedr0p/exportarr/pull/281)
- fix(deps): update golang.org/x/exp digest to
[`a685a6e`](https://togithub.com/onedr0p/exportarr/commit/a685a6e) by
[@&#8203;renovate](https://togithub.com/renovate) in
[https://github.com/onedr0p/exportarr/pull/282](https://togithub.com/onedr0p/exportarr/pull/282)
- chore(deps): update golang docker tag to v1.22.2 by
[@&#8203;renovate](https://togithub.com/renovate) in
[https://github.com/onedr0p/exportarr/pull/285](https://togithub.com/onedr0p/exportarr/pull/285)
- fix(deps): update module github.com/knadh/koanf/v2 to v2.1.1 -
autoclosed by [@&#8203;renovate](https://togithub.com/renovate) in
[https://github.com/onedr0p/exportarr/pull/284](https://togithub.com/onedr0p/exportarr/pull/284)
- fix(deps): update module golang.org/x/sync to v0.7.0 by
[@&#8203;renovate](https://togithub.com/renovate) in
[https://github.com/onedr0p/exportarr/pull/286](https://togithub.com/onedr0p/exportarr/pull/286)
- fix(deps): update golang.org/x/exp digest to
[`c0f41cb`](https://togithub.com/onedr0p/exportarr/commit/c0f41cb) by
[@&#8203;renovate](https://togithub.com/renovate) in
[https://github.com/onedr0p/exportarr/pull/287](https://togithub.com/onedr0p/exportarr/pull/287)

##### New Contributors

- [@&#8203;tronyx](https://togithub.com/tronyx) made their first
contribution in
[https://github.com/onedr0p/exportarr/pull/280](https://togithub.com/onedr0p/exportarr/pull/280)

**Full Changelog**:
https://github.com/onedr0p/exportarr/compare/v2.0.0...v2.0.1

</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://togithub.com/renovatebot/renovate).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4yNzkuNCIsInVwZGF0ZWRJblZlciI6IjM3LjI3OS40IiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInVwZGF0ZS9kb2NrZXIvZ2VuZXJhbC9ub24tbWFqb3IiXX0=-->
2024-04-05 20:34:39 +02:00
TrueCharts Bot e79c83d93b
chore(deps): update container image ghcr.io/onedr0p/bazarr to 1.4.2@113035f by renovate (#19384)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| [ghcr.io/onedr0p/bazarr](https://ghcr.io/onedr0p/bazarr)
([source](https://togithub.com/morpheus65535/bazarr)) | digest |
`07af48c` -> `113035f` |

---

> [!WARNING]
> Some dependencies could not be looked up. Check the Dependency
Dashboard for more information.

---

### 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://togithub.com/renovatebot/renovate).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4yNTAuMSIsInVwZGF0ZWRJblZlciI6IjM3LjI1MC4xIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIn0=-->
2024-03-17 01:31:33 +01:00
TrueCharts Bot 8adc653815
chore(deps): update container image ghcr.io/onedr0p/bazarr to 1.4.2@07af48c by renovate (#19253) 2024-03-16 13:18:29 +01:00
TrueCharts Bot 0fb15b0496
chore(deps): update container image ghcr.io/onedr0p/exportarr to v2.0.0@760327e by renovate (#18902)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| [ghcr.io/onedr0p/exportarr](https://togithub.com/onedr0p/exportarr) |
major | `v1.6.1` -> `v2.0.0` |

---

> [!WARNING]
> Some dependencies could not be looked up. Check the Dependency
Dashboard for more information.

---

### Release Notes

<details>
<summary>onedr0p/exportarr (ghcr.io/onedr0p/exportarr)</summary>

###
[`v2.0.0`](https://togithub.com/onedr0p/exportarr/releases/tag/v2.0.0)

[Compare
Source](https://togithub.com/onedr0p/exportarr/compare/v1.6.2...v2.0.0)

> \[!IMPORTANT]
> This release removes the hardcoded `/sabnzbd` from the sabnzbd
exporter. If you have sabnzbd deployed with this base URL you need to
add that path into via your config.

#### What's Changed

- fix(deps): update module github.com/stretchr/testify to v1.9.0 by
[@&#8203;renovate](https://togithub.com/renovate) in
[https://github.com/onedr0p/exportarr/pull/272](https://togithub.com/onedr0p/exportarr/pull/272)
- add missing valid api key tests by
[@&#8203;rtrox](https://togithub.com/rtrox) in
[https://github.com/onedr0p/exportarr/pull/274](https://togithub.com/onedr0p/exportarr/pull/274)
- \[BREAKING]\[fix
[#&#8203;263](https://togithub.com/onedr0p/exportarr/issues/263)]:
remove hardcoded /sabnzbd from api path by
[@&#8203;rtrox](https://togithub.com/rtrox) in
[https://github.com/onedr0p/exportarr/pull/275](https://togithub.com/onedr0p/exportarr/pull/275)

**Full Changelog**:
https://github.com/onedr0p/exportarr/compare/v1.6.2...v1.6.3

###
[`v1.6.2`](https://togithub.com/onedr0p/exportarr/releases/tag/v1.6.2)

[Compare
Source](https://togithub.com/onedr0p/exportarr/compare/v1.6.1...v1.6.2)

##### What's Changed

- fix(deps): update module github.com/knadh/koanf/v2 to v2.0.2 by
[@&#8203;renovate](https://togithub.com/renovate) in
[https://github.com/onedr0p/exportarr/pull/260](https://togithub.com/onedr0p/exportarr/pull/260)
- fix(deps): update module github.com/knadh/koanf/v2 to v2.1.0 by
[@&#8203;renovate](https://togithub.com/renovate) in
[https://github.com/onedr0p/exportarr/pull/262](https://togithub.com/onedr0p/exportarr/pull/262)
- fix(deps): update module github.com/prometheus/client_golang to
v1.19.0 by [@&#8203;renovate](https://togithub.com/renovate) in
[https://github.com/onedr0p/exportarr/pull/268](https://togithub.com/onedr0p/exportarr/pull/268)
- fix(deps): update golang.org/x/exp digest to
[`814bf88`](https://togithub.com/onedr0p/exportarr/commit/814bf88) by
[@&#8203;renovate](https://togithub.com/renovate) in
[https://github.com/onedr0p/exportarr/pull/261](https://togithub.com/onedr0p/exportarr/pull/261)
- chore(deps): update golang docker tag to v1.22.0 by
[@&#8203;renovate](https://togithub.com/renovate) in
[https://github.com/onedr0p/exportarr/pull/264](https://togithub.com/onedr0p/exportarr/pull/264)
- chore(deps): update golangci/golangci-lint-action action to v4 by
[@&#8203;renovate](https://togithub.com/renovate) in
[https://github.com/onedr0p/exportarr/pull/265](https://togithub.com/onedr0p/exportarr/pull/265)
- fix(deps): update module go.uber.org/zap to v1.27.0 by
[@&#8203;renovate](https://togithub.com/renovate) in
[https://github.com/onedr0p/exportarr/pull/267](https://togithub.com/onedr0p/exportarr/pull/267)
- fix: make api-key less restrictive by
[@&#8203;onedr0p](https://togithub.com/onedr0p) in
[https://github.com/onedr0p/exportarr/pull/270](https://togithub.com/onedr0p/exportarr/pull/270)

**Full Changelog**:
https://github.com/onedr0p/exportarr/compare/v1.6.1...v1.6.2

</details>

---

### Configuration

📅 **Schedule**: Branch creation - "before 10pm on monday" in timezone
Europe/Amsterdam, 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://togithub.com/renovatebot/renovate).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4yMjUuMCIsInVwZGF0ZWRJblZlciI6IjM3LjIyNS4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIn0=-->
2024-03-05 01:02:16 +01:00
TrueCharts Bot 8fea591727
chore(deps): update container image ghcr.io/onedr0p/bazarr to v1.4.2@8d4a560 by renovate (#18460)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| [ghcr.io/onedr0p/bazarr](https://ghcr.io/onedr0p/bazarr)
([source](https://togithub.com/morpheus65535/bazarr)) | patch | `1.4.1`
-> `1.4.2` |

---

> [!WARNING]
> Some dependencies could not be looked up. Check the Dependency
Dashboard for more information.

---

### Release Notes

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

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

[Compare
Source](https://togithub.com/morpheus65535/bazarr/compare/v1.4.1...v1.4.2)

From newest to oldest:

- Fixed subdivx issue with foreign title encoding issue.
[#&#8203;2395](https://togithub.com/morpheus65535/bazarr/issues/2395)
[43d313a](43d313a31b)
- Fixed subdivx provider to use alternative titles.
[#&#8203;2378](https://togithub.com/morpheus65535/bazarr/issues/2378)
[b96965e](b96965e740)
- Updated titrari provider
[2e124d2](2e124d2666)
- Fixed saving of null anti-captcha provider that caused Validator to
reset default value.
[faa4dfb](faa4dfb77c)
- Fixed indentation issue in pool update.
[#&#8203;2390](https://togithub.com/morpheus65535/bazarr/issues/2390)
[4ca2111](4ca211191d)
- Added support for opensubtitles.com dedicated VIP subdomain that get
automatically used according to subscription status.
[95474b2](95474b29db)
- Fixed provider pool update on automatic search.
[#&#8203;2379](https://togithub.com/morpheus65535/bazarr/issues/2379)
[88c267f](88c267f848)
- Modify portuguese custom language
[9058335](90583354bf)
- Revert "Fixed podnapisi results parsing"
[90e4cf1](90e4cf1c6f)
- Fixed podnapisi results parsing
[27d7f96](27d7f96599)
- Fixed Bazarr not starting when Sonarr or Radarr isn't running.
[12f1aa6](12f1aa6acf)
- Fixed opensubtitles.com filtering AI translated subtitles even when
they are requested by user.
[#&#8203;2381](https://togithub.com/morpheus65535/bazarr/issues/2381)
[5402c2a](5402c2aaaf)

</details>

---

### Configuration

📅 **Schedule**: Branch creation - "before 10pm on monday" in timezone
Europe/Amsterdam, 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://togithub.com/renovatebot/renovate).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4yMDMuMSIsInVwZGF0ZWRJblZlciI6IjM3LjIwMy4xIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIn0=-->
2024-02-21 01:58:49 +01:00
TrueCharts Bot 10b6a71b57
chore(deps): update container image ghcr.io/onedr0p/bazarr to v1.4.1@4a95844 by renovate (#17913)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| [ghcr.io/onedr0p/bazarr](https://ghcr.io/onedr0p/bazarr)
([source](https://togithub.com/onedr0p/containers)) | patch | `1.4.0` ->
`1.4.1` |

---

> [!WARNING]
> Some dependencies could not be looked up. Check the Dependency
Dashboard for more information.

---

### Configuration

📅 **Schedule**: Branch creation - "before 10pm on monday" in timezone
Europe/Amsterdam, 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://togithub.com/renovatebot/renovate).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4xNzIuMiIsInVwZGF0ZWRJblZlciI6IjM3LjE3Mi4yIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIn0=-->
2024-02-05 01:50:09 +01:00
TrueCharts Bot 898c5f712f
chore(deps): update container image ghcr.io/onedr0p/exportarr to v1.6.1@60cf3d4 by renovate (#17725)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| [ghcr.io/onedr0p/exportarr](https://togithub.com/onedr0p/exportarr) |
patch | `v1.6.0` -> `v1.6.1` |

---

> [!WARNING]
> Some dependencies could not be looked up. Check the Dependency
Dashboard for more information.

---

### Release Notes

<details>
<summary>onedr0p/exportarr (ghcr.io/onedr0p/exportarr)</summary>

###
[`v1.6.1`](https://togithub.com/onedr0p/exportarr/releases/tag/v1.6.1)

[Compare
Source](https://togithub.com/onedr0p/exportarr/compare/v1.6.0...v1.6.1)

##### What's Changed

- Add tests for Radarr by [@&#8203;rtrox](https://togithub.com/rtrox) in
[https://github.com/onedr0p/exportarr/pull/234](https://togithub.com/onedr0p/exportarr/pull/234)
- Add tests for Sonarr by [@&#8203;rtrox](https://togithub.com/rtrox) in
[https://github.com/onedr0p/exportarr/pull/235](https://togithub.com/onedr0p/exportarr/pull/235)
- Add tests for Readarr by [@&#8203;rtrox](https://togithub.com/rtrox)
in
[https://github.com/onedr0p/exportarr/pull/236](https://togithub.com/onedr0p/exportarr/pull/236)
- doc(README): remove typo by
[@&#8203;Deep145757](https://togithub.com/Deep145757) in
[https://github.com/onedr0p/exportarr/pull/240](https://togithub.com/onedr0p/exportarr/pull/240)
- chore(deps): update golang docker tag to v1.21.4 by
[@&#8203;renovate](https://togithub.com/renovate) in
[https://github.com/onedr0p/exportarr/pull/242](https://togithub.com/onedr0p/exportarr/pull/242)
- chore(deps): update actions/setup-go action to v5 by
[@&#8203;renovate](https://togithub.com/renovate) in
[https://github.com/onedr0p/exportarr/pull/248](https://togithub.com/onedr0p/exportarr/pull/248)
- chore(deps): update golang docker tag to v1.21.5 by
[@&#8203;renovate](https://togithub.com/renovate) in
[https://github.com/onedr0p/exportarr/pull/247](https://togithub.com/onedr0p/exportarr/pull/247)
- chore(deps): update actions/checkout digest to
[`b4ffde6`](https://togithub.com/onedr0p/exportarr/commit/b4ffde6) by
[@&#8203;renovate](https://togithub.com/renovate) in
[https://github.com/onedr0p/exportarr/pull/233](https://togithub.com/onedr0p/exportarr/pull/233)
- \[bazarr] Add bounded concurrency to episodes endpoint by
[@&#8203;rtrox](https://togithub.com/rtrox) in
[https://github.com/onedr0p/exportarr/pull/238](https://togithub.com/onedr0p/exportarr/pull/238)
- chore(deps): update golangci/golangci-lint-action action to v3 by
[@&#8203;renovate](https://togithub.com/renovate) in
[https://github.com/onedr0p/exportarr/pull/257](https://togithub.com/onedr0p/exportarr/pull/257)
- fix: add `gomodTidy` option to renovate by
[@&#8203;rtrox](https://togithub.com/rtrox) in
[https://github.com/onedr0p/exportarr/pull/258](https://togithub.com/onedr0p/exportarr/pull/258)
- fix(deps): update module github.com/gookit/validate to v1.5.2 by
[@&#8203;renovate](https://togithub.com/renovate) in
[https://github.com/onedr0p/exportarr/pull/253](https://togithub.com/onedr0p/exportarr/pull/253)
- chore(deps): update actions/setup-go action to v5 by
[@&#8203;renovate](https://togithub.com/renovate) in
[https://github.com/onedr0p/exportarr/pull/256](https://togithub.com/onedr0p/exportarr/pull/256)
- chore(deps): update actions/checkout digest to
[`b4ffde6`](https://togithub.com/onedr0p/exportarr/commit/b4ffde6) by
[@&#8203;renovate](https://togithub.com/renovate) in
[https://github.com/onedr0p/exportarr/pull/255](https://togithub.com/onedr0p/exportarr/pull/255)
- fix(deps): update module github.com/prometheus/client_golang to
v1.18.0 by [@&#8203;renovate](https://togithub.com/renovate) in
[https://github.com/onedr0p/exportarr/pull/250](https://togithub.com/onedr0p/exportarr/pull/250)
- fix(deps): update module golang.org/x/sync to v0.6.0 by
[@&#8203;renovate](https://togithub.com/renovate) in
[https://github.com/onedr0p/exportarr/pull/220](https://togithub.com/onedr0p/exportarr/pull/220)
- fix(deps): update module github.com/spf13/cobra to v1.8.0 by
[@&#8203;renovate](https://togithub.com/renovate) in
[https://github.com/onedr0p/exportarr/pull/241](https://togithub.com/onedr0p/exportarr/pull/241)
- fix(deps): update golang.org/x/exp digest to
[`1b97071`](https://togithub.com/onedr0p/exportarr/commit/1b97071) by
[@&#8203;renovate](https://togithub.com/renovate) in
[https://github.com/onedr0p/exportarr/pull/243](https://togithub.com/onedr0p/exportarr/pull/243)
- chore(deps): update golang docker tag to v1.21.6 by
[@&#8203;renovate](https://togithub.com/renovate) in
[https://github.com/onedr0p/exportarr/pull/251](https://togithub.com/onedr0p/exportarr/pull/251)
- fix([#&#8203;252](https://togithub.com/onedr0p/exportarr/issues/252)):
Handle an empty Server Stat map returned from Sab. by
[@&#8203;rtrox](https://togithub.com/rtrox) in
[https://github.com/onedr0p/exportarr/pull/259](https://togithub.com/onedr0p/exportarr/pull/259)

##### New Contributors

- [@&#8203;Deep145757](https://togithub.com/Deep145757) made their first
contribution in
[https://github.com/onedr0p/exportarr/pull/240](https://togithub.com/onedr0p/exportarr/pull/240)

**Full Changelog**:
https://github.com/onedr0p/exportarr/compare/v1.6.0...v1.6.1

</details>

---

### Configuration

📅 **Schedule**: Branch creation - "before 10pm on monday" in timezone
Europe/Amsterdam, 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://togithub.com/renovatebot/renovate).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4xNTMuMiIsInVwZGF0ZWRJblZlciI6IjM3LjE1My4yIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIn0=-->
2024-01-29 07:21:29 +01:00
TrueCharts Bot ccd55ef68c
chore(deps): update container image ghcr.io/onedr0p/exportarr to v1.6.0@b522e12 by renovate (#16770)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| [ghcr.io/onedr0p/exportarr](https://togithub.com/onedr0p/exportarr) |
digest | `b522e12` -> `b522e12` |

---

> [!WARNING]
> Some dependencies could not be looked up. Check the Dependency
Dashboard for more information.

---

### Configuration

📅 **Schedule**: Branch creation - "before 10pm on monday" in timezone
Europe/Amsterdam, 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://togithub.com/renovatebot/renovate).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4xMTYuMCIsInVwZGF0ZWRJblZlciI6IjM3LjExNi4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIn0=-->
2024-01-03 08:16:19 +00:00
Stavros Kois b118ccf6d9
chore(images): fix some refs (#16749)
**Description**
<!--
Please include a summary of the change and which issue is fixed. Please
also include relevant motivation and context. List any dependencies that
are required for this change.
-->
⚒️ Fixes  # <!--(issue)-->

**⚙️ Type of change**

- [ ] ⚙️ Feature/App addition
- [ ] 🪛 Bugfix
- [ ] ⚠️ Breaking change (fix or feature that would cause existing
functionality to not work as expected)
- [ ] 🔃 Refactor of current code

**🧪 How Has This Been Tested?**
<!--
Please describe the tests that you ran to verify your changes. Provide
instructions so we can reproduce. Please also list any relevant details
for your test configuration
-->

**📃 Notes:**
<!-- Please enter any other relevant information here -->

**✔️ Checklist:**

- [ ] ⚖️ My code follows the style guidelines of this project
- [ ] 👀 I have performed a self-review of my own code
- [ ] #️⃣ I have commented my code, particularly in hard-to-understand
areas
- [ ] 📄 I have made corresponding changes to the documentation
- [ ] ⚠️ My changes generate no new warnings
- [ ] 🧪 I have added tests to this description that prove my fix is
effective or that my feature works
- [ ] ⬆️ I increased versions for any altered app according to semantic
versioning

** App addition**

If this PR is an app addition please make sure you have done the
following.

- [ ] 🪞 I have opened a PR on
[truecharts/containers](https://github.com/truecharts/containers) adding
the container to TrueCharts mirror repo.
- [ ] 🖼️ I have added an icon in the Chart's root directory called
`icon.png`

---

_Please don't blindly check all the boxes. Read them and only check
those that apply.
Those checkboxes are there for the reviewer to see what is this all
about and
the status of this PR with a quick glance._
2024-01-02 13:15:02 +02:00
Kjeld Schouten 61875c3287
Update values.yaml
Signed-off-by: Kjeld Schouten <kjeld@schouten-lebbing.nl>
2023-12-21 13:03:01 +01:00
Kjeld Schouten cd45f635c8
Update values.yaml
Signed-off-by: Kjeld Schouten <kjeld@schouten-lebbing.nl>
2023-12-21 13:00:37 +01:00
Rob Reus 417ba65c2e
feat(bazarr) Adding exportarr to expose metrics to prometheus (#14761)
**Description**
This adds exportarr to the bazarr application as bazarr is supported by
exportarr. This allows the user to have prometheus scrape for bazarr
metrics.

**⚙️ Type of change**

- [X] ⚙️ Feature/App addition
- [ ] 🪛 Bugfix
- [ ] ⚠️ Breaking change (fix or feature that would cause existing
functionality to not work as expected)
- [ ] 🔃 Refactor of current code

**🧪 How Has This Been Tested?**
Created a personal catalog which I added to TrueNAS. I then installed
this app sourced from this catalog to ensure the questions + answers,
and actual installation works.

**📃 Notes:**
Exportarr for bazarr does not work without having the API key to access
bazarr set. I have added this as a question to the metrics part (see
below screenshot). Is this an acceptable way of doing this, or should it
be done differently? Unfortunately bazarr does not support setting the
api key via environment variables, so enabling metrics for a new
deployment requires 2 deployments. The first one without metrics enabled
to bootstrap bazarr, and then a second one to enable metrics and set the
api key.


![2023-11-20_12-26](https://github.com/truecharts/charts/assets/20680059/b9455821-6dc5-4f9e-bc8f-16461bbb394d)

Also, due to a bug in exportarr
(https://github.com/onedr0p/exportarr/issues/244), exportarr does not
work when there are no series added/sonarr is not configured. Should
this be mentioned anywhere to the users of this chart?

**✔️ Checklist:**

- [X] ⚖️ My code follows the style guidelines of this project
- [X] 👀 I have performed a self-review of my own code
- [ ] #️⃣ I have commented my code, particularly in hard-to-understand
areas
- [ ] 📄 I have made corresponding changes to the documentation
- [ ] ⚠️ My changes generate no new warnings
- [ ] 🧪 I have added tests to this description that prove my fix is
effective or that my feature works
- [X] ⬆️ I increased versions for any altered app according to semantic
versioning

** App addition**

If this PR is an app addition please make sure you have done the
following.

- [ ] 🪞 I have opened a PR on
[truecharts/containers](https://github.com/truecharts/containers) adding
the container to TrueCharts mirror repo.
- [ ] 🖼️ I have added an icon in the Chart's root directory called
`icon.png`

---

_Please don't blindly check all the boxes. Read them and only check
those that apply.
Those checkboxes are there for the reviewer to see what is this all
about and
the status of this PR with a quick glance._

---------

Signed-off-by: Kjeld Schouten <kjeld@schouten-lebbing.nl>
Co-authored-by: Stavros Kois <47820033+stavros-k@users.noreply.github.com>
Co-authored-by: Kjeld Schouten <kjeld@schouten-lebbing.nl>
2023-12-20 12:07:01 +00:00
TrueCharts Bot 3ca3faa6a9
chore(deps): update container image ghcr.io/onedr0p/bazarr to v1.4.0@c81c4d9 (#15477) 2023-11-30 13:27:36 +01:00
Xstar97TheNoob 613fd90a4c
chore(repo) change stable charts to the upstream images (#14739)
**Description**
Update the stable train charts to their direct upstream image.
⚒️ Fixes  # <!--(issue)-->

**⚙️ Type of change**

- [ ] ⚙️ Feature/App addition
- [ ] 🪛 Bugfix
- [ ] ⚠️ Breaking change (fix or feature that would cause existing
functionality to not work as expected)
- [ ] 🔃 Refactor of current code

**🧪 How Has This Been Tested?**
<!--
Please describe the tests that you ran to verify your changes. Provide
instructions so we can reproduce. Please also list any relevant details
for your test configuration
-->

**📃 Notes:**
<!-- Please enter any other relevant information here -->

**✔️ Checklist:**

- [ ] ⚖️ My code follows the style guidelines of this project
- [ ] 👀 I have performed a self-review of my own code
- [ ] #️⃣ I have commented my code, particularly in hard-to-understand
areas
- [ ] 📄 I have made corresponding changes to the documentation
- [ ] ⚠️ My changes generate no new warnings
- [ ] 🧪 I have added tests to this description that prove my fix is
effective or that my feature works
- [ ] ⬆️ I increased versions for any altered app according to semantic
versioning

** App addition**

If this PR is an app addition please make sure you have done the
following.

- [ ] 🪞 I have opened a PR on
[truecharts/containers](https://github.com/truecharts/containers) adding
the container to TrueCharts mirror repo.
- [ ] 🖼️ I have added an icon in the Chart's root directory called
`icon.png`

---

_Please don't blindly check all the boxes. Read them and only check
those that apply.
Those checkboxes are there for the reviewer to see what is this all
about and
the status of this PR with a quick glance._

Signed-off-by: Kjeld Schouten <kjeld@schouten-lebbing.nl>
Co-authored-by: Kjeld Schouten <kjeld@schouten-lebbing.nl>
2023-11-17 11:22:57 +01:00
TrueCharts Bot b6242a6026
chore(deps): update container image tccr.io/truecharts/bazarr to v1.3.1 (#13641) 2023-10-15 11:37:08 +02:00
TrueCharts Bot 65b2fa2323
chore(deps): update container image tccr.io/truecharts/bazarr to v1.3.0 (#13357) 2023-10-07 19:34:56 +02:00
TrueCharts Bot 9bc9654e6b
chore(deps): update container image tccr.io/truecharts/bazarr to v1.3.0 (#13353) 2023-10-07 17:35:39 +02:00
TrueCharts Bot 4521aa6759
chore(deps): update container image tccr.io/truecharts/bazarr to v1.3.0 (#13349) 2023-10-07 15:34:44 +02:00
TrueCharts Bot c270888678
chore(deps): update container image tccr.io/truecharts/bazarr to v1.3.0 (#13347) 2023-10-07 14:36:21 +02:00
TrueCharts Bot 0aa8c91521
chore(deps): update container image tccr.io/truecharts/bazarr to v1.3.0 (#13344) 2023-10-07 12:34:29 +02:00
TrueCharts Bot 4d62d912a8
chore(deps): update container image tccr.io/truecharts/bazarr to v1.3.0 (#13342) 2023-10-07 11:32:38 +02:00
TrueCharts Bot 96e57d1108
chore(deps): update container image tccr.io/truecharts/bazarr to v1.3.0 (#13340) 2023-10-07 10:37:29 +02:00
TrueCharts Bot 15047bb0f9
chore(deps): update container image tccr.io/truecharts/bazarr to v1.3.0 (#13337) 2023-10-07 09:34:44 +02:00
TrueCharts Bot a6aaa6ec58
chore(deps): update container image tccr.io/truecharts/bazarr to v1.3.0 (#12679) 2023-09-17 00:35:21 +02:00
TrueCharts Bot 3036af9d30
chore(deps): update container image tccr.io/truecharts/bazarr to v1.2.4 (#11288) 2023-08-07 07:35:16 +02:00
TrueCharts Bot f4c8637cf2
chore(deps): update container image tccr.io/truecharts/bazarr to v1.2.4 (#10931) 2023-07-28 19:41:54 +02:00
TrueCharts Bot 495d5350cc
chore(deps): update container image tccr.io/truecharts/bazarr to v1.2.3 (#10569) 2023-07-18 13:27:15 +02:00
TrueCharts Bot c6c5d57304
chore(deps): update container image tccr.io/truecharts/bazarr to v1.2.2 (#9913) 2023-06-26 04:59:19 +02:00
TrueCharts Bot effd5c1ee6
chore(deps): update container image tccr.io/truecharts/bazarr to v1.2.1 (#9570) 2023-06-10 23:38:58 +02:00
TrueCharts Bot 1f34e2b8c7
chore(deps): update container image tccr.io/truecharts/bazarr to v1.2.1 (#8896) 2023-05-12 01:00:53 +02:00
TrueCharts Bot e7508af789
chore(deps): update container image tccr.io/truecharts/bazarr to 1.2.0 (#8626) 2023-04-30 20:07:23 +02:00
TrueCharts Bot e1e0fe3fc4
chore(deps): update container image tccr.io/truecharts/bazarr to v1.2.0 (#8554) 2023-04-30 15:49:49 +02:00
TrueCharts Bot 0b66e00ff1
chore(deps): update container image tccr.io/truecharts/bazarr to v (#8175)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
|
[tccr.io/truecharts/bazarr](https://togithub.com/truecharts/containers)
| digest | `ce1fd72` -> `ecf87ff` |

---

### ⚠ Dependency Lookup Warnings ⚠

Warnings were logged while processing this repo. Please check the
Dependency Dashboard for more information.

---

### 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://togithub.com/renovatebot/renovate).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNS42MC4wIiwidXBkYXRlZEluVmVyIjoiMzUuNjAuMCJ9-->

---------

Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2023-04-27 14:04:43 +02:00
Kjeld Schouten-Lebbing 615c8c5e22
fix(arr): BREAKING CHANGE revert postgresql back to sqlite (#8085)
**Description**
Due to many issues we've deciced to revert the move to postgresql
backend for the Arr charts.
See upcomming news announcement on the website

**⚙️ Type of change**

- [x] ⚙️ Feature/App addition
- [x] 🪛 Bugfix
- [x] ⚠️ Breaking change (fix or feature that would cause existing
functionality to not work as expected)
- [ ] 🔃 Refactor of current code

**🧪 How Has This Been Tested?**
<!--
Please describe the tests that you ran to verify your changes. Provide
instructions so we can reproduce. Please also list any relevant details
for your test configuration
-->

**📃 Notes:**
<!-- Please enter any other relevant information here -->

**✔️ Checklist:**

- [ ] ⚖️ My code follows the style guidelines of this project
- [ ] 👀 I have performed a self-review of my own code
- [ ] #️⃣ I have commented my code, particularly in hard-to-understand
areas
- [ ] 📄 I have made corresponding changes to the documentation
- [ ] ⚠️ My changes generate no new warnings
- [ ] 🧪 I have added tests to this description that prove my fix is
effective or that my feature works
- [ ] ⬆️ I increased versions for any altered app according to semantic
versioning

** App addition**

If this PR is an app addition please make sure you have done the
following.

- [ ] 🪞 I have opened a PR on
[truecharts/containers](https://github.com/truecharts/containers) adding
the container to TrueCharts mirror repo.
- [ ] 🖼️ I have added an icon in the Chart's root directory called
`icon.png`

---

_Please don't blindly check all the boxes. Read them and only check
those that apply.
Those checkboxes are there for the reviewer to see what is this all
about and
the status of this PR with a quick glance._
2023-04-18 12:37:30 +02:00
Kjeld Schouten-Lebbing 0b726419d4
feat(stable): BREAKING CHANGE migrate to new common part 1 (#7900)
**Description**
Part 1 of the migration to new common on the stable train.
This basically breaks most/all charts requiring a reinstall on SCALE as
well.

Helm users shouldn't need a reinstall but could migrate their
values.yaml modification manually besides backing-up and porting the
databases.

There be Dragons basically, as we obviously cannot 100% go over
each-and-every single app in the stable train like we did in the
enterprise train.

**⚙️ Type of change**

- [x] ⚙️ Feature/App addition
- [x] 🪛 Bugfix
- [x] ⚠️ Breaking change (fix or feature that would cause existing
functionality to not work as expected)
- [x] 🔃 Refactor of current code

**🧪 How Has This Been Tested?**
Via CI and manually validation in a lot of cases where the CI did not
correctly check things.
Additional catalog item creation tooling for local testing has been
added as well.

**📃 Notes:**
There will be issues in the future but we should get as much working
well as we can.

**✔️ Checklist:**

- [x] ⚖️ My code follows the style guidelines of this project
- [x] 👀 I have performed a self-review of my own code
- [x] #️⃣ I have commented my code, particularly in hard-to-understand
areas
- [x] 📄 I have made corresponding changes to the documentation
- [x] ⚠️ My changes generate no new warnings
- [x] 🧪 I have added tests to this description that prove my fix is
effective or that my feature works
- [x] ⬆️ I increased versions for any altered app according to semantic
versioning

** App addition**

If this PR is an app addition please make sure you have done the
following.

- [ ] 🪞 I have opened a PR on
[truecharts/containers](https://github.com/truecharts/containers) adding
the container to TrueCharts mirror repo.
- [ ] 🖼️ I have added an icon in the Chart's root directory called
`icon.png`

---

_Please don't blindly check all the boxes. Read them and only check
those that apply.
Those checkboxes are there for the reviewer to see what is this all
about and
the status of this PR with a quick glance._
2023-04-11 12:07:17 +02:00
TrueCharts-Admin c1361743bf chore(deps): update container image tccr.io/truecharts/bazarr to 1.1.4 2023-02-26 21:53:36 +00:00
TrueCharts-Admin 0f0e068f06 chore(deps): update container image tccr.io/truecharts/bazarr to 1.1.4 2023-02-15 12:02:38 +00:00
TrueCharts-Admin 11e72c63b3 chore(deps): update container image tccr.io/truecharts/bazarr to 1.1.4 2023-01-10 01:18:56 +00:00
TrueCharts-Admin 98e61e0cd2 chore(deps): update container image tccr.io/truecharts/bazarr to v1.1.4 2023-01-01 18:13:22 +00:00
TrueCharts-Admin f7ee29a685 chore(deps): update container image tccr.io/truecharts/bazarr to 1.1.3 2022-12-26 14:17:22 +00:00
TrueCharts-Admin 39ba5137b6 chore(deps): update container image tccr.io/truecharts/bazarr to 1.1.3 2022-12-25 16:09:10 +00:00
TrueCharts-Admin 91b3e715b6 chore(deps): update container image tccr.io/truecharts/bazarr to 1.1.3 2022-12-24 22:28:30 +00:00
TrueCharts-Admin 092c8c07c9 Update container image tccr.io/truecharts/bazarr to 1.1.3 2022-12-17 02:20:50 +00:00
TrueCharts-Admin a03210fe1c chore(deps): update container image tccr.io/truecharts/bazarr to 1.1.3 2022-12-08 06:27:29 +00:00