Bump transmission_openvpn version to v5.4.0-2 with changelog for DNS fix

Co-authored-by: alexbelgium <44178713+alexbelgium@users.noreply.github.com>
This commit is contained in:
copilot-swe-agent[bot]
2026-03-16 07:48:44 +00:00
parent 54c7a2ba10
commit b481580aa4
2 changed files with 5 additions and 2 deletions

View File

@@ -1,8 +1,11 @@
## 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
## v5.4.0 (2026-03-14)
- Update to latest version from haugene/docker-transmission-openvpn (changelog : https://github.com/haugene/docker-transmission-openvpn/releases)
- The Home Assistant project has deprecated support for the armv7, armhf and i386 architectures. Support wil be fully dropped in the upcoming Home Assistant 2025.12 release
- Fix: Replace update-resolv-conf script that uses systemd-resolved (unavailable in containers) with one that directly updates /etc/resolv.conf
- Added support for configuring extra environment variables via the `env_vars` add-on option alongside config.yaml. See https://github.com/alexbelgium/hassio-addons/wiki/Add-Environment-variables-to-your-Addon-2 for details.

View File

@@ -138,4 +138,4 @@ schema:
slug: transmission_openvpn
udev: true
url: https://github.com/alexbelgium/hassio-addons
version: "v5.4.0"
version: "v5.4.0-2"