feat(container): update image ghcr.io/qdm12/gluetun ( v3.38.0 → v3.40.0 ) #5379
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Note
Mend has cancelled the proposed renaming of the Renovate GitHub app being renamed to
mend[bot]
.This notice will be removed on 2025-10-07.
This PR contains the following updates:
v3.38.0
->v3.40.0
Warning
Some dependencies could not be looked up. Check the Dependency Dashboard for more information.
Release Notes
qdm12/gluetun (ghcr.io/qdm12/gluetun)
v3.40.0
Compare Source
Happy holidays release time 🎄 🎅 🎁
💁 If anything doesn't work compared to previous release, please create an issue and revert to using v3.39.1 😉
ℹ️ Life is pretty busy all around currently (moving soon, new job, ill parent) so I might be even slower than usual until summer 2025, I'll do my best!
Features
WaitForDNS
before querying the public ip address (partly address #2325)VPN_PORT_FORWARDING_UP_COMMAND
option (#2399)VPN_PORT_FORWARDING_DOWN_COMMAND
optionconnection refused
error is encountered (partly address #2325)echoip#https://...
(#2529)ifconfigco
option andcloudflare
option (#2502)PUBLICIP_ENABLED
replacesPUBLICIP_PERIOD
PUBLICIP_ENABLED
(on, off) can be set to enable or not public ip data fetching on VPN connectionPUBLICIP_PERIOD=0
still works to indicate to disable public ip fetchingPUBLICIP_PERIOD
!= 0 means to enable public ip fetchingPUBLICIP_PERIOD
STORAGE_FILEPATH
option (#2416)STORAGE_FILEPATH=
disables storing to and reading from a local servers.json fileSTORAGE_FILEPATH
defaults to/gluetun/servers.json
internal/tun
: mention in 'operation not permitted' error the user should specify--device /dev/net/tun
(resolves #2606)genkey
command to generate API keysaes-256-gcm
to OpenVPN ciphers listformat-servers
command supports the json format optionFixes
WIREGUARD_MTU
from1400
to1320
(partially address #2533)-n
flag for testing iptables path (#2574)comp-lzo
optionDocumentation
OPENVPN_MSSFIX
environment variableSTREAM_ONLY
FREE_ONLY
PORT_FORWARD_ONLY
is for both PIA and ProtonVPNMaintenance
Code quality
github.com/qdm12/golibs/command
locally (#2418)internal/natpmp
: fix determinism for testTest_Client_ExternalAddress
internal/routing
: remove redundantrule ip rule
in error messagesinternal/netlink
debug log ip rule commands in netlink instead of routing packageinternal/server
: move log middleware tointernal/server/middlewares/log
gofumpt
for code formattingexecinquery
andexportloopref
goerr113
toerr113
andgomnd
tomnd
canonicalheader
,copyloopvar
,fatcontext
,intrange
Dependencies
VPN_PORT_FORWARDING_UP_COMMAND
CI
canonicalheader
since it's not reliable--device /dev/net/tun
for test containerDevelopment setup
:v0.20-alpine
devcontainer.json
settings directlyv3.39.1
Compare Source
🎥 https://youtu.be/O09rP1DlcFU?si=qPdzWUWnzciNxAc7
Fixes
internal/storage
: add missing selection fields to buildnoServerFoundError
(see #2470)v3.39.0
Compare Source
🎥 Youtube video explaining all this
Features
iptables
)iptables-nft
overiptables-legacy
(Alpine new default is nft backend iptables)WIREGUARD_PERSISTENT_KEEPALIVE_INTERVAL
optionVPN_PORT_FORWARDING=on
(applies only to PIA and ProtonVPN for now)SERVER_CITY
VPN_PORT_FORWARDING=on
(#2378)VPN_PORT_FORWARDING_USERNAME
andVPN_PORT_FORWARDING_PASSWORD
(retro-compatible withOPENVPN_USER
andOPENVPN_PASSWORD
)SECURE_CORE_ONLY
,TOR_ONLY
andPORT_FORWARD_ONLY
(#2182)VPN_ENDPOINT_IP
split intoOPENVPN_ENDPOINT_IP
andWIREGUARD_ENDPOINT_IP
VPN_ENDPOINT_PORT
split intoOPENVPN_ENDPOINT_PORT
andWIREGUARD_ENDPOINT_PORT
Fixes
VPN_PORT_FORWARDING_LISTENING_PORT
fixedport
option line for OpenVPNN / A
with no data for serversinternal/server
:/openvpn
route status get and putPORT_FORWARD_ONLY
is enabled in the server filtering tree of settingsformat-servers
fixed missing VPN type header for providers supporting Wireguard: NordVPN and Surfsharkinternal/tun
: only create tun device if it does not exist, do not create if it exists and does not workDocumentation
/choose
suffix to github links in logsFIREWALL_ENABLED
toFIREWALL_ENABLED_DISABLING_IT_SHOOTS_YOU_IN_YOUR_FOOT
due to the sheer amount of users misusing it.FIREWALL_ENABLED
won't do anything anymore. At least you've been warned not to use it...Maintenance
internal/config
:github.com/qdm12/gosettings
v0.4.2github.com/qdm12/govalid
dependencygithub.com/qdm12/ss-server
to v0.6.0CONTROL_SERVER_ADDRESS
andCONTROL_SERVER_PORT
internal/portforward
: support multiple ports forwardedinternal/tun
: fix unit test for unprivileged usersource.organizeImports
vscode setting value/choose
suffix to issue and discussion linksv3.38.1
Compare Source
ℹ️ This is a bugfix release for v3.38.0. If you can, please instead use release v3.39.0
Fixes
VPN_PORT_FORWARDING_LISTENING_PORT
fixedport
option line for OpenVPNN / A
with no data for serversinternal/server
:/openvpn
route status get and putPORT_FORWARD_ONLY
is enabled in the server filtering tree of settingsformat-servers
fixed missing VPN type header for providers supporting Wireguard: NordVPN and Surfsharkinternal/tun
: only create tun device if it does not exist, do not create if it exists and does not workConfiguration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about these updates again.
This PR was generated by Mend Renovate. View the repository job log.