From f567fb809154e37bda64f63943104f86907db5c7 Mon Sep 17 00:00:00 2001 From: alexbelgium Date: Wed, 17 Jun 2026 08:33:07 +0200 Subject: [PATCH] Updater bot : qbittorrent updated to 5.2.2 --- 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 7a9de3ee93..0c10f65aad 100644 --- a/qbittorrent/CHANGELOG.md +++ b/qbittorrent/CHANGELOG.md @@ -1,3 +1,6 @@ + +## 5.2.2 (2026-06-17) +- Update to latest version from linuxserver/docker-qbittorrent (changelog : https://github.com/linuxserver/docker-qbittorrent/releases) ## 5.2.1 (2026-05-30) - Update to latest version from linuxserver/docker-qbittorrent (changelog : https://github.com/linuxserver/docker-qbittorrent/releases) diff --git a/qbittorrent/Dockerfile b/qbittorrent/Dockerfile index 1a2e96aec4..9bc981918b 100644 --- a/qbittorrent/Dockerfile +++ b/qbittorrent/Dockerfile @@ -16,7 +16,7 @@ ARG BUILD_FROM ARG BUILD_VERSION -ARG BUILD_UPSTREAM="5.2.1" +ARG BUILD_UPSTREAM="5.2.2" FROM ${BUILD_FROM} ################## diff --git a/qbittorrent/config.yaml b/qbittorrent/config.yaml index 0debe546e9..8894f56798 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.2.1" +version: "5.2.2" diff --git a/qbittorrent/updater.json b/qbittorrent/updater.json index 6c67437a68..0ce6c5df59 100644 --- a/qbittorrent/updater.json +++ b/qbittorrent/updater.json @@ -1,9 +1,9 @@ { "github_fulltag": "false", - "last_update": "2026-05-30", + "last_update": "2026-06-17", "repository": "alexbelgium/hassio-addons", "slug": "qbittorrent", "source": "github", "upstream_repo": "linuxserver/docker-qbittorrent", - "upstream_version": "5.2.1" + "upstream_version": "5.2.2" }