fix(lidarr): update image oci.trueforge.org/containerforge/lidarr 3.1.2.4938 → 3.1.3.4968 (#48876)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [oci.trueforge.org/containerforge/lidarr](https://ghcr.io/trueforge-org/lidarr) ([source](https://redirect.github.com/Lidarr/Lidarr)) | patch | `7e715d5` → `f0c5721` | --- > [!WARNING] > Some dependencies could not be looked up. Check the [Dependency Dashboard](../issues/18710) for more information. Add the preset `:preserveSemverRanges` to your config if you don't want to pin your dependencies. --- ### Release Notes <details> <summary>Lidarr/Lidarr (oci.trueforge.org/containerforge/lidarr)</summary> ### [`v3.1.3.4968`](https://redirect.github.com/Lidarr/Lidarr/releases/tag/v3.1.3.4968): 3.1.3.4968 [Compare Source](https://redirect.github.com/Lidarr/Lidarr/compare/v3.1.2.4938...v3.1.3.4968) *To receive further Pre-Release updates for a non-docker installation, please change the branch to **develop**. (Settings -> General (Show Advanced Settings) -> Updates -> Branch)* **If you are using docker you will need to update the container image. *Do not attempt to update Radarr within an existing docker container.*** #### Changes: - [`3912bfb`](https://redirect.github.com/Lidarr/Lidarr/commit/3912bfb494a8654becb929ed17e3760a93ab7828) Multiple Translations updated by Weblate - [`621185e`](https://redirect.github.com/Lidarr/Lidarr/commit/621185e6a3239f3619a7cd328c2356768035da24) Reuse authentification cookies for qBittorrent calls - [`7149a91`](https://redirect.github.com/Lidarr/Lidarr/commit/7149a912b534e91787ba20919400850efb3bcb8b) New: Postgres Connection String option - [`ff64af7`](https://redirect.github.com/Lidarr/Lidarr/commit/ff64af7004666751220f0830f2fd365ed3218e54) Fix tests for combined type search - [`d6e84e3`](https://redirect.github.com/Lidarr/Lidarr/commit/d6e84e383c52fbd0cfbfc849ca3404ea3fbecf08) New: Bump .NET to 8.0.27 - [`b91126f`](https://redirect.github.com/Lidarr/Lidarr/commit/b91126ff82c2651821876da63b0560df4db4bd52) Bump dessant github actions to fix token issues - [`498de3f`](https://redirect.github.com/Lidarr/Lidarr/commit/498de3fc51ff3297632b45560bab0e3c50e2c092) New: API key support for qBittorrent - [`b106629`](https://redirect.github.com/Lidarr/Lidarr/commit/b106629afd31637e2cd5fa97a06cc10fe606d046) Fixed: Login with credentials on Qbittorrent 5.2 - [`467c8d4`](https://redirect.github.com/Lidarr/Lidarr/commit/467c8d497d3b85db880a47fadfc7c67eb23536f9) Fixed: Testing qBittorrent after credentials change would always pass tests - [`58a1d93`](https://redirect.github.com/Lidarr/Lidarr/commit/58a1d9357b0d279d81add7c4ffab653dde798a5b) Bump MailKit to 4.16.0 <details><summary><b>See More</b></summary> - [`ccbe05a`](https://redirect.github.com/Lidarr/Lidarr/commit/ccbe05a2d98e301c5401a68867d9a4eefb4d1243) Version bump to 3.1.3 - [`fd6f976`](https://redirect.github.com/Lidarr/Lidarr/commit/fd6f97640cb75af1143a64c917376108f14f6d69) Fixed: Downloading backups when path contains a trailing slash This list of changes was [auto generated](https://dev.azure.com/Lidarr/43582661-9ac3-4ec6-9583-209885d5ff34/_release?releaseId=170&_a=release-summary).</details> </details> --- ### Configuration 📅 **Schedule**: (UTC) - 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:eyJjcmVhdGVkSW5WZXIiOiI0My4xMzAuMSIsInVwZGF0ZWRJblZlciI6IjQzLjEzMC4xIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImFwcC9saWRhcnIiLCJhdXRvbWVyZ2UiLCJyZW5vdmF0ZS9jb250YWluZXIiLCJ0eXBlL3BhdGNoIl19-->
This commit is contained in:
@@ -9,7 +9,7 @@ annotations:
|
||||
trueforge.org/min_helm_version: "3.14"
|
||||
trueforge.org/train: stable
|
||||
apiVersion: v2
|
||||
appVersion: 3.1.2.4938
|
||||
appVersion: 3.1.3.4968
|
||||
dependencies:
|
||||
- name: common
|
||||
version: 29.3.4
|
||||
@@ -38,5 +38,5 @@ sources:
|
||||
- https://github.com/trueforge-org/containers/tree/main/apps/lidarr
|
||||
- https://github.com/trueforge-org/truecharts/tree/master/charts/stable/lidarr
|
||||
type: application
|
||||
version: 29.3.0
|
||||
version: 29.3.1
|
||||
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
image:
|
||||
repository: oci.trueforge.org/containerforge/lidarr
|
||||
pullPolicy: IfNotPresent
|
||||
tag: 3.1.2.4938@sha256:7e715d5a69f41bba7df2c577bf5d6b4c50a99604f63138e02a40325536ce130f
|
||||
tag: 3.1.3.4968@sha256:f0c57216b1c63fa2966408fa18fda456d72324e2442aa5378699b1a758d9705f
|
||||
exportarrImage:
|
||||
repository: ghcr.io/onedr0p/exportarr
|
||||
pullPolicy: IfNotPresent
|
||||
|
||||
Reference in New Issue
Block a user