mirror of
https://github.com/truecharts/charts.git
synced 2026-07-09 23:04:37 -03:00
chore(deps): update container image ghcr.io/onedr0p/prowlarr-develop to v1.25.2.4794@4ff88b9 by renovate (#27645)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [ghcr.io/onedr0p/prowlarr-develop](https://ghcr.io/onedr0p/prowlarr-develop) ([source](https://redirect.github.com/Prowlarr/Prowlarr)) | patch | `1.25.1.4770` -> `1.25.2.4794` | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. --- ### Release Notes <details> <summary>Prowlarr/Prowlarr (ghcr.io/onedr0p/prowlarr-develop)</summary> ### [`v1.25.2.4794`](https://redirect.github.com/Prowlarr/Prowlarr/releases/tag/v1.25.2.4794): 1.25.2.4794 [Compare Source](https://redirect.github.com/Prowlarr/Prowlarr/compare/v1.25.1.4770...v1.25.2.4794) *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 Prowlarr within an existing docker container.*** #### Changes: - [`c05be39`](c05be39346) Treat unauthorized newbie accounts in AvistaZ parser - [`951d42a`](951d42a591) Fix indexer url info - [`dd046d8`](dd046d8a68) Fixed: (Cardigann) Validate definition file and setting fields existence \[ [#​2245](https://redirect.github.com/Prowlarr/Prowlarr/issues/2245) ] - [`efa54a4`](efa54a4d51) Remove unused gulp packages - [`3f07c50`](3f07c50cc5) Fixed: Copy to clipboard in non-secure contexts - [`94cf07d`](94cf07ddb4) Convert ClipboardButton to TypeScript - [`24063e0`](24063e06ab) Convert FormInputButton to TypeScript - [`e8ebb87`](e8ebb87189) Convert Label to TypeScript - [`896e196`](896e196767) Convert Button to TypeScript - [`9f5be75`](9f5be75e6d) Link polymorphic static typing <details><summary><b>See More</b></summary> - [`9cc9e72`](9cc9e720bb) Bump frontend packages - [`a9c2cca`](a9c2cca66d) Bump dotnet packages - [`9cc3646`](9cc3646be5) Fixed: (Cardigann) Using variables in login paths - [`d6bca44`](d6bca449da) Cleanse sharewood passkey - [`cb5764c`](cb5764c654) Log exceptions when getting indexer definitions \[ [#​2245](https://redirect.github.com/Prowlarr/Prowlarr/issues/2245) ] - [`19a9b56`](19a9b56fa4) Multiple Translations updated by Weblate - [`a2b0f19`](a2b0f199f1) Fixed: (BeyondHD) Filter freeleech or limited releases when configured - [`59bfad7`](59bfad7614) New: Use 307 redirect for requests missing URL Base - [`aee3f2d`](aee3f2d12b) Fixed: Handle 307 redirects from applications - [`11d58b4`](11d58b4460) Bump macOS runner version to 13 - [`ee4de6c`](ee4de6c6ca) Bump version to 1.25.2 This list of changes was [auto generated](https://dev.azure.com/Prowlarr/a958e221-aeac-4b0e-a862-d8ffe1df4b09/\_release?releaseId=148&\_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:eyJjcmVhdGVkSW5WZXIiOiIzOC4xMjAuMCIsInVwZGF0ZWRJblZlciI6IjM4LjEyMC4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInVwZGF0ZS9kb2NrZXIvZ2VuZXJhbC9ub24tbWFqb3IiXX0=-->
This commit is contained in:
@@ -6,7 +6,7 @@ annotations:
|
||||
truecharts.org/min_helm_version: "3.11"
|
||||
truecharts.org/train: stable
|
||||
apiVersion: v2
|
||||
appVersion: 1.25.1.4770
|
||||
appVersion: 1.25.2.4794
|
||||
dependencies:
|
||||
- name: common
|
||||
version: 25.0.0
|
||||
@@ -36,4 +36,4 @@ sources:
|
||||
- https://github.com/k8s-at-home/container-images
|
||||
- https://github.com/truecharts/charts/tree/master/charts/stable/prowlarr
|
||||
type: application
|
||||
version: 18.7.1
|
||||
version: 18.7.2
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
image:
|
||||
repository: ghcr.io/onedr0p/prowlarr-develop
|
||||
tag: 1.25.1.4770@sha256:8b59eb7f9e5321b702bdacae3468b63d71720091ba3b0e9dfaca686a7705d2b8
|
||||
tag: 1.25.2.4794@sha256:4ff88b9911a9d8232bc1a0065b9423ea631c591c5fe0959effb3b1c093ef4930
|
||||
pullPolicy: IfNotPresent
|
||||
exportarrImage:
|
||||
repository: ghcr.io/onedr0p/exportarr
|
||||
|
||||
Reference in New Issue
Block a user