fix(tautulli): update image ghcr.io/tautulli/tautulli v2.17.1 → v2.17.2 (#49182)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [ghcr.io/tautulli/tautulli](https://redirect.github.com/Tautulli/Tautulli) | patch | `112abf6` → `864245f` | --- > [!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.2`](https://redirect.github.com/Tautulli/Tautulli/blob/HEAD/CHANGELOG.md#v2172-2026-06-16) [Compare Source](https://redirect.github.com/Tautulli/Tautulli/compare/v2.17.1...v2.17.2) - Notifications: - Fix: Line breaks in Gotify notification body text. ([#​2702](https://redirect.github.com/Tautulli/Tautulli/issues/2702)) - Newsletters: - Fix: XSS in newsletter cron value. (CVE-2026-49995) (Thanks [@​elvinsuleymanov](https://redirect.github.com/elvinsuleymanov)) - UI: - Fix: Reflected XSS in search query string. (CVE-2026-45381) (Thanks [@​JakePeralta7](https://redirect.github.com/JakePeralta7), [@​sondt99](https://redirect.github.com/sondt99), [@​kah-ja](https://redirect.github.com/kah-ja)) - Fix: Duplicated activity card progress timers. ([#​2716](https://redirect.github.com/Tautulli/Tautulli/issues/2716)) (Thanks [@​omglazrgunpewpew](https://redirect.github.com/omglazrgunpewpew)) - Other: - Fix: Fix X-Api-Key header check crashing server. ([#​2711](https://redirect.github.com/Tautulli/Tautulli/issues/2711)) - Fix: Path traversal in uploaded database and config file names. (CVE-2026-52835) (Thanks [@​tonghuaroot](https://redirect.github.com/tonghuaroot)) - Fix: Empty host fallback in URL when launching browser. ([#​2722](https://redirect.github.com/Tautulli/Tautulli/issues/2722)) (Thanks [@​upmcplanetracker](https://redirect.github.com/upmcplanetracker)) - Fix: Open redirect via whitespace bypass in /auth/redirect (CVE-2026-54915) (Thanks [@​sondt99](https://redirect.github.com/sondt99)) </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=-->
This commit is contained in:
@@ -9,7 +9,7 @@ annotations:
|
||||
trueforge.org/min_helm_version: "3.14"
|
||||
trueforge.org/train: stable
|
||||
apiVersion: v2
|
||||
appVersion: 2.17.1
|
||||
appVersion: 2.17.2
|
||||
dependencies:
|
||||
- name: common
|
||||
version: 29.5.3
|
||||
@@ -36,5 +36,5 @@ sources:
|
||||
- https://github.com/Tautulli/Tautulli
|
||||
- https://github.com/trueforge-org/truecharts/tree/master/charts/stable/tautulli
|
||||
type: application
|
||||
version: 22.5.0
|
||||
version: 22.5.1
|
||||
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
image:
|
||||
repository: ghcr.io/tautulli/tautulli
|
||||
pullPolicy: IfNotPresent
|
||||
tag: v2.17.1@sha256:112abf6fa1ce352acb7fd96f14eaef3d5d8cda2906e59448bf8fb13b74ad10c1
|
||||
tag: v2.17.2@sha256:864245fb24830ef6516b5f383bf4d8ba37939ae2f0574dc0217ca02fba4301ff
|
||||
workload:
|
||||
main:
|
||||
podSpec:
|
||||
|
||||
Reference in New Issue
Block a user