From d52f7ded34ee6ded1c200fb7d009bf0155e86738 Mon Sep 17 00:00:00 2001 From: GitHub Actions Date: Sat, 28 Mar 2026 01:20:04 +0000 Subject: [PATCH] Reapply "Updater bot : transmission_openvpn updated to v5.4.1" This reverts commit b877af582fcdb492e20efc24b256c9e183629919. --- transmission_openvpn/CHANGELOG.md | 3 +++ transmission_openvpn/config.yaml | 2 +- transmission_openvpn/updater.json | 4 ++-- 3 files changed, 6 insertions(+), 3 deletions(-) diff --git a/transmission_openvpn/CHANGELOG.md b/transmission_openvpn/CHANGELOG.md index fe41336d3..fcac24e12 100644 --- a/transmission_openvpn/CHANGELOG.md +++ b/transmission_openvpn/CHANGELOG.md @@ -1,4 +1,7 @@ +## v5.4.1 (2026-03-28) +- Update to latest version from haugene/docker-transmission-openvpn (changelog : https://github.com/haugene/docker-transmission-openvpn/releases) + ## v5.4.0-2 (2026-03-16) - Fix: Replace update-resolv-conf script that uses systemd-resolved (unavailable in containers) with one that directly updates /etc/resolv.conf diff --git a/transmission_openvpn/config.yaml b/transmission_openvpn/config.yaml index 0c7099fa9..e54b486a4 100644 --- a/transmission_openvpn/config.yaml +++ b/transmission_openvpn/config.yaml @@ -138,4 +138,4 @@ schema: slug: transmission_openvpn udev: true url: https://github.com/alexbelgium/hassio-addons -version: "v5.4.0-2" +version: "v5.4.1" diff --git a/transmission_openvpn/updater.json b/transmission_openvpn/updater.json index b9036730b..a7bc773fc 100644 --- a/transmission_openvpn/updater.json +++ b/transmission_openvpn/updater.json @@ -1,9 +1,9 @@ { "github_fulltag": "true", - "last_update": "2026-03-14", + "last_update": "2026-03-28", "repository": "alexbelgium/hassio-addons", "slug": "transmission_openvpn", "source": "github", "upstream_repo": "haugene/docker-transmission-openvpn", - "upstream_version": "v5.4.0" + "upstream_version": "v5.4.1" }