fix(prowlarr): update image oci.trueforge.org/containerforge/prowlarr 2.3.4.5307 → 2.3.5.5318 (#46547)
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 | `f3179f3` → `1f2bac9` | --- > [!WARNING] > Some dependencies could not be looked up. Check the [Dependency Dashboard](../issues/18710) 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.5.5318`](https://redirect.github.com/Prowlarr/Prowlarr/releases/tag/v2.3.5.5318): 2.3.5.5318 [Compare Source](https://redirect.github.com/Prowlarr/Prowlarr/compare/v2.3.4.5307...v2.3.5.5318) *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: - [`8b3837c`](https://redirect.github.com/Prowlarr/Prowlarr/commit/8b3837cb6e6cc4bb3d232fa6d51ce42cee3a96b0) Fixed: Parsing URLs on some systems due to Locale - [`33fa39d`](https://redirect.github.com/Prowlarr/Prowlarr/commit/33fa39dc848661b167696e72f652f3bb827f165d) Fixed: (SceneTime) Update layout selectors - [`d133c82`](https://redirect.github.com/Prowlarr/Prowlarr/commit/d133c825372075405e750acb94c5067134531ed5) Revert incorrectly deleted function in MigrationExtension - [`6b446e1`](https://redirect.github.com/Prowlarr/Prowlarr/commit/6b446e1404c3b800aca21f2a3a0e0dc4113db227) chore: Clean up unused NuGet dependencies - [`b0e879d`](https://redirect.github.com/Prowlarr/Prowlarr/commit/b0e879da5c8cd91fcb5952a90d8cb042c9531010) fixed: Loading native libraries on FreeBSD and Linux - [`5edde8d`](https://redirect.github.com/Prowlarr/Prowlarr/commit/5edde8d9bd65e6280d4bf6d78674bf702ec521c2) Switch to FluentMigrator.Runner.Core to avoid extranous platform runners - [`ef5d670`](https://redirect.github.com/Prowlarr/Prowlarr/commit/ef5d670c39875b38623a6d281af06cc6f1926e52) Fallback to host sqlite3 on FreeBSD and Linux - [`f568906`](https://redirect.github.com/Prowlarr/Prowlarr/commit/f56890687668a958554d066e93d93353e05ab383) Bump FluentMigrator to official 6.2.0 - [`331e92a`](https://redirect.github.com/Prowlarr/Prowlarr/commit/331e92ac62c4d774e9104fad780a4fb8519d2bac) Bump to 2.3.5 - [`ec46b25`](https://redirect.github.com/Prowlarr/Prowlarr/commit/ec46b25be29b88624880b2ad26317c2d536ccc0c) Multiple Translations updated by Weblate <details><summary><b>See More</b></summary> * 71d1a59008c0adf2b48cbf014532397912fa81e2 chore: Fix Innosetup download URI and bump Innosetup version This list of changes was [auto generated](https://dev.azure.com/Prowlarr/a958e221-aeac-4b0e-a862-d8ffe1df4b09/_release?releaseId=228&_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:eyJjcmVhdGVkSW5WZXIiOiI0My4yOS4yIiwidXBkYXRlZEluVmVyIjoiNDMuMjkuMiIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhcHAvcHJvd2xhcnIiLCJhdXRvbWVyZ2UiLCJyZW5vdmF0ZS9jb250YWluZXIiLCJ0eXBlL3BhdGNoIl19-->
This commit is contained in:
@@ -8,7 +8,7 @@ annotations:
|
||||
trueforge.org/min_helm_version: "3.14"
|
||||
trueforge.org/train: stable
|
||||
apiVersion: v2
|
||||
appVersion: 2.3.4.5307
|
||||
appVersion: 2.3.5.5318
|
||||
dependencies:
|
||||
- name: common
|
||||
version: 29.0.0
|
||||
@@ -38,5 +38,5 @@ sources:
|
||||
- https://github.com/trueforge-org/containers/tree/main/apps/prowlarr
|
||||
- https://github.com/trueforge-org/truecharts/tree/master/charts/stable/prowlarr
|
||||
type: application
|
||||
version: 22.0.1
|
||||
version: 22.0.2
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
# yaml-language-server: $schema=./values.schema.json
|
||||
image:
|
||||
repository: oci.trueforge.org/containerforge/prowlarr
|
||||
tag: 2.3.4.5307@sha256:f3179f39d21a9d2f92b17e5ea0e338949b49e3ec394c2212b655e4c25230fd2f
|
||||
tag: 2.3.5.5318@sha256:1f2bac919aa35600e9619058d4b688dbc3bf2e8e7c3f3f90bb7e40f47d0b978a
|
||||
pullPolicy: IfNotPresent
|
||||
exportarrImage:
|
||||
repository: ghcr.io/onedr0p/exportarr
|
||||
|
||||
Reference in New Issue
Block a user