Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update prowlarr to version v1.29.2.4915 #2013

Merged
merged 1 commit into from
Jan 6, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion prowlarr/docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
version: "3.7"

Check notice on line 1 in prowlarr/docker-compose.yml

View workflow job for this annotation

GitHub Actions / Lint apps

Potentially using unsafe user in service "indexer_proxy"

The default container user "root" can lead to security vulnerabilities. If you are using the root user, please try to specify a different user (e.g. "1000:1000") in the compose file or try to set the UID/PUID and GID/PGID environment variables to 1000.

services:
app_proxy:
Expand All @@ -8,7 +8,7 @@
PROXY_AUTH_WHITELIST: "/api/*"

server:
image: linuxserver/prowlarr:1.28.2@sha256:e64cb6fe480d68615cbec57b9c717fafb321676f360575b332990fc6251a386c
image: linuxserver/prowlarr:1.29.2@sha256:1f235ff7a178444398a9a431a4e65704d22f83a348192dececf75811212c9217
environment:
- PUID=1000
- PGID=1000
Expand Down
11 changes: 6 additions & 5 deletions prowlarr/umbrel-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ manifestVersion: 1
id: prowlarr
category: media
name: Prowlarr
version: "1.28.2.4885"
version: "1.29.2.4915"
tagline: Prowlarr is an indexer manager/proxy
description: >-
Prowlarr is an indexer manager/proxy built on the popular *arr .net/reactjs base stack to integrate with your various PVR apps.
Expand Down Expand Up @@ -38,10 +38,11 @@ defaultUsername: ""
defaultPassword: ""
releaseNotes: >-
This update includes several improvements and fixes:
- Improved backup management and list refresh functionality
- Enhanced process handling and system stability
- Updated translations across multiple languages
- Various bug fixes and performance improvements
- Improved backup system reliability and folder management
- Enhanced IPv4 address handling and network stability
- Better error handling and messaging for various indexers
- Updated authentication and rate limiting for specific trackers
- Various performance improvements and bug fixes


Full release notes are found at https://github.com/Prowlarr/Prowlarr/releases.
Expand Down
Loading