mirror of
https://github.com/truecharts/charts.git
synced 2026-07-26 20:41:25 -03:00
chore(deps): update container image ghcr.io/onedr0p/radarr to v5.6.0.8846@3c75c2a by renovate (#22065)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [ghcr.io/onedr0p/radarr](https://ghcr.io/onedr0p/radarr) ([source](https://togithub.com/Radarr/Radarr)) | minor | `5.5.3.8819` -> `5.6.0.8846` | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. --- ### Release Notes <details> <summary>Radarr/Radarr (ghcr.io/onedr0p/radarr)</summary> ### [`v5.6.0.8846`](https://togithub.com/Radarr/Radarr/releases/tag/v5.6.0.8846): 5.6.0.8846 [Compare Source](https://togithub.com/Radarr/Radarr/compare/v5.5.3.8819...v5.6.0.8846) *To receive further Pre-Release or final updates for a non-docker installation, please change the branch to **master**. (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: - [`077b041`](077b041d3f) Fixed: Revert "Validate that folders in paths don't start or end with a space" - [`ff3dd3a`](ff3dd3ae42) Tests for Wanted pages - [`2e3bedd`](2e3beddcbc) Fixed: Sorting by movie titles in Missing/Cutoff Unmet under Postgres - [`dc068bb`](dc068bbf3d) Automated API Docs update - [`7a303c1`](7a303c1ebf) Remove not implemented endpoints from API docs - [`152f50a`](152f50a1ef) New: Wanted Cutoff/Missing - [`9798202`](9798202589) Add missing translation for External - [`7969776`](7969776339) Rename file for getMovieStatusDetails - [`288982d`](288982d7bd) Bump Npgsql to 7.0.7 - [`d39a3ad`](d39a3ade5b) Automated API Docs update <details><summary><b>See More</b></summary> - [`1fc6e88`](1fc6e88bc4) New: Add `isExisting` flag for movies in collections API - [`e8e1841`](e8e1841e6c) New: No Release Dates availability message - [`d17eb4f`](d17eb4f33f) Bump version to 5.6.0 This list of changes was [auto generated](https://dev.azure.com/Radarr/961c82cf-1428-4ab0-9257-63be1671eac8/\_release?releaseId=102&\_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://togithub.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4zNjMuMyIsInVwZGF0ZWRJblZlciI6IjM3LjM2My4zIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInVwZGF0ZS9kb2NrZXIvZ2VuZXJhbC9ub24tbWFqb3IiXX0=-->
This commit is contained in:
@@ -7,7 +7,7 @@ annotations:
|
||||
truecharts.org/min_helm_version: "3.11"
|
||||
truecharts.org/train: stable
|
||||
apiVersion: v2
|
||||
appVersion: 5.5.3.8819
|
||||
appVersion: 5.6.0.8846
|
||||
dependencies:
|
||||
- name: common
|
||||
version: 23.0.0
|
||||
@@ -24,7 +24,7 @@ keywords:
|
||||
- radarr
|
||||
- torrent
|
||||
- usenet
|
||||
kubeVersion: ">=1.24.0-0"
|
||||
kubeVersion: '>=1.24.0-0'
|
||||
maintainers:
|
||||
- name: TrueCharts
|
||||
email: info@truecharts.org
|
||||
@@ -33,7 +33,7 @@ name: radarr
|
||||
sources:
|
||||
- https://github.com/Radarr/Radarr
|
||||
- https://github.com/truecharts/charts/tree/master/charts/stable/radarr
|
||||
- https://ghcr.io/onedr0p/radarr
|
||||
- https://ghcr.io/onedr0p/exportarr
|
||||
- https://ghcr.io/onedr0p/radarr
|
||||
type: application
|
||||
version: 22.1.0
|
||||
version: 22.2.0
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
image:
|
||||
repository: ghcr.io/onedr0p/radarr
|
||||
pullPolicy: IfNotPresent
|
||||
tag: 5.5.3.8819@sha256:2d89b183fa0d2a734d1301bf84fd7e0a9a1dc2402e5a5dab5a25de78d45444fd
|
||||
tag: 5.6.0.8846@sha256:3c75c2adc6ce547131a74b10fec4e0101658113810dba11b96878a0c3990c641
|
||||
exportarrImage:
|
||||
repository: ghcr.io/onedr0p/exportarr
|
||||
pullPolicy: IfNotPresent
|
||||
|
||||
Reference in New Issue
Block a user