Skip to content

feat(container): update image ghcr.io/home-operations/tautulli (2.16.0 → 2.17.0)#3050

Merged
axeII merged 1 commit intomainfrom
renovate/ghcr.io-home-operations-tautulli-2.x
Mar 31, 2026
Merged

feat(container): update image ghcr.io/home-operations/tautulli (2.16.0 → 2.17.0)#3050
axeII merged 1 commit intomainfrom
renovate/ghcr.io-home-operations-tautulli-2.x

Conversation

@bot-akira
Copy link
Copy Markdown
Contributor

@bot-akira bot-akira bot commented Feb 17, 2026

This PR contains the following updates:

Package Update Change
ghcr.io/home-operations/tautulli (source) minor 2.16.02.17.0

Warning

Some dependencies could not be looked up. Check the Dependency Dashboard for more information.


Release Notes

Tautulli/Tautulli (ghcr.io/home-operations/tautulli)

v2.17.0

Compare Source

  • Important Note!
    • Several security vulnerabilities have been identified in Tautulli versions <=2.16.1. Users are strongly encouraged to update to the latest Tautulli version 2.17.x.
  • Notifications:
    • Fix: Prevent RCE in notification text evaluation. (CVE-2026-28505) (Thanks @​q1uf3ng)
  • Newsletters:
    • Fix: Media from other video libraries using the modern Plex agents not showing up on newsletter.
    • Fix: Unauthenticated path traversal in /newsletter/image/images endpoint. (CVE-2026-31831) (Thanks @​JakePeralta7)
  • Exporter:
    • Fix: Logo images incorrectly exported as jpg instead of png.
    • New: Added ability to export square art images.
    • New: Added ability to export theme music. (#​2654)
  • Graphs:
    • Fix: History modal not opening when clicking on graphs. (#​2652)
  • API:
    • Fix: SQL injection in get_home_stats API command. (CVE-2026-31799) (Thanks @​mandreko)
    • Fix: Unsanitized JSONP callback parameter. (CVE-2026-32275) (Thanks @​mandreko)
    • New: Added rating to get_home_stats API command. (#​2655) (Thanks @​jma1ice)
    • Removed: get_apikey API command.
  • Other:

v2.16.1

Compare Source

  • Notifications:
    • New: Add Tautulli Plex token expired notification trigger.
  • Newsletters:
    • New: Add Ace editor for syntax highlighting and code formatting for newsletter message text (#​2585) (Thanks @​mcclown)
  • Graphs:
    • Change: Restrict graphs to guest user.
  • UI:
    • New: Add DD:HH:MM time format for home stats.
    • New: Add HH:MM:SS time format for activity cards.
    • Removed: Timezone from IP address modal.
  • Other:
    • Change: Zip backup files to reduce file size.

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about these updates again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Renovate Bot.

@bot-akira
Copy link
Copy Markdown
Contributor Author

bot-akira bot commented Feb 17, 2026

--- kubernetes/apps/media/tautulli/app Kustomization: media/tautulli HelmRelease: media/tautulli

+++ kubernetes/apps/media/tautulli/app Kustomization: media/tautulli HelmRelease: media/tautulli

@@ -29,13 +29,13 @@

           app:
             env:
               TAUTULLI__PORT: 8181
               TZ: Europe/Paris
             image:
               repository: ghcr.io/home-operations/tautulli
-              tag: 2.16.0@sha256:772e1af814159bd7e774273d4f9170b1a0f7129f2ad39be5619a458b7b0fd4b0
+              tag: 2.17.0@sha256:b90b30e15d1b6d12fc726fac1ef9778ad92f405ac8f8ccb30a34d7f6673c113d
             probes:
               liveness:
                 custom: true
                 enabled: true
                 spec:
                   failureThreshold: 3

@bot-akira
Copy link
Copy Markdown
Contributor Author

bot-akira bot commented Feb 17, 2026

--- HelmRelease: media/tautulli Deployment: media/tautulli

+++ HelmRelease: media/tautulli Deployment: media/tautulli

@@ -42,13 +42,13 @@

       containers:
       - env:
         - name: TAUTULLI__PORT
           value: '8181'
         - name: TZ
           value: Europe/Paris
-        image: ghcr.io/home-operations/tautulli:2.16.0@sha256:772e1af814159bd7e774273d4f9170b1a0f7129f2ad39be5619a458b7b0fd4b0
+        image: ghcr.io/home-operations/tautulli:2.17.0@sha256:b90b30e15d1b6d12fc726fac1ef9778ad92f405ac8f8ccb30a34d7f6673c113d
         livenessProbe:
           failureThreshold: 3
           httpGet:
             path: /status
             port: 8181
           initialDelaySeconds: 0

@github-advanced-security
Copy link
Copy Markdown

This pull request sets up GitHub code scanning for this repository. Once the scans have completed and the checks have passed, the analysis results for this pull request branch will appear on this overview. Once you merge this pull request, the 'Security' tab will show more code scanning analysis results (for example, for the default branch). Depending on your configuration and choice of analysis tool, future pull requests will be annotated with code scanning analysis results. For more information about GitHub code scanning, check out the documentation.

@bot-akira bot-akira bot force-pushed the renovate/ghcr.io-home-operations-tautulli-2.x branch from 8a62189 to e3a5e84 Compare March 7, 2026 13:32
…0 → 2.17.0)

Signed-off-by: bot-akira[bot] <159718293+bot-akira[bot]@users.noreply.github.com>
@bot-akira bot-akira bot force-pushed the renovate/ghcr.io-home-operations-tautulli-2.x branch from e3a5e84 to f29175e Compare March 28, 2026 04:10
@bot-akira bot-akira bot changed the title fix(container): update image ghcr.io/home-operations/tautulli (2.16.0 → 2.16.1) feat(container): update image ghcr.io/home-operations/tautulli (2.16.0 → 2.17.0) Mar 28, 2026
@axeII axeII merged commit f0861e0 into main Mar 31, 2026
13 checks passed
@bot-akira bot-akira bot deleted the renovate/ghcr.io-home-operations-tautulli-2.x branch March 31, 2026 21:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants