bjw-s / helm-charts

A collection of Helm charts
https://bernd-schorgers.github.io/helm-charts/
Apache License 2.0
566 stars 106 forks source link

feat(docker-image): update docker.io/qmcgaw/gluetun docker tag to v3.35.0 - autoclosed #155

Closed repo-duster[bot] closed 12 months ago

repo-duster[bot] commented 1 year ago

This PR contains the following updates:

Package Update Change
docker.io/qmcgaw/gluetun minor v3.34.3 -> v3.35.0

Release Notes

qdm12/gluetun (docker.io/qmcgaw/gluetun) ### [`v3.35.0`](https://togithub.com/qdm12/gluetun/releases/tag/v3.35.0) [Compare Source](https://togithub.com/qdm12/gluetun/compare/v3.34.3...v3.35.0) ➡️ 📖 [Corresponding wiki](https://togithub.com/qdm12/gluetun-wiki/tree/v3.35.0) #### Features - `WIREGUARD_MTU` enviromnent variable ([#​1571](https://togithub.com/qdm12/gluetun/issues/1571)) - `OPENVPN_VERSION=2.6` support - **Soft breaking changes**: - Openvpn 2.4 no longer supported - Control server JSON field names changed - NordVPN Wireguard support and new API endpoint ([#​1380](https://togithub.com/qdm12/gluetun/issues/1380)) - Wireguard MTU defaults to 1400 instead of 1420 - Wireguard debug logs log obfuscated keys - Bump Alpine from 3.17 to 3.18 - Shadowsocks bumped from v0.4.0 to v0.5.0-rc1 #### Fixes - AirVPN: allow Airvpn as Wireguard provider - routing: ip family match function ipv4-in-ipv6 should match ipv6 - HTTP proxy: fix httpproxy.go error message ([#​1596](https://togithub.com/qdm12/gluetun/issues/1596)) - Netlink: - `RouteList` list routes from all tables and does no longer filter by link - use `AddrReplace` instead of `AddrAdd` - Wireguard: delete existing Wireguard link before adding it #### Documentation - Readme: fix Alpine version from 3.17 to 3.18 ([#​1636](https://togithub.com/qdm12/gluetun/issues/1636)) - Github labels: add problem category labels: Config problem, Routing, IPv6, Port forwarding #### Maintenance ##### Code - `internal/routing`: - remove old assigned ip debug log - unexport `IPIsPrivate` as `ipIsPrivate` - remove unused `VPNDestinationIP` - `internal/settings`: use `github.com/qdm12/gosettings` - remove now unused settings helpers - remove now unused helpers/messages.go - use helping functions: `FileExists`, `ObfuscateKey`, `BoolToYesNo` - use `gosettings/sources/env` functions - `internal/netlink`: - IPv6 detection simplified - Define own types with minimal fields and separate code by OS - Allow to swap `github.com/vishvananda/netlink` - Add files tagged for each platform - Create non-implemented files for NOT linux - Allow development on non-Linux platforms - `internal/httpproxy`: add `Test_returnRedirect` to prevent error wrap of `ErrUseLastResponse` - `internal/settings/secrets`: add test for `readSecretFileAsStringPtr` ##### Dependencies - Bump github.com/breml/rootcerts from 0.2.10 to 0.2.11 ([#​1567](https://togithub.com/qdm12/gluetun/issues/1567)) - Bump github.com/stretchr/testify from 1.8.2 to 1.8.4 ([#​1575](https://togithub.com/qdm12/gluetun/issues/1575), [#​1633](https://togithub.com/qdm12/gluetun/issues/1633)) - Bump golang.org/x/text from 0.9.0 to 0.10.0 ([#​1681](https://togithub.com/qdm12/gluetun/issues/1681)) ##### CI - CI triggers for pull requests to branches other than master - Bump docker/build-push-action from 4.0.0 to 4.1.1 ([#​1684](https://togithub.com/qdm12/gluetun/issues/1684)) ##### Development tooling - Update devcontainer definitions - Set build tag as `linux` for cross development - Specify `.vscode` recommendations - Linting: - upgrade to v1.53.2 - add linters `dupword`, `paralleltest`, `gosmopolitan`, `mirror`, `tagalign`, `zerologlint` and `gocheckcompilerdirectives` - add linter `musttag` and fix lint errors (change JSON fields in control server)

Configuration

📅 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 this update again.



This PR has been generated by Renovate Bot.