diff --git a/transmission_openvpn/CHANGELOG.md b/transmission_openvpn/CHANGELOG.md index 545db47ed..fe41336d3 100644 --- a/transmission_openvpn/CHANGELOG.md +++ b/transmission_openvpn/CHANGELOG.md @@ -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. diff --git a/transmission_openvpn/config.yaml b/transmission_openvpn/config.yaml index 83290dfcd..849109373 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" +version: "v5.4.0-2"