chore(deps): update container image ghcr.io/onedr0p/prowlarr-develop to v1.23.1.4708@94bd657 by renovate (#25829)
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)) | minor | `1.21.2.4649` -> `1.23.1.4708` | --- > [!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.23.1.4708`](https://redirect.github.com/Prowlarr/Prowlarr/releases/tag/v1.23.1.4708): 1.23.1.4708 [Compare Source](https://redirect.github.com/Prowlarr/Prowlarr/compare/v1.21.2.4649...v1.23.1.4708) *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: - [`32d23d6`](32d23d6636
) Simplify cookie clearing for MAM - [`b31b695`](b31b695887
) Fixed: Mapping of Cardigann indexers on bulk edit - [`33de32b`](33de32b138
) Simplify app profile validation on indexers - [`753b53a`](753b53a529
) Use UTC for filtering out AB releases - [`123535b`](123535b9a5
) Fixed: Use renewed mam_id from response to avoid invalid credentials after original one expires - [`7a5fa45`](7a5fa452f0
) Don't persist value for SslCertHash when checking for existence - [`281e712`](281e712542
) Fixed: Hide reboot and shutdown UI buttons on docker - [`c2c34ec`](c2c34ecf53
) New: Bypass IP addresses ranges in proxies \[ [#​2203](https://redirect.github.com/Prowlarr/Prowlarr/issues/2203) ] - [`6151936`](615193617c
) Fixed: Trim spaces and empty values in Proxy Bypass List - [`1b58d50`](1b58d50b6d
) Bump version to 1.23.1 <details><summary><b>See More</b></summary> - [`99f9a0b`](99f9a0b4e6
) Improve sorting indexer by status - [`696001a`](696001a8bb
) Remove AroLol - [`31f057c`](31f057c097
) Hiding "enable" property in API docs for applications - [`0391537`](0391537a60
) Don't display validation errors as HTML - [`521c1f7`](521c1f760c
) Automated API Docs update - [`3bf9b4f`](3bf9b4f90f
) Dedupe titles to avoid similar release names for AB - [`af86a6d`](af86a6d34e
) New: Configure log file size limit in UI - [`3ecf5c6`](3ecf5c6166
) Fixed: (AnimeBytes) Improve filtering of old releases - [`4da3e7b`](4da3e7b2b3
) Fixed: (MyAnonamouse) Sanitise search query and stop search if term is empty - [`66f38f1`](66f38f1566
) Bump version to 1.23.0 This list of changes was [auto generated](https://dev.azure.com/Prowlarr/a958e221-aeac-4b0e-a862-d8ffe1df4b09/\_release?releaseId=140&\_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:eyJjcmVhdGVkSW5WZXIiOiIzOC42My4wIiwidXBkYXRlZEluVmVyIjoiMzguNjMuMCIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhdXRvbWVyZ2UiLCJ1cGRhdGUvZG9ja2VyL2dlbmVyYWwvbm9uLW1ham9yIl19-->
This commit is contained in:
parent
7e2072b8fe
commit
5e39617d65
|
@ -6,7 +6,7 @@ annotations:
|
|||
truecharts.org/min_helm_version: "3.11"
|
||||
truecharts.org/train: stable
|
||||
apiVersion: v2
|
||||
appVersion: 1.21.2.4649
|
||||
appVersion: 1.23.1.4708
|
||||
dependencies:
|
||||
- name: common
|
||||
version: 24.1.14
|
||||
|
@ -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.3.4
|
||||
version: 18.4.0
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
image:
|
||||
repository: ghcr.io/onedr0p/prowlarr-develop
|
||||
tag: 1.21.2.4649@sha256:4482eda920a8786faa2b7f9100001aaaa3893582e2a98685982f5b4b160e45db
|
||||
tag: 1.23.1.4708@sha256:94bd657afd708efdceac0c2439e85e1c5384f5ebdbec6dd2c46169f8378cd66a
|
||||
pullPolicy: IfNotPresent
|
||||
exportarrImage:
|
||||
repository: ghcr.io/onedr0p/exportarr
|
||||
|
|
Loading…
Reference in New Issue