This PR contains the following updates: | Package | Update | Change | |---|---|---| | [ghcr.io/tautulli/tautulli](https://redirect.github.com/Tautulli/Tautulli) | patch | `9c73937` → `112abf6` | --- > [!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>Tautulli/Tautulli (ghcr.io/tautulli/tautulli)</summary> ### [`v2.17.1`](https://redirect.github.com/Tautulli/Tautulli/blob/HEAD/CHANGELOG.md#v2171-2026-05-04) [Compare Source](https://redirect.github.com/Tautulli/Tautulli/compare/v2.17.0...v2.17.1) - Notifications: - Fix: Tautulli Remote App notifications failing to send. ([#​2669](https://redirect.github.com/Tautulli/Tautulli/issues/2669)) - New: Added extra type and preroll to notification parameters. - New: Added Simkl URL to notification parameters. - Newsletters: - Fix: Remote code execution via newsletter custom template directory. (CVE-2026-41065) (Thanks [@​remindsec](https://redirect.github.com/remindsec)) - Exporter: - Fix: Export failed when logo / square art keys were included. ([#​2685](https://redirect.github.com/Tautulli/Tautulli/issues/2685)) - UI: - Fix: Error when browsing for folder paths. ([#​2673](https://redirect.github.com/Tautulli/Tautulli/issues/2673)) - New: Added AV1 media flag image. ([#​2676](https://redirect.github.com/Tautulli/Tautulli/issues/2676)) (Thanks [@​little0831](https://redirect.github.com/little0831)) - New: Added opus media flag image. - Other: - Fix: Clean empty directories after updating using git. ([#​2667](https://redirect.github.com/Tautulli/Tautulli/issues/2667)) - Fix: Tautulli failing to reconnect to Plex Media Server until restarted after a connection loss at startup. ([#​2640](https://redirect.github.com/Tautulli/Tautulli/issues/2640)) - Fix: Path treversal in cache deletion API. (CVE-2026-40605) (Thanks [@​JakePeralta7](https://redirect.github.com/JakePeralta7)) - Fix: Websocket not exiting and reconnecting cleanly after changing Plex servers. - Fix: Sanitize JS log errors to prevent XSS. (CVE-2026-43984) (Thanks [@​larlarua](https://redirect.github.com/larlarua)) - Fix: Do not store image hash for external images. (CVE-2026-43986) (Thanks [@​larlarua](https://redirect.github.com/larlarua)) - New: Update Windows and MacOS packages to Python 3.13. - New: Update Snap package to core24. - New: Using mounted folders for custom newsletter templates and scripts requires manually enabling allow\_mounted\_folders = 1 in the config file. - New: Added anti-CSRF tokens and enforce POST methods to state change endpoints. (CVE-2026-43985) (Thanks [@​larlarua](https://redirect.github.com/larlarua)) - New: Hash Tautulli cookie name. All existing login sessions will be invalidated after the update. - New: Require X-Api-Key header for login through the /auth/signin endpoint. </details> --- ### Configuration 📅 **Schedule**: (UTC) - 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:eyJjcmVhdGVkSW5WZXIiOiI0My4xMzAuMSIsInVwZGF0ZWRJblZlciI6IjQzLjEzMC4xIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImFwcC90YXV0dWxsaSIsImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvcGF0Y2giXX0=-->
29 lines
611 B
YAML
29 lines
611 B
YAML
# yaml-language-server: $schema=./values.schema.json
|
|
image:
|
|
repository: ghcr.io/tautulli/tautulli
|
|
pullPolicy: IfNotPresent
|
|
tag: v2.17.1@sha256:112abf6fa1ce352acb7fd96f14eaef3d5d8cda2906e59448bf8fb13b74ad10c1
|
|
workload:
|
|
main:
|
|
podSpec:
|
|
containers:
|
|
main:
|
|
command:
|
|
- python
|
|
- Tautulli.py
|
|
args:
|
|
- --config
|
|
- /config/config.ini
|
|
- --datadir
|
|
- /config
|
|
service:
|
|
main:
|
|
ports:
|
|
main:
|
|
port: 8181
|
|
targetPort: 8181
|
|
persistence:
|
|
config:
|
|
enabled: true
|
|
mountPath: "/config"
|