chore(deps): update container image ghcr.io/onedr0p/prowlarr-develop to v1.18.0.4543@563ca1f by renovate (#22770)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [ghcr.io/onedr0p/prowlarr-develop](https://ghcr.io/onedr0p/prowlarr-develop) ([source](https://togithub.com/Prowlarr/Prowlarr)) | minor | `1.17.2.4511` -> `1.18.0.4543` | --- > [!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.18.0.4543`](https://togithub.com/Prowlarr/Prowlarr/releases/tag/v1.18.0.4543): 1.18.0.4543 [Compare Source](https://togithub.com/Prowlarr/Prowlarr/compare/v1.17.2.4511...v1.18.0.4543) *To receive further 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 Prowlarr within an existing docker container.*** #### Changes: - [`6e01f31`](https://togithub.com/Prowlarr/Prowlarr/commit/6e01f3187a7b37816bcd415edd8f4466325d5aa3) New: (UI) Detailed error message for inner exception in indexers validation - [`468436b`](https://togithub.com/Prowlarr/Prowlarr/commit/468436b9f79dd68705daedc71617a655158d4dc4) Fixed: Remove extraneous rate limiting for grabs \[ [#​2140](https://togithub.com/Prowlarr/Prowlarr/issues/2140) ] - [`76c288a`](https://togithub.com/Prowlarr/Prowlarr/commit/76c288a6e4879bf825833fafe81984d1bb5a5fa0) Fixed: Authentication issues with Cardigann definitions having captcha \[ [#​2139](https://togithub.com/Prowlarr/Prowlarr/issues/2139) ] - [`f95f67a`](https://togithub.com/Prowlarr/Prowlarr/commit/f95f67a7ca3e274cd0b5abbac487eb914fccd0bb) New: (Cardigann) Bump minimum version to v10 - [`1186424`](https://togithub.com/Prowlarr/Prowlarr/commit/11864247eb970932a7547ff57a801253a50d91fe) Bump Microsoft.NET.Test.Sdk and Polly - [`74509ea`](https://togithub.com/Prowlarr/Prowlarr/commit/74509ea7c9f198116983b1c97083b5bb17b92e45) Fixed: (MyAnonamouse) Don't die when no results on paginated queries - [`948fe0a`](https://togithub.com/Prowlarr/Prowlarr/commit/948fe0a6dc5795a28fe171b1b89084ba5d6d0fc9) Fixed: Trimming slashes from UrlBase when using environment variable - [`a4257cb`](https://togithub.com/Prowlarr/Prowlarr/commit/a4257cbcdee421229194102c03148ac9dd6a70fe) Bump Npgsql to 7.0.7 - [`2929c3c`](https://togithub.com/Prowlarr/Prowlarr/commit/2929c3c8980e90c3769565706c591336b5ea5997) Bump version to 1.18.0 This list of changes was [auto generated](https://dev.azure.com/Prowlarr/a958e221-aeac-4b0e-a862-d8ffe1df4b09/\_release?releaseId=124&\_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://togithub.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4zODUuMCIsInVwZGF0ZWRJblZlciI6IjM3LjM4NS4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInVwZGF0ZS9kb2NrZXIvZ2VuZXJhbC9ub24tbWFqb3IiXX0=-->
This commit is contained in:
@@ -7,7 +7,7 @@ annotations:
|
||||
truecharts.org/min_helm_version: "3.11"
|
||||
truecharts.org/train: stable
|
||||
apiVersion: v2
|
||||
appVersion: 1.17.2.4511
|
||||
appVersion: 1.18.0.4543
|
||||
dependencies:
|
||||
- name: common
|
||||
version: 23.0.11
|
||||
@@ -37,4 +37,4 @@ sources:
|
||||
- https://github.com/k8s-at-home/container-images
|
||||
- https://github.com/truecharts/charts/tree/master/charts/stable/prowlarr
|
||||
type: application
|
||||
version: 17.1.8
|
||||
version: 17.2.0
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
image:
|
||||
repository: ghcr.io/onedr0p/prowlarr-develop
|
||||
tag: 1.17.2.4511@sha256:01dce2a9c0e29a2a5338a9457698ea3e027727bed6b9f0ab7ac4a259cafb991b
|
||||
tag: 1.18.0.4543@sha256:563ca1f28815db564116b2258ae5b1db30dba4f0bafc8115f51257e9672fc45a
|
||||
pullPolicy: IfNotPresent
|
||||
exportarrImage:
|
||||
repository: ghcr.io/onedr0p/exportarr
|
||||
|
||||
Reference in New Issue
Block a user