mirror of
https://github.com/truecharts/charts.git
synced 2026-07-07 06:11:26 -03:00
chore(helm): update image ghcr.io/home-operations/radarr 5.22.0.9808 → 5.22.1.9832 (#34024)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [ghcr.io/home-operations/radarr](https://ghcr.io/home-operations/radarr) ([source](https://redirect.github.com/Radarr/Radarr)) | patch | `2bf6a9a` -> `e697db9` | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard 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 (ghcr.io/home-operations/radarr)</summary> ### [`v5.22.1.9832`](https://redirect.github.com/Radarr/Radarr/releases/tag/v5.22.1.9832): 5.22.1.9832 [Compare Source](https://redirect.github.com/Radarr/Radarr/compare/v5.22.0.9808...v5.22.1.9832) *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: - [`c821541`](c821541a2f) Fixed: (PTP) Parse neutral leech releases - [`c10aadc`](c10aadcc7b) New: Auto tag movies based on studio - [`4a2202e`](4a2202ed7f) New: Parse original from release name when specified \[ [#​10673](https://redirect.github.com/Radarr/Radarr/issues/10673) ] - [`78c009d`](78c009d6fa) New: Parsing releases with 4K in square brackets as 2160p \[ [#​7848](https://redirect.github.com/Radarr/Radarr/issues/7848) ] - [`e03289a`](e03289abe7) Fixed: Prevent exception when grabbing unparsable release \[ [#​10789](https://redirect.github.com/Radarr/Radarr/issues/10789) ] - [`da2ce10`](da2ce10c68) Refine localization string for IndexerSettingsFailDownloadsHelpText - [`6d34f2a`](6d34f2afb1) Clean up media cover service fixture - [`49b0c96`](49b0c9639c) Fix media covers test - [`c281e68`](c281e68b9f) Simplify last write time for media covers - [`740d3ce`](740d3ce88c) Bump linux agent to ubuntu-22.04 <details><summary><b>See More</b></summary> - [`ad7b85f`](ad7b85f76d) New: Indexer flags in webhook for grabbed releases - [`3aa93e7`](3aa93e7946) Fixed: Improve error message for queue items from Transmission - [`bc08b0b`](bc08b0b2e1) Fixed: Avoid requests without categories for FileList - [`107f843`](107f843303) New: Add Urdu Language ([#​10957](https://redirect.github.com/Radarr/Radarr/issues/10957)) - [`16b6997`](16b6997b14) Fixed: Deprecate Media Browser / Legacy Emby metadata - [`a5bcac5`](a5bcac5de9) Multiple Translations updated by Weblate - [`1e10d56`](1e10d569c8) Bump version to 5.22.1 This list of changes was [auto generated](https://dev.azure.com/Radarr/961c82cf-1428-4ab0-9257-63be1671eac8/\_release?releaseId=165&\_a=release-summary).</details> </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:eyJjcmVhdGVkSW5WZXIiOiIzOS4yMzIuMiIsInVwZGF0ZWRJblZlciI6IjM5LjIzMi4yIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvcGF0Y2giXX0=-->
This commit is contained in:
@@ -6,7 +6,7 @@ annotations:
|
||||
truecharts.org/min_helm_version: "3.11"
|
||||
truecharts.org/train: stable
|
||||
apiVersion: v2
|
||||
appVersion: 5.22.0.9808
|
||||
appVersion: 5.22.1.9832
|
||||
dependencies:
|
||||
- name: common
|
||||
version: 25.4.10
|
||||
@@ -35,4 +35,4 @@ sources:
|
||||
- https://github.com/Radarr/Radarr
|
||||
- https://github.com/truecharts/charts/tree/master/charts/stable/radarr
|
||||
type: application
|
||||
version: 23.23.0
|
||||
version: 23.23.1
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
image:
|
||||
repository: ghcr.io/home-operations/radarr
|
||||
pullPolicy: IfNotPresent
|
||||
tag: 5.22.0.9808@sha256:2bf6a9a5f30b28f09fa5601b23d095c64739ab0667753b95493a1bcdf194057d
|
||||
tag: 5.22.1.9832@sha256:e697db98905b4b03a8112fa581bb313e6c36531cc5da96005c5d63a463ea3f2c
|
||||
exportarrImage:
|
||||
repository: ghcr.io/onedr0p/exportarr
|
||||
pullPolicy: IfNotPresent
|
||||
|
||||
Reference in New Issue
Block a user