Update ghcr.io/qdm12/gluetun Docker tag to v3.40.3 #2092

Merged
renovate-bot merged 1 commits from renovate/ghcr.io-qdm12-gluetun-3.x into main 2025-11-24 05:20:52 +00:00
Collaborator

This PR contains the following updates:

Package Update Change
ghcr.io/qdm12/gluetun patch v3.40.0 -> v3.40.3

Release Notes

qdm12/gluetun (ghcr.io/qdm12/gluetun)

v3.40.3

Compare Source

Fixes
  • Fixed previous fix on ProtonVPN: credentials are not required to be set.

v3.40.2

Compare Source

Fixes
  • DNS: fix DNS_KEEP_NAMESERVER behavior
    • no longer hangs the code when establishing the VPN connection
    • no longer makes Gluetun panic when exiting
  • ProtonVPN:
    • updater authentication fixed for some accounts
      • If updating servers data periodically, use UPDATER_PROTONVPN_EMAIL instead of UPDATER_PROTONVPN_USERNAME (retrocompatibility maintained)
      • If using the CLI, use -proton-email instead of -proton-username (retrocompatibility maintained)
    • ProtonVPN servers data updated to include paid servers
  • Servers storage: do not crash the container but log a warning if flushing merged servers to file fails

v3.40.1

Compare Source

Bug-fix-only release on top of v3.40.0.

v3.41.0 coming soon 🎉 If you have any issues with v3.40.0 please report it rather soon please 🙏 !

Fixes
  • Wireguard: specify IP family for new route (#​2629)
  • PUBLICIP_ENABLED is now respected
  • Port forwarding: clear port file instead of removing it (see why)
  • Control server: log out full URL path not just bottom request URI
  • cli openvpnconfig command no longer panics due to missing SetDefaults call
  • Providers specific:
    • Cyberghost: log warnings from updater resolver
    • ExpressVPN: update hardcoded servers data (#​2888) My mistake, the commit was forgotten. It will be part of v3.40.4. For now use the latest image.
    • ProtonVPN: authenticated servers data updating (#​2878)
    • VPN Unlimited: update certificates value (#​2835)

PS: sorry for the double notification, CI failed on the first release try


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Renovate Bot.

This PR contains the following updates: | Package | Update | Change | |---|---|---| | [ghcr.io/qdm12/gluetun](https://github.com/qdm12/gluetun) | patch | `v3.40.0` -> `v3.40.3` | --- ### Release Notes <details> <summary>qdm12/gluetun (ghcr.io/qdm12/gluetun)</summary> ### [`v3.40.3`](https://github.com/qdm12/gluetun/releases/tag/v3.40.3) [Compare Source](https://github.com/qdm12/gluetun/compare/v3.40.2...v3.40.3) ##### Fixes - Fixed previous fix on ProtonVPN: credentials are not required to be set. ### [`v3.40.2`](https://github.com/qdm12/gluetun/releases/tag/v3.40.2) [Compare Source](https://github.com/qdm12/gluetun/compare/v3.40.1...v3.40.2) ##### Fixes - DNS: fix `DNS_KEEP_NAMESERVER` behavior - no longer hangs the code when establishing the VPN connection - no longer makes Gluetun panic when exiting - ProtonVPN: - updater authentication fixed for some accounts - If updating servers data periodically, use `UPDATER_PROTONVPN_EMAIL` instead of `UPDATER_PROTONVPN_USERNAME` (retrocompatibility maintained) - If using the CLI, use `-proton-email` instead of `-proton-username` (retrocompatibility maintained) - ProtonVPN servers data updated to include paid servers - Servers storage: do not crash the container but log a warning if flushing merged servers to file fails ### [`v3.40.1`](https://github.com/qdm12/gluetun/releases/tag/v3.40.1) [Compare Source](https://github.com/qdm12/gluetun/compare/v3.40.0...v3.40.1) Bug-fix-only release on top of v3.40.0. v3.41.0 coming soon 🎉 If you have any issues with v3.40.0 please report it rather soon please 🙏 ! ##### Fixes - Wireguard: specify IP family for new route ([#&#8203;2629](https://github.com/qdm12/gluetun/issues/2629)) - `PUBLICIP_ENABLED` is now respected - Port forwarding: clear port file instead of removing it (see [why](https://github.com/qdm12/gluetun/issues/2942#issuecomment-3468510402)) - Control server: log out full URL path not just bottom request URI - cli `openvpnconfig` command no longer panics due to missing `SetDefaults` call - Providers specific: - Cyberghost: log warnings from updater resolver - ~~ExpressVPN: update hardcoded servers data ([#&#8203;2888](https://github.com/qdm12/gluetun/issues/2888))~~ My mistake, the commit was forgotten. It will be part of v3.40.4. For now use the latest image. - ProtonVPN: authenticated servers data updating ([#&#8203;2878](https://github.com/qdm12/gluetun/issues/2878)) - VPN Unlimited: update certificates value ([#&#8203;2835](https://github.com/qdm12/gluetun/issues/2835)) PS: sorry for the double notification, CI failed on the first release try </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR is behind base branch, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0Mi41LjAiLCJ1cGRhdGVkSW5WZXIiOiI0Mi41LjAiLCJ0YXJnZXRCcmFuY2giOiJtYWluIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsImltYWdlIl19-->
renovate-bot added the automergeimage labels 2025-11-24 05:20:47 +00:00
renovate-bot added 1 commit 2025-11-24 05:20:48 +00:00
Update ghcr.io/qdm12/gluetun Docker tag to v3.40.3
Some checks are pending
renovate/stability-days Updates have not met minimum release age requirement
lint-test-helm / helm-lint (pull_request) Successful in 18s
b4f8a3973c
renovate-bot scheduled this pull request to auto merge when all checks succeed 2025-11-24 05:20:50 +00:00
renovate-bot merged commit 331748359a into main 2025-11-24 05:20:52 +00:00
renovate-bot deleted branch renovate/ghcr.io-qdm12-gluetun-3.x 2025-11-24 05:20:53 +00:00
Sign in to join this conversation.