From 18a15de0c99663268cbaa86c78fbb434d3ec155f Mon Sep 17 00:00:00 2001 From: alexbelgium Date: Sat, 9 May 2026 01:29:43 +0200 Subject: [PATCH] Updater bot : qbittorrent updated to 5.2.0 --- qbittorrent/CHANGELOG.md | 3 +++ qbittorrent/Dockerfile | 2 +- qbittorrent/config.yaml | 2 +- qbittorrent/updater.json | 4 ++-- 4 files changed, 7 insertions(+), 4 deletions(-) diff --git a/qbittorrent/CHANGELOG.md b/qbittorrent/CHANGELOG.md index 5f6d82f7a8..02011d9f6d 100644 --- a/qbittorrent/CHANGELOG.md +++ b/qbittorrent/CHANGELOG.md @@ -1,3 +1,6 @@ + +## 5.2.0 (2026-05-09) +- Update to latest version from linuxserver/docker-qbittorrent (changelog : https://github.com/linuxserver/docker-qbittorrent/releases) ## 5.1.4-23 (06-04-2026) - Minor bugs fixed ## 5.1.4-22 (06-04-2026) diff --git a/qbittorrent/Dockerfile b/qbittorrent/Dockerfile index 25a154645e..bc70c27c07 100644 --- a/qbittorrent/Dockerfile +++ b/qbittorrent/Dockerfile @@ -16,7 +16,7 @@ ARG BUILD_FROM ARG BUILD_VERSION -ARG BUILD_UPSTREAM="5.1.4" +ARG BUILD_UPSTREAM="5.2.0" FROM ${BUILD_FROM} ################## diff --git a/qbittorrent/config.yaml b/qbittorrent/config.yaml index 7271adef82..fd91b92482 100644 --- a/qbittorrent/config.yaml +++ b/qbittorrent/config.yaml @@ -143,4 +143,4 @@ schema: slug: qbittorrent udev: true url: https://github.com/alexbelgium/hassio-addons -version: "5.1.4-23" +version: "5.2.0" diff --git a/qbittorrent/updater.json b/qbittorrent/updater.json index cf2393affd..d8d062d701 100644 --- a/qbittorrent/updater.json +++ b/qbittorrent/updater.json @@ -1,9 +1,9 @@ { "github_fulltag": "false", - "last_update": "29-11-2025", + "last_update": "2026-05-09", "repository": "alexbelgium/hassio-addons", "slug": "qbittorrent", "source": "github", "upstream_repo": "linuxserver/docker-qbittorrent", - "upstream_version": "5.1.4" + "upstream_version": "5.2.0" }