fix(prowlarr): update image oci.trueforge.org/containerforge/prowlarr 2.3.0.5236 → 2.3.2.5245 (#43682)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [oci.trueforge.org/containerforge/prowlarr](https://ghcr.io/trueforge-org/prowlarr) ([source](https://redirect.github.com/Prowlarr/Prowlarr)) | patch | `151c0e0` -> `f84c582` | --- > [!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>Prowlarr/Prowlarr (oci.trueforge.org/containerforge/prowlarr)</summary> ### [`v2.3.2.5245`](https://redirect.github.com/Prowlarr/Prowlarr/releases/tag/v2.3.2.5245): 2.3.2.5245 [Compare Source](https://redirect.github.com/Prowlarr/Prowlarr/compare/v2.3.0.5236...v2.3.2.5245) *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: - [`0884ac9`](https://redirect.github.com/Prowlarr/Prowlarr/commit/0884ac92ff0aad347de0fef9ffc9b74dd79e7a7d) Bump to 2.3.2 - [`9508329`](https://redirect.github.com/Prowlarr/Prowlarr/commit/9508329b999d4a57fda24e1693264bf2ac8463bc) Fixed: (AB) Prevent false positives parsing seasons for "No. 8" - [`15a0300`](https://redirect.github.com/Prowlarr/Prowlarr/commit/15a03007d9ed125635de3816751f40bfce0f4ffd) Fixed: (Shazbat) More fixes to login form and parsing details - [`b188746`](https://redirect.github.com/Prowlarr/Prowlarr/commit/b188746f1ac89c7e4f7566e94e1d2ddba51f67c8) Fixed: (Shazbat) Update login form and parsing details This list of changes was [auto generated](https://dev.azure.com/Prowlarr/a958e221-aeac-4b0e-a862-d8ffe1df4b09/_release?releaseId=219&_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:eyJjcmVhdGVkSW5WZXIiOiI0Mi4xNy4wIiwidXBkYXRlZEluVmVyIjoiNDIuMTcuMCIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhcHAvcHJvd2xhcnIiLCJhdXRvbWVyZ2UiLCJyZW5vdmF0ZS9jb250YWluZXIiLCJ0eXBlL3BhdGNoIl19-->
This commit is contained in:
@@ -11,7 +11,7 @@ annotations:
|
||||
truecharts.org/min_kubernetes_version: 1.24.0
|
||||
truecharts.org/train: stable
|
||||
apiVersion: v2
|
||||
appVersion: 2.3.0.5236
|
||||
appVersion: 2.3.2.5245
|
||||
dependencies:
|
||||
- name: common
|
||||
version: 28.29.18
|
||||
@@ -40,5 +40,5 @@ sources:
|
||||
- https://github.com/k8s-at-home/container-images
|
||||
- https://github.com/trueforge-org/truecharts/tree/master/charts/stable/prowlarr
|
||||
type: application
|
||||
version: 21.3.8
|
||||
version: 21.3.9
|
||||
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
image:
|
||||
repository: oci.trueforge.org/containerforge/prowlarr
|
||||
tag: 2.3.0.5236@sha256:151c0e0cb2211e4f17626087ad70c9fd6f08dff3c1a53dab7d665a7726b20dd2
|
||||
tag: 2.3.2.5245@sha256:f84c582b8a6562b6eb75437c55b0834aadde18110649d69e8816897c092e53bc
|
||||
pullPolicy: IfNotPresent
|
||||
exportarrImage:
|
||||
repository: ghcr.io/onedr0p/exportarr
|
||||
|
||||
Reference in New Issue
Block a user