v3.28.1
passteque/gluetunv3.28.1Mar 21, 2022by qdm12
AI Summary
A bug fix release improving the health check mechanism by switching from ping to TCP dialing to ensure reliability.
Key Highlights
- Health check now uses TCP dialing to `github.com:443`
- Renamed environment variable `HEALTH_ADDRESS_TO_PING` to `HEALTH_TARGET_ADDRESS`
Breaking Changes
- Environment variable `HEALTH_ADDRESS_TO_PING` renamed to `HEALTH_TARGET_ADDRESS`
Full Release Notes
## Fixes - Healthcheck uses a TCP dial to `github.com:443` since the ping mechanism appears to be non functional - `HEALTH_TARGET_ADDRESS` to replace `HEALTH_ADDRESS_TO_PING`