Releases: jeremy-sylvis/docker-deluge-openvpn
Releases · jeremy-sylvis/docker-deluge-openvpn
v1.1.2: Resolve some python issues from Ubuntu updates
What's Changed
- Changed Download Folder location by @jeremy-sylvis in #16
- remove listen_interface by @jeremy-sylvis in #17
- include python3-requests and python3-future for plugin functionality by @jeremy-sylvis in #18
- might need to pull the package in via pip by @jeremy-sylvis in #19
- that was it; add another missing module & remove the apt changes by @jeremy-sylvis in #20
- apparently incremental and typing_extensions can't be user by @jeremy-sylvis in #21
- also missing 'attr' by @jeremy-sylvis in #22
- change the order of operations here a bit by @jeremy-sylvis in #23
- correct a package name; reorder pip3 deps by @jeremy-sylvis in #24
- update actions plugins; fix deluge cleanup; use apt-available python … by @jeremy-sylvis in #25
Full Changelog: v1.1.1...v1.1.2
v1.1.1: Performance tweak & tag workflow fix
What's Changed
Tweaks & Bugfixes
- Detection of OpenVPN initialization will avoid excessive grep calls after successful detection
GitHub
- Correct the Docker Hub repository used for images built/pushed from the tag workflow
Full Changelog: v1.1.0...v1.1.1
v1.1.0: Wide-reaching updates; support post-init scripts
What's Changed
Features
- This container now uses the newer Deluge 2.1.1 from source in order to resolve rejection by some private trackers e.g. MyAnonamouse.
- This container is now built upon Ubuntu 22.04 instead of Ubuntu 18.04, and with that, includes a slew of newer dependent packages e.g. OpenVPN.
- This container now supports the execution of a script after initialization of OpenVPN (e.g. when the VPN tunnel has been established, routes have been added, and traffic can flow through) in order to support the "in-tunnel" authentication challenges required by some private trackers e.g. MyAnonamouse.
Tweaks & Bugfixes
- The OpenVPN config modification script handles removal of the deprecated
--cipher
parameter and, accordingly, defines--data-ciphers-fallback BF-CBC
in order to maintain compatibility. - When using OVERRIDE_DNS, the OpenVPN config modification script now appends
pull-filter ignore "dhcp-option DNS"
in order to reject remote DNS push. - The README now highlights the behavior of OVERRIDE_DNS and this tweak.
GitHub
- The CI build filters now correctly detect children of
/root
- A manual build/deploy workflow has been added in order to enable progress even when facing issues with the ~20-minute build
New Contributors
- @jeremy-sylvis made their first contribution in #1
Full Changelog: https://github.com/jeremy-sylvis/docker-deluge-openvpn/commits/v1.1.0