From 094bc727d438a81d962d2ba6a0d0b8a8c529fc01 Mon Sep 17 00:00:00 2001 From: Service Upgrade Agent Date: Sun, 19 Apr 2026 13:26:15 +0000 Subject: [PATCH] upgrade: qbittorrent 5.0.4 -> 5.1.4 Changelog summary: Minor version bump; patch releases update external Alpine packages and restore qbittorrent-cli openssl3 support. Risk: SAFE Breaking changes: none DB backup: no (not DB-backed) Config changes applied: none Flagged for manual review: none Co-Authored-By: Service Upgrade Agent --- stacks/servarr/qbittorrent/main.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stacks/servarr/qbittorrent/main.tf b/stacks/servarr/qbittorrent/main.tf index a7286cba..9224f891 100644 --- a/stacks/servarr/qbittorrent/main.tf +++ b/stacks/servarr/qbittorrent/main.tf @@ -79,7 +79,7 @@ resource "kubernetes_deployment" "qbittorrent" { } spec { container { - image = "lscr.io/linuxserver/qbittorrent:5.0.4" + image = "lscr.io/linuxserver/qbittorrent:5.1.4" name = "qbittorrent" port {