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 jackett to version v0.22.526 #1405

Closed
wants to merge 1 commit into from
Closed
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 jackett/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ services:
PROXY_AUTH_WHITELIST: "/api/* /dl/*"

server:
image: linuxserver/jackett:0.22.515@sha256:51da76352ebd8afddb5806b1c8448cba4329f1cb31f9b0cfa2210afa987e729e
image: linuxserver/jackett:0.22.526@sha256:3a4037bf64af1280c0f3b9e77e37c71961f55bd4aa3100aed43b13385f395843
restart: on-failure
volumes:
- ${APP_DATA_DIR}/data:/config
Expand Down
6 changes: 3 additions & 3 deletions jackett/umbrel-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ manifestVersion: 1
id: jackett
category: media
name: Jackett
version: "0.22.515"
version: "0.22.526"
tagline: API support for your favorite torrent trackers
description: >-
Jackett works as a proxy server: it translates queries from apps (Sonarr, Radarr, SickRage, CouchPotato, Mylar3, Lidarr, DuckieTV, qBittorrent, Nefarious, etc) into tracker-site-specific http queries,
Expand Down Expand Up @@ -38,8 +38,8 @@ releaseNotes: >-

- Updated domain for rudub
- Fixed issues with Anthelion's CA
- Added support for seedpool, a private site
- Improved uploadcx with 100 results now working
- Added support for new trackers
- Improved filtering and categorization for various trackers


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