fix(radarr): update image oci.trueforge.org/containerforge/radarr 6.1.1.10317 → 6.1.2.10359 (#46439)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [oci.trueforge.org/containerforge/radarr](https://ghcr.io/trueforge-org/radarr) ([source](https://redirect.github.com/Radarr/Radarr)) | patch | `01365c5` → `314b4e1` | --- > [!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>Radarr/Radarr (oci.trueforge.org/containerforge/radarr)</summary> ### [`v6.1.2.10359`](https://redirect.github.com/Radarr/Radarr/releases/tag/v6.1.2.10359): 6.1.2.10359 [Compare Source](https://redirect.github.com/Radarr/Radarr/compare/v6.1.1.10317...v6.1.2.10359) *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: - [`8ae71b5`](https://redirect.github.com/Radarr/Radarr/commit/8ae71b54a784ec333d37dc2d62a22ab3c9825214) chore: Fix innosetup download URI - [`079e213`](https://redirect.github.com/Radarr/Radarr/commit/079e2136ee6d3b579329f18deaf2e59ed20d93ee) version bump to 6.1.2 - [`cf0d6b0`](https://redirect.github.com/Radarr/Radarr/commit/cf0d6b014222a6424bae52dbbb55849a6f874d2f) Chore: Sonar Cloud version bump - [`f1513ca`](https://redirect.github.com/Radarr/Radarr/commit/f1513ca39e7179030eb84ac3769bdc6e41b9c05b) Multiple Translations updated by Weblate - [`7062b3a`](https://redirect.github.com/Radarr/Radarr/commit/7062b3a1786d8825648ef70a277a29233b85e118) Bump MailKit to 4.15.1 \[ [#​11399](https://redirect.github.com/Radarr/Radarr/issues/11399) ] - [`7885404`](https://redirect.github.com/Radarr/Radarr/commit/7885404c2c2a850365c42608720f551aab9d180a) Bump ImageSharp to 3.1.12 \[ [#​11397](https://redirect.github.com/Radarr/Radarr/issues/11397) ] - [`1ce3783`](https://redirect.github.com/Radarr/Radarr/commit/1ce378356645c21dcb3fb9d583958aa778263f84) Fixed: Parsing URLs on some systems due to Locale - [`1a2b90b`](https://redirect.github.com/Radarr/Radarr/commit/1a2b90bf3660cb937042b9fb12ce5e24a0d67bbb) Improve HTTP file mappers - [`89110c2`](https://redirect.github.com/Radarr/Radarr/commit/89110c2cc8ec671d718cf34acc845f66d475a427) version bump to 6.1.1 This list of changes was [auto generated](https://dev.azure.com/Radarr/961c82cf-1428-4ab0-9257-63be1671eac8/_release?releaseId=208&_a=release-summary). </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:eyJjcmVhdGVkSW5WZXIiOiI0My4yOS4yIiwidXBkYXRlZEluVmVyIjoiNDMuMjkuMiIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhcHAvcmFkYXJyIiwiYXV0b21lcmdlIiwicmVub3ZhdGUvY29udGFpbmVyIiwidHlwZS9wYXRjaCJdfQ==-->
This commit is contained in:
@@ -8,7 +8,7 @@ annotations:
|
||||
trueforge.org/min_helm_version: "3.14"
|
||||
trueforge.org/train: stable
|
||||
apiVersion: v2
|
||||
appVersion: 6.1.1.10317
|
||||
appVersion: 6.1.2.10359
|
||||
dependencies:
|
||||
- name: common
|
||||
version: 29.0.0
|
||||
@@ -37,5 +37,5 @@ sources:
|
||||
- https://github.com/trueforge-org/containers/tree/main/apps/radarr
|
||||
- https://github.com/trueforge-org/truecharts/tree/master/charts/stable/radarr
|
||||
type: application
|
||||
version: 27.0.0
|
||||
version: 27.0.1
|
||||
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
image:
|
||||
repository: oci.trueforge.org/containerforge/radarr
|
||||
pullPolicy: IfNotPresent
|
||||
tag: "6.1.1.10317@sha256:01365c59e1b2b53944490804992862fdbf73a6fba3d786037d91ba2068d68b44"
|
||||
tag: "6.1.2.10359@sha256:314b4e12ace4a1227681d3f4b87c03c43a395e14865c8df284a22041d7c0a04b"
|
||||
exportarrImage:
|
||||
repository: ghcr.io/onedr0p/exportarr
|
||||
pullPolicy: IfNotPresent
|
||||
|
||||
Reference in New Issue
Block a user